Skip to main content

FilePickerFileType Class

Represents a name mapped to the associated file types (extensions).

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public sealed class FilePickerFileType
View Source
InheritanceObject → FilePickerFileType

Constructors

FilePickerFileType(String)Initializes a new instance of the FilePickerFileType class

Properties

AppleUniformTypeIdentifiersList of extensions in Apple uniform format.
MimeTypesList of extensions in MIME format.
NameFile type name.
PatternsList of extensions in GLOB format. I.e. ".png" or ".*".

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Avalonia.Platform.Storage Namespace