In The Hand LtdIn The Hand
Interaction Class
NamespacesInTheHand.VisualBasicInteraction
.NET Components for Mobility
The Interaction module contains procedures used to interact with objects, applications, and systems.
Declaration Syntax
C#Visual Basic
public sealed class Interaction
Public NotInheritable Class Interaction
Members
All MembersMethods



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
Inheritance Hierarchy
Object
Interaction

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0