C# Class PERWAPI.MethPtrType

Descriptor for a FunctionPointer type
Inheritance: TypeSpec
Show file Open project: xored/f4

Public Methods

Method Description
MethPtrType ( Method meth ) : System

Create a new function pointer type

Private Methods

Method 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 method

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