TypeBuilder.FullName Property
.NET Framework 1.1
Retrieves the full path of this type.
[Visual Basic] Overrides Public ReadOnly Property FullName As String [C#] public override string FullName {get;} [C++] public: __property String* get_FullName(); [JScript] public override function get FullName() : String;
Property Value
Read-only. Retrieves the full path of this type.
Remarks
The returned format is "enclosingTypeFullName+nestedTypeName" for nested types and "typeName" for non-nested types.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace