The Interaction module contains procedures used to interact with objects, applications, and systems.
| C# | Visual Basic |
public sealed class Interaction
Public NotInheritable Class Interaction
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| CreateObject(String, String) |
Creates and returns a reference to a COM object.
CreateObject cannot be used to create instances of classes in Visual Basic unless those classes are explicitly exposed as COM components.
| |
| DeleteSetting(String, String, String) |
Deletes a section or key setting from an application's entry in the Windows registry.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetAllSettings(String, String) |
Returns a list of key settings and their respective values (originally created with SaveSetting(String, String, String, String)) from an application's entry in the Windows registry.
Using the My feature gives you greater productivity and performance in registry operations than GetAllSettings.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetSetting(String, String, String, String) |
Returns a key setting value from an application's entry in the Windows registry.
| |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SaveSetting(String, String, String, String) |
Saves or creates an application entry in the Windows registry.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| Interaction | |