/// <inheritdoc /> public override bool CanHandleThis(DfirRootRuntimeType runtimeType) { return(runtimeType == ApplicationComponentMocPluginPlugin.ApplicationRuntimeType); }
/// <inheritdoc /> public override bool CanHandleThis(DfirRootRuntimeType runtimeType) { return(runtimeType == FunctionMocPlugin.FunctionRuntimeType || runtimeType == TypeDiagramMocPlugin.TypeDiagramRuntimeType); }
/// <inheritdoc /> public override bool CanHandleThis(DfirRootRuntimeType runtimeType) { return(runtimeType == FunctionMocPlugin.FunctionRuntimeType || runtimeType == DfirRootRuntimeType.TypeType); // runtimeType == SharedLibraryMocPlugin.SharedLibraryType; }
/// <inheritdoc /> public override bool CanHandleThis(DfirRootRuntimeType runtimeType) => runtimeType == TypeDiagramMocPlugin.TypeDiagramRuntimeType;