|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Public Member Functions | |
| IkvmReflectionMemberSymbol (IkvmReflectionSymbolContext context, IkvmReflectionModuleSymbol module, IkvmReflectionTypeSymbol? type, MemberInfo underlyingMember) | |
| Initializes a new instance. | |
| virtual ImmutableArray< CustomAttributeSymbol > | GetCustomAttributes () |
| Returns an array of all of the custom attributes defined on this member, excluding named attributes, or an empty array if there are no custom attributes. | |
| virtual ImmutableArray< CustomAttributeSymbol > | GetCustomAttributes (ITypeSymbol attributeType) |
| Returns an array of custom attributes defined on this member, identified by type, or an empty array if there are no custom attributes of that type. | |
| virtual bool | IsDefined (ITypeSymbol attributeType) |
| Indicates whether one or more instance of attributeType is defined on this member. | |
Public Member Functions inherited from IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbol | |
| IkvmReflectionSymbol (IkvmReflectionSymbolContext context) | |
| Initializes a new instance. | |
Public Member Functions inherited from IKVM.CoreLib.Symbols.ICustomAttributeSymbolProvider | |
Properties | |
| virtual ? ITypeSymbol | DeclaringType [get] |
| Gets the class that declares this member. | |
| virtual global::System.Reflection.MemberTypes | MemberType [get] |
| When overridden in a derived class, gets a value indicating the type of the member - method, constructor, event, and so on. | |
| virtual int | MetadataToken [get] |
| Gets a value that identifies a metadata element. | |
| virtual IModuleSymbol | Module [get] |
| Gets the module in which the type that declares the member represented by the current is defined. | |
| virtual string | Name [get] |
| Gets the name of the current member. | |
| override bool | IsMissing [get] |
Returns true if the symbol is missing. | |
Properties inherited from IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbol | |
| IkvmReflectionSymbolContext | Context [get] |
| Gets the associated IkvmReflectionSymbolContext. | |
| virtual bool | IsMissing [get] |
Returns true if the symbol is missing. | |
Properties inherited from IKVM.CoreLib.Symbols.ISymbol | |
Properties inherited from IKVM.CoreLib.Symbols.IMemberSymbol | |
Additional Inherited Members | |
Protected Member Functions inherited from IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbol | |
| virtual IkvmReflectionMemberSymbol | ResolveMemberSymbol (MemberInfo member) |
| Resolves the symbol for the specified type. | |
Package Functions inherited from IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbol | |
Definition at line 16 of file IkvmReflectionMemberSymbol.cs.
| IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionMemberSymbol.IkvmReflectionMemberSymbol | ( | IkvmReflectionSymbolContext | context, |
| IkvmReflectionModuleSymbol | module, | ||
| IkvmReflectionTypeSymbol? | type, | ||
| MemberInfo | underlyingMember ) |
Initializes a new instance.
| context | |
| module | |
| type | |
| underlyingMember |
Definition at line 30 of file IkvmReflectionMemberSymbol.cs.
|
virtual |
Returns an array of all of the custom attributes defined on this member, excluding named attributes, or an empty array if there are no custom attributes.
Implements IKVM.CoreLib.Symbols.ICustomAttributeSymbolProvider.
Definition at line 148 of file IkvmReflectionMemberSymbol.cs.
|
virtual |
Returns an array of custom attributes defined on this member, identified by type, or an empty array if there are no custom attributes of that type.
| attributeType |
Implements IKVM.CoreLib.Symbols.ICustomAttributeSymbolProvider.
Definition at line 153 of file IkvmReflectionMemberSymbol.cs.
|
virtual |
Indicates whether one or more instance of attributeType is defined on this member.
| attributeType |
Implements IKVM.CoreLib.Symbols.ICustomAttributeSymbolProvider.
Definition at line 158 of file IkvmReflectionMemberSymbol.cs.
|
get |
Gets the class that declares this member.
Implements IKVM.CoreLib.Symbols.IMemberSymbol.
Definition at line 136 of file IkvmReflectionMemberSymbol.cs.
|
get |
Returns true if the symbol is missing.
Implements IKVM.CoreLib.Symbols.ISymbol.
Definition at line 146 of file IkvmReflectionMemberSymbol.cs.
|
get |
When overridden in a derived class, gets a value indicating the type of the member - method, constructor, event, and so on.
Implements IKVM.CoreLib.Symbols.IMemberSymbol.
Definition at line 138 of file IkvmReflectionMemberSymbol.cs.
|
get |
Gets a value that identifies a metadata element.
Implements IKVM.CoreLib.Symbols.IMemberSymbol.
Definition at line 140 of file IkvmReflectionMemberSymbol.cs.
|
get |
Gets the module in which the type that declares the member represented by the current is defined.
Implements IKVM.CoreLib.Symbols.IMemberSymbol.
Definition at line 142 of file IkvmReflectionMemberSymbol.cs.
|
get |
Gets the name of the current member.
Implements IKVM.CoreLib.Symbols.IMemberSymbol.
Definition at line 144 of file IkvmReflectionMemberSymbol.cs.