Interface IFunctionPointerLoader
Interface for loading a function pointer
Namespace: WPIUtil.ILGeneration
Assembly: FRC.WPIUtil.dll
Syntax
public interface IFunctionPointerLoader
Methods
| Improve this Doc View SourceGetProcAddress(String)
Get a function pointer for a function name
Declaration
IntPtr GetProcAddress(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Returns
Type | Description |
---|---|
IntPtr |