Replies: 2 comments
-
|
一応Windowsだけで使えるのは注意やね |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
なんかどのオブジェクトとっても using Alice.Reflection;
using WSOFT.Losetta.Interop;
var xmlDoc = interop_gettypefromprogid("MSXML2.DOMDocument");
var xml = new xmlDoc();
print(xml.Properties);
//出力: [Equals, GetHashCode, GetLifetimeService, GetType, InitializeLifetimeService, ToString, Type] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
このサイトみてて思ったけどこれRCWのTypeとれるからワンチャンバインディングできるかも。
https://ufcpp.net/study/csharp/sp_pinvoke.html?p=2
一旦試してみるか
Beta Was this translation helpful? Give feedback.
All reactions