Scribunto |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "T:WikiClientLibrary.Scribunto.ScribuntoEvaluationResult"]
The ScribuntoEvaluationResult type exposes the following members.
Name | Description | |
---|---|---|
ScribuntoEvaluationResult | Initializes a new instance of the ScribuntoEvaluationResult class |
Name | Description | |
---|---|---|
IsNewSession | Whether the server indicates this session ID is new. | |
Output | The text outputted to the console using mw.log. | |
ReturnValue | The string representation of the evaluation return value. | |
SessionId | The current Scribunto console session ID. | |
SessionMaxSize | Maximum allowed server memory consumption of the current evaluation session. | |
SessionSize | Server memory consumption of the current evaluation session. | |
Type | The evaluation result type. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |