Our new developer documentation is now available. Please check it out!
OdinLibraryParameters.TryGetNativeBinaryName
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 |