OPCAE.NET Reference Manual
GetClassDetails Method
See Also  Send Feedback
OPCAE Namespace > OpcAEServerBrowser Class : GetClassDetails Method

clsid
IN: CLSID of the OPC Server
progID
OUT: ProgId name of the server
userType
OUT: User type information

Glossary Item Box

Get the ProgId and user type or the server with the specified CLSID. See OPC specs, chapter 'OPC Server Browser' for details

Syntax

Visual Basic (Declaration) 
Public Function GetClassDetails( _
   ByRef clsid As Guid, _
   ByRef progID As String, _
   ByRef userType As String _
) As Integer
C# 
public int GetClassDetails( 
   ref Guid clsid,
   out string progID,
   out string userType
)

Parameters

clsid
IN: CLSID of the OPC Server
progID
OUT: ProgId name of the server
userType
OUT: User type information

Return Value

HRESULTS error/success code.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.