HasCustomAttribute class sealed
Represents a coded index for entities that can have custom attributes.
- Implemented types
- Implementers
- HasCustomAttributeAssembly
- HasCustomAttributeAssemblyRef
- HasCustomAttributeEvent
- HasCustomAttributeExportedType
- HasCustomAttributeField
- HasCustomAttributeFile
- HasCustomAttributeGenericParam
- HasCustomAttributeGenericParamConstraint
- HasCustomAttributeInterfaceImpl
- HasCustomAttributeManifestResource
- HasCustomAttributeMemberRef
- HasCustomAttributeMethodDef
- HasCustomAttributeMethodSpec
- HasCustomAttributeModule
- HasCustomAttributeModuleRef
- HasCustomAttributeParam
- HasCustomAttributeProperty
- HasCustomAttributeStandaloneSig
- HasCustomAttributeTypeDef
- HasCustomAttributeTypeRef
- HasCustomAttributeTypeSpec
Constructors
- HasCustomAttribute.assembly(AssemblyIndex value)
-
Constructs a HasCustomAttribute referencing an
Assembly
.constfactory - HasCustomAttribute.assemblyRef(AssemblyRefIndex value)
-
Constructs a HasCustomAttribute referencing an
AssemblyRef
.constfactory - HasCustomAttribute.event(EventIndex value)
-
Constructs a HasCustomAttribute referencing an
Event
.constfactory - HasCustomAttribute.exportedType(ExportedTypeIndex value)
-
Constructs a HasCustomAttribute referencing an
ExportedType
.constfactory - HasCustomAttribute.field(FieldIndex value)
-
Constructs a HasCustomAttribute referencing a
Field
.constfactory - HasCustomAttribute.file(FileIndex value)
-
Constructs a HasCustomAttribute referencing an
File
.constfactory - HasCustomAttribute.genericParam(GenericParamIndex value)
-
Constructs a HasCustomAttribute referencing a
GenericParam
.constfactory - HasCustomAttribute.genericParamConstraint(GenericParamConstraintIndex value)
-
Constructs a HasCustomAttribute referencing a
GenericParamConstraint
.constfactory - HasCustomAttribute.interfaceImpl(InterfaceImplIndex value)
-
Constructs a HasCustomAttribute referencing an
InterfaceImpl
.constfactory - HasCustomAttribute.manifestResource(ManifestResourceIndex value)
-
Constructs a HasCustomAttribute referencing a
ManifestResource
.constfactory - HasCustomAttribute.memberRef(MemberRefIndex value)
-
Constructs a HasCustomAttribute referencing a
MemberRef
.constfactory - HasCustomAttribute.methodDef(MethodDefIndex value)
-
Constructs a HasCustomAttribute referencing a
MethodDef
.constfactory - HasCustomAttribute.methodSpec(MethodSpecIndex value)
-
Constructs a HasCustomAttribute referencing a
MethodSpec
.constfactory - HasCustomAttribute.module(ModuleIndex value)
-
Constructs a HasCustomAttribute referencing a
Module
.constfactory - HasCustomAttribute.moduleRef(ModuleRefIndex value)
-
Constructs a HasCustomAttribute referencing a
ModuleRef
.constfactory - HasCustomAttribute.param(ParamIndex value)
-
Constructs a HasCustomAttribute referencing a
Param
.constfactory - HasCustomAttribute.property(PropertyIndex value)
-
Constructs a HasCustomAttribute referencing a
Property
.constfactory - HasCustomAttribute.standAloneSig(StandAloneSigIndex value)
-
Constructs a HasCustomAttribute referencing a
StandAloneSig
.constfactory - HasCustomAttribute.typeDef(TypeDefIndex value)
-
Constructs a HasCustomAttribute referencing a
TypeDef
.constfactory - HasCustomAttribute.typeRef(TypeRefIndex value)
-
Constructs a HasCustomAttribute referencing a
TypeRef
.constfactory - HasCustomAttribute.typeSpec(TypeSpecIndex value)
-
Constructs a HasCustomAttribute referencing a
TypeSpec
.constfactory
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