Share via


AssemblyServiceInfo Members

Microsoft Robotics Class Reference

The AssemblyServiceInfo type exposes the following members.

Constructors

  Name Description
Public method AssemblyServiceInfo
Initializes a new instance of the AssemblyServiceInfo class

Methods

  Name Description
Public method Clone
Clones the current instance
Public method CopyTo
Copies the members values of the current instance to the target
Public method Deserialize
Deserializes the values of the members from a reader
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetTypeDeclaration
Finds the declaring contract model element for a referenced type;
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Serialize
Serializes the values of the members of the current instance
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Assembly
Gets or sets the assembly of the service summary

Remarks

This is the assembly from which the service where reflected
Public property DataContracts
Gets the data contracts in the summary
Public property Resources
Gets the embedded resources in the assembly that are exported using the Microsoft.Dss.Core.Attributes.EmbeddedResourceAttribute
Public propertyStatic member Serializer
Gets the XML serializer that can be used to serialize and deserialize an instance of
Dd133839.CopyCode(en-us,MSDN.10).gifCopyC#
AssemblyServiceInfo
Public property ServiceContracts
Gets the services in the summary
Public property ServiceSummaries
Gets or sets the service summaries

Remarks

The service summary is a subset of the types in the contract model but also has additional information about types in difference assemblies. This is the meta data that is included in the proxy.
Public property ServiceTypeRegistrationRequired
Gets or sets a value that indicates whether the service assembly contains types that are excluded from the proxy but are used as data contracts.
Public property UsesProxyNamespaces
Gets or sets a value that indicates whether the namespace of the names in the service summary contain the Proxy suffix

See Also

AssemblyServiceInfo Class

Microsoft.Dss.Core.ContractModel Namespace