Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 535 Bytes

iv.5.3-base-class-library-bcl.md

File metadata and controls

7 lines (4 loc) · 535 Bytes

IV.5.3 Base Class Library (BCL)

The Base Class Library is part of the Kernel Profile. It is a simple runtime library for modern programming languages. It serves as the Standard for the runtime library for the language C# as well as one of the CLI Standard Libraries. It provides types to represent the built-in data types of the CLI, simple file access, custom attributes, security attributes, string manipulation, formatting, streams, collections, among other things.

Name used in XML: BCL

CLI Feature Requirement: None