StateResources.CreateObjRef Method (Type)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
[SecurityCriticalAttribute]
public override sealed ObjRef CreateObjRef(
Type requestedType
)
public:
[SecurityCriticalAttribute]
virtual ObjRef^ CreateObjRef(
Type^ requestedType
) override sealed
<SecurityCriticalAttribute>
Public Overrides NotOverridable Function CreateObjRef (
requestedType As Type
) As ObjRef
Parameters
requestedType
Type: System.Type
Return Value
Type: System.Runtime.Remoting.ObjRef
An instance of ObjRef that contains information that is required to generate a proxy.
See Also
StateResources Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices Namespace
Return to top