Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-10-19 06:09:23 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-10-19 06:09:23 +0300
commit652f5200b1ea92673fe48e10e55eeab80180d142 (patch)
tree305e334c859868e938f08c97b862e11d525250c6
parent47afa214aed903186bf5cd1ec6228cd4f342fe17 (diff)
Apply changes from https://github.com/mono/mono/pull/17428 to API snapshot
-rw-r--r--profiles/net_4_x/Mono.Cecil.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/net_4_x/Mono.Cecil.cs b/profiles/net_4_x/Mono.Cecil.cs
index e1f3566..7d65de0 100644
--- a/profiles/net_4_x/Mono.Cecil.cs
+++ b/profiles/net_4_x/Mono.Cecil.cs
@@ -1592,6 +1592,7 @@ namespace Mono.Cecil
I1 = 16,
I2 = 2,
I4 = 3,
+ I8 = 20,
Int = 22,
None = 0,
R4 = 4,
@@ -1599,6 +1600,7 @@ namespace Mono.Cecil
UI1 = 17,
UI2 = 18,
UI4 = 19,
+ UI8 = 21,
UInt = 23,
Unknown = 13,
Variant = 12,
@@ -1607,6 +1609,9 @@ namespace Mono.Cecil
{
public WriterParameters() { }
public bool DeterministicMvid { get { throw null; } set { } }
+ public bool HasStrongNameKey { get { throw null; } }
+ public byte[] StrongNameKeyBlob { get { throw null; } set { } }
+ public string StrongNameKeyContainer { get { throw null; } set { } }
public System.Reflection.StrongNameKeyPair StrongNameKeyPair { get { throw null; } set { } }
public System.IO.Stream SymbolStream { get { throw null; } set { } }
public Mono.Cecil.Cil.ISymbolWriterProvider SymbolWriterProvider { get { throw null; } set { } }