Click or drag to resize

StiActivatorCreateObject Method (Type, Object)

[Missing <summary> documentation for "M:Stimulsoft.Base.StiActivator.CreateObject(System.Type,System.Object[])"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Object CreateObject(
	Type type,
	Object[] arguments
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Stimulsoft.Base.StiActivator.CreateObject(System.Type,System.Object[])"]

arguments
Type: SystemObject

[Missing <param name="arguments"/> documentation for "M:Stimulsoft.Base.StiActivator.CreateObject(System.Type,System.Object[])"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Base.StiActivator.CreateObject(System.Type,System.Object[])"]

See Also