// HelloWorld.cs // Namespace WroxComponents {Using System; /// /// Summary Description for Hellocs./// summary> public class hellocs {/// /// Creates a New Instance of hellocs /// summary> public hellocs () {} /// /// Custom method That Returns a string /// summary> public string Sayello () {return "Hello World - i 'm a c # Component! ";}}}
generate:
CD C: / Begaspnet11 / Chapter13md Bincsc / T: library /r:system.dll /out:bin/helloworldcs.dll HelloWorld.cspause