C# 클래스 PERWAPI.Field

Descriptor for a field of a class
상속: Member
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
type Type

공개 메소드들

메소드 설명
GetFieldType ( ) : Type

Get the type of this field

SetFieldType ( Type ty ) : void

Set the type of this field

비공개 메소드들

메소드 설명
BuildSignatures ( MetaDataOut md ) : void
Field ( string pfName, Type pfType, Class paren ) : System
NameString ( ) : string
Resolve ( PEReader buff ) : void
WriteType ( CILWriter output ) : void

메소드 상세

GetFieldType() 공개 메소드

Get the type of this field
public GetFieldType ( ) : Type
리턴 Type

SetFieldType() 공개 메소드

Set the type of this field
public SetFieldType ( Type ty ) : void
ty Type The type of the field
리턴 void

프로퍼티 상세

type 보호되어 있는 프로퍼티

protected Type type
리턴 Type