Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
[SecurityCriticalAttribute]
public override ObjRef CreateObjRef(
Type requestedType
)
public:
[SecurityCriticalAttribute]
virtual ObjRef^ CreateObjRef(
Type^ requestedType
) override
<SecurityCriticalAttribute>
Public Overrides 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
PageContentAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top