Show / Hide Table of Contents

    Interface IApplicationInfoService

    Application info service.

    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public interface IApplicationInfoService

    Properties

    Build

    Gets the build.

    Declaration
    int Build { get; }
    Property Value
    Type Description
    Int32

    The build.

    Fingerprint

    Gets the fingerprint.

    Declaration
    string Fingerprint { get; }
    Property Value
    Type Description
    String

    The fingerprint.

    Identifier

    Gets the identifier.

    Declaration
    string Identifier { get; }
    Property Value
    Type Description
    String

    The identifier.

    Name

    Gets the name.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    The name.

    Version

    Gets the version.

    Declaration
    string Version { get; }
    Property Value
    Type Description
    String

    The version.

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel