CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
iapplication_resource_stream_resolver.h
1
2
3#pragma once
4
5#include <system/object.h>
6
7
9namespace System
10{
11namespace IO
12{
13class Stream;
14} // namespace IO
15class Uri;
16} // namespace System
18
19namespace System {
20
21namespace Xml {
22
24class ASPOSECPP_SHARED_CLASS IApplicationResourceStreamResolver : public System::Object
25{
28
29 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
30 ASPOSECPP_SHARED_RTTI_INFO_DECL();
31
32public:
33
38
39};
40
41} // namespace Xml
42} // namespace System
43
44
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Represents an application resource stream resolver.
Definition: iapplication_resource_stream_resolver.h:25
virtual SharedPtr< IO::Stream > GetApplicationResourceStream(SharedPtr< Uri > relativeUri)=0
Returns an application resource stream from the specified URI.
@ Stream
The type that supports reliable, two-way, connection-based byte streams without duplication of data a...
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9