The IForeNETAppDomain interface contains properties and methods used to work with application domain, used in platform.
| Property name | Brief description | |
| Category | The Category property returns the category of application domain, used in platform. | |
| Runtime | The Runtime property returns the current context of application domain. |
| Method name | Brief description | |
| Finalize | The Finalize method releases the resources, that are used by the object before its destruction. | |
| GetType | The GetType method returns the parameters of type, that is the parent for this object. |
See also: