C# 클래스 Google.VersionHandler.ObsoleteFiles

Set of obsolete filenames.
파일 보기 프로젝트 열기: googlesamples/unity-jar-resolver

공개 프로퍼티들

프로퍼티 타입 설명
referenced List>.Dictionary
unreferenced HashSet

공개 메소드들

메소드 설명
ObsoleteFiles ( List manifestReferencesList, FileMetadataSet metadataSet ) : UnityEngine

Build an ObsoleteFiles instance searching a set of ManifestReferences and a FileMetadataSet for old files. Old files are bundled into unreferenced (i.e not referenced by a manifest that is not pending deletion) and reference (referenced by an active manifest).

메소드 상세

ObsoleteFiles() 공개 메소드

Build an ObsoleteFiles instance searching a set of ManifestReferences and a FileMetadataSet for old files. Old files are bundled into unreferenced (i.e not referenced by a manifest that is not pending deletion) and reference (referenced by an active manifest).
public ObsoleteFiles ( List manifestReferencesList, FileMetadataSet metadataSet ) : UnityEngine
manifestReferencesList List List of manifests to query /// for obsolete files.
metadataSet FileMetadataSet
리턴 UnityEngine

프로퍼티 상세

referenced 공개적으로 프로퍼티

Obsolete files that are referenced by manifests. Each item in the dictionary contains a list of manifests referencing the file.
public Dictionary> referenced
리턴 List>.Dictionary

unreferenced 공개적으로 프로퍼티

Obsolete files that are not referenced by any manifests.
public HashSet unreferenced
리턴 HashSet