18.04.2015 Views

ArcGIS Engine Developer Guide

ArcGIS Engine Developer Guide

ArcGIS Engine Developer Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

GLOSSARY<br />

reference<br />

Regedit<br />

register<br />

registry<br />

registry file<br />

RegSvr32<br />

rehydrate<br />

render<br />

runtime environment<br />

scalable<br />

SCM<br />

script<br />

serialization<br />

server<br />

502 • <strong>ArcGIS</strong> <strong>Engine</strong> <strong>Developer</strong> <strong>Guide</strong><br />

objects. Recycling allows for objects that have become unusable to be destroyed<br />

and replaced with fresh server objects and to reclaim resources taken up by stale<br />

server objects.<br />

A pointer to an object, interface, or other item allocated in memory. COM objects<br />

keep a running total of the references to themselves via the IUnknown interface<br />

methods AddRef and Release.<br />

A utility, part of the Windows operating system, that allows you to view and edit<br />

the system registry.<br />

To add information about a component to the system registry, generally performed<br />

using RegSvr32.<br />

Stores information about system configuration for a Windows machine. COM<br />

uses the registry extensively, storing details of COM components including<br />

ProgIDs and ClassIDs, file location of the binary code, marshalling information,<br />

and categories in which they participate.<br />

A file containing information in Windows Registry format. Double-clicking a .reg<br />

file in Windows will enter the information in the file to the system registry. Often<br />

used to register components to component categories.<br />

A Windows utility that can add information about a component to the system<br />

registry. A component must be registered before it can be used.<br />

To reinstantiate an object and its state from persisted storage.<br />

To draw to a display. The conversion of the geometry, coloring, texturing, lighting,<br />

and other characteristics of an object into a display image.<br />

The host that provides the services required for compiled code to execute. The<br />

Service Control Manager is effectively the runtime environment for COM. The<br />

Visual Basic Virtual Machine (VBVM) is the runtime environment that runs<br />

Visual Basic code.<br />

A system that does not show negative effects when its size or complexity grows<br />

greater.<br />

Service Control Manager. An administrative tool that enables the creation and<br />

modification of system services. It effectively serves as the runtime environment<br />

for COM.<br />

A set of instructions in plain text, usually stored in a file and interpreted, or<br />

compiled, at runtime. In geoprocessing, scripts can be used to automate tasks,<br />

such as data conversion, or generate geodatabases and can be run from their<br />

scripting application or added to a toolbox. Geoprocessing scripts can be written<br />

in any COM-compliant scripting language, such as Python, JScript, or VBScript.<br />

A form of persistence, in which an object is written out in sequence to a target,<br />

usually a stream. See also persistence.<br />

1. A computer in a network that is used to provide services, such as access to files<br />

or e-mail routing, to other computers in the network. Servers may also be used to<br />

host Web sites or applications that can be accessed remotely. 2. An item that<br />

provides functionality to a client—for example, a COM component or object to a<br />

user application using components or to a database client utility using a database<br />

on a server machine.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!