C# Class PERWAPI.PtrType

Descriptor for an pointer (type * or type &)
Inheritance: TypeSpec
Afficher le fichier Open project: xored/f4

Protected Properties

Свойство Type Description
baseType Type

Méthodes publiques

Méthode Description
GetBaseType ( ) : Type

Private Methods

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

Method Details

GetBaseType() public méthode

public GetBaseType ( ) : Type
Résultat Type

Property Details

baseType protected_oe property

protected Type baseType
Résultat Type