C# 클래스 Weaver.Util.FieldSignature

상속: MemberSignature
파일 보기 프로젝트 열기: FloodProject/flood

공개 프로퍼티들

프로퍼티 타입 설명
FieldType TypeSignature

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
FieldSignature ( FieldInfo field ) : System
FieldSignature ( FieldReference field ) : System
FieldSignature ( TypeSignature fieldType, TypeSignature declaringType, string name ) : System
GetHashCode ( ) : int
Parse ( string s ) : FieldSignature
ToString ( ) : string
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

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

FieldSignature() 공개 메소드

public FieldSignature ( FieldInfo field ) : System
field System.Reflection.FieldInfo
리턴 System

FieldSignature() 공개 메소드

public FieldSignature ( FieldReference field ) : System
field Mono.Cecil.FieldReference
리턴 System

FieldSignature() 공개 메소드

public FieldSignature ( TypeSignature fieldType, TypeSignature declaringType, string name ) : System
fieldType TypeSignature
declaringType TypeSignature
name string
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Parse() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

FieldType 공개적으로 프로퍼티

public TypeSignature,Weaver.Util FieldType
리턴 TypeSignature