public sealed class AiPromptProcessorContextPublic NotInheritable Class AiPromptProcessorContextpublic ref class AiPromptProcessorContext sealed[<SealedAttribute>]
type AiPromptProcessorContext = class end| AiPromptProcessorContext | Создаёт новый экземпляр класса, связанный с процессором. |
| Processor | Процессор, связанный с данным контекстом. |
| Clear | Очистить контекст. |
| CreateNested | Создаёт контекст, как наследника данного. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| SetItem(String, FuncAiPromptProcessorContext, String) | |
| SetItem(String, String) | |
| SetItem(String, AiPromptContextItem) | Установить значение элемента контекста. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryGetItem | Получить элемент контекста по его имени. |