Class BridgedObject
Basic class for remote/bridged objects. All objects that extends from this class are a proxy to a class on the remote process side.
There can be more as one instance of a BridgedObject to the same object on the remote side. If all BridgedObject for same remote object are garbage collected then also the the remote object can be garbage collected.
Inheritance
BridgedObject
Inherited Members
Namespace: inetsoftware.ProcessBridge.Handler
Assembly: inetsoftware.Reporting.dll
Syntax
public abstract class BridgedObject
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj |
Returns
Type | Description |
---|---|
Boolean |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |