UtilDelphiDelphiTypeToManagedType Method
Translates a value of the
DelphiDataTypes enumeration to an appropriated managed type equivalent.
Namespace: DevCase.Core.Diagnostics.DelphiAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Shared Function DelphiTypeToManagedType (
unmanaged As DelphiDataTypes
) As Type
Dim unmanaged As DelphiDataTypes
Dim returnValue As Type
returnValue = UtilDelphi.DelphiTypeToManagedType(unmanaged)
static member DelphiTypeToManagedType :
unmanaged : DelphiDataTypes -> Type
No code example is currently available or this language may not be supported.
- unmanaged DelphiDataTypes
-
The unmanaged Delphi type.
Type
The .NET managed type.
InvalidEnumArgumentException
|
unmanaged
|