ActionAddInBase Members

System Center

Updated: January 15, 2013

Applies To: System Center 2012 SP1

The add-in base class for custom action add-ins.

The following tables list the members exposed by the ActionAddInBase type.

  Name Description
  ActionAddInBase Creates a new instance of the class with default values.
Top

(see also Protected Properties)
 NameDescription
public propertyUserDetails  Gets the current user’s details object. (inherited from VmmAddInBase)
Top

  Name Description
protected property PowerShellContext  Gets the PowerShell context object which provides scripting access. (inherited from VmmAddInBase)
Top

(see also Protected Methods)
 NameDescription
public methodAcquireLifetimeToken  (inherited from ContractBase)
public methodCheckIfEnabledFor  Determines if the ribbon button represented by this add-in is enabled for the provided context objects. (inherited from VmmAddInBase)
public methodCreateObjRef  (inherited from MarshalByRefObject)
public methodEquals  (inherited from Object)
public methodGetButtonLabelString  Returns the string shown on the ribbon button label. (inherited from VmmAddInBase)
public methodGetHashCode  (inherited from Object)
public methodGetLifetimeService  (inherited from MarshalByRefObject)
public methodGetRemoteHashCode  (inherited from ContractBase)
public methodGetType  (inherited from Object)
public methodInitializeLifetimeService  (inherited from MarshalByRefObject)
public methodOnLoad  Called when the add-in first loads. (inherited from VmmAddInBase)
public methodOnUnload  Called when the add-in is unloaded. (inherited from VmmAddInBase)
public methodPerformActionExecutes code provided by the add-in.
public methodQueryContract  (inherited from ContractBase)
public methodRemoteEquals  (inherited from ContractBase)
public methodRemoteToString  (inherited from ContractBase)
public methodRenewal  (inherited from ContractBase)
public methodRevokeLifetimeToken  (inherited from ContractBase)
public methodSetAdminConsoleWindowAsParentOf  This method can be called to set the parent of a window to the Virtual Machine Manager console window. (inherited from VmmAddInBase)
public methodSetParentWindow  For internal use only. Called by the add-in framework to keep reference to the Virtual Machine Manager console window. (inherited from VmmAddInBase)
public methodSetPowerShellContext  For internal use only. Called by the add-in framework to provide the current add-in reference to the PowerShell context object instance. (inherited from VmmAddInBase)
public methodSetUserDetails  For internal use only. Called by the add-in framework to provide the current add-in reference to the current console user. (inherited from VmmAddInBase)
public methodToString  (inherited from Object)
Top

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from MarshalByRefObject)
protected method MemberwiseClone  (inherited from Object)
protected method OnFinalRevoke  Overridden. Called by the System.Addin framework. Calls the OnUnload method. (inherited from ContractBase)
Top
 
Show: