|
My Project v1
Project
|
Public 成员函数 | |
| ContentInfo (string AbsolutePath_) | |
| void | SetContentStream (Stream stream) |
| Stream | Duplicate () |
| void | Dispose () |
Public 属性 | |
| MemoryStream | ContentStream |
| string | AbsolutePath |
| string | ContentPath |
| string? | ContentSuffix |
| string | Filename |
| Lock | InUse = new Lock() |
| Game.ContentInfo.ContentInfo | ( | string | AbsolutePath_ | ) |
| void Game.ContentInfo.Dispose | ( | ) |
| Stream Game.ContentInfo.Duplicate | ( | ) |

| void Game.ContentInfo.SetContentStream | ( | Stream | stream | ) |

| string Game.ContentInfo.AbsolutePath |
| string Game.ContentInfo.ContentPath |
| MemoryStream Game.ContentInfo.ContentStream |
| string? Game.ContentInfo.ContentSuffix |
| string Game.ContentInfo.Filename |
| Lock Game.ContentInfo.InUse = new Lock() |