Exemple #1
0
 public abstract IEnumerable <DotNetClassHookInfo> Create(IDebuggerRuntime runtime);
Exemple #2
0
        public override IEnumerable <DotNetClassHookInfo> Create(IDebuggerRuntime runtime)
        {
            yield return(new DotNetClassHookInfo(new dnSpy_Roslyn_ExpressionEvaluator_IntrinsicMethods(runtime), new DmdTypeName(ExpressionCompilerConstants.IntrinsicAssemblyNamespace, ExpressionCompilerConstants.IntrinsicAssemblyTypeName)));

            yield return(new DotNetClassHookInfo(new System_Runtime_CompilerServices_RuntimeHelpers(runtime), DmdWellKnownType.System_Runtime_CompilerServices_RuntimeHelpers));
        }
 public System_Runtime_CompilerServices_RuntimeHelpers(IDebuggerRuntime runtime) => this.runtime = runtime;
 public dnSpy_Roslyn_ExpressionEvaluator_IntrinsicMethods(IDebuggerRuntime runtime) => this.runtime = runtime;