C# Class PERWAPI.MethPtrType

Descriptor for a FunctionPointer type
Inheritance: TypeSpec
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
MethPtrType ( Method meth ) : System

Create a new function pointer type

Private Methods

Méthode Description
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
MethPtrType ( MethSig msig ) : System
SameType ( Type tstType ) : bool
TypeSig ( MemoryStream str ) : void

Method Details

MethPtrType() public méthode

Create a new function pointer type
public MethPtrType ( Method meth ) : System
meth Method the function to be referenced
Résultat System