 | 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)
Syntaxpublic static bool TryGetNativeBinaryName(
out string name,
out SupportedPlatform platform
)
Public Shared Function TryGetNativeBinaryName (
<OutAttribute> ByRef name As String,
<OutAttribute> ByRef platform As SupportedPlatform
) As Boolean
public:
static bool TryGetNativeBinaryName(
[OutAttribute] String^% name,
[OutAttribute] SupportedPlatform% platform
)
static member TryGetNativeBinaryName :
name : string byref *
platform : SupportedPlatform byref -> bool
Parameters
- name
- Type: SystemString
name of the native sdk binary - platform
- Type: TeamSpeak.SdkSupportedPlatform
detected platform
Return Value
Type:
Booleantrue if a matching binary exists
See Also