Base Class

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices >

Base Class

BR.AN.PviServices .NET


The abstract class Base builds the base for all PviServices objects. It provides base methods and properties for each PviServices object. Because all object classes in PviServices are derived from Base, every property and method defined in the Base class is available in all objects. Derived classes override some of these methods and properties

For a list of all members of this type, see Base Members .

System.Object

  PInvokePvicom

    PviCBEvents

        Base

          Derived types

[Visual Basic]

Public MustInherit Class Base

   Inherits PviCBEvents

   Implements IDisposable

[C#]

public abstract class Base : PviCBEvents, IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: BR.AN.PviServices

Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)

See Also

Base Members | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]

Topics in this section:

Base Members

Base Constructor

BaseProperties

BaseMethods

BaseEvents