Sha256: 4fba79c2c43a4641c596cbe43c3fda90a7cc138e456d545f640f0f0dac57c4d3
Contents?: true
Size: 708 Bytes
Versions: 14
Compression:
Stored size: 708 Bytes
Contents
#include "Instrumentation_MethodResultImpl.h" using namespace InstrumentationRuntime; CInstrumentationMethodResultImpl::CInstrumentationMethodResultImpl(int64 native): oResult((rho::apiGenerator::CMethodResult*)native) { } void CInstrumentationMethodResultImpl::set(Platform::String^ res) { oResult->set(rho::common::convertToStringW(res->Data())); } void CInstrumentationMethodResultImpl::set(Windows::Foundation::Collections::IVectorView<Platform::String^>^ res) { // TODO: implement types/class conversion } void CInstrumentationMethodResultImpl::set(Windows::Foundation::Collections::IMapView<Platform::String^, Platform::String^>^ res) { // TODO: implement types/class conversion }
Version data entries
14 entries across 14 versions & 1 rubygems