AppDomain.SetData Method
.NET Framework (current version)
Assigns a value to an application domain property.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | SetData(String, Object) | Assigns the specified value to the specified application domain property. |
![]() | SetData(String, Object, IPermission) | Assigns the specified value to the specified application domain property, with a specified permission to demand of the caller when the property is retrieved. |
Show:
