Bridge

Type..::..FullName Property

Gets the fully qualified name of the type, including its namespace but not its assembly.

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

Syntax


[TemplateAttribute]
public string FullName { get; }
<TemplateAttribute> _
Public ReadOnly Property FullName As String
	Get
[TemplateAttribute]
public:
property String^ FullName {
	String^ get ();
}

Return Value

The fully qualified name of the type, including its namespace but not its 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.