Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to call the dll at runtime in .Net?

Answers were Sorted based on User's Feedback



How to call the dll at runtime in .Net?..

Answer / shipra agarwal

dll calls through the compiler.

Is This Answer Correct ?    7 Yes 4 No

How to call the dll at runtime in .Net?..

Answer / ashish kumar

by writting the following command to the form section we
can call thee dll file.

Private Declare Function LockWorkStation Lib "user32.dll"
() As Long

Is This Answer Correct ?    3 Yes 1 No

How to call the dll at runtime in .Net?..

Answer / suresh

By using System.Reflection.LoadAssembly('path of dll')

Is This Answer Correct ?    1 Yes 2 No

How to call the dll at runtime in .Net?..

Answer / sreekanth

we will refer that dll by adding Add refernce to our project
and using the namspace o the dll we can use that class.

Is This Answer Correct ?    14 Yes 17 No

Post New Answer

More Dot Net AllOther Interview Questions

What is msil, and why should my developers need an appreciation of it if at all?

0 Answers  


How can a win service developed in .NET be installed or used in Win98?

1 Answers  


2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?

2 Answers   247Customer,


In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.

1 Answers   Agiline,


How do I know when my thread pool work item has completed?

0 Answers  


What is VSS? Use of VSS? How can we use VSS in our Application?

4 Answers  


What actually happes when you add a something to arraylistcollection ?

0 Answers  


Describe the Managed Execution Process in .NET?

0 Answers   InfoAxon Technologies,


Explain difference between machine config vs. Web config : Dot net architecture

0 Answers  


What is a virtual memory? : .NET Architecture

0 Answers  


which tag i need to use manually to bind columns in a datagrid ?

2 Answers  


how to make and display a form without title bar?

0 Answers   Six Sigma,


Categories