Describes a PalmSens measurement method This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustInherit Class Method |
| C# |
|---|
| public abstract class Method |
| C++ |
|---|
| ref class Method abstract |
| J# |
|---|
| public class Method |
| JScript |
|---|
| public class Method |
Remarks
Can be types ScanMethod (measure vs potential) or TimeMethod (measure vs time). To load and save methodfiles use the ScanMethodFile or TimeMethodFile class.
Inheritance Hierarchy
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.