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. |
(see also Protected Properties)
Top
| Name | Description | |
|---|---|---|
![]() | UserDetails | Gets the current user’s details object. |
| Name | Description | |
|---|---|---|
|
PowerShellContext | Gets the PowerShell context object which provides scripting access. |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | AcquireLifetimeToken | (inherited from ContractBase) |
![]() | CheckIfEnabledFor | Determines if the ribbon button represented by this add-in is enabled for the provided context objects. |
![]() | CreateObjRef | (inherited from MarshalByRefObject) |
![]() | Equals | (inherited from Object) |
![]() | GetButtonLabelString | Returns the string shown on the ribbon button label. |
![]() | GetHashCode | (inherited from Object) |
![]() | GetLifetimeService | (inherited from MarshalByRefObject) |
![]() | GetRemoteHashCode | (inherited from ContractBase) |
![]() | GetType | (inherited from Object) |
![]() | InitializeLifetimeService | (inherited from MarshalByRefObject) |
![]() | OnLoad | Called when the add-in first loads. |
![]() | OnUnload | Called when the add-in is unloaded. |
![]() | QueryContract | (inherited from ContractBase) |
![]() | RemoteEquals | (inherited from ContractBase) |
![]() | RemoteToString | (inherited from ContractBase) |
![]() | Renewal | (inherited from ContractBase) |
![]() | RevokeLifetimeToken | (inherited from ContractBase) |
![]() | SetAdminConsoleWindowAsParentOf | This method can be called to set the parent of a window to the Virtual Machine Manager console window. |
![]() | SetParentWindow | For internal use only. Called by the add-in framework to keep reference to the Virtual Machine Manager console window. |
![]() | SetPowerShellContext | For internal use only. Called by the add-in framework to provide the current add-in reference to the PowerShell context object instance. |
![]() | SetUserDetails | For internal use only. Called by the add-in framework to provide the current add-in reference to the current console user. |
![]() | ToString | (inherited from Object) |
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from MarshalByRefObject) |
|
MemberwiseClone | (inherited from Object) |
|
OnFinalRevoke | Overridden. Called by the System.Addin framework. Calls the OnUnload method. |
Show:
