C# Class UnityScript.Scripting.EvaluationScriptCacheKey

Datei anzeigen Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Property Type Description
_code string
_contextType System.Type

Public Methods

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

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

EvaluationScriptCacheKey() public method

public EvaluationScriptCacheKey ( Type contextType, string code ) : System
contextType System.Type
code string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

_code protected_oe property

protected string _code
return string

_contextType protected_oe property

protected Type,System _contextType
return System.Type