This documentation is archived and is not being maintained.
ObjRef Constructor
Visual Studio 2010
Initializes a new instance of the ObjRef class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ObjRef() | Initializes a new instance of the ObjRef class with default values. |
|
ObjRef(MarshalByRefObject, Type) | Initializes a new instance of the ObjRef class to reference a specified MarshalByRefObject of a specified Type. |
|
ObjRef(SerializationInfo, StreamingContext) | Initializes a new instance of the ObjRef class from serialized data. |
Show: