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.6282.15613 (0.1.0.0)
Syntax
public static bool TryGetNativeBinaryName(
	out string[] names,
	out SupportedPlatform platform
)

Parameters

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

Return Value

Type: Boolean
true if a matching binary exists
See Also