M
marcosegurini
Hi.
Is is possible to mark a class-member-variable to avoid its marshaling?
[StructLayout(LayoutKind.Sequential)]
class MyClass
{
int i_;
IntPtr point_;
object obj; // this should not be marshaled
}
TIA.
Marco.
Is is possible to mark a class-member-variable to avoid its marshaling?
[StructLayout(LayoutKind.Sequential)]
class MyClass
{
int i_;
IntPtr point_;
object obj; // this should not be marshaled
}
TIA.
Marco.