Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IApplicationResourceStreamResolver.cs
Go to the documentation of this file.
1
using
System.ComponentModel
;
2
using
System.IO
;
3
4
namespace
System.Xml
;
5
6
[
Obsolete
(
"This API supports the .NET Framework infrastructure and is not intended to be used directly from your code."
)]
7
[
EditorBrowsable
(
EditorBrowsableState
.Never)]
8
public
interface
IApplicationResourceStreamResolver
9
{
10
[
Obsolete
(
"This API supports the .NET Framework infrastructure and is not intended to be used directly from your code."
,
true
)]
11
[
EditorBrowsable
(
EditorBrowsableState
.Never)]
12
Stream
GetApplicationResourceStream
(
Uri
relativeUri
);
13
}
System.IO.Stream
Definition
Stream.cs:11
System.Uri
Definition
Uri.cs:16
System.Xml.IApplicationResourceStreamResolver.GetApplicationResourceStream
Stream GetApplicationResourceStream(Uri relativeUri)
System.Xml.IApplicationResourceStreamResolver
Definition
IApplicationResourceStreamResolver.cs:9
System.ComponentModel.EditorBrowsableState
EditorBrowsableState
Definition
EditorBrowsableState.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
System.IO
Definition
ConsoleStream.cs:3
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.Xml
Definition
BaseRegionIterator.cs:1
source
System.Private.Xml
System.Xml
IApplicationResourceStreamResolver.cs
Generated by
1.10.0