Show / Hide Table of Contents

Class UsageReporting

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

Methods

| Improve this Doc View Source

Report(ResourceType, Instances, Int32, String)

Declaration
public static int Report(ResourceType resourceType, Instances instanceNumber, int context = 0, string feature = "")
Parameters
Type Name Description
ResourceType resourceType
Instances instanceNumber
Int32 context
String feature
Returns
Type Description
Int32
| Improve this Doc View Source

Report(ResourceType, Int32, Int32, String)

Declaration
public static int Report(ResourceType resourceType, int instanceNumber, int context = 0, string feature = "")
Parameters
Type Name Description
ResourceType resourceType
Int32 instanceNumber
Int32 context
String feature
Returns
Type Description
Int32
| Improve this Doc View Source

WriteReports()

Declaration
public static void WriteReports()
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet