DssServiceCombo Members
Microsoft Robotics Studio
Syntax
[SerializableAttribute]
public class DssServiceCombo
'Declaration
<SerializableAttribute> _
Public Class DssServiceCombo
[SerializableAttribute]
public ref class DssServiceCombo
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
DssServiceComboDssServiceComboNew |
Default constructor
|
Public Methods
Name | Description | |
---|---|---|
AlternateContracts |
The alternate service contracts
|
|
AssemblyFound |
Filter combo by AssemblyFullName
|
|
ContractFound |
Is the specified contract in this ServiceCombo?
|
|
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
ServiceContracts |
The available Dss Service contracts
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
ProxyAssembly |
Metadata on the service proxy assembly
|
|
ServiceKey |
The Base64 hash of the source dll
|
|
SourceAssembly |
Metadata on the service implementation assembly
|
|
TransformAssembly |
Metadata on the service transform assembly
|
See Also
Microsoft.Dss.Services.ContractModel Namespace