473,795 Members | 2,974 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Question on Assembly.GetTyp e()

Hey guys,

Here is my scenario:
I have a form and two dlls, call them ClassLibrary1.d ll and Interfaces.dll.
In my form I have the following:

private Assembly m_assembly;
private Type m_type;
m_assembly = Assembly.LoadFr om("ClassLibrar y1.dll");
m_type = m_assembly.GetT ype("ClassLibra ry1.Class2");

Class2 is defined in ClassLibrary.dl l.

Now, Interfaces.dll contains an interface I want Class2 to implement. If I
have Class2 implement the interface from Interfaces.dll but do not have
Interfaces.dll in the same directory as ClassLibrary1.d ll when I call
GetType, the result is null.

If I define the interface in ClassLibrary1.d ll itself or place the
Interfaces.dll in the same directory as ClassLibrary1.d ll, GetType correctly
returns the type.

Why does GetType require that whatever file defines an interface that the
type you are checking for implements to be present? Couldn't GetType just
return "Class2" without caring what interfaces it implements?

Thanks.
Nov 1 '06 #1
0 2937

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
10922
by: Neo | last post by:
Does anyone know how to get a list of the types in an Assembly without actually loading the Assembly into your app domain?
2
4013
by: david.kao | last post by:
I have web service always return a string in Xml format, and I have the code at client side translates this return string into correct value. For example: my web service returns a <ret type=”System.int”>1</ret>. So my client logic will translate this into integer value of one by using Type.GetType() function. Likewise, if my web service returns a <ret type=”System.String”>abc</ret>, my client again translates this into string type....
1
2795
by: Zachary Hartnett | last post by:
I was trying to write a routine this morning that would open a given assembly, walk the inheritance tree of classes in the assembly, and provide a list of classes in the assembly that inherit from DataSet. Here is a snippet from the routine I came up with: ------------------------------------------------------------ openFileDialog.ShowDialog(); Assembly assembly = Assembly.LoadFile(openFileDialog.FileName);
26
10681
by: Vish | last post by:
Hi, I am trying to expose my .NET 2.0 class as a COM type using the following attributes for the attributes I have the "Register for COM Interop" build property set to true. I also have two functions in the class to register and unregister the COM with the
12
2374
by: Antony | last post by:
Hello - I am wanting to print out a "Yes" next to classes that implement "Interface01", otherwise a "No". Here is my code. It crashes with a null reference exception and I am not sure why. Ideas? Thank you for you help. Tony Imports System.Reflection Public Class Form1
4
1166
by: Andre Nogueira | last post by:
Hi guys I am developing a plugin-enabled application, and for that I am using reflection. I created an abstract ("MustInherit") class, from which all plugins must inherit. My question is... How do I make sure the .dll the users select are actually plugins? I'm currently enforcing a policy where the concrete plugins need to have a certain string somewhere in the classe's name, but that is not at all a good idea...
2
3584
by: Craig Buchanan | last post by:
I would like to have a string representation of my classes type and assembly in format of full name, assembly. Me.GetType() gets me the fullname Me.GetType().AssemblyQualifiedName gets me much more than i want. is there a better way? thanks in advance.
8
3535
by: rowe_newsgroups | last post by:
I know this has to be answered in the archives somewhere, but the search results are just confusing me more :-( Anyways, I authored a control library that contains an Interface definition and then some usercontrols that implement that interface. In a separate project I want to load the dll and then load the usercontrols onto tabpages on my form. I just cannot seem to figure out how to cast the usercontrols into the interface type so I...
8
3285
by: Martin Eckart | last post by:
Hi folks, Who can explain me why the following expression does not result in getting the correct type, but null: Type t = Type.GetType("System.Xml.XmlReader"); For "System.String" it works as well as for "System.IO.Stream" or "System.Globalization.CultureInfo". Does that related to the constructor of XmlReader being not public?
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9043
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7541
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6783
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3727
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.