NAnt SDK Documentation - v0.85-nightly-2005-11-09

MidlTask.Char Property

[This is preliminary documentation and subject to change.]

The /char switch helps to ensure that the MIDL compiler and C compiler operate together correctly for all char and small types.

[Visual Basic]
<TaskAttribute(Name:="char", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Char As String
[C#]
[TaskAttribute(Name="char", Required=False, ExpandProperties=True, ProcessXml=True)]
public string Char {get; set;}

Remarks

Can be one of signed | unsigned | ascii7

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace