C# Класс XSpect.Yacq.Serialization.EventRef

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

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

Метод Описание
Deserialize ( ) : EventInfo

Dereferences this event reference.

EventRef ( ) : System

Initializes a new instance of the EventRef class.

EventRef ( TypeRef type, String name ) : System

Initializes a new instance of the EventRef class.

Serialize ( EventInfo @event ) : EventRef

Returns the event reference which refers specified event.

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

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

Dereferences this event reference.
public Deserialize ( ) : EventInfo
Результат System.Reflection.EventInfo

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

Initializes a new instance of the EventRef class.
public EventRef ( ) : System
Результат System

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

Initializes a new instance of the EventRef class.
public EventRef ( TypeRef type, String name ) : System
type TypeRef The declaring type of this event reference, or null if the type is .
name String The name of referring event.
Результат System

Serialize() публичный статический Метод

Returns the event reference which refers specified event.
public static Serialize ( EventInfo @event ) : EventRef
@event System.Reflection.EventInfo
Результат EventRef