MethodBody.InitLocals Property
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property InitLocals As Boolean
Get
'Usage
Dim instance As MethodBody
Dim value As Boolean
value = instance.InitLocals
public virtual bool InitLocals { get; }
public:
virtual property bool InitLocals {
bool get ();
}
abstract InitLocals : bool
override InitLocals : bool
function get InitLocals () : boolean
Property Value
Type: Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.