ServiceMoniker40 클래스

이 API는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

이 클래스는 COM 서비스 모니커에 대한 구현을 지원하며 직접 사용할 수는 없습니다.

상속 계층 구조

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

네임스페이스:  System.ServiceModel.ServiceMoniker40
어셈블리:  System.ServiceModel.ServiceMoniker40(System.ServiceModel.ServiceMoniker40.dll)

구문

‘선언
<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

ServiceMoniker40 형식에서는 다음과 같은 멤버를 노출합니다.

생성자

  이름 설명
Public 메서드 ServiceMoniker40 ServiceMoniker40 클래스의 새 인스턴스를 초기화합니다.

위쪽

메서드

  이름 설명
Public 메서드 CreateObjRef 원격 개체와 통신하는 데 사용되는 프록시 생성에 필요한 모든 관련 정보가 들어 있는 개체를 만듭니다. (MarshalByRefObject에서 상속됨)
Public 메서드 Equals(Object) 지정한 개체와 현재 개체가 같은지를 확인합니다. (Object에서 상속됨)
Public 메서드 GetHashCode 기본 해시 함수로 작동합니다. (Object에서 상속됨)
Public 메서드 GetLifetimeService 이 인스턴스의 수명 정책을 제어하는 현재의 수명 서비스 개체를 검색합니다. (MarshalByRefObject에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public 메서드 InitializeLifetimeService 이 인스턴스의 수명 정책을 제어하기 위한 수명 서비스 개체를 가져옵니다. (MarshalByRefObject에서 상속됨)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)

위쪽

버전 정보

.NET Framework

4.5, 4에서 지원

플랫폼

Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008(서버 코어 역할은 지원되지 않음), Windows Server 2008 R2(서버 코어 역할은 SP1 이상에서 지원, Itanium은 지원되지 않음)

.NET Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

System.ServiceModel.ServiceMoniker40 네임스페이스