C# Class TriAxis.RunSharp.EventGen.EventInfoProxy

Inheritance: System.Reflection.EventInfo
Exibir arquivo Open project: AqlaSolutions/runsharp

Public Methods

Method Description
EventInfoProxy ( EventGen eg ) : System
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
__GetMethods ( ) : System.Reflection.MethodInfo[]

Protected Methods

Method Description
GetCurrentToken ( ) : int

Method Details

EventInfoProxy() public method

public EventInfoProxy ( EventGen eg ) : System
eg EventGen
return System

GetAddMethod() public method

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

GetCurrentToken() protected method

protected GetCurrentToken ( ) : int
return int

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType IKVM.Reflection.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 IKVM.Reflection.Type
inherit bool
return bool

__GetMethods() public method

public __GetMethods ( ) : System.Reflection.MethodInfo[]
return System.Reflection.MethodInfo[]