ComExplorer Class (POS for .NET v1.14 SDK Documentation)

3/2/2014

Defines the programmatic interface for a ComExplorer device.

Namespace: Microsoft.PointOfService.Management
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
<GuidAttribute("3E6F90B0-20DB-4F7A-A534-D804B363D498")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<ComVisibleAttribute(True)> _
<ProgIdAttribute("Microsoft.PointOfService.Management.Explorer")> _
Public Class ComExplorer
[GuidAttribute("3E6F90B0-20DB-4F7A-A534-D804B363D498")] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[ComVisibleAttribute(true)] 
[ProgIdAttribute("Microsoft.PointOfService.Management.Explorer")] 
public class ComExplorer
[GuidAttribute(L"3E6F90B0-20DB-4F7A-A534-D804B363D498")] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
[ComVisibleAttribute(true)] 
[ProgIdAttribute(L"Microsoft.PointOfService.Management.Explorer")] 
public ref class ComExplorer
/** @attribute GuidAttribute("3E6F90B0-20DB-4F7A-A534-D804B363D498") */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ProgIdAttribute("Microsoft.PointOfService.Management.Explorer") */ 
public class ComExplorer
GuidAttribute("3E6F90B0-20DB-4F7A-A534-D804B363D498") 
ClassInterfaceAttribute(ClassInterfaceType.None) 
ComVisibleAttribute(true) 
ProgIdAttribute("Microsoft.PointOfService.Management.Explorer") 
public class ComExplorer

Inheritance Hierarchy

System.Object
  Microsoft.PointOfService.Management.ComExplorer

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

ComExplorer Members
Microsoft.PointOfService.Management Namespace