IForeNETAssembly.CreateNestedMakeArgs

Syntax

CreateNestedMakeArgs(Outer: IForeNETMakeArgs): IForeNETMakeArgs;

Parameters

Outer is an object, that contains information about compilation of .NET assembly, a copy of which must be created.

Description

The CreateNestedMakeArgs method creates a copy of the object that contains information about compilation of .NET assembly.

Comments

If Null is passed as the value of the Outer parameter, this method works similar to CreateMakeArgs method.

NOTE. A copy of the object does not contain the data of the copied object. Only parameters are copied.

See also:

IForeNETAssembly