Class OdinLibraryParameters
A set of values that are used when initializing the native ODIN runtime
Declaration
Properties
PossibleNativeBinaryLocations
Possible install location of the native ODIN runtime binary
Declaration
Platform
Determines which platform specific code needs to be executed
Declaration
Methods
TryGetNativeBinaryName(out string[], out SupportedPlatform)
Returns the name of the native ODIN runtime binary that fits the current environment
Declaration
Returns
System.Boolean
: true if a matching binary exists
Parameters
Type | Name | Description |
---|---|---|
System.String[] | names | possible names of the native sdk binary |
Global.SupportedPlatform | platform | detected platform |