C# 클래스 PEAPI.Property

Descriptor for the Property of a class
상속: Feature
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
AddGetter ( MethodDef getter ) : void

Add a get method to this property

AddInitValue ( Constant constVal ) : void

Add an initial value for this property

AddOther ( MethodDef other ) : void

Add another method to this property

AddSetter ( MethodDef setter ) : void

Add a set method to this property

SetInstance ( bool isInstance ) : void

비공개 메소드들

메소드 설명
BuildTables ( MetaData md ) : void
GetCodedIx ( CIx code ) : uint
Property ( string name, Type retType, Type pars, ClassDef parent ) : System
Size ( MetaData md ) : uint
Write ( PEAPI.FileImage output ) : void

메소드 상세

AddGetter() 공개 메소드

Add a get method to this property
public AddGetter ( MethodDef getter ) : void
getter MethodDef the get method
리턴 void

AddInitValue() 공개 메소드

Add an initial value for this property
public AddInitValue ( Constant constVal ) : void
constVal Constant the initial value for this property
리턴 void

AddOther() 공개 메소드

Add another method to this property
public AddOther ( MethodDef other ) : void
other MethodDef the method
리턴 void

AddSetter() 공개 메소드

Add a set method to this property
public AddSetter ( MethodDef setter ) : void
setter MethodDef the set method
리턴 void

SetInstance() 공개 메소드

public SetInstance ( bool isInstance ) : void
isInstance bool
리턴 void