PEAPI

MethodDef.SetMaxStack Method 

Set the maximum stack height for this method

[Visual Basic]
Public Sub SetMaxStack( _
   ByVal maxStack As Integer _
)
[C#]
public void SetMaxStack(
   int maxStack
);

Parameters

maxStack
the maximum height of the stack

See Also

MethodDef Class | MethodDef Members | PEAPI Namespace