Method ReplaceBundleEntry
ReplaceBundleEntry(string, string)
Replace an entry in the File Registry with a new bundle name.
선언
public bool ReplaceBundleEntry(string bundleName, string newFileRegistryEntry)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | bundleName | The bundle name to replace. |
| string | newFileRegistryEntry | The new file registry bundle name. |
반환
| 타입 | 설명 |
|---|---|
| bool | Returns true if a successful replacement occured. |