This class ...

Namespace: DotNetNuke.Services.Installer.Blocker
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class InstallBlocker : ServiceLocator<IInstallBlocker, InstallBlocker>, 
	IInstallBlocker
Visual Basic
Public Class InstallBlocker
	Inherits ServiceLocator(Of IInstallBlocker, InstallBlocker)
	Implements IInstallBlocker

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'IInstallBlocker, InstallBlocker>)>)>
    DotNetNuke.Services.Installer.Blocker..::..InstallBlocker

See Also