Retrieves the full path name of this type.
[Visual Basic] Overridable Public ReadOnly Property FullName As String [C#] public string FullName {override get;} [C++] public: __property virtual String* get_FullName(); [JScript] public function get FullName() : String;
Read-only. Retrieves the full path name of this type.
[To be supplied.]
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace