C# Class PERWAPI.Type

Base class for all IL types
Inheritance: MetaDataElement
ファイルを表示 Open project: xored/f4 Class Usage Examples

Protected Properties

Property Type Description
typeIndex byte

Public Methods

Method Description
TypeName ( ) : string

Private Methods

Method Description
AddTypeSpec ( MetaDataOut md ) : Type
GetTypeIndex ( ) : byte
SameType ( Type tstType ) : bool
Type ( byte tyIx ) : System
TypeSig ( MemoryStream str ) : void
WriteName ( CILWriter output ) : void
WriteType ( CILWriter output ) : void

Method Details

TypeName() public method

public TypeName ( ) : string
return string

Property Details

typeIndex protected_oe property

protected byte typeIndex
return byte