Search Results for

    Show / Hide Table of Contents

    Class LongLivedMarshalByRefObject

    A MarshalByRefObject that lives forever

    Inheritance
    object
    MarshalByRefObject
    LongLivedMarshalByRefObject
    FrameworkController
    FrameworkController.FrameworkControllerAction
    Inherited Members
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnit.Compatibility
    Assembly: nunit.framework.dll
    Syntax
    public class LongLivedMarshalByRefObject : MarshalByRefObject

    Constructors

    View Source

    LongLivedMarshalByRefObject()

    Declaration
    public LongLivedMarshalByRefObject()

    Methods

    View Source

    InitializeLifetimeService()

    Obtains a lifetime service object to control the lifetime policy for this instance.

    Declaration
    [Obsolete("Preventing throwing PlatformNotSupportedException")]
    public override object InitializeLifetimeService()
    Returns
    Type Description
    object
    Overrides
    MarshalByRefObject.InitializeLifetimeService()
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0