C# Class System.Reflection.Emit.ConstructorOnTypeBuilderInst

Inheritance: System.Reflection.ConstructorInfo
Mostra file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
ConstructorOnTypeBuilderInst ( MonoGenericClass instantiation, ConstructorBuilder cb ) : System
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetGenericArguments ( ) : System.Type[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
Invoke ( BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
IsDefined ( Type attributeType, bool inherit ) : bool

Private Methods

Method Description
GetParameterCount ( ) : int

Method Details

ConstructorOnTypeBuilderInst() public method

public ConstructorOnTypeBuilderInst ( MonoGenericClass instantiation, ConstructorBuilder cb ) : System
instantiation System.Reflection.MonoGenericClass
cb ConstructorBuilder
return System

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
return object[]

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
return object[]

GetGenericArguments() public method

public GetGenericArguments ( ) : System.Type[]
return System.Type[]

GetMethodImplementationFlags() public method

public GetMethodImplementationFlags ( ) : MethodImplAttributes
return MethodImplAttributes

GetParameters() public method

public GetParameters ( ) : System.Reflection.ParameterInfo[]
return System.Reflection.ParameterInfo[]

Invoke() public method

public Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
obj Object
invokeAttr BindingFlags
binder System.Reflection.Binder
parameters Object
culture System.Globalization.CultureInfo
return Object

Invoke() public method

public Invoke ( BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
invokeAttr BindingFlags
binder System.Reflection.Binder
parameters object
culture System.Globalization.CultureInfo
return object

IsDefined() public method

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
return bool