Share via


State Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns the state of the static local member's initialization flag (initialized or not).

Namespace:  Microsoft.VisualBasic.CompilerServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

Syntax

'Declaration
Public State As Short
public short State
public:
short State
val mutable State: int16
public var State : short

.NET Framework Security

See Also

Reference

StaticLocalInitFlag Class

Microsoft.VisualBasic.CompilerServices Namespace