Click or drag to resize
KernelContextCreateObject Method (String, Object)
创建对象

Namespace: X3Platform
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static Object CreateObject(
	string type,
	params Object[] args
)

Parameters

type
Type: SystemString

[Missing <param name="type"/> documentation for "M:X3Platform.KernelContext.CreateObject(System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:X3Platform.KernelContext.CreateObject(System.String,System.Object[])"]

Return Value

Type: Object

[Missing <returns> documentation for "M:X3Platform.KernelContext.CreateObject(System.String,System.Object[])"]

See Also