anchit
What is Wrapper class in dot net?
By anchit in C# on May 27 2012
  • Raminaidu  Bandi
    Jun, 2012 11

    //I am naming a class Wrapper //BaseClass is the name of class that's there in your vendor's dll public class Wrapper : BaseClass {//create constructors with no param or with params depending on what kind of constructors you have in vendor's dll and what you needpublic Wrapper () { base.BaseClass()}//create a function that you needpublic string function ReturnObject(){//do your stuff here//call methods from vendor's dll} }

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS