Table of Contents

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

string

Methods

Set<T>(object, T)

Stores a value in the context under the specified key.

public void Set<T>(object key, T value)

Parameters

key object

Context key.

value T

Value to store.

Type Parameters

T