TriLib
Search Results for

    Show / Hide Table of Contents

    Class Readers

    Represents a series of methods to retrieve TriLib readers information.

    Inheritance
    object
    Readers
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TriLibCore
    Assembly: Assembly-CSharp.dll
    Syntax
    public class Readers

    Properties

    Extensions

    Gets all TriLib reader extensions.

    Declaration
    public static IList<string> Extensions { get; }
    Property Value
    Type Description
    IList<string>

    Methods

    FindReaderForExtension(string)

    Returns the Reader used to process the given extension.

    Declaration
    public static ReaderBase FindReaderForExtension(string extension)
    Parameters
    Type Name Description
    string extension

    The extension to search the Reader for.

    Returns
    Type Description
    ReaderBase

    The Reader used to process the extension, if found. Otherwise, null.

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX