DLL application.

xiaoxiao2021-03-06  56

CSC / Target: library output.cs

CSC /Reference:Output.dll class1.cs

One:

Using system; public class output {prizter setput; public output (string outword) {outputword = Outword; console.writeLine (Outputword);}}

two:

Using system;

Namespace consoleApplication5 {

///

/// Class1 summary description. /// class class1 {/// /// The primary entry point of the application. /// [stathread] static void main (String [] args) {Output H = new output ("HelloWorld!"); // Todo: Add code to start the application //}}}}

转载请注明原文地址:https://www.9cbs.com/read-112884.html

New Post(0)