SystemInformationEvent.SystemDirectory Property

Gets the path of the system directory, which is retrieved from GetSystemDirectory.

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace