Beautiful Life

标签 DLL调用 下的文章

果酱 in C#
February 16, 2023

C# DLL包装类

DLLWrapperusing System; using System.Runtime.InteropServices; namespace Myapp { public class DLLWrapper { ///<summary> /// API LoadLibrary ///</summary>...