摘要:
概述AudioPlayer 接受 AudioPlayerOptions 参数精细控制输出设备。默认配置适合大多数场景。using var player = new AudioPlayer(); // 默认配置 using var player = new AudioPlayer(new AudioP 阅读全文
摘要:
反射这玩意,一直以来都是慢的代名词。一说XXX系统大量的反射,好多人第一印象就是会慢。但是呢,我们又不得不使用反射来做一些事情,毕竟这玩意可以说啥都能干了对吧。It’s immensely powerful, providing the ability to query all of the met 阅读全文
摘要:
.Net7 RC1发布在9月14号,.Net7 RC1正式发布了。按照微软的说法This is the first of two release candidates (RC) for .NET 7 that are supported in production.从RC1开始,就是生产支持了。但是 阅读全文