logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class PlainTarget

    Plain C# target with no Unity type in signatures, used for regression testing conservative dispatch.

    Inheritance
    object
    PlainTarget
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Global.Tests.Application
    Assembly: Tests.dll
    Syntax
    public class PlainTarget

    Constructors

    PlainTarget()

    Declaration
    public PlainTarget()

    Fields

    StaticWasCalled

    Declaration
    public static bool StaticWasCalled
    Field Value
    Type Description
    bool

    WasCalled

    Declaration
    public static bool WasCalled
    Field Value
    Type Description
    bool

    Methods

    DoStaticWork()

    Declaration
    public static void DoStaticWork()

    DoWork()

    Declaration
    public void DoWork()
    In this article
    © 2026 Serenity. All Rights Reserved