TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Class TriLibWriters

    Provides a factory for obtaining the appropriate writer for a given file extension.

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

    Methods

    GetWriterForExtension(string)

    Retrieves the writer instance corresponding to the specified file extension.

    Declaration
    public static WriterBase GetWriterForExtension(string extension)
    Parameters
    Type Name Description
    string extension

    The file extension for which a writer is required.

    Returns
    Type Description
    WriterBase

    A WriterBase instance if a matching writer exists; otherwise, null.

    In this article
    Back to top Generated by DocFX