Esempio n. 1
0
 /// <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;
 }
Esempio n. 4
0
 /// <inheritdoc />
 public override bool CanHandleThis(DfirRootRuntimeType runtimeType) => runtimeType == TypeDiagramMocPlugin.TypeDiagramRuntimeType;