Share via


SystemInformationEvent.WindowsDirectory Property

Gets the path of the Windows directory, which is retrieved from GetWindowsDirectory.

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

Syntax

'Declaration
Public ReadOnly Property WindowsDirectory As String
public string WindowsDirectory { get; }
public:
property String^ WindowsDirectory {
    String^ get ();
}
member WindowsDirectory : string with get
function get WindowsDirectory () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace