Here it says that MMC 3.0 provides Windows forms hosting capability. However all examples and resources are .NET framework targeted. So I wonder where this capability exists - native level or managed wrapper level? I know of Microsoft.ManagementConsole.dll but that is the managed world. Does MMC 3.0 really support Windows Forms natively or what Microsoft really provided was just a managed wrapper around it and are using ActiveX to host windows forms inside MMC?
MSDN documentation is really unclear if this can be done from the native world easily, without going for ActiveX hosting.
Any resources for more information about this are appreciated.