Zuma Lifeguard Wiki
Advertisement
System.AppDomain.CurrentDomain.SetData( "test", "My data" );
System.Console.WriteLine( System.AppDomain.CurrentDomain.GetData( "test" ) );
Advertisement