|
| | SerializationInfo (Type type, IFormatterConverter converter) |
| |
| | SerializationInfo (Type type, IFormatterConverter converter, bool requireSameTokenInPartialTrust) |
| |
| void | SetType (Type type) |
| |
| SerializationInfoEnumerator | GetEnumerator () |
| |
| void | AddValue (string name, object? value, Type type) |
| |
| void | AddValue (string name, object? value) |
| |
| void | AddValue (string name, bool value) |
| |
| void | AddValue (string name, char value) |
| |
| void | AddValue (string name, sbyte value) |
| |
| void | AddValue (string name, byte value) |
| |
| void | AddValue (string name, short value) |
| |
| void | AddValue (string name, ushort value) |
| |
| void | AddValue (string name, int value) |
| |
| void | AddValue (string name, uint value) |
| |
| void | AddValue (string name, long value) |
| |
| void | AddValue (string name, ulong value) |
| |
| void | AddValue (string name, float value) |
| |
| void | AddValue (string name, double value) |
| |
| void | AddValue (string name, decimal value) |
| |
| void | AddValue (string name, DateTime value) |
| |
| void | UpdateValue (string name, object value, Type type) |
| |
| object? | GetValue (string name, Type type) |
| |
| bool | GetBoolean (string name) |
| |
| char | GetChar (string name) |
| |
| sbyte | GetSByte (string name) |
| |
| byte | GetByte (string name) |
| |
| short | GetInt16 (string name) |
| |
| ushort | GetUInt16 (string name) |
| |
| int | GetInt32 (string name) |
| |
| uint | GetUInt32 (string name) |
| |
| long | GetInt64 (string name) |
| |
| ulong | GetUInt64 (string name) |
| |
| float | GetSingle (string name) |
| |
| double | GetDouble (string name) |
| |
| decimal | GetDecimal (string name) |
| |
| DateTime | GetDateTime (string name) |
| |
| string? | GetString (string name) |
| |
Definition at line 6 of file SerializationInfo.cs.