This read-only property returns the display name of the assembly.
[Visual Basic] Overridable Public ReadOnly Property FullName As String [C#] public string FullName {virtual get;} [C++] public: __property virtual String* get_FullName(); [JScript] public function get FullName() : String;
Read-only. Returns the display name of the assembly.
See AssemblyName for a description of the format of the display name of an assembly.
[To be supplied.]
Assembly Class | Assembly Members | System.Reflection Namespace