Use this method to insert an entry, or modify the value of an entry in an internal cache of name-data pairs that describe properties of this instance of AppDomain.
The cache automatically contains predefined system entries that are inserted when the application domain is created. You cannot insert or modify system entries with this method. You can inspect their values with the AppDomain.GetData(string) method, or the equivalent AppDomainSetup properties described in AppDomain.GetData(string).
You can insert or modify your own user defined name-data pairs with this method and inspect their values with the AppDomain.GetData(string) method.