Sha256: 5d3b82da995031d1320a0d3fd9b9705973cd9c81273ef3e15bd8af081a252c17

Contents?: true

Size: 962 Bytes

Versions: 23

Compression:

Stored size: 962 Bytes

Contents

#pragma once

namespace WFC = Windows::Foundation::Collections;

namespace rhoruntime {

    public interface class IMethodResult
    {
    public:
        int64 getNative();
        bool hasCallback();
        [Windows::Foundation::Metadata::DefaultOverloadAttribute]
        void set(bool res);
        void set(int64 res);
        void set(int res);
        void set(double res);
        void set(Platform::String^ res);
        void set(WFC::IVectorView<Platform::String^>^ res);
        void set(WFC::IVectorView<WFC::IMapView<Platform::String^, Platform::String^>^>^ res);
        void set(WFC::IMapView<Platform::String^, Platform::String^>^ res);
        void set(WFC::IMapView<Platform::String^, WFC::IVectorView<Platform::String^>^>^ res);
		void set(WFC::IMapView<Platform::String^, WFC::IMapView<Platform::String^, Platform::String^>^>^ res);
        void setRubyCallback(Platform::String^ strCallback);
		Platform::String^ getRubyCallback();
	};

}

Version data entries

23 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/api_generator/uwp/IMethodResult.h
rhodes-7.6.0 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-7.5.1 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-7.5.1 platform/shared/api_generator/uwp/IMethodResult.h
rhodes-7.4.1 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-7.4.1 platform/shared/api_generator/uwp/IMethodResult.h
rhodes-7.1.17 platform/shared/api_generator/uwp/IMethodResult.h
rhodes-7.1.17 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-6.2.0 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-6.2.0 platform/shared/api_generator/uwp/IMethodResult.h
rhodes-6.0.11 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-6.0.11 platform/shared/api_generator/uwp/IMethodResult.h
rhodes-5.5.18 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-5.5.17 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-5.5.15 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-5.5.0.22 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-5.5.2 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-5.5.0.7 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-5.5.0.3 platform/shared/api_generator/wp8/IMethodResult.h
rhodes-5.5.0 platform/shared/api_generator/wp8/IMethodResult.h