NAnt.Win32Tasks Groups a set of functions that convert Windows native filenames to Cygwin POSIX-style pathnames and vice versa. It can be used when a Cygwin program needs to pass a file name to a native Windows program, or expects to get a file name from a native Windows program. Initializes a new instance of the class with the specified and properties. The in which the class is used. The set of properties to use for macro expansion. Gets the DOS (short) form of the specified path. The path to convert. The DOS (short) form of the specified path. cygpath could not be started. could not be converted to a short form. Gets the Unix form of the specified path. The path to convert. The Unix form of the specified path. cygpath could not be started. could not be converted to a Unix form. Gets the Windows form of the specified path. The path to convert. The Windows form of the specified path. cygpath could not be started. could not be converted to a Windows form. Runs cygpath with the specified arguments and returns the result as a . The arguments to pass to cygpath. The result of running cygpath with the specified arguments. Factory method to return a new instance of ExecTask Generates a Windows Forms Control that wraps ActiveX Controls defined in an OCX. ]]> Import the ActiveX control. Determines whether the assembly needs to be created again. if the assembly needs to be created again; otherwise, . Filename of the .ocx file. Filename of the generated assembly. Specifies the file containing the public key to use to sign the resulting assembly. The file containing the public key to use to sign the resulting assembly. Specifies the publisher's official public/private key pair with which the resulting assembly should be signed with a strong name. The keyfile to use to sign the resulting assembly with a strong name. See the Microsoft.NET Framework SDK documentation for details. Specifies the key container in which the public/private key pair should be found that should be used to sign the resulting assembly with a strong name. The key container containing a public/private key pair that should be used to sign the resulting assembly. Specifies to sign the resulting control using delayed signing. Determines whether C# source code for the Windows Form wrapper should be generated. The default is . Assembly to use for Runtime Callable Wrapper rather than generating new one [.NET 1.1 or higher]. Indicates whether aximp supports using an existing Runtime Callable Wrapper for a given target framework. The default is . Gets the command-line arguments for the external program. The command-line arguments for the external program. Reads a value or set of values from the Windows Registry into one or more NAnt properties. Read a single value from the registry. ]]> Read all the registry values in a key. ]]> read the specified registry value Returns the hive for a given key. The hive for a given key. Returns the key for a given registry hive. The registry hive to return the key for. The key for a given registry hive. The property to set to the specified registry key value. If this attribute is used then a single value will be read. The prefix to use for the specified registry key values. If this attribute is used then all registry values will be read and stored as properties with this prefix. Registry values a, b, c will be turned into prefixa, prefixb, prefixc named properties The registry key to read, including the path. SOFTWARE\Microsoft\.NETFramework\sdkInstallRoot Space separated list of registry hives to search for . For a list of possible values, see . The default is . Registers an assembly, or set of assemblies for use from COM clients. Refer to the Regasm documentation for more information on the regasm tool. Register types in a single assembly. ]]> Register types of an assembly and generate a type library containing definitions of accessible types defined within the assembly. ]]> Register types of set of assemblies at once, while specifying a set of reference assemblies. ]]> Updates the of the specified . The of which the should be updated. Registers or unregisters a single assembly, or a group of assemblies. The name of the file to register. This is provided as an alternate to using the task's . Registry file to export to instead of entering the types directly into the registry. Set the code base registry setting. Only refer to already registered type libraries. Export the assemblies to the specified type library and register it. Unregister the assembly. The default is . The set of assemblies to register, or unregister. The set of assembly references. Gets the working directory for the application. The working directory for the application. Gets the command line arguments for the external program. The command line arguments for the external program. Gets the filename of the external program to start. The filename of the external program. Override in derived classes to explicitly set the location of the external tool. Exports a .NET assembly to a type library that can be used from unmanaged code (wraps Microsoft's tlbexp.exe). See the Microsoft.NET Framework SDK documentation for details. Export DotNetAssembly.dll to LegacyCOM.dll. ]]> Exports the type library. Determines whether the assembly needs to be exported to a type library again. if the assembly needs to be exported to a type library; otherwise, . Specifies the assembly for which to export a type library. The assembly for which to export a type library. See the Microsoft.NET Framework SDK documentation for details. Specifies the name of the type library file to generate. The name of the type library file to generate. See the Microsoft.NET Framework SDK documentation for details. Specifies the file used to determine capitalization of names in a type library. The file used to determine capitalization of names in a type library. See the Microsoft.NET Framework SDK documentation for details. Gets the command line arguments for the external program. The command line arguments for the external program. Imports a type library to a .NET assembly (wraps Microsoft's tlbimp.exe). This task lets you easily create interop assemblies. By default, it will not reimport if the underlying COM TypeLib or reference has not changed. See the Microsoft.NET Framework SDK documentation for details. Import LegacyCOM.dll to DotNetAssembly.dll. ]]> Generate an assembly named "Interop.MSVidCtlLib.dll" for the MS Video Control 1.0 Type Library, transforming any [out, retval] parameters of methods on dispinterfaces in the type library into return values in the managed library. ]]> Imports the type library to a .NET assembly. Returns the path of the type library, removing the identifier of the type library from the specified string. The path from which to extract the path of the type library. The path of the type library without the type library identifier. An example of a path which includes the identifier of the type library (in this case "2") is C:\WINDOWS\system32\msvidctl.dll\2. Determines whether the type library needs to be imported again. if the type library needs to be imported; otherwise, . Specifies the name of the output file. The name of the output file. See the Microsoft.NET Framework SDK documentation for details. Specifies the namespace in which to produce the assembly. The namespace in which to produce the assembly. See the Microsoft.NET Framework SDK documentation for details. Specifies the version number of the assembly to produce. The version number of the assembly to produce. The version number should be in the format major.minor.build.revision. See the Microsoft.NET Framework SDK documentation for details. Specifies whether the resulting assembly should be signed with a strong name using delayed signing. The default is . if the resulting assembly should be signed with a strong name using delayed signing; otherwise, . See the Microsoft.NET Framework SDK documentation for details. Specifies whether a primary interop assembly should be produced for the specified type library. The default is . if a primary interop assembly should be produced; otherwise, . See the Microsoft.NET Framework SDK documentation for details. Specifies the file containing the public key to use to sign the resulting assembly. The file containing the public key to use to sign the resulting assembly. See the Microsoft.NET Framework SDK documentation for details. Specifies the publisher's official public/private key pair with which the resulting assembly should be signed with a strong name. The keyfile to use to sign the resulting assembly with a strong name. See the Microsoft.NET Framework SDK documentation for details. Specifies the key container in which the public/private key pair should be found that should be used to sign the resulting assembly with a strong name. The key container containing a public/private key pair that should be used to sign the resulting assembly. See the Microsoft.NET Framework SDK documentation for details. Specifies the assembly files to use to resolve references to types defined outside the current type library. The assembly files to use to resolve references to types defined outside the current type library. See the Microsoft.NET Framework SDK documentation for details. Specifies whether a type library should not be imported if all references within the current assembly or the reference assemblies cannot be resolved. The default is . if a type library should not be imported if all references cannot be resolved; otherwise, . See the Microsoft.NET Framework SDK documentation for details. Specifies whether to import a COM style SafeArray as a managed class type. The default is . if a COM style SafeArray should be imported as a managed class type; otherwise, . See the Microsoft.NET Framework SDK documentation for details. Specifies how to transform the metadata [.NET 1.1 or higher]. Specifies the source type library that gets passed to the type library importer. The source type library that gets passed to the type library importer. See the Microsoft.NET Framework SDK documentation for details. Specifies whether interfaces should be produced without .NET Framework security checks. The default is . if interfaces without .NET Framework security checks should be produced; otherwise, . See the Microsoft.NET Framework SDK documentation for details. Indicates whether tlbimp supports transforming metadata for a given target framework. The default is . Gets the command line arguments for the external program. The command line arguments for the external program.