internal NdapiModule(ObjectSafeHandle handle) : base(handle) { NdapiContext.AddModule(this); }
internal NdapiModule(string name, ObjectType type, NdapiObject parent = null) : base(name, type, parent) { NdapiContext.AddModule(this); }