CodeInject代码注入源码源码描述:CInject(orCodeInject)允许直接往托管的代码中注入代码,而无需反编译。可在单个或者多个方法中注入你要执行的代码。使用CInject时你无需了解目标应用的细节,你通过注入来轻松对应用功能进行改造.ProvidesruntimeintelligencesuchasValuesofargumentstothecalledfunctionObjectlifetimeofamethod/variablescalledwithinthemethodAllowscustomizationofloggingordiagnosticsAllowsextensionofinjectorstotailoryourownsolutionastheneedbeMeasurethemethodexecutiontimetocheckperformanceBuildyourownpluginsusingCInjectinformationCInjectsupportsbuildingyourownpluginsThepluginreceivesinform
winform mschart 大集合 涵盖200个示例
一、源码特点.NET反汇编工具二、功能介绍NetDasm是一个.NET汇编和反汇编工具。可以对dll文件进行反编译查看源代码,也可以对它进行编辑Youonlyneedtoloadanassemblyandlookatallthetypesthatitcontains.Whenyouclickononetype,itsmethodsandsomeinformationappearintheright.Youcandeleteatype,deleteamethod,oreditthecodeofamethod.IntheEditCodeform,youcanwatchtheILcode,removeasentence,orinsertanewsentence.
UniversalSerializer是一个序列化器/反序列化器for.NET/Silverlight/PCL/WindowsPhone。它保存和加载复杂对象值/实例,能够序列化任何类型,流格式可以是二进制,JSON或XML等UniversalSerializerisaSerializer/Deserializerfor.NET/Silverlight/PCL/WindowsPhone.Inotherwords,itsavesandloadscomplexobjectvalues/instances.Abilitytoserializeanytypeisitsvocation.Thestreamformatcanbebinary,JSON,orXML.ItcontainsDLLsfor:.NET4orlater.Silverlight4orlater.PortableClassLibrary4.MakingitusableonWindowsStore/WindowsRT.WindowsPhone7&8(Silverlight).AnadditionalDLLforspecifi
读取项目构建信息工具源码源码描述:该源码教您如何读取项目的构建信息首先调用GetAssemblyName方法在AssemblyName类,他的命名空间System.Reflection然后就可以读取项目构建的相关信息了varassemblyInfo=AssemblyName.GetAssemblyName(textBoxAssemblyFilePath.Text);varassemblyName=assemblyInfo.NamevarassemblyVersion=assemblyInfo.Version
