C-DEngine 5.105

TheCommonUtils..::..GetAssemblyPlatformHostAgnostic Method

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

Syntax


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

Parameters

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