C# Class PEAPI.Type

Base class for all IL types
Inheritance: MetaDataElement
Mostrar archivo Open project: kumpera/mono Class Usage Examples

Protected Properties

Property Type Description
typeIndex byte
typeSpec TypeSpec

Private Methods

Method Description
GetTypeIndex ( ) : byte
GetTypeSpec ( MetaData md ) : MetaDataElement
SetTypeIndex ( byte b ) : void
Type ( byte tyIx ) : System
TypeSig ( MemoryStream str ) : void

Property Details

typeIndex protected_oe property

protected byte typeIndex
return byte

typeSpec protected_oe property

protected TypeSpec typeSpec
return TypeSpec