PC Review


Reply
Thread Tools Rate Thread

Accessing code within an external module in the same assembly

 
 
Sathyaish
Guest
Posts: n/a
 
      20th Nov 2005
All this is just for practice. I am going to make a multi-modular
assembly comprising two modules as given below:

(a) a.vb compiled to a.netmodule (vbc a.vb /t:module)
(b) b.vb yet to be compiled to include the first module a.netmodule and
constitute an executable type assembly. (vbc b.vb /t:exe
/addmodule:a.netmodule /out:ab.exe)

If a.vb as a method called DoSomething and I want code inside b.vb to
access the DoSomething() that is inside a.vb, how do I do it? Is the
/r: (reference compiler switch available to modules also or only to
assemblies?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing External Module sck352@gmail.com Microsoft Excel Programming 1 5th Feb 2008 09:20 PM
Accessing private assembly from shared assembly utanka Microsoft Dot NET Framework 1 9th Jun 2006 12:23 PM
Accessing code within an external module in the same assembly Sathyaish Microsoft Dot NET 0 20th Nov 2005 09:25 PM
Accessing code within an external module in the same assembly Sathyaish Microsoft C# .NET 0 20th Nov 2005 09:25 PM
Accessing code within an external module in the same assembly Sathyaish Microsoft VB .NET 0 20th Nov 2005 09:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:15 PM.