'Declaration<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal clsid As Guid _ ) As ObjectDescriptor
'Usage
 
            [NotNull()] public ObjectDescriptor operator implicit( Guid clsid )
[NotNull()] public: operator ObjectDescriptor^ ( Guid clsid )
Parameters
- clsid
 - Contains the CLSID for the object.
 
Return Value
Returns the object descriptor created from the System.Guid.