What is a global method in NENET? I am talking about the people created by the law.
Can these methods be called from C # or other pure languages?
It is difficult to talk in familiar words, in this capacity C # or VB.NET languages Not at all. The C ++ / CLI compiler uses it though it is not standardized in the way it is shown in disassemblers like Ildasm.exe or Reflector.
Perhaps the best angle reflector is, look at the System.Data.dll assembly at a glance. This is an unknown namespace ("-" in reflection), & lt; Module & gt;
You can see that the node is a module initializer. A type of animal as a static class creator, but at the module level. This happens when the assembly is full. C ++ / CLI uses it to start the C runtime library.
___ CxxCallUnwindDtor () method is an example of "global method". C ++ / CLI languages do not give any way to make these types of works public, they are always embedded in metadata with internal access. And it can not be said directly from the C # or VB Net program. I have not played adequately with ModuleBuilder, to know whether everyone else can be confused with C ++ / CLI. All this lot is ambiguous and is not really useful.
Comments
Post a Comment