ShortcutFileInfo Conversion (ShortcutFileInfo to FileInfo)
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Shared Widening Operator CType (
file As ShortcutFileInfo
) As FileInfo
Dim input As ShortcutFileInfo
Dim output As FileInfo
output = CType(input, FileInfo)
F# does not support the declaration of new casting operators.
No code example is currently available or this language may not be supported.
- file ShortcutFileInfo
-
The ShortcutFileInfo.
FileInfo
The resulting
FileInfo.