Class ResourceSerializedObject
- Namespace
- ICSharpCode.Decompiler.Util
- Assembly
- ICSharpCode.Decompiler.dll
public class ResourceSerializedObject
- Inheritance
-
ResourceSerializedObject
- Inherited Members
Properties
TypeName
public string? TypeName { get; }
Property Value
Methods
GetBytes()
Gets the serialized object data.
public byte[] GetBytes()
Returns
- byte[]
GetStream()
Gets a stream that starts with the serialized object data.
public Stream GetStream()