Microsoft.R.Debugger.AD7Engine.AD7Engine C# (CSharp) Method

AD7Engine() public method

public AD7Engine ( ) : System
return System
        public AD7Engine() {
            var compModel = (IComponentModel)Package.GetGlobalService(typeof(SComponentModel));
            if (compModel == null) {
                throw new InvalidOperationException(Invariant($"{typeof(AD7Engine).FullName} requires {nameof(IComponentModel)} global service"));
            }

            compModel.DefaultCompositionService.SatisfyImportsOnce(this);
        }