Show / Hide Table of Contents

Class Main

Inheritance
Object
Main
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
[NativeInterface(typeof(IMain))]
public static class Main

Methods

| Improve this Doc View Source

ExitMain()

Declaration
public static void ExitMain()
| Improve this Doc View Source

HasMain()

Declaration
public static bool HasMain()
Returns
Type Description
Boolean
| Improve this Doc View Source

RunMain()

Declaration
public static void RunMain()
| Improve this Doc View Source

Set(Void*, IntPtr, IntPtr)

Declaration
public static void Set(void *param, IntPtr mainFunc, IntPtr exitFunc)
Parameters
Type Name Description
Void* param
IntPtr mainFunc
IntPtr exitFunc
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet