Reflection
MyReflection Class Members
Properties  Methods 


The following tables list the members exposed by MyReflection.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)ActiveApplicationGets the active Reflection .NET API Application object based on the last Reflection Workspace instance that was activated.  
Public Propertystatic (Shared in Visual Basic)Applications
Gets all of the Reflection .NET API Application objects (Workspaces).
 
Public Propertystatic (Shared in Visual Basic)DefaultChannelNameGets the default channel name. The name is based on untitled channel name combined with current user name.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateApplicationOverloaded. 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 MethodEquals (Inherited from object)
Public Methodstatic (Shared in Visual Basic)ForceStopForces 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)GetControlByInstanceIdGets a control running on any instance of Reflection by the control instance ID.  
Public Methodstatic (Shared in Visual Basic)GetControlsByNameGets the controls that match the specified control name in all instances of Reflection.  
Public MethodGetHashCodeServes as a hash function for a particular type. (Inherited from object)
Public MethodGetTypeGets the System.Type of the current instance. (Inherited from object)
Public Methodstatic (Shared in Visual Basic)StartOverloaded. Starts a visible Reflection application instance when the Reflection Workspace "API Settings" .Net API option is enabled.  
Public MethodToStringReturns a string that represents the current object. (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodMemberwiseCloneCreates a shallow copy of the current System.Object. (Inherited from object)
Top
See Also