C# 클래스 PERWAPI.MethPtrType

Descriptor for a FunctionPointer type
상속: TypeSpec
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
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