System.AppDomainSetup.AppDomainSetup.AppDomainSetup C# (CSharp) Method

AppDomainSetup() public method

public AppDomainSetup ( ActivationContext activationContext ) : System.Collections.Generic
activationContext ActivationContext
return System.Collections.Generic
		public AppDomainSetup (ActivationContext activationContext)
		{
			_activationArguments = new ActivationArguments (activationContext);
		}
#endif

Same methods

AppDomainSetup.AppDomainSetup::AppDomainSetup ( ) : System.Collections.Generic
AppDomainSetup.AppDomainSetup::AppDomainSetup ( ActivationArguments activationArguments ) : System.Collections.Generic
AppDomainSetup.AppDomainSetup::AppDomainSetup ( AppDomainSetup setup ) : System.Collections.Generic