clrinterop / clrinterop-issues-sandbox

0 stars 0 forks source link

How to convert the returned interface variable by a method to object? #99

Open jozefizso opened 11 years ago

jozefizso commented 11 years ago

Issue from Tue, 07 May 2013 12:02:46 GMT
Originally opened at https://clrinterop.codeplex.com/workitem/10981


Hi, I am using a c# wrapper, in the c++ library, the called function returns a pointer to the class object. In the c# wrapper, if I call that method it returns an interface variable. That interface variable is null, so I am unable gets the values. How should I handle that interface variable in order to get values. Anyone please help me.