Interface IKernelInteropTools
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
public interface IKernelInteropTools
Methods
GetProcAddress(IntPtr, String)
Declaration
IntPtr GetProcAddress(IntPtr hModule, string procName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | hModule | |
| System.String | procName |
Returns
| Type | Description |
|---|---|
| System.IntPtr |
LoadLibrary(String)
Declaration
IntPtr LoadLibrary(string libName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | libName |
Returns
| Type | Description |
|---|---|
| System.IntPtr |