📄 microsoft.windowsmobile.status.xml
字号:
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.WindowsMobile.Status</name>
</assembly>
<members>
<member name="M:Microsoft.WindowsMobile.Status.SafeNativeMethods.#ctor">
<summary>
The constructor exists so that the default constructor is not created (since all methods are static).
</summary>
</member>
<member name="T:Microsoft.WindowsMobile.Status.RegistryState">
<summary>
Defines the state of a registry key (that is, the key name, the names of its values, and the data contained in its values).
</summary>
</member>
<member name="T:Microsoft.WindowsMobile.Status.StateBase">
<summary>
The abstract base of a <b>State</b> class. You can use <b>State</b> classes to query system state values, and then be notified when changes occur.
</summary>
</member>
<member name="M:Microsoft.WindowsMobile.Status.StateBase.#ctor">
<summary>
Initializes a new instance of the <b>StateBase</b> class.
</summary>
</member>
<member name="M:Microsoft.WindowsMobile.Status.StateBase.EnableApplicationLauncher(System.String,System.String,System.String)">
<summary>
Enables the Application Launcher for this object, using it鈥檚 unique ID, the fully qualified path-name of the application to launch, and any arguments it requires.
</summary>
<param name="applicationLaunchId">The ID of the Application Launcher.</param>
<param name="applicationFileName">The fully qualified path-name of the application to launch.</param>
<param name="arguments">A string containing the arguments to pass to the application.</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.StateBase.EnableApplicationLauncher(System.String,System.String)">
<summary>
Enables the Application Launcher for this object, using it鈥檚 unique ID, and the fully qualified path-name of the application to launch.
</summary>
<param name="applicationLaunchId">The ID of the Application Launcher.</param>
<param name="applicationFileName">The fully qualified path-name of the application to launch.</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.StateBase.EnableApplicationLauncher(System.String)">
<summary>
Enables the Application Launcher for this object, using it鈥檚 unique ID.
</summary>
<param name="applicationLaunchId">The ID of the Application Launcher.</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.StateBase.DisableApplicationLauncher">
<summary>
Disables the Application Launcher for this instance. It will no longer launch the application that it was associated with.
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.StateBase.CurrentValue">
<summary>
Gets and sets the current value of the system state.
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.StateBase.ComparisonType">
<summary>
Gets and sets the type of comparison operation used to generate state condition notifications.
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.StateBase.ComparisonValue">
<summary>
Gets and sets the comparion value that is used in the generation of Status events. The event occurs when the result of the comparison is <b>true</b>.
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.StateBase.BitMask">
<summary>
Gets and sets the optional bitmask used in Integer comparisons.
</summary>
</member>
<member name="E:Microsoft.WindowsMobile.Status.StateBase.Changed">
<summary>
Occurs when the system state changes.
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.StateBase.ApplicationArguments">
<summary>
Gets the arguments passed to the application. <b>Note</b>: The Application Launcher must be enabled.
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.StateBase.ApplicationToLaunch">
<summary>
The string name of the application to launch. <b>Note</b>: The Application Launcher must be enabled.
</summary>
</member>
<member name="P:Microsoft.WindowsMobile.Status.StateBase.ApplicationLaunchId">
<summary>
Unique id for the SystemState
</summary>
</member>
<member name="F:Microsoft.WindowsMobile.Status.RegistryState.NotificationRegistryLocation">
<summary>
The location in the registry where statstor registration is maintained.
</summary>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.#ctor(System.String)">
<summary>
Initializes a new instance of the <b>RegistryState</b> class, using an existing <b>RegistryState</b> object that has the Application Launcher enabled.
</summary>
<param name="applicationLaunchId">The unique ID of the <b>RegistryState</b> to load.</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.#ctor(System.String,System.Boolean)">
<summary>
Creates a new instance of the <b>RegistryState</b> class, using persisted (saved) state values of a previous instance. This persisted <b>RegistryState</b> object is uniquely identified by the <b>applicationLaunchId</b>.
</summary>
<remarks>
Use the application鈥檚 form thread if you want to manipulate the user interface using an event.
</remarks>
<param name="applicationLaunchId">The unique ID of the <b>RegistryState</b> to load.</param>
<param name="useFormThread">A value indicating whether to use the application's form thread for event processing. If your application does not contain a form, then set this value to <b>false</b>.
</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.#ctor(System.String,System.String)">
<summary>
Initializes a new instance of the <b>RegistryState</b> class, using the key name, the names of its values.
</summary>
<param name="key">The string value of the registry key.</param>
<param name="valueName">The string name of the value.</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.#ctor(System.String,System.String,System.Boolean)">
<summary>
Initializes a new instance of the <b>RegistryState</b> class, using the key name, the names of its values, and a value indicating whether to use the application鈥檚 form thread to process the events.
</summary>
<remarks>
Use the application鈥檚 form thread if you want to manipulate the user interface using an event.
</remarks>
<param name="key">The string value of the registry key.</param>
<param name="valueName">The string name of the value.</param>
<param name="useFormThread">A value indicating whether to use the application's form thread for event processing. If your application does not contain a form, then set this value to <b>false</b>.
</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.Finalize">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources, and performs other cleanup operations before garbage collection is performed.
</summary>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.CreateConditionPointers(System.IntPtr@,System.IntPtr@)">
<summary>
Creates the pointer for conditionals. Used on the native side.
</summary>
<param name="condition">pointer to the condition on the native side</param>
<param name="allocatedString">pointer to the string allocated in the condition.
This is so we can free this later</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.CleanupConditionPointers(System.IntPtr@,System.IntPtr@)">
<summary>
Cleans up the pointers received from <b>CreateConditionPointers</b>.
</summary>
<param name="condition">the pointer to the native condition</param>
<param name="allocatedString">the pointer to the native allocated string. this can be NULL</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.RegisterTransient">
<summary>
Enable the event.
</summary>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.UnregisterTransient">
<summary>
Disable the event.
</summary>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.RegisterPersistent(System.String,System.String,System.String)">
<summary>
Enable the event.
</summary>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.UnregisterPersistent(System.String)">
<summary>
Disable the event.
</summary>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.GetRootAndSubkey(System.IntPtr@,System.String@)">
<summary>
Given the current Key and ValueName, gets the pointer to the root Key and the string of the subkey underneath.
</summary>
<param name="rootKey">Pointer to the root key</param>
<param name="subKey">the subkey under that root key</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.GetRegistryValue">
<summary>
Returns the value from the registry represented by the key and value name of this instance.
</summary>
<returns>value of the registry</returns>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.ValidateChangeableComparisonState">
<summary>
This method should be called whenever the comparison condition changes.
It will throw an exception if the registry state is already persistent or
transient.
</summary>
<exception cref="T:Microsoft.WindowsMobile.Status.StateException">
Thrown if ValidateChangeableComparisonState is called after calling
EnableApplicationLauncher or after
registering an event handler with the Changed event.
</exception>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.Dispose">
<summary>
Disposes a <b>RegistryState</b>.
</summary>
<remarks>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Disables finalization by the garbage collector by a calling <b>GC.SuppressFinalize(this)</b>.
</remarks>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.IsApplicationLauncherEnabled(System.String)">
<summary>
Gets a value indicating whether the Application Launcher has been enabled for the specified Application Launch ID.
</summary>
<param name="applicationLaunchId">id of the ApplicationLauncher to enquire about.</param>
<returns>True: enabled, False: not enabled</returns>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.DisableApplicationLauncher(System.String)">
<summary>
Disables the Application Launcher with the specified Application Launch ID.
</summary>
<remarks>
It will no longer launch the application that it was associated with.
</remarks>
<param name="applicationLaunchId">The ID of the ApplicationLauncher.</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.EnableApplicationLauncher(System.String,System.String,System.String)">
<summary>
Enables the Application Launcher with the specified Application Launch ID, file name, and argument list.
</summary>
<remarks>
When the event occurs, the application is launched.
</remarks>
<param name="applicationLaunchId">The ID of the Application Launcher.</param>
<param name="applicationFileName">The fully qualified path-name of the application to launch.</param>
<param name="arguments">A string of any arguments to pass to the application.</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.EnableApplicationLauncher(System.String,System.String)">
<summary>
Enables the Application Launcher with the specified Application Launch ID and file name.
</summary>
<remarks>
When the event occurs, the application launches with <i>/notify 'applicationLaunchId'</i> passed as its command-line parameter.
</remarks>
<param name="applicationLaunchId">The ID of the Application Launcher.</param>
<param name="applicationFileName">The fully qualified path-name of the application to launch.</param>
</member>
<member name="M:Microsoft.WindowsMobile.Status.RegistryState.EnableApplicationLauncher(System.String)">
<summary>
Enables the Application Launcher with the specified Application Launch ID.
</summary>
<remarks>
When the event occurs, the application launches with <i>/notify 'applicationLaunchId'</i> passed as its command-line parameter.
</remarks>
<param name="applicationLaunchId">The ID of the Application Launcher.</param>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -