QuickOPC User's Guide and Reference
Implicit Type Conversion(ServerDescriptor,Guid) Operator



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc Namespace > ServerDescriptor Class > Implicit Type Conversion Operator : Implicit Type Conversion(ServerDescriptor,Guid) Operator
Contains the CLSID for the object.
Converts a System.Guid containing object's CLSID to a server descriptor.
Syntax
'Declaration
 
<NotNullAttribute()>
Overloads Public Operator Widening CType( _
   ByVal clsid As Guid _
) As ServerDescriptor
'Usage
 
[NotNull()]
public ServerDescriptor operator implicit( 
   Guid clsid
)
[NotNull()]
public:
operator ServerDescriptor^ ( 
   Guid clsid
)

Parameters

clsid
Contains the CLSID for the object.

Return Value

Returns the server descriptor created from the System.Guid.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also