|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Holds references to symbols derived from System.Reflection. More...
Holds references to symbols derived from System.Reflection.
Definition at line 21 of file IkvmReflectionSymbolContext.cs.
| IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbolContext.IkvmReflectionSymbolContext | ( | ) |
Initializes a new instance.
Definition at line 29 of file IkvmReflectionSymbolContext.cs.
| IkvmReflectionAssemblySymbol IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbolContext.GetOrCreateAssemblySymbol | ( | Assembly | assembly | ) |
Gets or creates a IkvmReflectionAssemblySymbol for the specified Assembly.
| assembly |
Definition at line 39 of file IkvmReflectionSymbolContext.cs.
| IkvmReflectionConstructorSymbol IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbolContext.GetOrCreateConstructorSymbol | ( | ConstructorInfo | ctor | ) |
Gets or creates a IkvmReflectionConstructorSymbol for the specified ConstructorInfo.
| ctor |
Definition at line 78 of file IkvmReflectionSymbolContext.cs.
| IkvmReflectionEventSymbol IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbolContext.GetOrCreateEventSymbol | ( | EventInfo @ | event | ) |
Gets or creates a IkvmReflectionEventSymbol for the specified EventInfo.
| event |
Definition at line 143 of file IkvmReflectionSymbolContext.cs.
| IkvmReflectionFieldSymbol IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbolContext.GetOrCreateFieldSymbol | ( | FieldInfo | field | ) |
Gets or creates a IkvmReflectionFieldSymbol for the specified FieldInfo.
| field |
Definition at line 117 of file IkvmReflectionSymbolContext.cs.
| IkvmReflectionMethodSymbol IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbolContext.GetOrCreateMethodSymbol | ( | MethodInfo | method | ) |
Gets or creates a IkvmReflectionMethodBaseSymbol for the specified MethodInfo.
| method |
Definition at line 91 of file IkvmReflectionSymbolContext.cs.
| IkvmReflectionModuleSymbol IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbolContext.GetOrCreateModuleSymbol | ( | Module | module | ) |
Gets or creates a IkvmReflectionModuleSymbol for the specified Module.
| module |
Definition at line 52 of file IkvmReflectionSymbolContext.cs.
| IkvmReflectionParameterSymbol IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbolContext.GetOrCreateParameterSymbol | ( | ParameterInfo | parameter | ) |
Gets or creates a IkvmReflectionParameterSymbol for the specified ParameterInfo.
| parameter |
Definition at line 104 of file IkvmReflectionSymbolContext.cs.
| IkvmReflectionPropertySymbol IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbolContext.GetOrCreatePropertySymbol | ( | PropertyInfo | property | ) |
Gets or creates a IkvmReflectionPropertySymbol for the specified PropertyInfo.
| property |
Definition at line 130 of file IkvmReflectionSymbolContext.cs.
| IkvmReflectionTypeSymbol IKVM.CoreLib.Symbols.IkvmReflection.IkvmReflectionSymbolContext.GetOrCreateTypeSymbol | ( | Type | type | ) |
Gets or creates a IkvmReflectionTypeSymbol for the specified Type.
| type |
Definition at line 65 of file IkvmReflectionSymbolContext.cs.