Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Unity
PackageManager
IvyVerifier
C# Class Unity.PackageManager.IvyVerifier
Inheritance:
Verifier
Datei anzeigen
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