mirror of
https://github.com/SSCLI/sscli_20021101
synced 2026-06-08 12:28:57 +00:00
9fa3874800
Moved the original file to the archive subfolder.
25 lines
587 B
Plaintext
25 lines
587 B
Plaintext
.assembly extern mscorlib {}
|
|
|
|
.module 'anotherstruct.dll'
|
|
|
|
.assembly 'anotherstruct' // as "anotherstruct.dll"
|
|
{
|
|
.custom instance void [mscorlib]System.Security.AllowPartiallyTrustedCallersAttribute::.ctor() = ( 01 00 00 00 )
|
|
|
|
.hash algorithm 0x00008004
|
|
.ver 0:0:0:0
|
|
}
|
|
|
|
|
|
.namespace anotherStruct
|
|
{
|
|
.class value public auto ansi sealed CompilerSource extends [mscorlib]System.ValueType
|
|
{
|
|
.field public int32 i
|
|
.field public int32 j
|
|
} // end of class 'CompilerSource'
|
|
|
|
} // end of namespace 'anotherStruct'
|
|
|
|
//*********** DISASSEMBLY COMPLETE ***********************
|