C# 클래스 XSpect.Yacq.Serialization.MethodRef

상속: MemberRef
파일 보기 프로젝트 열기: takeshik/yacq

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