DocObjHost Class

Definition

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

public ref class DocObjHost sealed : MarshalByRefObject, IServiceProvider
public sealed class DocObjHost : MarshalByRefObject, IServiceProvider
type DocObjHost = class
    inherit MarshalByRefObject
    interface IServiceProvider
Public NotInheritable Class DocObjHost
Inherits MarshalByRefObject
Implements IServiceProvider
Inheritance
Implements

Remarks

XAML Text Usage

This managed class is not typically used in XAML.

Constructors

DocObjHost()

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

Methods

CreateObjRef(Type)

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.

(Inherited from MarshalByRefObject)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetLifetimeService()
Obsolete.

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

(Inherited from MarshalByRefObject)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InitializeLifetimeService()

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MemberwiseClone(Boolean)

Creates a shallow copy of the current MarshalByRefObject object.

(Inherited from MarshalByRefObject)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IServiceProvider.GetService(Type)

For a description of this member, see GetService(Type).

Applies to