Show / Hide Table of Contents

Class Threads

Inheritance
Object
Threads
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(IThreads))]
public static class Threads

Methods

| Improve this Doc View Source

GetCurrentThreadPriority(Int32*)

Declaration
public static int GetCurrentThreadPriority(int *isRealTime)
Parameters
Type Name Description
Int32* isRealTime
Returns
Type Description
Int32
| Improve this Doc View Source

GetThreadPriority(Void*, Int32*)

Declaration
public static int GetThreadPriority(void *handle, int *isRealTime)
Parameters
Type Name Description
Void* handle
Int32* isRealTime
Returns
Type Description
Int32
| Improve this Doc View Source

SetCurrentThreadPriority(Int32, Int32)

Declaration
public static int SetCurrentThreadPriority(int realTime, int priority)
Parameters
Type Name Description
Int32 realTime
Int32 priority
Returns
Type Description
Int32
| Improve this Doc View Source

SetThreadPriority(Void*, Int32, Int32)

Declaration
public static int SetThreadPriority(void *handle, int realTime, int priority)
Parameters
Type Name Description
Void* handle
Int32 realTime
Int32 priority
Returns
Type Description
Int32
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet