Class Odin
References to OdinCore native imports.
- OdinNative.Odin.LibraryStatic reference to the native imports of the odin library as OdinNative.Core.Imports.NativeLibraryMethods
- OdinNative.Odin.CryptoStatic reference to the native imports of the odin crypto extension library as OdinNative.Core.Imports.NativeCryptoMethods
Declaration
Properties
Api
Native Odin functions
Declaration
Methods
Log(string, LogType, params object[])
Log (default with Debug.WriteLine)
Declaration
Parameters
| Type | Name |
|---|---|
System.String | message |
| OdinNative.OdinLog.LogType | type |
System.Object[] | args |