System.Configuration.ExeContext.ExeContext C# (CSharp) Method

ExeContext() private method

private ExeContext ( ConfigurationUserLevel userContext, string exePath ) : System
userContext ConfigurationUserLevel
exePath string
return System
        internal ExeContext( ConfigurationUserLevel userContext,
                             string                 exePath )
        {
            _userContext = userContext;
            _exePath     = exePath;
        }
        
ExeContext