C# Класс System.Reflection.RuntimeEventInfo

Наследование: EventInfo, ISerializable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CacheEquals bool
GetObjectData void
RuntimeEventInfo System
RuntimeEventInfo System

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

Метод Описание
GetAddMethod ( bool nonPublic ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetOtherMethods ( bool nonPublic ) : MethodInfo[]
GetRaiseMethod ( bool nonPublic ) : MethodInfo
GetRemoveMethod ( bool nonPublic ) : MethodInfo
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : String

Приватные методы

Метод Описание
CacheEquals ( object o ) : bool
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RuntimeEventInfo ( ) : System
RuntimeEventInfo ( int tkEvent, RuntimeType declaredType, System.RuntimeType.RuntimeTypeCache reflectedTypeCache, bool &isPrivate ) : System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public ToString ( ) : String
Результат String