#include <msclr/marshal_windows.h>
90 _ip = System::Runtime::InteropServices::Marshal::StringToBSTR (from);
91 _to_object =
static_cast<BSTR
>(
_ip.ToPointer());
System::IntPtr _ip
Definition: marshal_windows.h:86
context_node(BSTR &_to_object, System::String^from)
Definition: marshal_windows.h:88
102 if(
_ip != System::IntPtr::Zero)
103 System::Runtime::InteropServices::Marshal::FreeBSTR(
_ip);
System::IntPtr _ip
Definition: marshal_windows.h:86
The documentation for this class was generated from the following file: