NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Assembly.FullName

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;

Property Value

Read-only. Returns the display name of the assembly.

Remarks

See AssemblyName for a description of the format of the display name of an assembly.

Example

[To
be supplied.]

See Also

Assembly Class | Assembly Members | System.Reflection Namespace