Replies: 3 comments
-
You can't instantiate it because it's Why do you want to know? What are you attempting/planning to do with that information? |
Beta Was this translation helpful? Give feedback.
-
Note: in IL metadata and C++/CLI, |
Beta Was this translation helpful? Give feedback.
-
Let me start by pointing out the API design used for hardware intrinsics: https://source.dot.net/#System.Private.CoreLib/Avx.cs Now, as far as the type system is concerned, these are not |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
say I have a class that has no fields, no instance methods, only static methods
but I don't make the class a static class because it's an abstract class (you can't mark a class as static abstract in c#)
does .NET still instantiate this class or it just trimmed down to function pointers to these static functions?
Beta Was this translation helpful? Give feedback.
All reactions