FileDialogFileInfo Class
Provides instance methods for the opening of files and helps in the creation of Stream objects. This class cannot be inherited.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public NotInheritable Class FileDialogFileInfo
'Usage
Dim instance As FileDialogFileInfo
public sealed class FileDialogFileInfo
public ref class FileDialogFileInfo sealed
public final class FileDialogFileInfo
Inheritance Hierarchy
System.Object
System.Windows.Controls.FileDialogFileInfo
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
System.Windows.Controls Namespace