Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / MyReflection Class


MyReflection Class Methods

For a list of all members of this type, see MyReflection members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates an application that represents the instance of Reflection that was just started by you, or a Reflection instance running at the default IPC channel (if the Reflection instance is the first instance started manually).  
Public Method (Inherited from object)
Public Methodstatic (Shared in Visual Basic)Forces the Reflection application instance that matches the instance ID to stop. Use this method only after the Close() method fails.  
Public Methodstatic (Shared in Visual Basic)Gets a control running on any instance of Reflection by the control instance ID.  
Public Methodstatic (Shared in Visual Basic)Gets the controls that match the specified control name in all instances of Reflection.  
Public MethodServes as the default hash function. (Inherited from object)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Methodstatic (Shared in Visual Basic)Overloaded. Starts a visible Reflection application instance when the Reflection Workspace "API Settings" .Net API option is enabled.  
Public MethodReturns a string that represents the current object. (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Top
See Also