MaterializerSession Methods |
The MaterializerSession type exposes the following members.
Name | Description | |
---|---|---|
AssignPort(InPort, Object) |
TBD
| |
AssignPort(OutPort, IUntypedPublisher) |
TBD
| |
EnterScope |
Enters a copied module and establishes a scope that prevents internals to leak out and interfere with copies
of the same module.
We don't store the enclosing CopiedModule itself as state since we don't use it anywhere else than exit and enter
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExitScope |
Exits the scope of the copied module and propagates Publishers/Subscribers to the enclosing scope assigning
them to the copied ports instead of the original ones (since there might be multiple copies of the same module
leading to port identity collisions)
We don't store the enclosing CopiedModule itself as state since we don't use it anywhere else than exit and enter
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Materialize |
TBD
| |
MaterializeAtomic |
TBD
| |
MaterializeComposite |
TBD
| |
MaterializeModule |
TBD
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MergeAttributes |
TBD
| |
RegisterSource |
TBD
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |