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!

AppDomain.ToString

Gets a string representation of the application domain.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: override String* ToString();
[JScript]
public override function ToString() : String;

Return Value

A string representation of this application domains

Remarks

The string representation specifies the friendly name of the application domains and the list of context policies.

See Also

AppDomain Class | AppDomain Members | System Namespace