C-DEngine 5.105

TheCommonUtils..::..GetAssemblyPlatform Method (Assembly, Boolean, String%)

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static cdePlatform GetAssemblyPlatform(
	Assembly tAss,
	bool bDiagnostics,
	out string diagnosticsInfo
)
Public Shared Function GetAssemblyPlatform ( _
	tAss As Assembly, _
	bDiagnostics As Boolean, _
	<OutAttribute> ByRef diagnosticsInfo As String _
) As cdePlatform
public:
static cdePlatform^ GetAssemblyPlatform(
	Assembly^ tAss, 
	bool^ bDiagnostics, 
	[OutAttribute] String^% diagnosticsInfo
)

Parameters

tAss
Type: Assembly
bDiagnostics
Type: Boolean
diagnosticsInfo
Type: String%

See Also


GetAssemblyPlatform Overload