C# Class TriAxis.RunSharp.EventGen.EventInfoProxy

Inheritance: System.Reflection.EventInfo
Afficher le fichier Open project: AqlaSolutions/runsharp

Méthodes publiques

Méthode 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[]

Méthodes protégées

Méthode Description
GetCurrentToken ( ) : int

Method Details

EventInfoProxy() public méthode

public EventInfoProxy ( EventGen eg ) : System
eg EventGen
Résultat System

GetAddMethod() public méthode

public GetAddMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat System.Reflection.MethodInfo

GetCurrentToken() protected méthode

protected GetCurrentToken ( ) : int
Résultat int

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType IKVM.Reflection.Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetOtherMethods() public méthode

public GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
Résultat System.Reflection.MethodInfo[]

GetRaiseMethod() public méthode

public GetRaiseMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat System.Reflection.MethodInfo

GetRemoveMethod() public méthode

public GetRemoveMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat System.Reflection.MethodInfo

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType IKVM.Reflection.Type
inherit bool
Résultat bool

__GetMethods() public méthode

public __GetMethods ( ) : System.Reflection.MethodInfo[]
Résultat System.Reflection.MethodInfo[]