Click or drag to resize

ReflectionCreate Method

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

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Object Create(
	Assembly assembly,
	string type,
	params Object[] args
)

Parameters

assembly
Type: System.ReflectionAssembly

[Missing <param name="assembly"/> documentation for "M:Stimulsoft.Base.Reflection.Create(System.Reflection.Assembly,System.String,System.Object[])"]

type
Type: SystemString

[Missing <param name="type"/> documentation for "M:Stimulsoft.Base.Reflection.Create(System.Reflection.Assembly,System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Stimulsoft.Base.Reflection.Create(System.Reflection.Assembly,System.String,System.Object[])"]

Return Value

Type: Object

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

See Also