IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
ReflectionConstructorSymbol.cs
Go to the documentation of this file.
1
using
System.Reflection;
2
3
namespace
IKVM.CoreLib.Symbols.Reflection
4
{
5
6
class
ReflectionConstructorSymbol
:
ReflectionMethodBaseSymbol
,
IConstructorSymbol
7
{
8
16
public
ReflectionConstructorSymbol
(
ReflectionSymbolContext
context,
ReflectionModuleSymbol
module,
ReflectionTypeSymbol
type,
ConstructorInfo
underlyingConstructor) :
17
base(context, module, type, underlyingConstructor)
18
{
19
20
}
21
22
internal
ConstructorInfo
UnderlyingConstructor => (
ConstructorInfo
)UnderlyingMethodBase;
23
24
}
25
26
}
ConstructorInfo
IKVM.Reflection.ConstructorInfo ConstructorInfo
Definition
IkvmReflectionConstructorSymbol.cs:3
IKVM.CoreLib.Symbols.Reflection.ReflectionConstructorSymbol
Definition
ReflectionConstructorSymbol.cs:7
IKVM.CoreLib.Symbols.Reflection.ReflectionConstructorSymbol.ReflectionConstructorSymbol
ReflectionConstructorSymbol(ReflectionSymbolContext context, ReflectionModuleSymbol module, ReflectionTypeSymbol type, ConstructorInfo underlyingConstructor)
Initializes a new instance.
Definition
ReflectionConstructorSymbol.cs:16
IKVM.CoreLib.Symbols.Reflection.ReflectionMethodBaseSymbol
Definition
ReflectionMethodBaseSymbol.cs:11
IKVM.CoreLib.Symbols.Reflection.ReflectionModuleSymbol
Implementation of IModuleSymbol derived from System.Reflection.
Definition
ReflectionModuleSymbol.cs:16
IKVM.CoreLib.Symbols.Reflection.ReflectionSymbolContext
Holds references to symbols derived from System.Reflection.
Definition
ReflectionSymbolContext.cs:12
IKVM.CoreLib.Symbols.Reflection.ReflectionTypeSymbol
Definition
ReflectionTypeSymbol.cs:15
IKVM.CoreLib.Symbols.IConstructorSymbol
Discovers the attributes of a class constructor and provides access to constructor metadata.
Definition
IConstructorSymbol.cs:8
IKVM.CoreLib.Symbols.Reflection
Definition
ReflectionAssemblySymbol.cs:10
src
IKVM.CoreLib
Symbols
Reflection
ReflectionConstructorSymbol.cs
Generated by
1.12.0