Click or drag to resize
TypeFullName Property
Gets the fully qualified name of the Type, including the namespace of the Type but not the assembly.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract string FullName { get; }

Return Value

Type: String
The 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