HasDeclSecurity class sealed

Represents a coded index for entities that can have declarative security attributes.

Implemented types
Implementers

Constructors

HasDeclSecurity.assembly(AssemblyIndex value)
Constructs a HasDeclSecurity referencing an Assembly.
const
factory
HasDeclSecurity.methodDef(MethodDefIndex value)
Constructs a HasDeclSecurity referencing a MethodDef.
const
factory
HasDeclSecurity.typeDef(TypeDefIndex value)
Constructs a HasDeclSecurity referencing a TypeDef.
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() int
Encodes the coded index into its compressed integer representation.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited