Search Results for

    Show / Hide Table of Contents

    Class NpgsqlRegisterUtils

    Inheritance
    Object
    NpgsqlRegisterUtils
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: NpgsqlRegister
    Assembly: NpgsqlRegister.dll
    Syntax
    public class NpgsqlRegisterUtils

    Constructors

    NpgsqlRegisterUtils()

    Declaration
    public NpgsqlRegisterUtils()

    Methods

    ConfirmChange(String)

    Declaration
    public bool ConfirmChange(string invariant)
    Parameters
    Type Name Description
    String invariant
    Returns
    Type Description
    Boolean

    CreateNewInvariantNode(XmlDocument, String, String, String, String)

    Declaration
    public XmlElement CreateNewInvariantNode(XmlDocument xml, string name, string invariant, string descr, string type)
    Parameters
    Type Name Description
    XmlDocument xml
    String name
    String invariant
    String descr
    String type
    Returns
    Type Description
    XmlElement

    DoesOtherFEPInstallationsExist(String)

    Declaration
    public bool DoesOtherFEPInstallationsExist(string regPath)
    Parameters
    Type Name Description
    String regPath
    Returns
    Type Description
    Boolean

    getRegSubKeys(String)

    Declaration
    public string[] getRegSubKeys(string regPath)
    Parameters
    Type Name Description
    String regPath
    Returns
    Type Description
    String[]

    GetUserCharInput(String, List<Char>)

    Declaration
    public char GetUserCharInput(string query, List<char> validOptions)
    Parameters
    Type Name Description
    String query
    List<Char> validOptions
    Returns
    Type Description
    Char

    GetUserIntegerInput(String, Int32, Int32)

    Declaration
    public int GetUserIntegerInput(string query, int min, int max)
    Parameters
    Type Name Description
    String query
    Int32 min
    Int32 max
    Returns
    Type Description
    Int32

    getValueInReg(String, String)

    Declaration
    public string getValueInReg(string regPath, string regKey)
    Parameters
    Type Name Description
    String regPath
    String regKey
    Returns
    Type Description
    String

    GetVersionFromType(XmlNode)

    Declaration
    public Version GetVersionFromType(XmlNode type)
    Parameters
    Type Name Description
    XmlNode type
    Returns
    Type Description
    Version

    IsDotNetFramework4Installed()

    Declaration
    public bool IsDotNetFramework4Installed()
    Returns
    Type Description
    Boolean
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team