资源简介
Aspose.Slides_16.11.0.0.rar
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.xml;
namespace LicenseHelper
{
public static class ModifyInMemory
{
private static string AsposeList = “Aspose.3D.dll Aspose.BarCode.dll Aspose.BarCode.Compact.dll Aspose.BarCode.WPF.dll Aspose.Cells.GridDesktop.dll Aspose.Cells.GridWeb.dll Aspose.CAD.dll Aspose.Cells.dll Aspose.Diagram.dll Aspose.Email.dll Aspose.Imaging.dll Aspose.Note.dll Aspose.OCR.dll Aspose.Pdf.dll Aspose.Slides.dll Aspose.Tasks.dll Aspose.Words.dll“;
public static void ActivateMemoryPatching()
{
Assembly[] arr = AppDomain.CurrentDomain.GetAssemblies();
foreach (Assembly assembly in arr)
{
if (AsposeList.IndexOf(assembly.FullName.Split(‘‘)[0] + “.dll“) != -1)
ActivateForAssembly(assembly);
}
AppDomain.CurrentDomain.AssemblyLoad += new AssemblyLoadEventHandler(Activateonload);
}
private static void Activateonload(object sender AssemblyLoadEventArgs e)
{
if (AsposeList.IndexOf(e.LoadedAssembly.FullName.Split(‘‘)[0] + “.dll“) != -1)
ActivateForAssembly(e.LoadedAssembly);
}
private static void ActivateForAssembly(Assembly assembly)
{
MethodInfo miLicensed1 = typeof(ModifyInMemory).GetMethod(“InvokeMe1“ BindingFlags.NonPublic | BindingFlags.Static);
MethodInfo miLicensed2 = typeof(ModifyInMemory).GetMethod(“InvokeMe2“ BindingFlags.NonPublic | BindingFlags.Static);
MethodInfo miEvaluation = null;
Dictionary miDict = new Dictionary()
{
{“System.DateTime“ miLicensed1}
{“System.xml.xmlElement“ miLicensed2}
};
Type[] arrType = null;
bool isFound = false;
int nCount = 0;
try
{
arrType = assembly.GetTypes();
}
catch (ReflectionTypeLoadException err)
{
arrType = err.Types;
}
foreach (Type type in arrType)
{
if (isFound) break;
if (type == null) continue;
MethodInfo[] arrMInfo = type.GetMethods(BindingFlags.NonPublic | BindingFlags.Static);
foreach (MethodInfo info in arrMInfo)
{
if (isFound) break;
try
{
string strMethod = info.ToString();
if ((strMethod.IndexOf(“(System.xml.xmlElement System.String)“) > 0) && (miDict.ContainsKey(info.ReturnType.ToString())))
{
miEvaluation
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 9388 2016-10-17 06:30 Crack\ModifyInMemory.cs
文件 814 2016-10-13 05:47 Crack\Readme.txt
文件 401 2016-12-28 14:54 使用说明.txt
文件 59740932 2016-12-22 13:08 Aspose.Slides\Aspose.Slides_16.11.0.zip
目录 0 2016-12-22 16:43 Crack
目录 0 2016-12-22 16:43 Aspose.Slides
----------- --------- ---------- ----- ----
59751535 6
相关资源
-
Asp与xm
l的关系 - 炎症性肠病患者N-乙酰基转移酶2基因
- Sun平台上的东软数字化校园解决方案
- 毕业答辩-ASP网上办公自动化系统(源
- 加密狗型号快速检测工具dogcheck.exe.
- 蜘蛛采集器蜘蛛新闻文章采集器 V1.
- 中国分类信息网源代码
- 在线教育系统
- 51aspx_IntelligentProducePaper03a32d1f-f81f-4d
- HASPHL.rar
- aspkusj.zip
- AsposeCells.rar
- pami09-RobustFaceRecognitionviaSparseRepresent
- ASPNET20数据库外文文献及翻译和参考文
- soufufabu-asp.rar
- aspack 2.29简体中文破解版.rar
- PCDMIShaspkey安装包.rar
- PSASP(不要狗)6.2.rar
- multiusb key黄色感叹号驱动程序.rar
- 41980468KrisKaspersky:Shellcoder编程揭秘
- ASP爱心公益活动网站源码程序.zip
- PSASP.rar
- zw_caozhy-7879917-aspnetdrca1o.zip
- aspose.net(破解版).rar
- Aspose.Words.dll155229
- Aspose.Words.dll
- aspnet-zero-core-6.5.0.zip
- AsposeTotalfor.NETDLL2015-02.rar
- zw_Web标准网页设计与Asp(清华大学出
- asp中常用函数.txt
评论
共有 条评论