PEAPI

Local Constructor (String, Type)

Create a new local variable

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

Parameters

lName
name of the local variable
lType
type of the local variable

See Also

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