Click or drag to resize
LibraryParametersTryGetNativeBinaryName Method
Returns the name of the native sdk binary that fits the current environment

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public static bool TryGetNativeBinaryName(
	out string name,
	out SupportedPlatform platform
)

Parameters

name
Type: SystemString
name of the native sdk binary
platform
Type: TeamSpeak.SdkSupportedPlatform
detected platform

Return Value

Type: Boolean
true if a matching binary exists
See Also