SmsSnapInBase Members
Represents the base class for the Configuration Manager 2007 console snap-in in Microsoft Management Console.
The following tables list the members exposed by the SmsSnapInBase type.
Protected Constructors
Name | Description | |
---|---|---|
SmsSnapInBase | Initializes a new instance of SmsSnapInBase. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
![]() ![]() |
AsyncQueryBatchSize | Gets the size of the query batch that is retrieved from the provider for asynchronous queries. |
![]() ![]() |
BackgroundInterQuerySleepTime | Gets the length of time that the background query delegate will wait before firing the next event. |
![]() ![]() |
CommandLineOptions | Gets the dictionary of command line options for the Configuration Manager console. |
![]() |
ConnectedConsoleTree | Gets the connected console tree. |
![]() |
ConnectedNodes | Gets the list of connected nodes for the snap-in. |
![]() |
Console | (inherited from NamespaceSnapInBase) |
![]() |
ConsoleXmlFileName | Gets the name of the XML file for the snap-in. |
![]() |
ConsoleXmlNodes | Gets the XML nodes for the snap-in. |
![]() |
DisplayName | Gets the display name for the snap-in. |
![]() ![]() |
ExecuteQueryBatchSize | Gets the size of the query batch that is retrieved from the provider. |
![]() ![]() |
HomepageTimeout | Gets the time, in milliseconds, to test for the availability of the online snap-in home page before loading the local static home page. |
![]() |
IdleConsoleTree | Gets the idle console tree for the snap-in. |
![]() |
ImagesCache | Gets or sets the image cache for the snap-in. |
![]() ![]() |
InterQuerySleepTime | Gets the time, in milliseconds, that the query delegate will wait before firing the next event. |
![]() |
InvokeRequired | (inherited from SnapInBase) |
![]() |
IsModified | (inherited from NamespaceSnapInBase) |
![]() |
LanguageIndependentName | Gets the language-neutral name for the snap-in. |
![]() |
LargeImages | (inherited from NamespaceSnapInBase) |
![]() ![]() |
MaxCacheSize | Gets the maximum size of the cache. |
![]() |
NamedValuePersistenceList | Gets the named value persistence list for the snap-in. |
![]() ![]() |
NodeBatchSize | Gets the maximum number of nodes to cache before they are added to the console tree for the snap-in. |
![]() ![]() |
ResultObjectsBatchSize | Gets the maximum number of result objects to cache before they are added to the collection of result objects. |
![]() |
RootConsoleTree | Gets the root console tree for the snap-in. |
![]() |
RootNode | (inherited from SnapIn) |
![]() |
SecurityDetails | Gets the security details for the snap-in. |
![]() |
SmallImages | (inherited from NamespaceSnapInBase) |
![]() |
Tag | (inherited from SnapInBase) |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
Id | (inherited from SnapInBase) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
BeginInvoke | Overloaded. (inherited from SnapInBase) |
![]() |
Dispose | Overloaded. |
![]() |
EndInvoke | (inherited from SnapInBase) |
![]() |
Equals | Overloaded. (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
Invoke | Overloaded. (inherited from SnapInBase) |
![]() ![]() |
ReferenceEquals | (inherited from Object) |
![]() |
RegisterCurrentThreadForUI | (inherited from SnapInBase) |
![]() |
ShowConsoleHomepage | Displays the console home page for the snap-in. |
![]() |
ShowHelpTopic | (inherited from SnapInBase) |
![]() |
ShowMessageBox | Displays a message box that has Microsoft Management Console as a parent and is modal to the parent window. |
![]() |
ToString | (inherited from Object) |
![]() |
UnregisterCurrentThreadForUI | (inherited from SnapInBase) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. |
![]() |
Finalize | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
OnInitialize | Overridden. Handles a notification from Microsoft Management Console that the snap-in is being initialized. |
![]() |
OnLoadCustomData | Overridden. Handles a notification from Microsoft Management Console that persistent custom data is loaded. |
![]() |
OnSaveCustomData | Overridden. Handles a notification from Microsoft Management Console that custom data is saved, and persists any user setting data for the snap-in. |
![]() |
OnShowInitializationWizard | (inherited from SnapIn) |
![]() |
OnShutdown | Overridden. Handles a notification from Microsoft Management Console that the snap-in should close, and deletes the current performance counter. |
Top
See Also
Reference
SmsSnapInBase Class
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsSnapInInstaller