Click or drag to resize
weroSoft AG, Software
StackEntryType Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the entry type of a stack element.

Namespace:  WeroSoft.Workflow.Common.Runtime
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
[FlagsAttribute]
public enum StackEntryType
Members
  Member nameValueDescription
Value16 Defines a value type.
HeapReference32 Defines a heap reference.
See Also