GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
slice2cs(1) FreeBSD General Commands Manual slice2cs(1)

slice2cs - The Slice to C# compiler.

slice2cs [options] [files]

slice2cs compiles Slice files to C#. The macro __SLICE2CS__ is defined during this compilation.

Full documentation for slice2cs is available online at:
https://doc.zeroc.com/ice/3.7/language-mappings/c-sharp-mapping/client-side-slice-to-c-sharp-mapping/slice2cs-command-line-options

-h, --help

Displays a help message.

-v, --version
Displays the compiler version.

-DNAME

Defines the preprocessor symbol NAME.

-DNAME=DEF

Defines the preprocessor symbol NAME with the value DEF.

-UNAME

Undefines the preprocessor symbol NAME.

-IDIR

Add the directory DIR to the search path for #include directives.

-E

Print the preprocessor output on stdout.

--output-dir DIR

Place the generated files into directory DIR.

-d, --debug

Print debug information showing the operation of the Slice parser.

--depend

Print dependency information to standard output by default, or to the file specified by the --depend-file option. No code is generated when this option is specified.

--depend-xml

Print dependency information in XML format to standard output by default, or to the file specified by the --depend-file option. No code is generated when this option is specified.

--depend-file FILE

Directs dependency information to the specified file. The output format depends on whether --depend or --depend-xml is also specified.

--validate

Checks the provided command-line options for correctness, and does not generate any code.

--tie

Generate tie classes.

--impl

Generate sample implementation files. This option will not overwrite an existing file.

--impl-tie

Generate sample implementation files using tie classes. This option will not overwrite an existing file.

--checksum CLASS

Generate checksums for Slice definitions.

slice2cpp(1), slice2java(1), slice2js(1), slice2matlab(1), slice2objc(1), slice2php(1), slice2py(1), slice2rb(1), slice2swift(1)

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.