Show / Hide Table of Contents

Class Win32KernelInteropTools

Inheritance
System.Object
Win32KernelInteropTools
Implements
IKernelInteropTools
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
public class Win32KernelInteropTools : IKernelInteropTools

Methods

GetProcAddress(IntPtr, String)

Declaration
public IntPtr GetProcAddress(IntPtr hModule, string procName)
Parameters
Type Name Description
System.IntPtr hModule
System.String procName
Returns
Type Description
System.IntPtr

InnerGetProcAddress(IntPtr, String)

Declaration
public static IntPtr InnerGetProcAddress(IntPtr hModule, string procName)
Parameters
Type Name Description
System.IntPtr hModule
System.String procName
Returns
Type Description
System.IntPtr

InnerLoadLibrary(String)

Declaration
public static IntPtr InnerLoadLibrary(string libName)
Parameters
Type Name Description
System.String libName
Returns
Type Description
System.IntPtr

LoadLibrary(String)

Declaration
public IntPtr LoadLibrary(string libName)
Parameters
Type Name Description
System.String libName
Returns
Type Description
System.IntPtr

Implements

IKernelInteropTools
Back to top Generated by DocFX