'Declaration Public Shared Sub UnregisterCommand<TSourceCommandThe processing command type that must be overridden.>( _
ByVal decoderTypeThe image decoder type for which the processing command must be overridden.As System.Type _
) (Of TSourceCommandThe processing command type that must be overridden.As ProcessingCommandBase)
public static void UnregisterCommand<TSourceCommand>(
System.Type decoderType
) where TSourceCommand: ProcessingCommandBase
public: static void UnregisterCommand<TSourceCommand>(
System.Type* decoderType
) where TSourceCommand: ProcessingCommandBase*
generic<typename TSourceCommand> public:
static void UnregisterCommand(
System.Type^ decoderType
) where TSourceCommand: ProcessingCommandBase^
Parameters
- decoderType
- The image decoder type for which the processing command must be overridden.
Type Parameters
- TSourceCommand
- The processing command type that must be overridden.