PEAPI

MethPtrType Constructor 

Create a new function pointer type

[Visual Basic]
Public Sub New( _
   ByVal meth As PEAPI.Method _
)
[C#]
public MethPtrType(
   Method meth
);

Parameters

meth
the function to be referenced

See Also

MethPtrType Class | MethPtrType Members | PEAPI Namespace