S
Siva
Hi:
I have a basic question:
For example, consider the following statement in C#:
using System.IO;
The above statement gets the metadata for types defined
in the IO namespace.
By default, C# compiler only looks into mscorlib.dll.
Does that mscorlib.dll have the reference to IO.dll
implicitly?
The reason I am asking this for using the following
namespace:
System.Data.OracleClient, I need to add a reference
explicitly to my C# program on VS.Net
Is there a way I can look at ILDASM for an assembly &
know what dlls are referenced?
Any help appreciated.
Thanks,
Siva
I have a basic question:
For example, consider the following statement in C#:
using System.IO;
The above statement gets the metadata for types defined
in the IO namespace.
By default, C# compiler only looks into mscorlib.dll.
Does that mscorlib.dll have the reference to IO.dll
implicitly?
The reason I am asking this for using the following
namespace:
System.Data.OracleClient, I need to add a reference
explicitly to my C# program on VS.Net
Is there a way I can look at ILDASM for an assembly &
know what dlls are referenced?
Any help appreciated.
Thanks,
Siva