|
-
November 30th, 2009, 05:15 PM
#10
Re: reference to classes in another namespace
dynamically generated class library by the software itself:
Namespace1
This Namespace includes the software runtime classes and Class1 which is a script added by me.
My class library:
Namespace2 with class2 with method
public void Method1(Namespace1.Class1 instance){
...
}
I want to use instances of a class in the dynamically generated library in my class library.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|