Struct GdkData
Data structure to hold information about the discovered GDK installation.
Inherited Members
Namespace: Unity.Microsoft.GDK.Discovery
Assembly: Unity.Microsoft.GDK.Discovery.dll
Syntax
public struct GdkData
Properties
ComponentPaths
GDK components that are available.
Declaration
public Dictionary<string, string> ComponentPaths { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
Edition
The version of the GDK Installation.
Declaration
public int Edition { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Path
The path to the GDK installation.
Declaration
public string Path { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| string |