CharacterSet Enum

Summary

Defines the character sets that can be used by the C++ compiler.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Types
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["CharacterSet"] class Type type-node

Syntax

public enum CharacterSet

Fields

Name Constant Value Summary
MultiByte 2
Multi-byte character set.
static
NotSet 0
Have the compiler determine the character set.
static
Unicode 1
Unicode character set.
static