Diff
checker
Texto
Texto
Imagens
Documentos
Excel
Pastas
Legal
Enterprise
Aplicativo para desktop
Preços
Fazer login
Baixar o Diffchecker Desktop
Comparar texto
Encontre a diferença entre dois arquivos de texto
Ferramentas
Histórico
Editor live
Recolher inalteradas
Sem quebra de linha
Layout
Dividido
Unificado
Nível de detalhe
Inteligente
Palavra
Caractere
Realce de sintaxe
Escolher sintaxe
Ignorar
Transformar texto
Ir à primeira mudança
Editar entrada
Diffchecker Desktop
A maneira mais segura de usar o Diffchecker. Obtenha o aplicativo Diffchecker Desktop: seus diffs nunca saem do seu computador!
Obter Desktop
Untitled diff
Criado
há 11 anos
O diff nunca expira
Limpar
Exportar
Compartilhar
Os dois textos são idênticos
Não há diferença entre estes dois textos
0 remoções
Linhas
Total
Removido
Caracteres
Total
Removido
Para continuar usando este recurso, atualize para
Diff
checker
Pro
Ver preços
51 linhas
Copiar tudo
0 adições
Linhas
Total
Adicionado
Caracteres
Total
Adicionado
Para continuar usando este recurso, atualize para
Diff
checker
Pro
Ver preços
51 linhas
Copiar tudo
.method private static string GetString(object myIntVar) cil managed
.method private static string GetString(object myIntVar) cil managed
{
{
// Code size 72 (0x48)
// Code size 72 (0x48)
.maxstack 3
.maxstack 3
.locals init ([0] string GetString,
.locals init ([0] string GetString,
[1] object VB$t_ref$L0,
[1] object VB$t_ref$L0,
[2] bool VB$CG$t_bool$S0)
[2] bool VB$CG$t_bool$S0)
IL_0000: nop
IL_0000: nop
IL_0001: nop
IL_0001: nop
IL_0002: ldarg.0
IL_0002: ldarg.0
IL_0003: stloc.1
IL_0003: stloc.1
IL_0004: nop
IL_0004: nop
IL_0005: ldloc.1
IL_0005: ldloc.1
IL_0006: ldc.i4.0
IL_0006: ldc.i4.0
IL_0007: box [mscorlib]System.Int32
IL_0007: box [mscorlib]System.Int32
IL_000c: ldc.i4.0
IL_000c: ldc.i4.0
IL_000d: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object,
IL_000d: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object,
object,
object,
bool)
bool)
IL_0012: stloc.2
IL_0012: stloc.2
IL_0013: ldloc.2
IL_0013: ldloc.2
IL_0014: brfalse.s IL_0020
IL_0014: brfalse.s IL_0020
IL_0016: ldstr "Nothing"
IL_0016: ldstr "Nothing"
IL_001b: stloc.0
IL_001b: stloc.0
IL_001c: br.s IL_0046
IL_001c: br.s IL_0046
IL_001e: br.s IL_0045
IL_001e: br.s IL_0045
IL_0020: nop
IL_0020: nop
IL_0021: ldloc.1
IL_0021: ldloc.1
IL_0022: ldc.i4.1
IL_0022: ldc.i4.1
IL_0023: box [mscorlib]System.Int32
IL_0023: box [mscorlib]System.Int32
IL_0028: ldc.i4.0
IL_0028: ldc.i4.0
IL_0029: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object,
IL_0029: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object,
object,
object,
bool)
bool)
IL_002e: stloc.2
IL_002e: stloc.2
IL_002f: ldloc.2
IL_002f: ldloc.2
IL_0030: brfalse.s IL_003c
IL_0030: brfalse.s IL_003c
IL_0032: ldstr "Just one"
IL_0032: ldstr "Just one"
IL_0037: stloc.0
IL_0037: stloc.0
IL_0038: br.s IL_0046
IL_0038: br.s IL_0046
IL_003a: br.s IL_0045
IL_003a: br.s IL_0045
IL_003c: nop
IL_003c: nop
IL_003d: ldstr "Something else"
IL_003d: ldstr "Something else"
IL_0042: stloc.0
IL_0042: stloc.0
IL_0043: br.s IL_0046
IL_0043: br.s IL_0046
IL_0045: nop
IL_0045: nop
IL_0046: ldloc.0
IL_0046: ldloc.0
IL_0047: ret
IL_0047: ret
} // end of method Module1::GetString
} // end of method Module1::GetString
Diferenças salvas
Texto original
Abrir arquivo
.method private static string GetString(object myIntVar) cil managed { // Code size 72 (0x48) .maxstack 3 .locals init ([0] string GetString, [1] object VB$t_ref$L0, [2] bool VB$CG$t_bool$S0) IL_0000: nop IL_0001: nop IL_0002: ldarg.0 IL_0003: stloc.1 IL_0004: nop IL_0005: ldloc.1 IL_0006: ldc.i4.0 IL_0007: box [mscorlib]System.Int32 IL_000c: ldc.i4.0 IL_000d: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object, object, bool) IL_0012: stloc.2 IL_0013: ldloc.2 IL_0014: brfalse.s IL_0020 IL_0016: ldstr "Nothing" IL_001b: stloc.0 IL_001c: br.s IL_0046 IL_001e: br.s IL_0045 IL_0020: nop IL_0021: ldloc.1 IL_0022: ldc.i4.1 IL_0023: box [mscorlib]System.Int32 IL_0028: ldc.i4.0 IL_0029: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object, object, bool) IL_002e: stloc.2 IL_002f: ldloc.2 IL_0030: brfalse.s IL_003c IL_0032: ldstr "Just one" IL_0037: stloc.0 IL_0038: br.s IL_0046 IL_003a: br.s IL_0045 IL_003c: nop IL_003d: ldstr "Something else" IL_0042: stloc.0 IL_0043: br.s IL_0046 IL_0045: nop IL_0046: ldloc.0 IL_0047: ret } // end of method Module1::GetString
Texto alterado
Abrir arquivo
.method private static string GetString(object myIntVar) cil managed { // Code size 72 (0x48) .maxstack 3 .locals init ([0] string GetString, [1] object VB$t_ref$L0, [2] bool VB$CG$t_bool$S0) IL_0000: nop IL_0001: nop IL_0002: ldarg.0 IL_0003: stloc.1 IL_0004: nop IL_0005: ldloc.1 IL_0006: ldc.i4.0 IL_0007: box [mscorlib]System.Int32 IL_000c: ldc.i4.0 IL_000d: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object, object, bool) IL_0012: stloc.2 IL_0013: ldloc.2 IL_0014: brfalse.s IL_0020 IL_0016: ldstr "Nothing" IL_001b: stloc.0 IL_001c: br.s IL_0046 IL_001e: br.s IL_0045 IL_0020: nop IL_0021: ldloc.1 IL_0022: ldc.i4.1 IL_0023: box [mscorlib]System.Int32 IL_0028: ldc.i4.0 IL_0029: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object, object, bool) IL_002e: stloc.2 IL_002f: ldloc.2 IL_0030: brfalse.s IL_003c IL_0032: ldstr "Just one" IL_0037: stloc.0 IL_0038: br.s IL_0046 IL_003a: br.s IL_0045 IL_003c: nop IL_003d: ldstr "Something else" IL_0042: stloc.0 IL_0043: br.s IL_0046 IL_0045: nop IL_0046: ldloc.0 IL_0047: ret } // end of method Module1::GetString
Encontrar Diferença