ServiceMoniker Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An identifier for an activatable service.
public ref class ServiceMoniker : IEquatable<Microsoft::ServiceHub::Framework::ServiceMoniker ^>
[Newtonsoft.Json.JsonObject]
[System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceHub.Framework.ServiceMoniker+ServiceMonikerTypeConverter))]
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")]
[System.Runtime.Serialization.DataContract]
public class ServiceMoniker : IEquatable<Microsoft.ServiceHub.Framework.ServiceMoniker>
[<Newtonsoft.Json.JsonObject>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceHub.Framework.ServiceMoniker+ServiceMonikerTypeConverter))>]
[<System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")>]
[<System.Runtime.Serialization.DataContract>]
type ServiceMoniker = class
interface IEquatable<ServiceMoniker>
Public Class ServiceMoniker
Implements IEquatable(Of ServiceMoniker)
- Inheritance
-
ServiceMoniker
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute Type
Converter DebuggerAttribute Display DataAttribute Contract Attribute
- Implements
Service |
Initializes a new instance of the ServiceMoniker class. |
Service |
Initializes a new instance of the ServiceMoniker class. |
Name |
Gets the name of the service. |
Version |
Gets the version of the service or the version expected by the client. |
Equals(Object) | |
Equals(Service |
Indicates whether the current object is equal to another object of the same type. |
Get |
Serves as the default hash function. |
To |
Returns a string that represents the current object. |
Equality(Service |
Equality comparison operator. |
Inequality(Service |
Inequality comparison operator. |
Tuote | Versiot |
---|---|
Visual Studio SDK | 2019, 2022 |