PEAPI

Local Constructor (String, Type, Boolean, Boolean)

Create a new local variable that is byref and/or pinned

[Visual Basic]
Overloads Public Sub New( _
   ByVal lName As String, _
   ByVal lType As PEAPI.Type, _
   ByVal byRef As Boolean, _
   ByVal isPinned As Boolean _
)
[C#]
public Local(
   string lName,
   Type lType,
   bool byRef,
   bool isPinned
);

Parameters

lName
local name
lType
local type
byRef
is byref
isPinned
has pinned attribute

See Also

Local Class | Local Members | PEAPI Namespace | Local Constructor Overload List