summaryM:DotNetNuke.ComponentModel.IContainer.RegisterComponentInstance(System.String,System.Object)

Namespace: DotNetNuke.ComponentModel
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
void RegisterComponentInstance(
	string name,
	Object instance
)
Visual Basic
Sub RegisterComponentInstance ( 
	name As String,
	instance As Object
)

Parameters

name
Type: System..::..String
paramnameM:DotNetNuke.ComponentModel.IContainer.RegisterComponentInstance(System.String,System.Object)
instance
Type: System..::..Object
paraminstanceM:DotNetNuke.ComponentModel.IContainer.RegisterComponentInstance(System.String,System.Object)

See Also