C# Class System.Reflection.Emit.EventOnTypeBuilderInst

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

Public Methods

Method Description
GetAddMethod ( bool nonPublic ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetRaiseMethod ( bool nonPublic ) : MethodInfo
GetRemoveMethod ( bool nonPublic ) : MethodInfo
IsDefined ( Type attributeType, bool inherit ) : bool

Private Methods

Method Description
EventOnTypeBuilderInst ( MonoGenericClass instantiation, EventBuilder evt ) : System

Method Details

GetAddMethod() public method

public GetAddMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return System.Reflection.MethodInfo

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[]

GetOtherMethods() public method

public GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
return System.Reflection.MethodInfo[]

GetRaiseMethod() public method

public GetRaiseMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return System.Reflection.MethodInfo

GetRemoveMethod() public method

public GetRemoveMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return System.Reflection.MethodInfo

IsDefined() public method

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