Global Interfaces Class
The Global Interfaces class contains elements used to manage hosted controls and interfaces that are a part of the global session.
The following figure shows the structure of the class:
The class has the following elements:
|
Element |
Description |
|---|---|
|
Interfaces field |
The field contains the list of interfaces in the global session. |
|
Add method |
The method adds an interface to the global interface. |
|
ContainsInterface method |
The method determines if an interface type is present in the global applications array |
|
GetApplications method |
The method lists the applications for an interface. |
|
GlobalInterfaces method |
Returns the collection of interfaces, sort by the interface type. |
Show: