TriLib
Search Results for

    Show / Hide Table of Contents

    Interface IObject

    Represents a TriLib Object (Base interface used in many TriLib classes).

    Namespace: TriLibCore.Interfaces
    Assembly: TriLibCore.dll
    Syntax
    public interface IObject

    Properties

    Name

    Gets/Sets the Object name.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    string

    Used

    Gets/Sets the flag indicating whether this object used somewhere.

    Declaration
    bool Used { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

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