Click or drag to resize
SystemIdentifier Methods

The SystemIdentifier type exposes the following members.

Methods
  NameDescription
Public methodEquals
Compares two SystemIdentifier objects to see if they identify a the same component.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
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 methodStatic memberGenerateActivationDataXml
Generates an Activation Data XML document from a specified list of SystemIdentifier objects.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToActivationDataString
Generates an XML formatted string of the system identifier, formatted for SOLO Server's XmlActivationService web service.
Public methodToString
Generates an XML formatted string of the SystemIdentifier.
(Overrides ObjectToString.)
Public methodToXml
Generates an XmlDocument of the SystemIdentifier.
Public methodStatic memberTryParse
Parses an XML string representation of a System Identifier.
Top
See Also