SystemInformationEvent.SystemDirectory Property
Gets the path of the system directory, which is retrieved from GetSystemDirectory.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public ReadOnly Property SystemDirectory As String
Get
public string SystemDirectory { get; }
public:
property String^ SystemDirectory {
String^ get ();
}
member SystemDirectory : string
function get SystemDirectory () : String
Property Value
Type: System.String
.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.