ModuleLoadEvent.IsUserCode Property

Gets a value that indicates whether the module is considered user code.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Property IsUserCode As Boolean
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: Boolean

Remarks

This property has been superseded by ModuleIsUserCodeEvent.

.NET Framework Security

See Also

Reference

ModuleLoadEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace