AppDomain.ToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Obtains a string representation that includes the friendly name of the application domain and any context policies.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.StringA string formed by concatenating the literal string "Name:", the friendly name of the application domain, and either string representations of the context policies or the string "There are no context policies."
| Exception | Condition |
|---|---|
| AppDomainUnloadedException | The application domain represented by the current AppDomain has been unloaded. |
Show: