果酱 in C# February 16, 2023 C# DLL包装类 DLLWrapperusing System; using System.Runtime.InteropServices; namespace Myapp { public class DLLWrapper { ///<summary> /// API LoadLibrary ///</summary>...