#include <msclr/marshal.h>
|
internal | __pad0__: System::Collections::Generic::LinkedList <Object^> _clean_up_list |
|
msclr::interop::marshal_context::marshal_context |
( |
| ) |
|
|
inline |
msclr::interop::marshal_context::~marshal_context |
( |
| ) |
|
|
inline |
342 for each(Object^ _obj
in _clean_up_list)
template<class _To_Type , class _From_Type >
_To_Type msclr::interop::marshal_context::marshal_as |
( |
const _From_Type & |
_from | ) |
|
|
inline |
305 typedef context_node<_To_Type, _From_Type> _cn;
System::String marshal_as(_In_z_ wchar_t *const &_from_object)
Definition: marshal.h:380
template<class _To_Type , class _From_Type >
_To_Type msclr::interop::marshal_context::marshal_as |
( |
_From_Type^ |
_from | ) |
|
|
inline |
312 typedef context_node<_To_Type, _From_Type^> _cn;
System::String marshal_as(_In_z_ wchar_t *const &_from_object)
Definition: marshal.h:380
template<class _To_Type >
_To_Type msclr::interop::marshal_context::marshal_as |
( |
_In_z_ const char |
_from[] | ) |
|
|
inline |
320 typedef context_node<_To_Type, const char *> _cn;
System::String marshal_as(_In_z_ wchar_t *const &_from_object)
Definition: marshal.h:380
template<class _To_Type >
_To_Type msclr::interop::marshal_context::marshal_as |
( |
_In_z_ const wchar_t |
_from[] | ) |
|
|
inline |
327 typedef context_node<_To_Type, const wchar_t *> _cn;
System::String marshal_as(_In_z_ wchar_t *const &_from_object)
Definition: marshal.h:380
template<class _To_Type >
_To_Type msclr::interop::marshal_context::marshal_as |
( |
System::IntPtr |
_from | ) |
|
|
inline |
334 return ::msclr::interop::marshal_as<_To_Type>(_from);
internal msclr::interop::marshal_context::__pad0__ |
The documentation for this class was generated from the following file: