Gets the fully qualified name of the
Type, including the namespace of the
Type but not the assembly.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public abstract string FullName { get; }
Return Value
Type:
StringThe fully qualified name of the
Type, including the namespace of the
Type but not the assembly; or null if the current instance represents a generic type parameter, an array type, pointer type, or byref type based on a type parameter, or a generic type that is not a generic type definition but contains unresolved type parameters.
See Also