[Mono-list] Classes with . in them

Dennis Hayes DENNISH@Raytek.com
Fri, 10 May 2002 12:50:25 -0700


Some classes in the System.Windows.Forms have a "." in them, for example

AXHost.ActiveXInvokeKind
This enum is in the docs and seem to be part of the System.Windows.Forms
namespace.
It does not show up in VisulaStudios intellisense.
enumcheck does not find it.
Attempting to define it as 
public  enum AXHost.ActiveXInvokeKind {
gives a compile error.

Anybody know anything about these classes?
Thanks
Dennis
dennish@raytek.com