Show / Hide Table of Contents

Class NativeLibraryLoader

Inheritance
Object
NativeLibraryLoader
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: WPIUtil.NativeUtilities
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
Type Description
IFunctionPointerLoader
| Improve this Doc View Source

LoadNativeLibraryGenerator(String)

Declaration
public static InterfaceGenerator LoadNativeLibraryGenerator(string libraryName)
Parameters
Type Name Description
String libraryName
Returns
Type Description
InterfaceGenerator
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet