C# Class UnityScript.Scripting.EvaluationScriptCacheKey

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство Type Description
_code string
_contextType System.Type

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
EvaluationScriptCacheKey ( Type contextType, string code ) : System
GetHashCode ( ) : int

Method Details

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

EvaluationScriptCacheKey() public méthode

public EvaluationScriptCacheKey ( Type contextType, string code ) : System
contextType System.Type
code string
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

_code protected_oe property

protected string _code
Résultat string

_contextType protected_oe property

protected Type,System _contextType
Résultat System.Type