ComponentSpace Trace Route Class Library Reference

TraceRouteServicedComponent Methods

The methods of the TraceRouteServicedComponent class are listed below. For a complete list of TraceRouteServicedComponent class members, see the TraceRouteServicedComponent Members topic.

Public Instance Methods

CreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from ServicedComponent)Overloaded. Releases all resources used by the ServicedComponent .
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object) Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
ToString (inherited from Object) Returns a String that represents the current Object.
TraceRoute Performs Internet Trace Route processing to the specified server. The server address can either be the name of the server (eg. www.componentspace.com) or its IP address (eg. 66.210.153.10).

Protected Instance Methods

Dispose (inherited from ServicedComponent)Overloaded. Releases the unmanaged resources used by the ServicedComponent and optionally releases the managed resources.
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

Protected Internal Instance Methods

Activate (inherited from ServicedComponent) This method is called by the infrastructure when the object is created or allocated from a pool. Override this method to add custom initialization code to objects.
CanBePooled (inherited from ServicedComponent) This method is called by the infrastructure before the object is put back into the pool. Override this method to vote on whether the object is put back into the pool.
Construct (inherited from ServicedComponent) This method is called by the infrastructure just after the constructor is called, passing in the constructor string. Override this method to make use of the construction string value.
Deactivate (inherited from ServicedComponent) This method is called by the infrastructure when the object is about to be deactivated. Override this method to add custom finalization code to objects when just-in-time (JIT) compiled code or object pooling is used.

See Also

TraceRouteServicedComponent Class | ComponentSpace.TraceRoute Namespace