ModuleUnloadEvent.ModuleId Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a run-specific identifier for the module.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Property ModuleId As Long
Get
Private Set
'Usage
Dim instance As ModuleUnloadEvent
Dim value As Long
value = instance.ModuleId
public long ModuleId { get; private set; }
public:
property long long ModuleId {
long long get ();
private: void set (long long value);
}
member ModuleId : int64 with get, private set
function get ModuleId () : long
private function set ModuleId (value : long)
Property Value
Type: System.Int64
Remarks
This identifier can change from one run of the application to the next.
.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.