Class RuntimeResources
Represents runtime resources.
Properties
addressPrefix
Represents the address prefix for this type of resource.
public string addressPrefix { get; private set; }
Constructors
RuntimeResources(string addressPrefix)
public RuntimeResources(string addressPrefix)
Methods
Load(string name)
public abstract Task<T> Load(string name)
GetResourcePath(string name)
public virtual string GetResourcePath(string name)
ToString()
public override string ToString()