 | LibraryPlatform Property |
Platform the library is running on
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic static SupportedPlatform Platform { get; }
Public Shared ReadOnly Property Platform As SupportedPlatform
Get
public:
static property SupportedPlatform Platform {
SupportedPlatform get ();
}
static member Platform : SupportedPlatform with get
Property Value
Type:
SupportedPlatform
Remarks
Used to determine how the native library will loaded and unloaded.
See Also