Class RuntimeResource
Represents a single runtime resource.
Properties
address
Represents the address of this resource.
public string address { get; private set; }
Constructors
RuntimeResource(string address)
public RuntimeResource(string address)
Methods
Load()
public abstract Task<T> Load()
ToString()
public override string ToString()