How to hide unmanged types

P

Peter Hemmingsen

Hi,

Is it possible to hide(in C# intellisence) an unmanaged type written in
mc++?

I have the following declaration in my header file:

namespace myCode {
....
typedef struct {unsigned DynAttr; char ColProp[MAXEXTPROPCOLNAME];}
COLATTRMAP;
....
}
The COLATTRMAP type is include in the C# intellisence when I type:

myCode. inside my cs file.

Is there any way to avoid this?

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top