| FieldUtilitiesCreateFullTypeName Method  | 
 
            Creates a full type name, of the format: Type.Fullname, assembly name. 
            If the assembly is signed, the full assembly name is added, otherwise just the assembly name, not the version, public key token or culture.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic static string CreateFullTypeName(
	Type type
)
Public Shared Function CreateFullTypeName ( 
	type As Type
) As String
Parameters
- type
 - Type: SystemType
The type. 
Return Value
Type: 
Stringfulltype name. 
RemarksUsed in .NET 2.0
See Also