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

    | Improve this Doc

    NpgsqlRegisterUtils()

    Declaration
    public NpgsqlRegisterUtils()

    Methods

    | Improve this Doc

    ConfirmChange(String)

    Declaration
    public bool ConfirmChange(string invariant)
    Parameters
    Type Name Description
    String invariant
    Returns
    Type Description
    Boolean
    | Improve this Doc

    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
    | Improve this Doc

    DoesOtherFEPInstallationsExist(String)

    Declaration
    public bool DoesOtherFEPInstallationsExist(string regPath)
    Parameters
    Type Name Description
    String regPath
    Returns
    Type Description
    Boolean
    | Improve this Doc

    getRegSubKeys(String)

    Declaration
    public string[] getRegSubKeys(string regPath)
    Parameters
    Type Name Description
    String regPath
    Returns
    Type Description
    String[]
    | Improve this Doc

    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
    | Improve this Doc

    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
    | Improve this Doc

    getValueInReg(String, String)

    Declaration
    public string getValueInReg(string regPath, string regKey)
    Parameters
    Type Name Description
    String regPath
    String regKey
    Returns
    Type Description
    String
    | Improve this Doc

    GetVersionFromType(XmlNode)

    Declaration
    public Version GetVersionFromType(XmlNode type)
    Parameters
    Type Name Description
    XmlNode type
    Returns
    Type Description
    Version
    | Improve this Doc

    IsDotNetFramework4Installed()

    Declaration
    public bool IsDotNetFramework4Installed()
    Returns
    Type Description
    Boolean
    • Improve this Doc
    In This Article
    Back to top © Copyright 2021 The Npgsql Development Team