C# Class Ink.Runtime.CallStack

Afficher le fichier Open project: inkle/ink Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CallStack ( CallStack toCopy ) : System.Collections.Generic
CallStack ( Container rootContentContainer ) : System.Collections.Generic
CanPop ( PushPopType type = null ) : bool
ContextForVariableNamed ( string name ) : int
GetJsonToken ( ) : object>.Dictionary
GetTemporaryVariableWithName ( string name, int contextIndex = -1 ) : Runtime.Object
Pop ( PushPopType type = null ) : void
PopThread ( ) : void
Push ( PushPopType type ) : void
PushThread ( ) : void
SetJsonToken ( object>.Dictionary jObject, Story storyContext ) : void
SetTemporaryVariable ( string name, Runtime value, bool declareNew, int contextIndex = -1 ) : void
ThreadWithIndex ( int index ) : Thread

Method Details

CallStack() public méthode

public CallStack ( CallStack toCopy ) : System.Collections.Generic
toCopy CallStack
Résultat System.Collections.Generic

CallStack() public méthode

public CallStack ( Container rootContentContainer ) : System.Collections.Generic
rootContentContainer Container
Résultat System.Collections.Generic

CanPop() public méthode

public CanPop ( PushPopType type = null ) : bool
type PushPopType
Résultat bool

ContextForVariableNamed() public méthode

public ContextForVariableNamed ( string name ) : int
name string
Résultat int

GetJsonToken() public méthode

public GetJsonToken ( ) : object>.Dictionary
Résultat object>.Dictionary

GetTemporaryVariableWithName() public méthode

public GetTemporaryVariableWithName ( string name, int contextIndex = -1 ) : Runtime.Object
name string
contextIndex int
Résultat Runtime.Object

Pop() public méthode

public Pop ( PushPopType type = null ) : void
type PushPopType
Résultat void

PopThread() public méthode

public PopThread ( ) : void
Résultat void

Push() public méthode

public Push ( PushPopType type ) : void
type PushPopType
Résultat void

PushThread() public méthode

public PushThread ( ) : void
Résultat void

SetJsonToken() public méthode

public SetJsonToken ( object>.Dictionary jObject, Story storyContext ) : void
jObject object>.Dictionary
storyContext Story
Résultat void

SetTemporaryVariable() public méthode

public SetTemporaryVariable ( string name, Runtime value, bool declareNew, int contextIndex = -1 ) : void
name string
value Runtime
declareNew bool
contextIndex int
Résultat void

ThreadWithIndex() public méthode

public ThreadWithIndex ( int index ) : Thread
index int
Résultat Thread