C# 클래스 UnityScript.Scripting.EvaluationScriptCacheKey

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_code string
_contextType System.Type

공개 메소드들

메소드 설명
Equals ( object o ) : bool
EvaluationScriptCacheKey ( Type contextType, string code ) : System
GetHashCode ( ) : int

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

EvaluationScriptCacheKey() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

_code 보호되어 있는 프로퍼티

protected string _code
리턴 string

_contextType 보호되어 있는 프로퍼티

protected Type,System _contextType
리턴 System.Type