NetLanguage Constants

Top  Previous  Next

These are the constants used to indicate which .NET languages are allowed to process a file. The values are specified through the TargetNetLanguages property of the OperationInfo class. The engine skips files (project items) that do not belong to the specified values. These values can be combined together (ORed).

Constant

Description

Any

The operation can process files in any .NET language.

CSharp

The operation can process files in C#.

IDL

The operation can process files in IDL.

JSharp

The operation can process files in Visual J#.

ManagedC

The operation can process files in Managed C.

VisualBasic

The operation can process files in Visual Basic .NET.

VisualC

The operation can process files in Visual C.

Unknown

Special value that should not be used.

See Also:

OperationInfo Class