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
System.Object
    BridgedObject
      
      
      
      
      
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: inetsoftware.ProcessBridge.Handler
Assembly: inetsoftware.Reporting.dll
Syntax
public abstract class BridgedObjectMethods
Equals(Object)
Declaration
public override bool Equals(object obj)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | obj | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
System.Object.Equals(System.Object)
  
  
  
  GetHashCode()
Declaration
public override int GetHashCode()Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
System.Object.GetHashCode()