Click or drag to resize

Application Classes

X#
Application Classes

Namespace

Class

Description

System.Linq

ExtensionMethods

VO

App

Create an entity that represents the overall application. Please note that you have to create a subclass of App in your code and add a Start() method to this class. You can't add a Start() method to the App() class inside GUI Classes like you can in VO.

VO

AppWindow

Provide the base class from which all X# application windows are subclassed.

VO

Clipboard

T:VO.ClipboardGui.xmldoc/Clipboard/*

VO

DragDropClient

Create the client for use in a drag-and-drop operation.

VO

DragDropServer

Create the server for use in a drag-and-drop operation.

VO

IpcClient

Register an application as a client able to request and receive data from a designated server application.

VO

IpcServer

Register an application as a server able to access data on specific topics and update registered topics and update registered client applications.

VO

IpcTopic

Create topic (and items) to be supported by an IPC server and which IPC clients can request. These objects are used by IpcServer:AddTopic() and IpcClient:RequestData().

VO

IpcTopicData

Create a global memory object and pass a data handle back to the application.

VO

ResourceFile

Identify a file containing resource information.

VO

ResourceID

Identify and create a ResourceID using a numeric resource ID.

VO

ResourceString

Extract strings from a resource entity.

XSharp

Codeblock

Internal type that implements the VO Compatible CODEBLOCK type This type has methods that normally are never directly called from user code.

XSharp

IDynamicProperties2

XSharp.Debugger

GlobalsWindow

The Globals Window shows the globals in all the loaded assemblies that were compiled with X#.

XSharp.Debugger

MemVarsWindow

The MemVars Window shows the Public and private memory variables for the current thread.

XSharp.Debugger

SettingsWindow

The Settings Window shows the global settings for the current thread.

XSharp.Debugger

VariablesWindow

XSharp.Debugger

WorkareasWindow

The Workareas window shows the open workareas/cursors in the current thread. Cursors for SqlExec() (FoxPro dialect) are also included.

XSharp.VFP

NameValuePair

XSharp.VFP

PropertyContainer

XSharp.VFP

PropertyDescriptor