FileType ​
Represents a file type for use in file dialogs.
Kind: Class
Namespace: CrowdControl.Games
Public Constructors
FileType(string typename)
Creates a new instance of the CrowdControl.Games.FileType class.
Public Member Functions
virtual override
string
ToString()
Returns a string representation of the file type.
Properties
string
Name
[get, ]
The name of the file type, as it appears in the file dialog.
string[]
Extensions
[get, ]
The file extensions associated with this file type.
