terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IContentSource.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.IO
;
4
5
namespace
ReLogic.Content.Sources
6
{
7
// Token: 0x02000B4E RID: 2894
8
public
interface
IContentSource
9
{
10
// Token: 0x17000927 RID: 2343
11
// (get) Token: 0x0600542A RID: 21546
12
// (set) Token: 0x0600542B RID: 21547
13
IContentValidator
ContentValidator
{
get
;
set
; }
14
15
// Token: 0x0600542C RID: 21548
16
bool
HasAsset
(
string
assetName
);
17
18
// Token: 0x0600542D RID: 21549
19
string
GetExtension
(
string
assetName
);
20
21
// Token: 0x0600542E RID: 21550
22
Stream
OpenStream
(
string
assetName
);
23
24
// Token: 0x0600542F RID: 21551
25
void
RejectAsset
(
string
assetName
,
IRejectionReason
reason);
26
27
// Token: 0x06005430 RID: 21552
28
void
ClearRejections
();
29
30
// Token: 0x06005431 RID: 21553
31
bool
TryGetRejections
(
List<string>
rejectionReasons
);
32
}
33
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Generic.List
Definition
List.cs:13
System.IO.Stream
Definition
Stream.cs:15
ReLogic.Content.IContentValidator
Definition
IContentValidator.cs:8
ReLogic.Content.IRejectionReason
Definition
IRejectionReason.cs:7
ReLogic.Content.Sources.IContentSource.TryGetRejections
bool TryGetRejections(List< string > rejectionReasons)
ReLogic.Content.Sources.IContentSource.RejectAsset
void RejectAsset(string assetName, IRejectionReason reason)
ReLogic.Content.Sources.IContentSource.ClearRejections
void ClearRejections()
ReLogic.Content.Sources.IContentSource.ContentValidator
IContentValidator ContentValidator
Definition
IContentSource.cs:13
ReLogic.Content.Sources.IContentSource.OpenStream
Stream OpenStream(string assetName)
ReLogic.Content.Sources.IContentSource.HasAsset
bool HasAsset(string assetName)
ReLogic.Content.Sources.IContentSource.GetExtension
string GetExtension(string assetName)
ReLogic.Content.Sources.IContentSource
Definition
IContentSource.cs:9
ReLogic.Content.Sources
Definition
FileSystemContentSource.cs:7
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.IO
Definition
__Error.cs:4
System
Definition
__ComObject.cs:4
source
ReLogic
Content
Sources
IContentSource.cs
Generated by
1.10.0