This read-only property returns the full 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 full name of the assembly.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace