Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Nick
Posts
Comments
C
C#
•
Created by Nick on 5/7/2024 in
#help
Static Classes without Implementation
all of the classes under all of these namespaces?
27 replies
C
C#
•
Created by Nick on 5/7/2024 in
#help
Static Classes without Implementation
this is the what you'd call the BCL?
27 replies
C
C#
•
Created by Nick on 5/7/2024 in
#help
Static Classes without Implementation
But still, this is from Microsoft.Extensions.Hosting, how would I go about finding the sources?
27 replies
C
C#
•
Created by Nick on 5/7/2024 in
#help
Static Classes without Implementation
okay I'm convinced, thanks
27 replies
C
C#
•
Created by Nick on 5/7/2024 in
#help
Static Classes without Implementation
oh, I see it in the name of the directory now, it was indeed a stub produced by a decompiler
27 replies
C
C#
•
Created by Nick on 5/7/2024 in
#help
Static Classes without Implementation
There is no need for the compiler to have DLLs if the runtime has them, that is my guess, but please link relevant resources if I'm wrong.
27 replies
C
C#
•
Created by Nick on 5/7/2024 in
#help
Static Classes without Implementation
I don't see a need for a decompiler though? That source should be enough to compile a
call <method>
opcode? My guess is that the runtime picks it up then, similarly to the JVM runtime?
27 replies