UtilDelphiDelphiTypeToManagedType Method

Translates a value of the DelphiDataTypes enumeration to an appropriated managed type equivalent.

Definition

Namespace: DevCase.Core.Diagnostics.Delphi
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Type DelphiTypeToManagedType(
	DelphiDataTypes unmanaged
)

Parameters

unmanaged  DelphiDataTypes
The unmanaged Delphi type.

Return Value

Type
The .NET managed type.

Remarks

Exceptions

InvalidEnumArgumentException unmanaged

See Also