Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
b0c8148e
Commit
b0c8148e
authored
Apr 27, 2015
by
Vinicius Jarina
Browse files
Update README.md
Fixed readme
parent
7c178c3d
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
b0c8148e
...
...
@@ -155,7 +155,7 @@ To do this just use the method `LoadCLRPackage` and use the `import` function in
```
csharp
state
.
LoadCLRPackage
();
state
.
DoString
(
@" import ('MyAssembly
.exe
', 'MyNamespace')
state
.
DoString
(
@" import ('MyAssembly', 'MyNamespace')
import ('System.Web') "
);
// import will load any .NET assembly and they will be available inside the Lua context.
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment