C# Класс PERWAPI.MethPtrType

Descriptor for a FunctionPointer type
Наследование: TypeSpec
Показать файл Открыть проект

Открытые методы

Метод Описание
MethPtrType ( Method meth ) : System

Create a new function pointer type

Приватные методы

Метод Описание
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
MethPtrType ( MethSig msig ) : System
SameType ( Type tstType ) : bool
TypeSig ( MemoryStream str ) : void

Описание методов

MethPtrType() публичный Метод

Create a new function pointer type
public MethPtrType ( Method meth ) : System
meth Method the function to be referenced
Результат System