Click or drag to resize
SpringObjectBuilderGetObjectT Method (String, Object)
获取对象

Namespace: X3Platform.Spring
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public T GetObject<T>(
	string name,
	Object[] args
)

Parameters

name
Type: SystemString
Sring配置文件中的对象名称
args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:X3Platform.Spring.SpringObjectBuilder.GetObject``1(System.String,System.Object[])"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Spring.SpringObjectBuilder.GetObject``1(System.String,System.Object[])"]

Return Value

Type: T

[Missing <returns> documentation for "M:X3Platform.Spring.SpringObjectBuilder.GetObject``1(System.String,System.Object[])"]

See Also