Share via


ManagementPackReference Class

Definition

Represents a reference to a management pack.

public ref class ManagementPackReference
[System.Serializable]
public class ManagementPackReference
type ManagementPackReference = class
Public Class ManagementPackReference
Inheritance
ManagementPackReference
Attributes

Constructors

ManagementPackReference(ManagementPack)

Initializes a new ManagementPackReference object.

ManagementPackReference(ManagementPack, String, String, Version)

Initializes a new ManagementPackReference object.

Properties

Id

Gets the identifier of the management pack reference.

KeyToken

Gets the key token of the management pack reference.

Name

Gets the name of the management pack being referenced.

Version

Gets the version of the management pack being referenced.

VersionId

Gets an identifier for the version of the management pack being referenced.

Methods

Equals(Object)

Determines whether the management pack reference is equal to the specified object.

GetHashCode()

Gets the hash code of this object.

GetManagementPack()

Gets the ManagementPack object that this object references.

Reconnect(ManagementPack)

Reconnects to a management pack object after this object has been disconnected.

ToString()

Returns the name of the management pack being referenced.

Operators

Implicit(ManagementPack to ManagementPackReference)

Casts a ManagementPack object to a ManagementPackReference object.

Applies to