ManagedLocation.ModuleId Property
Namespace: Microsoft.HistoricalDebuggerHost
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Public Property ModuleId As Guid
Get
Set
public Guid ModuleId { get; set; }
public:
property Guid ModuleId {
Guid get ();
void set (Guid value);
}
member ModuleId : Guid with get, set
function get ModuleId () : Guid
function set ModuleId (value : Guid)
Property Value
Type: System.Guid
.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.