C# 클래스 Google.VersionHandler.FileMetadataByVersion

Set of FileMetadata ordered by version.
파일 보기 프로젝트 열기: googlesamples/unity-jar-resolver

공개 프로퍼티들

프로퍼티 타입 설명
filenameCanonical string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( FileMetadata metadata ) : void

Add metadata to the set.

EnableMostRecentPlugins ( ) : bool

If this instance references a set of plugins, enable the most recent versions.

FileMetadataByVersion ( string filenameCanonical ) : UnityEngine

Construct an instance.

FindObsoleteVersions ( ) : HashSet

Get all versions older than the newest version of each file with multiple versions specified in its' metadata.

this ( long version ) : FileMetadata

Get FileMetadata from this object given a version number.

메소드 상세

Add() 공개 메소드

Add metadata to the set.
public Add ( FileMetadata metadata ) : void
metadata FileMetadata
리턴 void

EnableMostRecentPlugins() 공개 메소드

If this instance references a set of plugins, enable the most recent versions.
public EnableMostRecentPlugins ( ) : bool
리턴 bool

FileMetadataByVersion() 공개 메소드

Construct an instance.
public FileMetadataByVersion ( string filenameCanonical ) : UnityEngine
filenameCanonical string Filename with metadata stripped. ///
리턴 UnityEngine

FindObsoleteVersions() 공개 메소드

Get all versions older than the newest version of each file with multiple versions specified in its' metadata.
public FindObsoleteVersions ( ) : HashSet
리턴 HashSet

this() 공개 메소드

Get FileMetadata from this object given a version number.
public this ( long version ) : FileMetadata
version long Version to search for.
리턴 FileMetadata

프로퍼티 상세

filenameCanonical 공개적으로 프로퍼티

Name of the file with metadata removed.
public string filenameCanonical
리턴 string