|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Base class for managed symbols. More...
Public Member Functions | |
| ReflectionSymbol (ReflectionSymbolContext context) | |
| Initializes a new instance. | |
Protected Member Functions | |
| virtual ReflectionMemberSymbol | ResolveMemberSymbol (MemberInfo member) |
| Resolves the symbol for the specified type. | |
Properties | |
| ReflectionSymbolContext | Context [get] |
| Gets the associated ReflectionSymbolContext. | |
| virtual bool | IsMissing [get] |
Returns true if the symbol is missing. | |
Properties inherited from IKVM.CoreLib.Symbols.ISymbol | |
Base class for managed symbols.
Definition at line 12 of file ReflectionSymbol.cs.
| IKVM.CoreLib.Symbols.Reflection.ReflectionSymbol.ReflectionSymbol | ( | ReflectionSymbolContext | context | ) |
Initializes a new instance.
| context |
Definition at line 21 of file ReflectionSymbol.cs.
|
protectedvirtual |
Resolves the symbol for the specified type.
| member |
Definition at line 88 of file ReflectionSymbol.cs.
|
getprotected |
Gets the associated ReflectionSymbolContext.
Definition at line 29 of file ReflectionSymbol.cs.
|
get |
Returns true if the symbol is missing.
Implements IKVM.CoreLib.Symbols.ISymbol.
Definition at line 32 of file ReflectionSymbol.cs.