Fix #50305: DOTNET Warning

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350046 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-06-18 08:42:17 +00:00
parent 27ca68ce99
commit 001013aeb8

View file

@ -16,6 +16,10 @@
<para>
Neither instantiating static classes nor calling static methods is supported.
</para>
<para>
Some .Net classes do not implement IDispatch, so while they can be instantiated,
calling methods or accessing properties on these classes is not supported.
</para>
<note>
<para>
You need to install the .Net runtime on your web server to take advantage