147.
Which one of the following flags causes the compiler to make a stand alone assembly containing a manifest?
View Description
To compile this source code file into a single file assembly named MyCodeLibrary.dll, specify the following command set:
csc /t:library /out:MyCodeLibrary.dll simpleType.cs