필터 지우기
필터 지우기

How do I convert or read a .dll file?

조회 수: 4 (최근 30일)
Celia Clarke
Celia Clarke 2014년 6월 12일
답변: JSC 2018년 10월 3일
This was a file that was working some time ago but I can no longer read it. I think from my reading this is due to upgrades but I am not sure if I can convert this or read it. I have seen some posts about the load library but not really sure what to do with this. Many thanks for any help

답변 (1개)

JSC
JSC 2018년 10월 3일
Hi Celia,
let's say you want to load ExampleDLL.dll. Then you can use the code:
ExampleDLL = NET.addAssembly('ExampleDLL.dll')
Afterwards you can use e.g. the classes contained in the dll.
Best regards Julia

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by