Resource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for access the content of a resource.
public abstract class Resource
type Resource = class
Public MustInherit Class Resource
- Inheritance
-
Resource
- Derived
Constructors
Resource() |
Properties
FullName |
Gets or sets the resource path. |
Id |
Gets or sets resource id. |
Methods
OpenStreamAsync() |
Get readonly stream. |
ReadTextAsync() |
Get resource as text async. |