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

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

Syntax

C#
public abstract void RegisterComponentInstance(
	string name,
	Type contractType,
	Object instance
)
Visual Basic
Public MustOverride Sub RegisterComponentInstance ( 
	name As String,
	contractType As Type,
	instance As Object
)

Parameters

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

Implements

IContainer..::..RegisterComponentInstance(String, Type, Object)

See Also