VmmAddInBase Members

System Center

Updated: January 15, 2013

Applies To: System Center 2012 SP1

The base class for other add-in base classes.

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

  Name Description
  VmmAddInBase Creates a new instance of this class with default values.
Top

(see also Protected Properties)
 NameDescription
public propertyUserDetailsGets the current user’s details object.
Top

  Name Description
protected property PowerShellContext Gets the PowerShell context object which provides scripting access.
Top

(see also Protected Methods)
 NameDescription
public methodAcquireLifetimeToken  (inherited from ContractBase)
public methodCheckIfEnabledForDetermines if the ribbon button represented by this add-in is enabled for the provided context objects.
public methodCreateObjRef  (inherited from MarshalByRefObject)
public methodEquals  (inherited from Object)
public methodGetButtonLabelStringReturns the string shown on the ribbon button label.
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 methodOnLoadCalled when the add-in first loads.
public methodOnUnloadCalled when the add-in is unloaded.
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 methodSetAdminConsoleWindowAsParentOfThis method can be called to set the parent of a window to the Virtual Machine Manager console window.
public methodSetParentWindowFor internal use only. Called by the add-in framework to keep reference to the Virtual Machine Manager console window.
public methodSetPowerShellContextFor internal use only. Called by the add-in framework to provide the current add-in reference to the PowerShell context object instance.
public methodSetUserDetailsFor internal use only. Called by the add-in framework to provide the current add-in reference to the current console user.
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.
Top
 
Show: