System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Enumeration
Assembly:
Mscorlib.dll
Namespace:
System.Runtime.Serialization.Formatters
Summary
Indicates the format in which assembly names are serialized.
C# Syntax:
[Serializable]
public enum FormatterAssemblyStyle
See also:
System.Runtime.Serialization.Formatters Namespace
System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Member List:
Public Fields
Full
Full assembly name format.
Simple
Simple assembly name format.
Hierarchy:
System.Object
System.ValueType
System.Enum
System.Runtime.Serialization.Formatters.FormatterAssemblyStyle
Top of page
Copyright (c) 2002 Microsoft Corporation. All rights reserved.