Microsoft.R.Debugger.AD7Engine.AD7Engine C# (CSharp) 메소드

AD7Engine() 공개 메소드

public AD7Engine ( ) : System
리턴 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);
        }