ImDiskAPIGetDeviceType Method |
Gets device type bits from a Flag field.
Namespace: LTR.IO.ImDiskAssembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax public static ImDiskFlags GetDeviceType(
ImDiskFlags Flags
)
Public Shared Function GetDeviceType (
Flags As ImDiskFlags
) As ImDiskFlags
public:
static ImDiskFlags GetDeviceType(
ImDiskFlags Flags
)
static member GetDeviceType :
Flags : ImDiskFlags -> ImDiskFlags
Parameters
- Flags
- Type: LTR.IO.ImDiskImDiskFlags
Flag field to check.
Return Value
Type:
ImDiskFlagsSee Also