ServiceMoniker Class
.NET Framework 3.0
This class provides the supporting implementation for the COM service moniker and should not be used directly.
Namespace: System.ServiceModel.ComIntegration
Assembly: System.ServiceModel (in system.servicemodel.dll)
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration <ComVisibleAttribute(True)> _ <GuidAttribute("CE39D6F3-DAB7-41b3-9F7D-BD1CC4E92399")> _ Public NotInheritable Class ServiceMoniker Inherits ContextBoundObject 'Usage Dim instance As ServiceMoniker
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("CE39D6F3-DAB7-41b3-9F7D-BD1CC4E92399") */
public final class ServiceMoniker extends ContextBoundObject
ComVisibleAttribute(true) GuidAttribute("CE39D6F3-DAB7-41b3-9F7D-BD1CC4E92399") public final class ServiceMoniker extends ContextBoundObject
Not applicable.
System.Object
System.MarshalByRefObject
System.ContextBoundObject
System.ServiceModel.ComIntegration.ServiceMoniker
System.MarshalByRefObject
System.ContextBoundObject
System.ServiceModel.ComIntegration.ServiceMoniker
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: