Click or drag to resize

StiActivatorCreateObject Method (String, Object)

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

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

Parameters

typeName
Type: SystemString

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

arguments
Type: SystemObject

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

Return Value

Type: Object

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

See Also