NAnt SDK Documentation - v0.92

TlbImpTask.Unsafe Property

Specifies whether interfaces should be produced without .NET Framework security checks. The default is false.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="unsafe", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property Unsafe As Boolean
[C#]
[TaskAttribute(Required=False, Name="unsafe", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool Unsafe {get; set;}

Property Value

true if interfaces without .NET Framework security checks should be produced; otherwise, false.

Remarks

See the Microsoft.NET Framework SDK documentation for details.

See Also

TlbImpTask Class | NAnt.Win32.Tasks Namespace