Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the page in the Dashboard that renders a custom control.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.ControlRendererPage
Syntax
public abstract class ControlRendererPage : MarshalByRefObject, 
    IDisposable
public ref class ControlRendererPage abstract : MarshalByRefObject, 
    IDisposable
Public MustInherit Class ControlRendererPage
    Inherits MarshalByRefObject
    Implements IDisposable
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ControlRendererPage(Guid, String, String) | Initializes a new instance of the ControlRendererPage class with the specified GUID and description. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Component | Represents a component in the page. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | CreateContent() | Called by the Dashboard to create content for the page. | 
| .jpeg) | CreateHelpTopicInfo() | Initializes a new instance of the HelpTopicInfo class that provides help information for the page in the Dashboard. | 
| .jpeg) | CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Overrides MarshalByRefObject.CreateObjRef(Type).) | 
| .jpeg) | Dispose() | Release all resources that are used by the ControlRendererPage object. | 
| .jpeg) | Dispose(Boolean) | Releases the unmanaged resources used by the ControlRendererPage object and optionally releases the managed resources. | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | Releases unmanaged resources and performs other cleanup operations before the ControlRendererPage object is reclaimed by garbage collection.(Overrides Object.Finalize().) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject.InitializeLifetimeService().) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Remarks
ControlRenderPage is inherited by a user-defined class. The user-defined class must also override CreateContent.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top