Table of Contents Previous Next
Logo
Chapter 18
Copyright © 2003-2007 ZeroC, Inc.

Chapter 18 

Client-Side Slice-to-Visual Basic Mapping

18.1 Chapter Overview

In this chapter, we present the client-side Slice-to-Visual Basic (VB) mapping (see Chapter 8 for the server-side mapping). One part of the client-side VB mapping concerns itself with rules for representing each Slice data type as a corresponding VB type; we cover these rules in Section 18.3 to Section 18.10. Another part of the mapping deals with how clients can invoke operations, pass and receive parameters, and handle exceptions. These topics are covered in Section 18.11 to Section 18.13. Slice classes have the characteristics of both data types and inter­faces and are covered in Section 18.14.
Table of Contents Previous Next
Logo