System.Configuration.DefaultConfig.GetMachineConfigPath C# (CSharp) Method

GetMachineConfigPath() static private method

static private GetMachineConfigPath ( ) : string
return string
		internal static string GetMachineConfigPath ()
		{
			return System.Runtime.InteropServices.RuntimeEnvironment.SystemConfigurationFile;
		}
#else