i have created one class library in C#.net.
My class Name is Myclass
in this class i created 3 methods with the same name like 1. Display()
2.display()
3.DisPlay()
and i created dll by providing strongName.
This dll i want to use in vb.net.
so what i have done is
1. i given reference to that assembly
2.imports MyClassLib
3.in form load i am writing like this
Dim
x As MyClassLib.Myclassx =
New MyClassLib.Myclassx.DispLay()
but it is not showing all the methods.
please tell me where i am doing wrong?
thanks and regards
hari krishna.B
citadel reasearch and solutions ltd.
[email protected]
www.citadelh.com
Replies
Know the answer? Post it — somebody with the same question will find it here.