Class OdinLibrary
Main lib entry class
Declaration
Properties
IsInitialized
Indicates whether or not the native ODIN runtime has been loaded and initialized
Declaration
NativeBinary
Location of the native ODIN runtime binary
Declaration
Platform
Platform the library is running on
Declaration
Methods
Initialize()
Initializes the native ODIN runtime
Declaration
Initialize(OdinLibraryParameters)
Creates a new OdinNative.Core.OdinLibrary-Instance
Declaration
Parameters
Type | Name | Description |
---|---|---|
OdinNative.Core.OdinLibraryParameters | parameters | Information used to create the instance |
Exceptions
System.InvalidOperationException
a OdinNative.Core.OdinLibrary is already created
System.NullReferenceException
parameters
is null
Release()
Releases the unmanaged resources used by the OdinNative.Core.OdinLibrary-Instance
Declaration