Hoodlum
Hoodlum
Friends

Add friends via their profile or user search and you will be able to see if they are online

Hoodlum
Added topic .Net DLL imports with .Net Standard/.Net Core
Has anyone managed to get DLL imports working with .Net Standard or .Net Core? I created a simple class library in .Net Framework 471 with a single, simple Add method: public static int Add( int a, int b) {      return a + b; } I
Hoodlum
Added topic Get type of a class inherited from a base class at runtime
The collection classes in the standard library allow us to, for example, create a list of objects which all inherit from CObject. Obviously, this is useful because it allows us to store different types of object in the same list. However, when one is
Hoodlum
Registered at MQL5.community