C# Класс TriAxis.RunSharp.EventGen.EventInfoProxy

Наследование: System.Reflection.EventInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
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[]

Защищенные методы

Метод Описание
GetCurrentToken ( ) : int

Описание методов

EventInfoProxy() публичный Метод

public EventInfoProxy ( EventGen eg ) : System
eg EventGen
Результат System

GetAddMethod() публичный Метод

public GetAddMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Результат System.Reflection.MethodInfo

GetCurrentToken() защищенный Метод

protected GetCurrentToken ( ) : int
Результат int

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType IKVM.Reflection.Type
inherit bool
Результат object[]

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Результат object[]

GetOtherMethods() публичный Метод

public GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
Результат System.Reflection.MethodInfo[]

GetRaiseMethod() публичный Метод

public GetRaiseMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Результат System.Reflection.MethodInfo

GetRemoveMethod() публичный Метод

public GetRemoveMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Результат System.Reflection.MethodInfo

IsDefined() публичный Метод

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType IKVM.Reflection.Type
inherit bool
Результат bool

__GetMethods() публичный Метод

public __GetMethods ( ) : System.Reflection.MethodInfo[]
Результат System.Reflection.MethodInfo[]