Class for loading/saving PalmScan method files


Namespace: PalmSens.DataFiles
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Class ScanMethodFile
    Inherits MethodFile
C#
public class ScanMethodFile : MethodFile
C++
ref class ScanMethodFile : MethodFile
J#
public class ScanMethodFile extends MethodFile
JScript
public class ScanMethodFile extends MethodFile

Inheritance Hierarchy

System.Object
   PalmSens.DataFiles.DataFile
      PalmSens.DataFiles.MethodFile
         PalmSens.DataFiles.ScanMethodFile

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.

See Also