Show / Hide Table of Contents

Class Files

Inheritance
object
Files
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Spdx.Interop.Helpers
Assembly: CycloneDX.Spdx.Interop.dll
Syntax
public static class Files

Methods

| Edit this page View Source

AddSpdxFiles(Bom, List<File>)

Declaration
public static void AddSpdxFiles(this Bom bom, List<File> files)
Parameters
Type Name Description
Bom bom
List<File> files
| Edit this page View Source

GetSpdxFiles(Bom)

Declaration
public static List<File> GetSpdxFiles(this Bom bom)
Parameters
Type Name Description
Bom bom
Returns
Type Description
List<File>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX