<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Base Class |
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 .
Base
[Visual Basic]
Public MustInherit Class Base
Inherits PviCBEvents
Implements IDisposable
[C#]
public abstract class Base : PviCBEvents, IDisposable
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Base Members | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]
Topics in this section: