AppDomain.SetData Method
.NET Framework 4.5
Assigns a value to an application domain property.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |