Struct ContextWriter
- Namespace
- Executables.Context
- Assembly
- executables.dll
Provides write access to an executable context during initialization.
public readonly ref struct ContextWriter
- Inherited Members
Properties
Name
Gets or sets the context name.
public string Name { get; set; }
Property Value
Methods
Set<T>(object, T)
Stores a value in the context under the specified key.
public void Set<T>(object key, T value)
Parameters
keyobjectContext key.
valueTValue to store.
Type Parameters
T