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);
Read/write. Gets or sets whether the local variables in this method should be zero initialized.
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace