Search Results for

    Class NativeLibrary<T>

    Inheritance
    object
    NativeLibrary
    NativeLibrary<T>
    Inherited Members
    NativeLibrary.Ptr
    NativeLibrary.Load(string)
    NativeLibrary.Load<T>(string)
    NativeLibrary.ReflectiveLoad<T>(string)
    NativeLibrary.LoadLib(string)
    NativeLibrary.GetExport(string)
    NativeLibrary.GetExport(Type, string)
    NativeLibrary.GetExport<T>(string)
    NativeLibrary.GetExport<T>(string, out T)
    NativeLibrary.GetExport(IntPtr, string)
    NativeLibrary.AgnosticLoadLibrary(string)
    NativeLibrary.AgnosticGetProcAddress(IntPtr, string)
    NativeLibrary.dlopen(string, int)
    NativeLibrary.dlsym(IntPtr, string)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader
    Assembly: RedLoader.dll
    Syntax
    public class NativeLibrary<T> : NativeLibrary
    Type Parameters
    Name Description
    T

    Constructors

    NativeLibrary(IntPtr)

    Declaration
    public NativeLibrary(IntPtr ptr)
    Parameters
    Type Name Description
    IntPtr ptr

    Fields

    Instance

    Declaration
    public readonly T Instance
    Field Value
    Type Description
    T