}
}
}
Given that airvehicles.dll is the intended name of the primary module of this multifile
assembly, you will need to compile helicopter.cs using the /t:library and /out: options. To enlist
the ufo.netmodule binary into the assembly manifest, you must also specify the /addmodule flag. The
following command does the trick:
csc /t:library /addmodule:ufo.netmodule /out:airvehicles.dll helicopter.cs
At this point, your directory should contain the primary airvehicles.dll module as well as the
secondary ufo.netmodule binaries.
Do'stlaringiz bilan baham: