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.4.0.0 (5.4.0)
Syntax public 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.
Remarks Used in .NET 2.0
See Also