Interface IHostResourceType<T>
Host-provided resource type.
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IHostResourceType<T> : IResourceType, IType, ISortedExportable, ISorted
Methods
ToHostResource(uint)
View Source
Declaration
T ToHostResource(uint resourceId)
Returns
<T>
Parameters
| Type | Name | 
|---|---|
| System.UInt32 | resourceId | 
AllocateResourceId(T)
View Source
Declaration
uint AllocateResourceId(T hostResource)
Returns
System.UInt32
Parameters
| Type | Name | 
|---|---|
| <T> | hostResource |