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
path: root/web/faq
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2003-09-01 04:54:42 +0400
committerJonathan Pryor <jpryor@novell.com>2003-09-01 04:54:42 +0400
commit7e7370ea4bed2ab3f6df03138acba929db8d7511 (patch)
treef4667e68de53e74ef8a1b3a6441b35c4f6ad9f1b /web/faq
parentbad2f2cac25c7b5fbe32a7e8bee21f50ca936761 (diff)
Add some additional Visual Basic .NET compatibility information, which I
should have added last time. svn path=/trunk/mono/; revision=17782
Diffstat (limited to 'web/faq')
-rw-r--r--web/faq5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/faq b/web/faq
index 6ffe13d9b8c..7fa7d230f75 100644
--- a/web/faq
+++ b/web/faq
@@ -574,7 +574,10 @@ A: Yes, with some reservations.
Microsoft.VisualBasic.dll implementation is incomplete. It is recommended
to either avoid using this assembly in your own code, only use the
portions that Mono has implemented, or to help implement the missing
- features.
+ features. Additionally, you can set 'Option Strict On', which
+ eliminates the implicit calls to the unimplemented
+ Microsoft.VisualBasic.CompilerServices.ObjectType class.
+ (Thanks to Jörg Rosenkranz.)
Managed Extensions for C++ is least likely to operate under Mono. Mono
does not support mixed mode assemblies (that is, assemblies containing both