Click or drag to resize
SpringContextGetObjectT Method (Type, 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>(
	Type type,
	Object[] args
)

Parameters

type
Type: SystemType
类型
args
Type: SystemObject

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

Type Parameters

T

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

Return Value

Type: T

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

See Also