NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MethodBuilder.InitLocals

Gets or sets whether the local variables in this method should be zero initialized.

[Visual Basic]
Public Property InitLocals As Boolean
[C#]
public bool InitLocals {get; set;}
[C++]
public: __property bool get_InitLocals();
public: __property void set_InitLocals(bool);
[JScript]
public function get InitLocals() : Boolean;
public function set InitLocals(Boolean);

Property Value

Read/write. Gets or sets whether the local variables in this method should be zero initialized.

See Also

MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace