NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C3375

Cannot explicitly inherit 'object' from Delegate

An NGWS Delegate is not eligible as a base class for a class that uses managed extensions for C++.

The following sample generates C3375:

#using <mscorlib.dll>
__gc class X : Delegate {
};