C# 클래스 Weaver.Util.MethodSignature

상속: MemberSignature
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Parameters List
ReturnType TypeSignature

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodSignature ( MethodInfo method ) : System
MethodSignature ( MethodReference method ) : System
MethodSignature ( TypeSignature returnType, TypeSignature declaringType, string name, List parameters ) : System
Parse ( string s ) : MethodSignature
ToString ( ) : string
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MethodSignature() 공개 메소드

public MethodSignature ( MethodInfo method ) : System
method System.Reflection.MethodInfo
리턴 System

MethodSignature() 공개 메소드

public MethodSignature ( MethodReference method ) : System
method Mono.Cecil.MethodReference
리턴 System

MethodSignature() 공개 메소드

public MethodSignature ( TypeSignature returnType, TypeSignature declaringType, string name, List parameters ) : System
returnType TypeSignature
declaringType TypeSignature
name string
parameters List
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( string s ) : MethodSignature
s string
리턴 MethodSignature

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Parameters 공개적으로 프로퍼티

public List Parameters
리턴 List

ReturnType 공개적으로 프로퍼티

public TypeSignature,Weaver.Util ReturnType
리턴 TypeSignature