|
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 11 of file ReflectionSymbolContext.cs.
| IKVM.CoreLib.Symbols.Reflection.ReflectionSymbolContext.ReflectionSymbolContext | ( | ) |
| ReflectionAssemblySymbol IKVM.CoreLib.Symbols.Reflection.ReflectionSymbolContext.GetOrCreateAssemblySymbol | ( | Assembly | assembly | ) |
Gets or creates a ReflectionAssemblySymbol for the specified Assembly.
| assembly |
Definition at line 29 of file ReflectionSymbolContext.cs.
| ReflectionConstructorSymbol IKVM.CoreLib.Symbols.Reflection.ReflectionSymbolContext.GetOrCreateConstructorSymbol | ( | ConstructorInfo | ctor | ) |
Gets or creates a ReflectionConstructorSymbol for the specified ConstructorInfo.
| ctor |
Definition at line 59 of file ReflectionSymbolContext.cs.
| ReflectionEventSymbol IKVM.CoreLib.Symbols.Reflection.ReflectionSymbolContext.GetOrCreateEventSymbol | ( | EventInfo @ | event | ) |
Gets or creates a ReflectionEventSymbol for the specified EventInfo.
| event |
Definition at line 109 of file ReflectionSymbolContext.cs.
| ReflectionFieldSymbol IKVM.CoreLib.Symbols.Reflection.ReflectionSymbolContext.GetOrCreateFieldSymbol | ( | FieldInfo | field | ) |
Gets or creates a ReflectionFieldSymbol for the specified FieldInfo.
| field |
Definition at line 89 of file ReflectionSymbolContext.cs.
| ReflectionMethodSymbol IKVM.CoreLib.Symbols.Reflection.ReflectionSymbolContext.GetOrCreateMethodSymbol | ( | MethodInfo | method | ) |
Gets or creates a ReflectionMethodBaseSymbol for the specified MethodInfo.
| method |
Definition at line 69 of file ReflectionSymbolContext.cs.
| ReflectionModuleSymbol IKVM.CoreLib.Symbols.Reflection.ReflectionSymbolContext.GetOrCreateModuleSymbol | ( | Module | module | ) |
Gets or creates a ReflectionModuleSymbol for the specified Module.
| module |
Definition at line 39 of file ReflectionSymbolContext.cs.
| ReflectionParameterSymbol IKVM.CoreLib.Symbols.Reflection.ReflectionSymbolContext.GetOrCreateParameterSymbol | ( | ParameterInfo | parameter | ) |
Gets or creates a ReflectionParameterSymbol for the specified ParameterInfo.
| parameter |
Definition at line 79 of file ReflectionSymbolContext.cs.
| ReflectionPropertySymbol IKVM.CoreLib.Symbols.Reflection.ReflectionSymbolContext.GetOrCreatePropertySymbol | ( | PropertyInfo | property | ) |
Gets or creates a ReflectionPropertySymbol for the specified PropertyInfo.
| property |
Definition at line 99 of file ReflectionSymbolContext.cs.
| ReflectionTypeSymbol IKVM.CoreLib.Symbols.Reflection.ReflectionSymbolContext.GetOrCreateTypeSymbol | ( | Type | type | ) |
Gets or creates a ReflectionTypeSymbol for the specified Type.
| type |
Definition at line 49 of file ReflectionSymbolContext.cs.