TriLib 2.2.8
Loading...
Searching...
No Matches
Static Public Member Functions | Properties | List of all members
TriLibCore.Readers Class Reference

Represents a series of methods to retrieve TriLib readers information. More...

Static Public Member Functions

static ReaderBase FindReaderForExtension (string extension)
 Returns the Reader used to process the given extension.
 

Properties

static IList< string > Extensions [get]
 Gets all TriLib reader extensions.
 

Detailed Description

Represents a series of methods to retrieve TriLib readers information.

Member Function Documentation

◆ FindReaderForExtension()

static ReaderBase TriLibCore.Readers.FindReaderForExtension ( string  extension)
static

Returns the Reader used to process the given extension.

Parameters
extensionThe extension to search the Reader for.
Returns
The Reader used to process the extension, if found. Otherwise, null.