C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
What is Wrapper class in dot net?
anchit
13y
2.8k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
//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} }
Raminaidu Bandi
13y
0
How many types of Layout panels in silverlight?
What is the difference between paramaterized constructor and copy constructor?
Message