GlobalProfile.GetAssembly<T> Method

Returns assembly which contains given type.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static Assembly GetAssembly<T>()
where T : class

Type Parameters

T
Type to determine an assembly for.

Return Value

Assembly
Assembly which contains given type.

See Also