C# Class PERWAPI.PtrType

Descriptor for an pointer (type * or type &)
Inheritance: TypeSpec
Show file Open project: xored/f4

Protected Properties

Property Type Description
baseType Type

Public Methods

Method Description
GetBaseType ( ) : Type

Private Methods

Method Description
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
PtrType ( Type bType, byte typeIx ) : System
TypeSig ( MemoryStream str ) : void

Method Details

GetBaseType() public method

public GetBaseType ( ) : Type
return Type

Property Details

baseType protected property

protected Type baseType
return Type