ModuleLoadEvent.IsUserCode Property
Gets a value that indicates whether the module is considered user code.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Public Property IsUserCode As Boolean
Get
Private Set
public bool IsUserCode { get; private set; }
public:
property bool IsUserCode {
bool get ();
private: void set (bool value);
}
member IsUserCode : bool with get, private set
function get IsUserCode () : boolean
private function set IsUserCode (value : boolean)
Property Value
Type: System.Boolean
Remarks
This property has been superseded by ModuleIsUserCodeEvent.
.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.