摘要:
更新日志 - 等我这边测试完整后,再开放下载链接和完整例子。 2026-08-11: 增加Dll的编译,统一Dll,Exe和Sys的入口函数。增强VMP功能,对抗IDA静态反汇编。增加关键字加亮和补全提示。扩展API关键字功能,API()无参数,表示函数导出。加强Relfec反射功能,用户不用担心编
阅读全文
posted @ 2026-08-08 14:47
dalgleish
阅读(6)
推荐(0)
摘要:
C# avalonia没有内置判断属性是否绑定的代码,所以我们自己扩展实现一个。这个扩展可以用于动态解绑和绑定属性。基于我写的自定义扩展。 https://chuna2.787528.xyz/dalgleish/p/18972924 AvaloniaObjectExtensions代码 using Av
阅读全文
posted @ 2025-08-05 07:04
dalgleish
阅读(46)
推荐(0)
摘要:
Avalonia配置,参考https://chuna2.787528.xyz/dalgleish/p/18967204 随时更新,目前已支持多个cs文件动态编译。 AvaloniaExtensions.cs代码 using Avalonia; using Avalonia.Controls; using
阅读全文
posted @ 2025-07-08 14:10
dalgleish
阅读(348)
推荐(0)
摘要:
学习导航 - 从C# Avalonia - 导航栏开始 1. 安装VS 2022 2. 打开x64 Native Tools Command Prompt for VS 2022,输入下面指令获取Avalonia模板 dotnet new install Avalonia.Templates 3.
阅读全文
posted @ 2025-07-05 14:17
dalgleish
阅读(1756)
推荐(1)
2026年8月10日
摘要:
TriangleGlView.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.mi
阅读全文
posted @ 2026-08-10 05:04
dalgleish
阅读(3)
推荐(0)
2026年8月3日
摘要:
BasicOpenGL.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micro
阅读全文
posted @ 2026-08-03 06:40
dalgleish
阅读(7)
推荐(0)
2026年7月20日
摘要:
为了方便之后的例子展示,大家先把下面类加入到项目里。需要什么包,请参考置顶。 Frame3D类 using Avalonia.Controls; using Avalonia.Platform; using LibVLCSharp.Shared; using System; using System
阅读全文
posted @ 2026-07-20 08:33
dalgleish
阅读(7)
推荐(0)
2026年7月19日
摘要:
SpeechVoiceTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.m
阅读全文
posted @ 2026-07-19 12:56
dalgleish
阅读(6)
推荐(0)
2026年7月17日
摘要:
SpeechRecognition.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas
阅读全文
posted @ 2026-07-17 12:29
dalgleish
阅读(8)
推荐(0)
2026年7月16日
摘要:
SpeechSynthesis.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.m
阅读全文
posted @ 2026-07-16 08:48
dalgleish
阅读(4)
推荐(0)
2026年7月15日
摘要:
CodePlayback.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micr
阅读全文
posted @ 2026-07-15 15:12
dalgleish
阅读(9)
推荐(0)
2026年5月10日
摘要:
用我们之前写的MediaElement SoundPlayerTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns
阅读全文
posted @ 2026-05-10 10:39
dalgleish
阅读(18)
推荐(0)
2026年4月28日
摘要:
RibbonTest.axaml代码 <RibbonWindow xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.
阅读全文
posted @ 2026-04-28 12:08
dalgleish
阅读(18)
推荐(0)