NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
MidlTask.Proxy Property
[This is preliminary documentation and subject to change.]
Specifies the name of the interface proxy file for a COM interface.
[Visual Basic]
<TaskAttribute(Name:="proxy", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Proxy As
FileInfo
[C#]
[TaskAttribute(Name="proxy", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo Proxy {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.MidlTask.Proxy
See Also
MidlTask Class | NAnt.VisualCpp.Tasks Namespace