Create REGASM.MD

This commit is contained in:
Namhyeon Go 2021-10-31 18:54:58 +09:00 committed by GitHub
parent 71b24bc3df
commit 65fbf1b2ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
REGASM.MD Normal file
View File

@ -0,0 +1,19 @@
# REGASM for WelsonJS
In general, the location of REGASM is as follows.
```
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe
```
Or it may vary depending on the version.\
## How to register .NET COM/DLL component
Example:
```
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /codebase WelsonJS.Toolkit.dll
```
Thank you.