@@ -157,6 +157,19 @@ void System.Collections.IEnumerator.Reset() { }
157
157
void System . IDisposable . Dispose ( ) { }
158
158
}
159
159
}
160
+ public sealed partial class AssemblyNameInfo
161
+ {
162
+ public AssemblyNameInfo ( string name , System . Version ? version = null , string ? cultureName = null , System . Reflection . AssemblyNameFlags flags = System . Reflection . AssemblyNameFlags . None , System . Collections . Immutable . ImmutableArray < byte > publicKeyOrToken = default ( System . Collections . Immutable . ImmutableArray < byte > ) ) { }
163
+ public string ? CultureName { get { throw null ; } }
164
+ public System . Reflection . AssemblyNameFlags Flags { get { throw null ; } }
165
+ public string FullName { get { throw null ; } }
166
+ public string Name { get { throw null ; } }
167
+ public System . Collections . Immutable . ImmutableArray < byte > PublicKeyOrToken { get { throw null ; } }
168
+ public System . Version ? Version { get { throw null ; } }
169
+ public static System . Reflection . Metadata . AssemblyNameInfo Parse ( System . ReadOnlySpan < char > assemblyName ) { throw null ; }
170
+ public System . Reflection . AssemblyName ToAssemblyName ( ) { throw null ; }
171
+ public static bool TryParse ( System . ReadOnlySpan < char > assemblyName , [ System . Diagnostics . CodeAnalysis . NotNullWhenAttribute ( true ) ] out System . Reflection . Metadata . AssemblyNameInfo ? result ) { throw null ; }
172
+ }
160
173
public readonly partial struct AssemblyReference
161
174
{
162
175
private readonly object _dummy ;
@@ -2408,25 +2421,11 @@ public readonly partial struct TypeLayout
2408
2421
public int PackingSize { get { throw null ; } }
2409
2422
public int Size { get { throw null ; } }
2410
2423
}
2411
- public sealed partial class AssemblyNameInfo
2412
- {
2413
- public AssemblyNameInfo ( string name , System . Version ? version = null , string ? cultureName = null , System . Reflection . AssemblyNameFlags flags = AssemblyNameFlags . None ,
2414
- Collections . Immutable . ImmutableArray < byte > publicKeyOrToken = default ) { }
2415
- public string Name { get { throw null ; } }
2416
- public string ? CultureName { get { throw null ; } }
2417
- public string FullName { get { throw null ; } }
2418
- public System . Version ? Version { get { throw null ; } }
2419
- public System . Reflection . AssemblyNameFlags Flags { get { throw null ; } }
2420
- public System . Collections . Immutable . ImmutableArray < byte > PublicKeyOrToken { get { throw null ; } }
2421
- public static System . Reflection . Metadata . AssemblyNameInfo Parse ( System . ReadOnlySpan < char > assemblyName ) { throw null ; }
2422
- public static bool TryParse ( System . ReadOnlySpan < char > assemblyName , [ System . Diagnostics . CodeAnalysis . NotNullWhenAttribute ( true ) ] out System . Reflection . Metadata . AssemblyNameInfo ? result ) { throw null ; }
2423
- public System . Reflection . AssemblyName ToAssemblyName ( ) { throw null ; }
2424
- }
2425
2424
public sealed partial class TypeName
2426
2425
{
2427
2426
internal TypeName ( ) { }
2427
+ public System . Reflection . Metadata . AssemblyNameInfo ? AssemblyName { get { throw null ; } }
2428
2428
public string AssemblyQualifiedName { get { throw null ; } }
2429
- public AssemblyNameInfo ? AssemblyName { get { throw null ; } }
2430
2429
public System . Reflection . Metadata . TypeName DeclaringType { get { throw null ; } }
2431
2430
public string FullName { get { throw null ; } }
2432
2431
public bool IsArray { get { throw null ; } }
@@ -2438,19 +2437,19 @@ internal TypeName() { }
2438
2437
public bool IsSZArray { get { throw null ; } }
2439
2438
public bool IsVariableBoundArrayType { get { throw null ; } }
2440
2439
public string Name { get { throw null ; } }
2441
- public static System . Reflection . Metadata . TypeName Parse ( System . ReadOnlySpan < char > typeName , System . Reflection . Metadata . TypeNameParseOptions ? options = null ) { throw null ; }
2442
- public static bool TryParse ( System . ReadOnlySpan < char > typeName , [ System . Diagnostics . CodeAnalysis . NotNullWhenAttribute ( true ) ] out System . Reflection . Metadata . TypeName ? result , System . Reflection . Metadata . TypeNameParseOptions ? options = null ) { throw null ; }
2443
2440
public int GetArrayRank ( ) { throw null ; }
2441
+ public System . Reflection . Metadata . TypeName GetElementType ( ) { throw null ; }
2444
2442
public System . Collections . Immutable . ImmutableArray < System . Reflection . Metadata . TypeName > GetGenericArguments ( ) { throw null ; }
2445
2443
public System . Reflection . Metadata . TypeName GetGenericTypeDefinition ( ) { throw null ; }
2446
- public System . Reflection . Metadata . TypeName GetElementType ( ) { throw null ; }
2447
2444
public int GetNodeCount ( ) { throw null ; }
2448
- public System . Reflection . Metadata . TypeName MakeSZArrayTypeName ( ) { throw null ; }
2449
2445
public System . Reflection . Metadata . TypeName MakeArrayTypeName ( int rank ) { throw null ; }
2450
2446
public System . Reflection . Metadata . TypeName MakeByRefTypeName ( ) { throw null ; }
2451
2447
public System . Reflection . Metadata . TypeName MakeGenericTypeName ( System . Collections . Immutable . ImmutableArray < System . Reflection . Metadata . TypeName > typeArguments ) { throw null ; }
2452
2448
public System . Reflection . Metadata . TypeName MakePointerTypeName ( ) { throw null ; }
2453
- public System . Reflection . Metadata . TypeName WithAssemblyName ( AssemblyNameInfo ? assemblyName ) { throw null ; }
2449
+ public System . Reflection . Metadata . TypeName MakeSZArrayTypeName ( ) { throw null ; }
2450
+ public static System . Reflection . Metadata . TypeName Parse ( System . ReadOnlySpan < char > typeName , System . Reflection . Metadata . TypeNameParseOptions ? options = null ) { throw null ; }
2451
+ public static bool TryParse ( System . ReadOnlySpan < char > typeName , [ System . Diagnostics . CodeAnalysis . NotNullWhenAttribute ( true ) ] out System . Reflection . Metadata . TypeName ? result , System . Reflection . Metadata . TypeNameParseOptions ? options = null ) { throw null ; }
2452
+ public System . Reflection . Metadata . TypeName WithAssemblyName ( System . Reflection . Metadata . AssemblyNameInfo ? assemblyName ) { throw null ; }
2454
2453
}
2455
2454
public sealed partial class TypeNameParseOptions
2456
2455
{
@@ -2675,11 +2674,11 @@ public readonly partial struct FieldTypeEncoder
2675
2674
{
2676
2675
private readonly object _dummy ;
2677
2676
private readonly int _dummyPrimitive ;
2678
- public FieldTypeEncoder ( System . Reflection . Metadata . BlobBuilder builder ) { throw null ; }
2677
+ public FieldTypeEncoder ( System . Reflection . Metadata . BlobBuilder builder ) { throw null ; }
2679
2678
public System . Reflection . Metadata . BlobBuilder Builder { get { throw null ; } }
2680
2679
public System . Reflection . Metadata . Ecma335 . CustomModifiersEncoder CustomModifiers ( ) { throw null ; }
2681
2680
public System . Reflection . Metadata . Ecma335 . SignatureTypeEncoder Type ( bool isByRef = false ) { throw null ; }
2682
- public void TypedReference ( ) { throw null ; }
2681
+ public void TypedReference ( ) { }
2683
2682
}
2684
2683
public readonly partial struct FixedArgumentsEncoder
2685
2684
{
@@ -3120,8 +3119,10 @@ public void UInt64() { }
3120
3119
public void UIntPtr ( ) { }
3121
3120
public void VoidPointer ( ) { }
3122
3121
}
3123
- public readonly struct SwitchInstructionEncoder
3122
+ public readonly partial struct SwitchInstructionEncoder
3124
3123
{
3124
+ private readonly object _dummy ;
3125
+ private readonly int _dummyPrimitive ;
3125
3126
public void Branch ( System . Reflection . Metadata . Ecma335 . LabelHandle label ) { }
3126
3127
}
3127
3128
public enum TableIndex : byte
@@ -3337,14 +3338,14 @@ public enum Machine : ushort
3337
3338
MipsFpu16 = ( ushort ) 1126 ,
3338
3339
Tricore = ( ushort ) 1312 ,
3339
3340
Ebc = ( ushort ) 3772 ,
3340
- Amd64 = ( ushort ) 34404 ,
3341
- M32R = ( ushort ) 36929 ,
3342
- Arm64 = ( ushort ) 43620 ,
3343
- LoongArch32 = ( ushort ) 25138 ,
3344
- LoongArch64 = ( ushort ) 25188 ,
3345
3341
RiscV32 = ( ushort ) 20530 ,
3346
3342
RiscV64 = ( ushort ) 20580 ,
3347
3343
RiscV128 = ( ushort ) 20776 ,
3344
+ LoongArch32 = ( ushort ) 25138 ,
3345
+ LoongArch64 = ( ushort ) 25188 ,
3346
+ Amd64 = ( ushort ) 34404 ,
3347
+ M32R = ( ushort ) 36929 ,
3348
+ Arm64 = ( ushort ) 43620 ,
3348
3349
}
3349
3350
public partial class ManagedPEBuilder : System . Reflection . PortableExecutable . PEBuilder
3350
3351
{
0 commit comments