Our new developer documentation is now available. Please check it out!
OdinLibraryParameters.TryGetNativeBinaryName
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
public static bool TryGetNativeBinaryName(out string[] names, out SupportedPlatform platform)
Returns the name of the native ODIN runtime binary that fits the current environment
Parameters
Name | Type | Description |
---|---|---|
names | String[] | possible names of the native sdk binary |
platform | SupportedPlatform | detected platform |
Returns
Type | Description |
---|---|
Boolean | true if a matching binary exists |