Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
protected override Object CreateInstance(
	Type type
)
Visual Basic
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Protected Overrides Function CreateInstance ( _
	type As Type _
) As Object

Parameters

type
Type: System..::..Type

See Also