C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / DXUtil Class / GetGuidFromType Method
The type.

In This Topic
GetGuidFromType Method
In This Topic
Gets the System.Guid from a type.
Syntax
'Declaration
 
Public Shared Function GetGuidFromType( _
   ByVal type As System.Type _
) As System.Guid
 

Parameters

type
The type.

Return Value

The guid associated with this type.
See Also