D
Daniel
If you make an interface like this public interface IProcessInterface, and
you have a subclass that uses that interface, along w/ other itnerfaces, but
you want only the methods identified in IProcessInterface to be loaded into
memory, is there a way to load only the interface methods and class data
instead of the whole object?
you have a subclass that uses that interface, along w/ other itnerfaces, but
you want only the methods identified in IProcessInterface to be loaded into
memory, is there a way to load only the interface methods and class data
instead of the whole object?