Show / Hide Table of Contents

Class IAttachmentContainerExtensions

Inheritance
object
IAttachmentContainerExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Base.dll
Syntax
public static class IAttachmentContainerExtensions

Methods

View Source

LoadStream(IAttachmentContainer, AttachmentInfo)

Declaration
public static Task<MemoryStream> LoadStream(this IAttachmentContainer attachments, AttachmentInfo attachment)
Parameters
Type Name Description
IAttachmentContainer attachments
AttachmentInfo attachment
Returns
Type Description
Task<MemoryStream>
  • View Source
In this article
Back to top Generated by DocFX