Show / Hide Table of Contents

Interface IFunctionPointerLoader

Interface for loading a function pointer

Namespace: WPIUtil.ILGeneration
Assembly: FRC.WPIUtil.dll
Syntax
public interface IFunctionPointerLoader

Methods

| Improve this Doc View Source

GetProcAddress(String)

Get a function pointer for a function name

Declaration
IntPtr GetProcAddress(string name)
Parameters
Type Name Description
String name
Returns
Type Description
IntPtr
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet