 | SharedObjRef Constructor |
Initializes a new instance of the SharedObjRef class to
reference a specified SharedObject of a specified System.Type.
Namespace:
EBP.Framework.Common.Interfaces.Shared
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic SharedObjRef(
MarshalByRefObject instance,
Type requestedType
)
Public Sub New (
instance As MarshalByRefObject,
requestedType As Type
)
Parameters
- instance
- Type: SystemMarshalByRefObject
The object that the new System.Runtime.Remoting.ObjRef instance will reference.
It must implement ISharedObject. - requestedType
- Type: SystemType
[Missing <param name="requestedType"/> documentation for "M:EBP.Framework.Common.Interfaces.Shared.SharedObjRef.#ctor(System.MarshalByRefObject,System.Type)"]
See Also