Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iAJTin authored Aug 23, 2019
1 parent f2b3415 commit 205cfb2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,7 @@ Call **DMI.Instance.Structures** for getting all SMBIOS structures availables.

5. Prints all **SMBIOS** structures properties

DmiStructureCollection structures = DMI.Instance.Structures;
foreach (DmiStructure structure in structures)
{
Console.WriteLine($@" {(int)structure.Class:D3}-{structure.FriendlyClassName}");
}

DmiStructureCollection structures = DMI.Instance.Structures;
foreach (DmiStructure structure in structures)
{
Console.WriteLine();
Expand Down

0 comments on commit 205cfb2

Please sign in to comment.