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

See Also

Reference

ManagedLocation Class

Microsoft.HistoricalDebuggerHost Namespace