Click or drag to resize

DependencyInjectionGetWithoutScopeT Method (Object)

Retrieve a service without lifetime management

Namespace:  Demo3D.Standard
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public static T GetWithoutScope<T>(
	params Object[] args
)

Parameters

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Demo3D.Standard.DependencyInjection.GetWithoutScope``1(System.Object[])"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Demo3D.Standard.DependencyInjection.GetWithoutScope``1(System.Object[])"]

Return Value

Type: T

[Missing <returns> documentation for "M:Demo3D.Standard.DependencyInjection.GetWithoutScope``1(System.Object[])"]

See Also