C# Class PEAPI.Constant

Descriptor for a constant value
Exibir arquivo Open project: kumpera/mono Class Usage Examples

Protected Properties

Property Type Description
addedToBlobHeap bool
blobIndex uint
size uint
type Type

Private Methods

Method Description
Constant ( ) : System
GetBlobIndex ( MetaData md ) : uint
GetSize ( ) : uint
GetTypeIndex ( ) : byte
Write ( BinaryWriter bw ) : void

Property Details

addedToBlobHeap protected_oe property

protected bool addedToBlobHeap
return bool

blobIndex protected_oe property

protected uint blobIndex
return uint

size protected_oe property

protected uint size
return uint

type protected_oe property

protected Type type
return Type