C# Class Unity.PackageManager.IvyVerifier

Inheritance: Verifier
Exibir arquivo Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
IvyVerifier ( Uri path ) : System
IvyVerifier ( byte bytes ) : System
IvyVerifier ( string xml ) : System
Verify ( ) : bool

Method Details

IvyVerifier() public method

public IvyVerifier ( Uri path ) : System
path System.Uri
return System

IvyVerifier() public method

public IvyVerifier ( byte bytes ) : System
bytes byte
return System

IvyVerifier() public method

public IvyVerifier ( string xml ) : System
xml string
return System

Verify() public method

public Verify ( ) : bool
return bool