Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a run-specific identifier for the module.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property ModuleId As Long
Get
Private Set
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 id can change from run to run of the application.
.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.