Fix #50473: static dotnet classes can't be called

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349426 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-03-14 15:36:27 +00:00
parent 54a343afdc
commit 63df6ea90b

View file

@ -13,6 +13,9 @@
call its methods and access its properties, if the class and the methods and
properties are <link xlink:href="&url.com.visible;">visible to COM</link>.
</para>
<para>
Neither instantiating static classes nor calling static methods is supported.
</para>
<note>
<para>
You need to install the .Net runtime on your web server to take advantage