Class NativeLibraryLoader
Inheritance
NativeLibraryLoader
Assembly: FRC.WPIUtil.dll
Syntax
public static class NativeLibraryLoader
Methods
|
Improve this Doc
View Source
LoadNativeLibrary(String)
Declaration
public static IFunctionPointerLoader LoadNativeLibrary(string libraryName)
Parameters
Type |
Name |
Description |
String |
libraryName |
|
Returns
|
Improve this Doc
View Source
LoadNativeLibraryGenerator(String)
Declaration
public static InterfaceGenerator LoadNativeLibraryGenerator(string libraryName)
Parameters
Type |
Name |
Description |
String |
libraryName |
|
Returns