Share via


Type.FullName Property

Gets the fully qualified type name of the class that declares the current member.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual abstract string FullName { get; }

Property Value

The Type object for the class that declares the current member as a fully qualified name. If the type is a nested type, this property returns the enclosing type.

Remarks

This property implements the abstract property inherited from the MemberInfo class.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Type Class
Type Members
System Namespace