public class MeasurementData : IDisposable
Public Class MeasurementData
Implements IDisposable
public ref class MeasurementData : IDisposable
type MeasurementData =
class
interface IDisposable
end
Data | Gets the numerical data associated with this MeasurementData. |
IsValid | Gets true is data is valid |
PropertyKeys | Gets a list of measurement data property keys that can be used with GetProperty(). |
Dispose | Releases all resources used by the MeasurementData |
Dispose(Boolean) | Releases the unmanaged resources used by the MeasurementData and optionally releases the managed resources |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | (Overrides ObjectFinalize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetProperty | Returns a measurement data property by key. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |