+ 2

So guys do you think the typeid().name() function works in c#?

typeid is used in c++

1st Mar 2017, 1:06 AM
Dheshoju Kalyan Kumar
Dheshoju Kalyan Kumar - avatar
1 Odpowiedź
+ 1
No, C# has it's own way of doing reflections using typeinfo(type).name. If you intend to interop between c++ and c# I suggest you define your own reflection, or simple naming system.
5th Mar 2017, 5:25 PM
Alexandre Sabourin
Alexandre Sabourin - avatar