See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Initializes a new instance of the NTierAddInRegistryInstaller class

Namespace: NTier.Designer.Installers
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public NTierAddInRegistryInstaller(
	Nullable<VisualStudioVersion> vsVersion,
	bool loadOnDemand
)
Visual Basic
Public Sub New ( 
	vsVersion As Nullable(Of VisualStudioVersion),
	loadOnDemand As Boolean
)
Visual C++
public:
NTierAddInRegistryInstaller(
	Nullable<VisualStudioVersion> vsVersion, 
	bool loadOnDemand
)

Parameters

vsVersion
Type: System..::..Nullable<(Of <(<'VisualStudioVersion>)>)>
loadOnDemand
Type: System..::..Boolean

See Also