Post reply

The message has the following error or errors that must be corrected before continuing:
Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Note: this post will not display until it has been approved by a moderator.
Attachments: (Clear attachments)
Restrictions: 20 per post (20 remaining), maximum total size 24.00 MB, maximum individual size 24.00 MB
Uncheck the attachments you no longer want attached
Click or drag files here to attach them.
Other options
Verification:
Please leave this box empty:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:

Shortcuts: ALT+S post or ALT+P preview

Topic summary

Posted by sukishan
 - Jul 14, 2009, 04:37 PM
Value Type Sample (Declaring a Point Type as a Value Type) 

In this sample, a "Point" type is declared as a value type. The value type is then instantiated, methods are called on it, and it is passed to a method as a parameter.

Security Note 
This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended.


Building and Running the Sample

To open the sample file in Solution Explorer

Click Download Sample.

The File Download message box appears.

Click Open, and on the left column of the zip folder window, click Extract all files.

The Extraction Wizard opens.

Click Next. You can change the directory that the files will be extracted to, and then click Next again.

Make sure that the Show extracted files check box is selected, and click Finish.

Double-click the sample's .sln file.

The sample solution is displayed in Solution Explorer. You might get a security warning that says the solution location is not trusted. Click OK to continue.

To build and run this sample

In Solution Explorer, click Build Solution, or press CTRL+SHIFT+B.

-or-

From the command line, type BUILD.bat.

Note 
For more information, see Building from the Command Line (Visual J#).


On the Debug menu, click Start.

-or-

From the command line, type app.

Examine the output. Expected output:

The Point type is derived from System.ValueType
Does p1 equal p2: true
Does p1 equal p2: false