Skip to content
Victor edited this page May 1, 2020 · 1 revision

By default any public .NET type is visible to Python. If you want to hide .NET type from Python (for example because its conflicts with an existing Python type), you can mark it with with [PyExport(false)] attribute:

[Python.Runtime.PyExport(false)]
public class IamInvisibleToPython
{
  ...
}

You can hide your entire assembly by applying that attribute to it:

[assembly: Python.Runtime.PyExport(false)]
Clone this wiki locally
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy