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

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

Private Properties

Свойство Тип Описание

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

Метод Описание
Describe ( ) : MethodDescriptor

Returns an object to describe this member reference.

Deserialize ( ) : MethodBase

Dereferences this method reference.

DeserializeAsConstructor ( ) : ConstructorInfo

Dereferences this method reference.

DeserializeAsMethod ( ) : MethodInfo

Dereferences this method reference.

MethodRef ( ) : System

Initializes a new instance of the MethodRef class.

MethodRef ( TypeRef type, String name, String signature, TypeRef typeArgs ) : System

Initializes a new instance of the MethodRef class.

Serialize ( MethodBase method ) : MethodRef

Returns the method reference which refers specified method.

ToString ( ) : String

Returns a String that represents this instance.

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

Метод Описание
GetDescriptor ( ) : MemberDescriptor

Returns an object to describe this method reference.

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

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

Returns an object to describe this member reference.
public Describe ( ) : MethodDescriptor
Результат MethodDescriptor

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

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

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

Dereferences this method reference.
public DeserializeAsConstructor ( ) : ConstructorInfo
Результат System.Reflection.ConstructorInfo

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

Dereferences this method reference.
public DeserializeAsMethod ( ) : MethodInfo
Результат System.Reflection.MethodInfo

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

Returns an object to describe this method reference.
protected GetDescriptor ( ) : MemberDescriptor
Результат MemberDescriptor

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

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

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

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

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

Returns the method reference which refers specified method.
public static Serialize ( MethodBase method ) : MethodRef
method System.Reflection.MethodBase The method to refer.
Результат MethodRef

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

Returns a String that represents this instance.
public ToString ( ) : String
Результат String