Click or drag to resize

FiletypeDefinition Constructor

Initializes a new instance of the FiletypeDefinition class.

Namespace: CompreDriveSDK.Plugins.Analyzers.Definitions
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.19.1
Syntax
public FiletypeDefinition(
	string name,
	string extension
)

Parameters

name  String
The display name of the type.
extension  String
The file extension, without dots.
See Also