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



OpcLabs.EasyOpcClassic 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.
Requirements

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

See Also

Reference

ServerDescriptor Class
ServerDescriptor Members
Overload List