C# 클래스 PEAPI.MetaDataElement

Base class for all Meta Data table elements
상속: IComparable
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
customAttributes System.Collections.ArrayList
done bool
sortTable bool
tabIx MDTable

공개 메소드들

메소드 설명
AddCustomAttribute ( Method ctorMeth, Constant cVals ) : void

Add a custom attribute to this item

AddCustomAttribute ( Method ctorMeth, byte val ) : void

Add a custom attribute to this item

CompareTo ( object obj ) : int

비공개 메소드들

메소드 설명
BuildTables ( MetaData md ) : void
GetCodedIx ( CIx code ) : uint
MetaDataElement ( ) : System
Size ( MetaData md ) : uint
SortKey ( ) : uint
SortKey2 ( ) : uint
Token ( ) : uint
Write ( PEAPI.FileImage output ) : void

메소드 상세

AddCustomAttribute() 공개 메소드

Add a custom attribute to this item
public AddCustomAttribute ( Method ctorMeth, Constant cVals ) : void
ctorMeth Method the constructor method for this attribute
cVals Constant
리턴 void

AddCustomAttribute() 공개 메소드

Add a custom attribute to this item
public AddCustomAttribute ( Method ctorMeth, byte val ) : void
ctorMeth Method the constructor method for this attribute
val byte the byte value of the parameters
리턴 void

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

프로퍼티 상세

customAttributes 보호되어 있는 프로퍼티

protected ArrayList,System.Collections customAttributes
리턴 System.Collections.ArrayList

done 보호되어 있는 프로퍼티

protected bool done
리턴 bool

sortTable 보호되어 있는 프로퍼티

protected bool sortTable
리턴 bool

tabIx 보호되어 있는 프로퍼티

protected MDTable tabIx
리턴 MDTable