C# Класс Ingres.Install.IngresProviderInstaller.MachineConfigXmlDocument

Наследование: System.Xml.XmlDocument
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
machineConfigFilename string

Открытые методы

Метод Описание
CreateNavigator ( String path ) : XPathNavigator
Load ( ) : void
MachineConfigXmlDocument ( ) : System

Obtain the XmlDocument for the default machine.config for the default .NET Framework version.

MachineConfigXmlDocument ( string version ) : System

Obtain the XmlDocument for the machine.config in the specified .NET Framework version. If the specified version does not exits or if the specified version matches the default version, then Exists is set to false.

Save ( ) : void

Описание методов

CreateNavigator() публичный Метод

public CreateNavigator ( String path ) : XPathNavigator
path String
Результат System.Xml.XPath.XPathNavigator

Load() публичный Метод

public Load ( ) : void
Результат void

MachineConfigXmlDocument() публичный Метод

Obtain the XmlDocument for the default machine.config for the default .NET Framework version.
public MachineConfigXmlDocument ( ) : System
Результат System

MachineConfigXmlDocument() публичный Метод

Obtain the XmlDocument for the machine.config in the specified .NET Framework version. If the specified version does not exits or if the specified version matches the default version, then Exists is set to false.
public MachineConfigXmlDocument ( string version ) : System
version string
Результат System

Save() публичный Метод

public Save ( ) : void
Результат void

Описание свойств

machineConfigFilename публичное свойство

The full path machine.config for the specified version if Exists == true or the full path machine.config of the default version if Exists == false.
public string machineConfigFilename
Результат string