ServiceMoniker40 Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This class provides the supporting implementation for the COM service moniker and should not be used directly.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ContextBoundObject
      System.ServiceModel.ServiceMoniker40.ServiceMoniker40

Namespace:  System.ServiceModel.ServiceMoniker40
Assembly:  System.ServiceModel.ServiceMoniker40 (in System.ServiceModel.ServiceMoniker40.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("F4E1E7F6-A035-41b3-9856-A3C3A1C4684F")> _
Public NotInheritable Class ServiceMoniker40 _
    Inherits ContextBoundObject
[ComVisibleAttribute(true)]
[GuidAttribute("F4E1E7F6-A035-41b3-9856-A3C3A1C4684F")]
public sealed class ServiceMoniker40 : ContextBoundObject
[ComVisibleAttribute(true)]
[GuidAttribute(L"F4E1E7F6-A035-41b3-9856-A3C3A1C4684F")]
public ref class ServiceMoniker40 sealed : public ContextBoundObject
[<Sealed>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("F4E1E7F6-A035-41b3-9856-A3C3A1C4684F")>]
type ServiceMoniker40 =  
    class 
        inherit ContextBoundObject 
    end

The ServiceMoniker40 type exposes the following members.

Constructors

  Name Description
Public method ServiceMoniker40 Initializes a new instance of the ServiceMoniker40 class.

Top

Methods

  Name Description
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Version Information

.NET Framework

Supported in: 4.5, 4

Platforms

Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.ServiceModel.ServiceMoniker40 Namespace