M
Marko
Hi,
There are few properties that don't follow the
traditional 'by handle' values.
For example:
System::Runtime::Serialization::Formatter ^f = ...;
System::Runtime::Serialization::StreamingContext ^c = ...;
f->Context = *c; (???)
Is there any way to figure if the param to the property
(or method) is 'handle' or class instance?
Does is mater if the ReturnType class is IsValueType?
Thanks.
There are few properties that don't follow the
traditional 'by handle' values.
For example:
System::Runtime::Serialization::Formatter ^f = ...;
System::Runtime::Serialization::StreamingContext ^c = ...;
f->Context = *c; (???)
Is there any way to figure if the param to the property
(or method) is 'handle' or class instance?
Does is mater if the ReturnType class is IsValueType?
Thanks.