摘要:
the book said: try result:false IL: but 阅读全文
摘要:
the book said: try result:false IL: but 阅读全文
摘要:
linq to sql 和 entity framework 输出sql语句 阅读全文
摘要:
当使用ref修饰参数的时候,生成的方法签名参数列表中该参数不会有out或in修饰,根据规范没有的话就是默认in
当使用out修饰的时候,方法签名参数会有out修饰,这时候marshal的实现会优化,对传递的struct body数据不做封送,c++ library 得到的都是默认值(eg. 0) 阅读全文
|