LAUREL BRIDGE

InfoUtilsGetTargetAssemblyFramework Method

DICOM Connectivity Framework V3.4
Get the target framework name for the given assembly.

Namespace:  LaurelBridge.DCFExamples.DcfInfo
Assembly:  DcfInfo (in DcfInfo.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public static string GetTargetAssemblyFramework(
	Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly
the assembly

Return Value

Type: String
The target framework display name.
See Also

Reference