[Mono-list] Classes with . in them

Dennis Hayes DENNISH@Raytek.com
Fri, 10 May 2002 15:27:30 -0700


It makes sense, but I am not sure that is right.
1) The docs list it separately.
2) the AXhost docs do not list it as a member, but then it does not list a
section for enums, so maybe they are listed separately
3) Intellisense in Visual Studio does not show it in the AXhost class.

For instance "MethodInvoke" is one member of the enum. How do I get its
value.
For a non-dotted enums I do this:
int i = (int) MyEnum.Member;
Then I look at i for the member value.
How would I do this with  AXHost.ActiveXInvokeKind ?
Thanks,
Dennis

-----Original Message-----
From: Chris J. Breisch [mailto:cjbreisch@altavista.net]
Sent: Friday, May 10, 2002 2:40 PM
To: 'Dennis Hayes'; mono-list@ximian.com
Subject: RE: [Mono-list] Classes with . in them


I believe that this is an enum nested in System.Windows.Forms.AXHost.

Chris J. Breisch, MCSD, MCDBA


-----Original Message-----
From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com] On
Behalf Of Dennis Hayes
Sent: Friday, May 10, 2002 2:50 PM
To: 'mono-list@ximian.com'
Subject: [Mono-list] Classes with . in them


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

_______________________________________________
Mono-list maillist  -  Mono-list@ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list