C# 클래스 PEAPI.Constant

Descriptor for a constant value
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
addedToBlobHeap bool
blobIndex uint
size uint
type Type

비공개 메소드들

메소드 설명
Constant ( ) : System
GetBlobIndex ( MetaData md ) : uint
GetSize ( ) : uint
GetTypeIndex ( ) : byte
Write ( BinaryWriter bw ) : void

프로퍼티 상세

addedToBlobHeap 보호되어 있는 프로퍼티

protected bool addedToBlobHeap
리턴 bool

blobIndex 보호되어 있는 프로퍼티

protected uint blobIndex
리턴 uint

size 보호되어 있는 프로퍼티

protected uint size
리턴 uint

type 보호되어 있는 프로퍼티

protected Type type
리턴 Type