Show / Hide Table of Contents

Class ControllerPacker

Manages all controllers on server-side. Controllers are server objects which has view on the client.

Inheritance
System.Object
ControllerPacker
Implements
System.IDisposable
Namespace: Eco.Core.Controller
Assembly: Eco.Core.dll
Syntax
public sealed class ControllerPacker : Object, IDisposable
Remarks

For debugging purposes you may run build with /p:DefineConstants=LOG_VIEW_SYSTEM or you can enable it in .csproj file. In this mode it will produce ViewData-{date}.txt file with sorted view data in stable order.

Constructors

ControllerPacker(ControllerMarshalerService)

Declaration
public ControllerPacker(ControllerMarshalerService marshalerService)
Parameters
Type Name Description
ControllerMarshalerService marshalerService

Properties

IsIndsideOfPackingRecursion

Declaration
public bool IsIndsideOfPackingRecursion { get; }
Property Value
Type Description
System.Boolean

Methods

Dispose()

Declaration
public void Dispose()

Implements

System.IDisposable

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾