Skip to main content
Version: 2.x

Class OdinHandle

Assembly: cs.temp.dll.dll
Declaration
public abstract class OdinHandle : SafeHandleZeroOrMinusOneIsInvalid

Derived:
OdinNative.Core.Handles.OdinCryptoHandle, OdinNative.Core.Handles.OdinLibraryHandle

Properties

IsAlive

Declaration
public bool IsAlive { get; }

IsInitialized

Declaration
public bool IsInitialized { get; protected set; }

Location

Declaration
public string Location { get; }

Platform

Declaration
public SupportedPlatform Platform { get; }

Methods

GetLibraryMethod<T>(string, out T)

Declaration
public void GetLibraryMethod<T>(string name, out T t)
Parameters
TypeName
System.Stringname
<T>t
Type Parameters
  • T

ReleaseHandle()

Declaration
protected override bool ReleaseHandle()
Returns

System.Boolean