The SystemAddOnId type exposes the following members.

ToggleMethods

Type NameDescription
Public methodCompareToOverloaded.
Public methodEqualsOverloaded.
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 methodGetBytes
Returns a copy of this ID as an array of bytes.
(Inherited from Id.)
Public methodGetHashCode
Returns the hashcode for this ID.
(Inherited from Id.)
Public methodStatic memberGetInstanceFromId
Returns an instance of this class corresponding to a given Id provided the Id value represents the ID of a system AddOn.
Public methodStatic memberGetInstanceFromString
Returns an instance of this class corresponding to a given String value provided the value represents the string-ized ID of a system AddOn.
Public methodGetObjectData
This method is exposed to satisfy the ISerializable interface.
(Inherited from Id.)
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 methodToString
Returns the String representation of this ID.
(Inherited from Id.)

ToggleSee Also