91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.31M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: 加載??dLL??

資源簡介

DLL動態加載調用,動態加載DLL 實現播放聲音效果

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Reflection;

namespace?動態加載DLL
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}



????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????Assembly?ass?=?Assembly.Load(“wav“);??//加載dll文件
????????????Type?tp?=?ass.GetType(“wav.Audio“);??//獲取類名,必須?命名空間+類名
????????????object?obj?=?Activator.CreateInstance(tp);??//建立實例
????????????MethodInfo?meth?=?tp.GetMethod(“PlaySound“);??//獲取方法
????????????int?t?=?Convert.ToInt32(meth.Invoke(obj?new?object[]?{?1?}));??//Invoke調用方法

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-11-08?19:48??C#動態加載DLL\
?????目錄???????????0??2016-11-08?19:48??C#動態加載DLL\動態加載DLL\
?????目錄???????????0??2016-11-08?19:48??C#動態加載DLL\動態加載DLL\動態加載DLL\
?????文件?????????935??2015-06-04?12:51??C#動態加載DLL\動態加載DLL\動態加載DLL.sln
?????文件???????15872??2015-06-05?19:00??C#動態加載DLL\動態加載DLL\動態加載DLL.suo
?????目錄???????????0??2016-11-08?19:48??C#動態加載DLL\動態加載DLL\動態加載DLL\bin\
?????目錄???????????0??2016-11-08?19:48??C#動態加載DLL\動態加載DLL\動態加載DLL\bin\Debug\
?????文件??????371200??2013-08-27?01:15??C#動態加載DLL\動態加載DLL\動態加載DLL\bin\Debug\wav.dll
?????文件????????8192??2015-06-05?18:57??C#動態加載DLL\動態加載DLL\動態加載DLL\bin\Debug\動態加載DLL.exe
?????文件???????22016??2015-06-05?18:57??C#動態加載DLL\動態加載DLL\動態加載DLL\bin\Debug\動態加載DLL.pdb
?????文件???????14328??2015-06-05?18:57??C#動態加載DLL\動態加載DLL\動態加載DLL\bin\Debug\動態加載DLL.vshost.exe
?????文件?????????490??2009-06-11?05:14??C#動態加載DLL\動態加載DLL\動態加載DLL\bin\Debug\動態加載DLL.vshost.exe.manifest
?????文件?????????917??2015-06-05?18:57??C#動態加載DLL\動態加載DLL\動態加載DLL\Form1.cs
?????文件????????2029??2015-06-04?12:58??C#動態加載DLL\動態加載DLL\動態加載DLL\Form1.Designer.cs
?????文件????????5814??2015-06-04?12:58??C#動態加載DLL\動態加載DLL\動態加載DLL\Form1.resx
?????文件?????????276??2015-06-05?18:31??C#動態加載DLL\動態加載DLL\動態加載DLL\LoadDLL.cs
?????目錄???????????0??2016-11-08?19:48??C#動態加載DLL\動態加載DLL\動態加載DLL\obj\
?????目錄???????????0??2016-11-08?19:48??C#動態加載DLL\動態加載DLL\動態加載DLL\obj\Debug\
?????目錄???????????0??2015-06-04?12:51??C#動態加載DLL\動態加載DLL\動態加載DLL\obj\Debug\TempPE\
?????文件?????????932??2015-06-05?18:57??C#動態加載DLL\動態加載DLL\動態加載DLL\obj\Debug\動態加載DLL.csproj.FileListAbsolute.txt
?????文件?????????847??2015-06-04?13:00??C#動態加載DLL\動態加載DLL\動態加載DLL\obj\Debug\動態加載DLL.csproj.GenerateResource.Cache
?????文件????????8192??2015-06-05?18:57??C#動態加載DLL\動態加載DLL\動態加載DLL\obj\Debug\動態加載DLL.exe
?????文件?????????180??2015-06-04?13:00??C#動態加載DLL\動態加載DLL\動態加載DLL\obj\Debug\動態加載DLL.Form1.resources
?????文件???????22016??2015-06-05?18:57??C#動態加載DLL\動態加載DLL\動態加載DLL\obj\Debug\動態加載DLL.pdb
?????文件?????????180??2015-06-04?13:00??C#動態加載DLL\動態加載DLL\動態加載DLL\obj\Debug\動態加載DLL.Properties.Resources.resources
?????文件?????????496??2015-06-04?12:51??C#動態加載DLL\動態加載DLL\動態加載DLL\Program.cs
?????目錄???????????0??2016-11-08?19:48??C#動態加載DLL\動態加載DLL\動態加載DLL\Properties\
?????文件????????1362??2015-06-04?12:51??C#動態加載DLL\動態加載DLL\動態加載DLL\Properties\AssemblyInfo.cs
?????文件????????2880??2015-06-04?12:51??C#動態加載DLL\動態加載DLL\動態加載DLL\Properties\Resources.Designer.cs
?????文件????????5612??2015-06-04?12:51??C#動態加載DLL\動態加載DLL\動態加載DLL\Properties\Resources.resx
?????文件????????1100??2015-06-04?12:51??C#動態加載DLL\動態加載DLL\動態加載DLL\Properties\Settings.Designer.cs
............此處省略2個文件信息

評論

共有 條評論