[This is preliminary documentation and is subject to change.]
The Service type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Service |
Methods
| Name | Description | |
|---|---|---|
| DeserializeXml |
Deserialze the xml file to the object
| |
| DeserializeXmlString | Overloaded. | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| 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.) | |
| GetApplicationType |
Gets the type of the application
| |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetSerial | Overloaded. | |
| GetServiceType |
Gets the service type
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsApplicationOk |
Tests if the application is valid
| |
| IsSerialOk |
Checks and verifies teh serial number of the current installation against the sid
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PrimaryId |
The primary id extracted from the service type. The return value is
-1 if the value could not be extracted
| |
| SecondaryId |
Extracts the secondary id from the service id, the return value is -1
if this value does not exist or it could not be extracted.
| |
| Serialize | Overloaded. | |
| SerializeXml |
Serialize the given object to a xml file
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
