CInject(orCodeInject)允许直接往托管的代码中注入代码,而无需反编译。可在单个或者多个方法中注入你要执行的代码。使用CInject时你无需了解目标应用的细节,你通过注入来轻松对应用功能进行改造.
Providesruntimeintelligencesuchas
ValuesofargumentstothecalledfunctionObjectlifetimeofamethod/variablescalledwithinthemethodAllowscustomizationofloggingordiagnosticsAllowsextensionofinjectorstotailoryourownsolutionastheneedbeMeasurethemethodexecutiontimetocheckperformanceBuildyourownpluginsusingCInjectinformation
CInjectsupportsbuildingyourownpluginsThepluginreceivesinformationfromtheapplicationsuchasTargetassembly&methodInjectorassembly&methodProcessingdetails,resultswithtimestampExceptionsanderrorsCustomizedPluginmenuinCInjectapplication
评论