G
Guest
Hi,
I want to use CodeDome to create a class that derives from
MarshalByRefObject. Currently the only thing I can do is:
oClass=new CodeTypeDeclaration("MyClass");
oClass.IsClass = true;
oClass.Attributes = MemberAttributes.Public;
How to let my class derive from
MarshalByRefObject?
Thanks in advance!!!
Cindy
I want to use CodeDome to create a class that derives from
MarshalByRefObject. Currently the only thing I can do is:
oClass=new CodeTypeDeclaration("MyClass");
oClass.IsClass = true;
oClass.Attributes = MemberAttributes.Public;
How to let my class derive from
MarshalByRefObject?
Thanks in advance!!!
Cindy