System.CodeDom.CodeChecksumPragma Class

Represents a code checksum pragma code entity.

See Also: CodeChecksumPragma Members

Syntax

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
public class CodeChecksumPragma : CodeDirective

Remarks

The System.CodeDom.CodeChecksumPragma class inherits from System.CodeDom.CodeDirective and can be contained in a System.CodeDom.CodeDirectiveCollection. System.CodeDom.CodeChecksumPragma provides the unique identification of source files, including files that have been generated.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0