C# Class UnityScript.Scripting.Pipeline.EvaluationContextNamespace

Inheritance: INamespace
Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Protected Properties

Property Type Description
_activeScripts object[]
_context UnityScript.Scripting.EvaluationContext
_contextNamespace INamespace
_entityMapping Boo.Lang.Hash
_parent INamespace
_scriptContainerNamespace INamespace
_tss Boo.Lang.Compiler.TypeSystem.TypeSystemServices

Private Methods

Method Description
EvaluationContextEntity ( ) : Boo.Lang

Property Details

_activeScripts protected_oe property

protected object[] _activeScripts
return object[]

_context protected_oe property

protected EvaluationContext,UnityScript.Scripting _context
return UnityScript.Scripting.EvaluationContext

_contextNamespace protected_oe property

protected INamespace _contextNamespace
return INamespace

_entityMapping protected_oe property

protected Hash,Boo.Lang _entityMapping
return Boo.Lang.Hash

_parent protected_oe property

protected INamespace _parent
return INamespace

_scriptContainerNamespace protected_oe property

protected INamespace _scriptContainerNamespace
return INamespace

_tss protected_oe property

protected TypeSystemServices,Boo.Lang.Compiler.TypeSystem _tss
return Boo.Lang.Compiler.TypeSystem.TypeSystemServices