Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCésar Natarén <cesar@mono-cvs.ximian.com>2002-11-04 11:08:13 +0300
committerCésar Natarén <cesar@mono-cvs.ximian.com>2002-11-04 11:08:13 +0300
commitfd1adc19c486651fe35a12385633b975f1da0e15 (patch)
tree25ee9145c7099ebbb52fda784254bbc4837f6b8d /docs/embedded-api
parent082d1e4f782f51d10884dcb2d31bb733a95e0f84 (diff)
Added the "domain" parameter to the mono_domain_assembly_open function example.
svn path=/trunk/mono/; revision=8808
Diffstat (limited to 'docs/embedded-api')
-rw-r--r--docs/embedded-api2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/embedded-api b/docs/embedded-api
index f943b8ffbf9..1ed0f5381f1 100644
--- a/docs/embedded-api
+++ b/docs/embedded-api
@@ -55,7 +55,7 @@
MonoAssembly *assembly;
- assembly = mono_domain_assembly_open ("file.dll");
+ assembly = mono_domain_assembly_open (domain, "file.dll");
if (!assembly)
error ();