05 2021 档案

摘要:创建Dll文件 首先使用VS 2019创建Dll项目,创建项目时选择“类库”,如下图 在项目中创建类文件,添加测试代码: namespace PlantSim_C_Interface_Test { public class CommunicateWithPS { public string read 阅读全文
posted @ 2021-05-12 17:59 VTech_kevin 阅读(431) 评论(0) 推荐(0)
摘要:今天学习C#代码过程中,遇到可访问性不一致的错误: 严重性 代码 说明 项目 文件 行 禁止显示状态错误 CS0050 可访问性不一致: 返回类型“Transaction”的可访问性低于方法“BankingAccount.CheckWithdrawalLimit(bool)” BankAccount 阅读全文
posted @ 2021-05-11 16:32 VTech_kevin 阅读(1973) 评论(0) 推荐(0)