Click or drag to resize

NativeProcedureMethodBase Constructor

Initializes a new instance of the NativeProcedureMethodBase class.

Namespace: CompreDriveSDK.Plugins.Analyzers.Methods.NativeProcedure
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public NativeProcedureMethodBase(
	bool available
)

Parameters

available  Boolean
Whether the method is available.
See Also