System.Configuration.ClientConfigPaths.RefreshCurrent C# (CSharp) 메소드

RefreshCurrent() 정적인 개인적인 메소드

static private RefreshCurrent ( ) : void
리턴 void
        internal static void RefreshCurrent() {
            s_currentIncludesUserConfig = false;
            s_current = null;
        }

Usage Example

 internal void RefreshConfigPaths()
 {
     if (((this._configPaths != null) && !this._configPaths.HasEntryAssembly) && (this._exePath == null))
     {
         ClientConfigPaths.RefreshCurrent();
         this._configPaths = null;
     }
 }
All Usage Examples Of System.Configuration.ClientConfigPaths::RefreshCurrent