Represents an embedded file.
Base type: object.
| Name | Access Modifier | Summary |
|---|---|---|
| Extension | public get |
Gets the extension of the file. |
| Name | public get |
Gets the name of the embedded file. |
| ParentDirectory | public get |
Gets the EmbeddedDirectory to which this file belongs to. |
| Name | Access Modifier | Summary |
|---|---|---|
| OpenRead() | public |
Gets a Stream for reading the contents of the embedded file. |