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

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

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

Метод Описание
GetAddMethod ( bool nonPublic ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetRaiseMethod ( bool nonPublic ) : MethodInfo
GetRemoveMethod ( bool nonPublic ) : MethodInfo
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : string

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

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

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

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат void

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

public GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
Результат System.Reflection.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 System.Type
inherit bool
Результат bool

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

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