Click or drag to resize

Installer Class

A class that supports ShellBoost infrastructure and deployment scenarios.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.ClientInstaller

Namespace:  callback.ShellBoost.Core.Client
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public class Installer

The Installer type exposes the following members.

Constructors
  NameDescription
Public methodInstaller
Initializes a new instance of the Installer class
Top
Properties
  NameDescription
Public propertyConfiguration
Gets or sets the configuration.
Public propertyStatic memberIsNetCore
Gets or sets a value indicating whether this app domain is running with .NET Core.
Public propertyLogger
Gets or sets the logger.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetBitnessString
Gets a string representing the current process bitness.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetNativeAssemblyName(ProcessorArchitecture, String, Boolean)
Gets the name of the ShellBoost native proxy assembly. This is obsolete. Use the NativeProxy class instead.
Public methodStatic memberGetNativeAssemblyName(ProcessorArchitecture, String, Boolean, Guid)
Gets the name of the ShellBoost native proxy assembly. This is obsolete. Use the NativeProxy class instead.
Public methodGetNativeAssemblyPath(String)
Gets the ShellBoost native proxy assembly path. This is obsolete. Use the NativeProxy class instead.
Public methodGetNativeAssemblyPath(ProcessorArchitecture, String)
Gets the ShellBoost native proxy assembly path. This is obsolete. Use the NativeProxy class instead.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLog
Logs at a specified trace level
Public methodLogInfo
Logs information.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberWantsFORPARSING
Determines the 'WantsFORPARSING' registry value.
Top
See Also