Name

StreamingContextStates

Synopsis

This enumeration contains values that describe types of streams that serialized data derives from or targets.

Public Enum StreamingContextStates
                  CrossProcess = &H000000001
                  CrossMachine = &H000000002
                  File = &H000000004
                  Persistence = &H000000008
                  Remoting = &H000000010
                  Other = &H000000020
                  Clone = &H000000040
                  CrossAppDomain = &H000000080
                  All = &H0000000FF
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) StreamingContextStates

Returned By

StreamingContext.State

Passed To

StreamingContext.StreamingContext()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.