Constructor ResourceLocatorInfo
ResourceLocatorInfo(IResourceLocator, string, IResourceLocation)
Contstruct a ResourceLocatorInfo for a given Resource Locator.
선언
public ResourceLocatorInfo(IResourceLocator loc, string localHash, IResourceLocation remoteCatalogLocation)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IResourceLocator | loc | The IResourceLocator to track. |
string | localHash | The local hash of the content catalog. |
IResourceLocation | remoteCatalogLocation | The location for the remote catalog. Typically this location contains exactly two dependeices, the first one pointing to the remote hash file. The second dependency pointing to the local hash file. |