From 76f62e465eea857112074fd2c50828954c8a609f Mon Sep 17 00:00:00 2001 From: Scott Durow Date: Fri, 3 Nov 2017 22:34:37 +0000 Subject: [PATCH 01/13] Resolves #176 --- .gitignore | 5 + .../Microsoft.Crm.Sdk.Fakes.Tests.csproj | 37 +- .../packages.config | 8 +- .../FakeOrganzationService.cs | 423 +- .../Fakes/Microsoft.Xrm.Sdk.Workflow.fakes | Bin 268 -> 0 bytes .../Fakes/Microsoft.Xrm.Sdk.fakes | Bin 250 -> 0 bytes .../Fakes/System.fakes | Bin 228 -> 0 bytes .../Fakes/mscorlib.fakes | Bin 232 -> 0 bytes .../Microsoft.Xrm.Sdk.8.0.0.0.Fakes.dll | Bin 1001472 -> 0 bytes ...icrosoft.Xrm.Sdk.8.0.0.0.Fakes.fakesconfig | Bin 30228 -> 0 bytes .../Microsoft.Xrm.Sdk.8.0.0.0.Fakes.messages | 562 - .../Microsoft.Xrm.Sdk.8.0.0.0.Fakes.xml | 22892 --------- ...crosoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.dll | Bin 116224 -> 0 bytes ...Xrm.Sdk.Workflow.8.0.0.0.Fakes.fakesconfig | Bin 4224 -> 0 bytes ...ft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.messages | 83 - ...crosoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.xml | 2561 - .../FakesAssemblies/System.4.0.0.0.Fakes.dll | Bin 1099776 -> 0 bytes .../System.4.0.0.0.Fakes.fakesconfig | Bin 1052 -> 0 bytes .../System.4.0.0.0.Fakes.messages | 1213 - .../FakesAssemblies/System.4.0.0.0.Fakes.xml | 28049 ----------- .../mscorlib.4.0.0.0.Fakes.dll | Bin 1747968 -> 0 bytes .../mscorlib.4.0.0.0.Fakes.fakesconfig | Bin 786 -> 0 bytes .../mscorlib.4.0.0.0.Fakes.messages | 2112 - .../mscorlib.4.0.0.0.Fakes.xml | 39752 ---------------- .../Microsoft.Crm.Sdk.Fakes.csproj | 38 +- .../Package/spkl.fakes.nuspec | 7 +- .../Microsoft.Crm.Sdk.Fakes/PipelineBase.cs | 128 +- .../Properties/AssemblyInfo.cs | 4 +- .../WorkflowPipeline.cs | 12 +- .../Microsoft.Crm.Sdk.Fakes/packages.config | 7 +- 30 files changed, 307 insertions(+), 97586 deletions(-) delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/Fakes/Microsoft.Xrm.Sdk.Workflow.fakes delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/Fakes/Microsoft.Xrm.Sdk.fakes delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/Fakes/System.fakes delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/Fakes/mscorlib.fakes delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.8.0.0.0.Fakes.dll delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.8.0.0.0.Fakes.fakesconfig delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.8.0.0.0.Fakes.messages delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.8.0.0.0.Fakes.xml delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.dll delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.fakesconfig delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.messages delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.xml delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/System.4.0.0.0.Fakes.dll delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/System.4.0.0.0.Fakes.fakesconfig delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/System.4.0.0.0.Fakes.messages delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/System.4.0.0.0.Fakes.xml delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/mscorlib.4.0.0.0.Fakes.dll delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/mscorlib.4.0.0.0.Fakes.fakesconfig delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/mscorlib.4.0.0.0.Fakes.messages delete mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/mscorlib.4.0.0.0.Fakes.xml diff --git a/.gitignore b/.gitignore index df3aff87..6b26af35 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,8 @@ UpgradeLog*.XML /NuGet/ScriptSharpVSIX/.vs/ScriptSharpVSIX/v15/sqlite3/storage.ide /spkl/XmlDiffLib /spkl.fakes/.vs/spkl.fakes/v15/sqlite3 +/.vs +*.lock +*.ide +*.ide-shm +*.ide-wal diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes.Tests/Microsoft.Crm.Sdk.Fakes.Tests.csproj b/spkl.fakes/Microsoft.Crm.Sdk.Fakes.Tests/Microsoft.Crm.Sdk.Fakes.Tests.csproj index 2e05616c..fe0706e2 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes.Tests/Microsoft.Crm.Sdk.Fakes.Tests.csproj +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes.Tests/Microsoft.Crm.Sdk.Fakes.Tests.csproj @@ -1,6 +1,6 @@  - + Debug AnyCPU @@ -38,40 +38,27 @@ 4 - - ..\packages\Microsoft.CrmSdk.CoreAssemblies.8.2.0.2\lib\net452\Microsoft.Crm.Sdk.Proxy.dll + + ..\packages\Microsoft.CrmSdk.CoreAssemblies.9.0.0.5\lib\net452\Microsoft.Crm.Sdk.Proxy.dll ..\packages\Microsoft.IdentityModel.6.1.7600.16394\lib\net35\Microsoft.IdentityModel.dll True - - ..\packages\MSTest.TestFramework.1.1.18\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\packages\MSTest.TestFramework.1.1.18\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + ..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - - ..\packages\Microsoft.CrmSdk.CoreAssemblies.8.2.0.2\lib\net452\Microsoft.Xrm.Sdk.dll + + ..\packages\Microsoft.CrmSdk.CoreAssemblies.9.0.0.5\lib\net452\Microsoft.Xrm.Sdk.dll - - ..\Microsoft.Crm.Sdk.Fakes\bin\Debug\Microsoft.Xrm.Sdk.8.0.0.0.Fakes.dll - - - ..\packages\Microsoft.CrmSdk.Workflow.8.2.0.2\lib\net452\Microsoft.Xrm.Sdk.Workflow.dll - - - ..\Microsoft.Crm.Sdk.Fakes\bin\Debug\Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.dll - - - ..\Microsoft.Crm.Sdk.Fakes\bin\Debug\mscorlib.4.0.0.0.Fakes.dll + + ..\packages\Microsoft.CrmSdk.Workflow.9.0.0.5\lib\net452\Microsoft.Xrm.Sdk.Workflow.dll - - ..\Microsoft.Crm.Sdk.Fakes\bin\Debug\System.4.0.0.0.Fakes.dll - @@ -110,8 +97,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + - + \ No newline at end of file diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes.Tests/packages.config b/spkl.fakes/Microsoft.Crm.Sdk.Fakes.Tests/packages.config index a244a88a..48a89278 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes.Tests/packages.config +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes.Tests/packages.config @@ -1,8 +1,8 @@  - - + + - - + + \ No newline at end of file diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakeOrganzationService.cs b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakeOrganzationService.cs index 40b05c57..d7685e29 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakeOrganzationService.cs +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakeOrganzationService.cs @@ -1,254 +1,40 @@ -using Microsoft.QualityTools.Testing.Fakes.Stubs; +using FakeItEasy; using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.Xrm.Sdk; -using Microsoft.Xrm.Sdk.Fakes; using Microsoft.Xrm.Sdk.Query; using System; using System.Collections.Generic; namespace Microsoft.Crm.Sdk.Fakes { - public class FakeOrganzationService : StubIOrganizationService + public class FakeOrganzationService : IOrganizationService { #region Private memebers + private IOrganizationService _realService; private List _operations = new List(); #endregion #region Properties - public StubObserver Observer { get; private set; } + public int CallCount { get; private set; } + public IOrganizationService FakeService { get; set; } #endregion #region Constructors public FakeOrganzationService() : this(null) { - + } public FakeOrganzationService(IOrganizationService realService) { - Observer = new StubObserver(); - this.InstanceObserver = Observer; + FakeService = A.Fake(a => a.Strict()); + _realService = realService; CallCount = 0; - if (realService==null) - { - WireUpFakes(); - } - else - { - WireUpRealService(realService); - } } #endregion #region Private Methods - /// - /// This is used when a real service proxy is provided for integration testing - /// - /// - private void WireUpRealService(IOrganizationService realService) - { - this.AssociateStringGuidRelationshipEntityReferenceCollection = (string entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) => - { - CallCount++; - realService.Associate(entityName, entityId, relationship, relatedEntities); - }; - - this.DisassociateStringGuidRelationshipEntityReferenceCollection = (string entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) => - { - CallCount++; - realService.Disassociate(entityName, entityId, relationship, relatedEntities); - }; - - this.CreateEntity = (Entity entity) => - { - CallCount++; - return realService.Create(entity); - }; - - this.DeleteStringGuid = (string entityName, Guid id) => - { - CallCount++; - realService.Delete(entityName, id); - }; - - this.ExecuteOrganizationRequest = (OrganizationRequest request) => - { - CallCount++; - return realService.Execute(request); - }; - - this.RetrieveStringGuidColumnSet = (string entityName, Guid id, ColumnSet columnSet) => - { - CallCount++; - return realService.Retrieve(entityName, id, columnSet); - }; - - this.RetrieveMultipleQueryBase = (QueryBase query) => - { - CallCount++; - return realService.RetrieveMultiple(query); - }; - - this.UpdateEntity = (Entity entity) => - { - CallCount++; - realService.Update(entity); - }; - } - - /// - /// When no service proxy is provided, we setup a fake one for unit testing - /// - private void WireUpFakes() - { - this.AssociateStringGuidRelationshipEntityReferenceCollection - = (string entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) => - { - if (String.IsNullOrEmpty(entityName)) - throw new ArgumentNullException("entityName"); - - if (entityId == Guid.Empty) - throw new ArgumentNullException("entityId"); - - if (relationship == null) - throw new ArgumentNullException("relationship"); - - if (relationship.SchemaName == null) - throw new ArgumentNullException("SchemaName"); - - if (relatedEntities == null) - throw new ArgumentNullException("relatedEntities"); - - if (relatedEntities.Count == 0) - throw new Exception("relatedEntities empty"); - - var nextStep = GetNextStep(); - if (nextStep.Associate == null) - ThrowIncorrectStepType("Associate", nextStep); - - nextStep.Associate(entityName, entityId, relationship, relatedEntities); - - }; - - this.DisassociateStringGuidRelationshipEntityReferenceCollection = (string entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) => - { - if (String.IsNullOrEmpty(entityName)) - throw new ArgumentNullException("entityName"); - - if (entityId == Guid.Empty) - throw new ArgumentNullException("entityId"); - - if (relationship == null) - throw new ArgumentNullException("relationship"); - - if (relationship.SchemaName == null) - throw new ArgumentNullException("SchemaName"); - - if (relatedEntities == null) - throw new ArgumentNullException("relatedEntities"); - - if (relatedEntities.Count == 0) - throw new Exception("relatedEntities empty"); - - var nextStep = GetNextStep(); - if (nextStep.Disassociate == null) - ThrowIncorrectStepType("Disassociate", nextStep); - - nextStep.Disassociate(entityName, entityId, relationship, relatedEntities); - }; - - this.CreateEntity = (Entity entity) => - { - if (entity == null) - throw new ArgumentNullException("entity"); - - if (String.IsNullOrEmpty(entity.LogicalName)) - throw new ArgumentNullException("LogicalName"); - - var nextStep = GetNextStep(); - if (nextStep.Create == null) - ThrowIncorrectStepType("Create", nextStep); - - return nextStep.Create(entity); - }; - - this.DeleteStringGuid = (string entityName, Guid id) => - { - if (String.IsNullOrEmpty(entityName)) - throw new ArgumentNullException("entityName"); - - if (id == Guid.Empty) - throw new ArgumentNullException("id"); - - var nextStep = GetNextStep(); - if (nextStep.Delete == null) - ThrowIncorrectStepType("Delete", nextStep); - - nextStep.Delete(entityName, id); - }; - - this.ExecuteOrganizationRequest = (OrganizationRequest request) => - { - if (request == null) - throw new ArgumentNullException("request"); - - var nextStep = GetNextStep(); - if (nextStep.Execute == null) - ThrowIncorrectStepType("Execute", nextStep); - - return nextStep.Execute(request); - }; - - - this.RetrieveStringGuidColumnSet = (string entityName, Guid id, ColumnSet columnSet) => - { - if (String.IsNullOrEmpty(entityName)) - throw new ArgumentNullException("entityName"); - - if (id == Guid.Empty) - throw new ArgumentNullException("id"); - - var nextStep = GetNextStep(); - if (nextStep.Retrieve == null) - ThrowIncorrectStepType("Retrieve", nextStep); - - return nextStep.Retrieve(entityName, id, columnSet); - }; - - this.RetrieveMultipleQueryBase = (QueryBase query) => - { - if (query == null) - throw new ArgumentNullException("query"); - - var nextStep = GetNextStep(); - if (nextStep.RetrieveMultiple == null) - ThrowIncorrectStepType("RetrieveMultiple", nextStep); - - return nextStep.RetrieveMultiple(query); - }; - - this.UpdateEntity = (Entity entity) => - { - if (entity == null) - throw new ArgumentNullException("query"); - - if (entity.Id == Guid.Empty) - throw new ArgumentNullException("Id"); - - if (string.IsNullOrEmpty(entity.LogicalName)) - throw new ArgumentNullException("LogicalName"); - - var nextStep = GetNextStep(); - if (nextStep.Update == null) - ThrowIncorrectStepType("Update", nextStep); - - nextStep.Update(entity); - - }; - } - - private void ThrowIncorrectStepType(string called, OrganizationServiceStep expectedCall) { string expectedCallName = "empty"; @@ -356,6 +142,199 @@ public void ResetCalls() { CallCount = 0; } + + public Guid Create(Entity entity) + { + if (_realService != null) + { + CallCount++; + return _realService.Create(entity); + } + + if (entity == null) + throw new ArgumentNullException("entity"); + + if (String.IsNullOrEmpty(entity.LogicalName)) + throw new ArgumentNullException("LogicalName"); + + var nextStep = GetNextStep(); + if (nextStep.Create == null) + ThrowIncorrectStepType("Create", nextStep); + + return nextStep.Create(entity); + } + + public Entity Retrieve(string entityName, Guid id, ColumnSet columnSet) + { + if (_realService != null) + { + CallCount++; + return _realService.Retrieve(entityName, id, columnSet); + } + + if (String.IsNullOrEmpty(entityName)) + throw new ArgumentNullException("entityName"); + + if (id == Guid.Empty) + throw new ArgumentNullException("id"); + + var nextStep = GetNextStep(); + if (nextStep.Retrieve == null) + ThrowIncorrectStepType("Retrieve", nextStep); + + return nextStep.Retrieve(entityName, id, columnSet); + } + + public void Update(Entity entity) + { + if (_realService != null) + { + CallCount++; + _realService.Update(entity); + return; + } + + if (entity == null) + throw new ArgumentNullException("query"); + + if (entity.Id == Guid.Empty) + throw new ArgumentNullException("Id"); + + if (string.IsNullOrEmpty(entity.LogicalName)) + throw new ArgumentNullException("LogicalName"); + + var nextStep = GetNextStep(); + if (nextStep.Update == null) + ThrowIncorrectStepType("Update", nextStep); + + nextStep.Update(entity); + } + + public void Delete(string entityName, Guid id) + { + if (_realService != null) + { + CallCount++; + _realService.Delete(entityName, id); + return; + } + + if (String.IsNullOrEmpty(entityName)) + throw new ArgumentNullException("entityName"); + + if (id == Guid.Empty) + throw new ArgumentNullException("id"); + + var nextStep = GetNextStep(); + if (nextStep.Delete == null) + ThrowIncorrectStepType("Delete", nextStep); + + nextStep.Delete(entityName, id); + } + + public OrganizationResponse Execute(OrganizationRequest request) + { + if (_realService != null) + { + CallCount++; + return _realService.Execute(request); ; + } + + if (request == null) + throw new ArgumentNullException("request"); + + var nextStep = GetNextStep(); + if (nextStep.Execute == null) + ThrowIncorrectStepType("Execute", nextStep); + + return nextStep.Execute(request); + } + + public void Associate(string entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) + { + if (_realService != null) + { + CallCount++; + _realService.Associate(entityName, entityId, relationship, relatedEntities); + return; + } + + if (String.IsNullOrEmpty(entityName)) + throw new ArgumentNullException("entityName"); + + if (entityId == Guid.Empty) + throw new ArgumentNullException("entityId"); + + if (relationship == null) + throw new ArgumentNullException("relationship"); + + if (relationship.SchemaName == null) + throw new ArgumentNullException("SchemaName"); + + if (relatedEntities == null) + throw new ArgumentNullException("relatedEntities"); + + if (relatedEntities.Count == 0) + throw new Exception("relatedEntities empty"); + + var nextStep = GetNextStep(); + if (nextStep.Associate == null) + ThrowIncorrectStepType("Associate", nextStep); + + nextStep.Associate(entityName, entityId, relationship, relatedEntities); + } + + public void Disassociate(string entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) + { + if (_realService != null) + { + CallCount++; + _realService.Disassociate(entityName, entityId, relationship, relatedEntities); + return; + } + + if (String.IsNullOrEmpty(entityName)) + throw new ArgumentNullException("entityName"); + + if (entityId == Guid.Empty) + throw new ArgumentNullException("entityId"); + + if (relationship == null) + throw new ArgumentNullException("relationship"); + + if (relationship.SchemaName == null) + throw new ArgumentNullException("SchemaName"); + + if (relatedEntities == null) + throw new ArgumentNullException("relatedEntities"); + + if (relatedEntities.Count == 0) + throw new Exception("relatedEntities empty"); + + var nextStep = GetNextStep(); + if (nextStep.Disassociate == null) + ThrowIncorrectStepType("Disassociate", nextStep); + + nextStep.Disassociate(entityName, entityId, relationship, relatedEntities); + } + + public EntityCollection RetrieveMultiple(QueryBase query) + { + if (_realService != null) + { + CallCount++; + return _realService.RetrieveMultiple(query); + } + + if (query == null) + throw new ArgumentNullException("query"); + + var nextStep = GetNextStep(); + if (nextStep.RetrieveMultiple == null) + ThrowIncorrectStepType("RetrieveMultiple", nextStep); + + return nextStep.RetrieveMultiple(query); + } #endregion } } diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Fakes/Microsoft.Xrm.Sdk.Workflow.fakes b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Fakes/Microsoft.Xrm.Sdk.Workflow.fakes deleted file mode 100644 index 92851d819ac6097c1264412d12bfa3383b54a986..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 268 zcmZvX%?`m}5Jk^g;vE_f(3X`*No?%cNU-%&A+(iNf|tip!A2&N@6OHKd*^%H6GkjK zkWvwFCF4jg?$ct&**ei9vMSaxsT)gi=)0FGDVz$nZidc7Vqav_i_9jW-T;EZnY5Imj(r-@yOL_k>d4%+&7p(u^lf C+$oI! diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Fakes/System.fakes b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Fakes/System.fakes deleted file mode 100644 index a4edd87213f15f4f9a91028bd9a0b8d1ccbc43e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 228 zcmYL^!3u&v6h+TE=pV!na4cGd32j=o3EEp2NvWYN>gTItQSlh&zBBLL%RC<$D+*4O z^hDgKIn$^Y#2mR=7v==3XD=z8DAb8}CFyAGS`JPo_N_eFeLVwHQYKc=F=x!koQRC2 ud;QyQXXahDcB_^Q*&9i(=a3iswpDeK%7o@UF*7gyoml^md#3vTDdz>F5+$Pm diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Fakes/mscorlib.fakes b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Fakes/mscorlib.fakes deleted file mode 100644 index 9626f327d73582d3afabe656c39753b6d1473d3b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 232 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 p+Rzy9;~f__AnonymousType0`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate stub for <>f__AnonymousType1`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate stub for <>f__AnonymousType2`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate stub for <>f__AnonymousType3`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate stub for {7399AB8C-EB64-4E07-9E58-34B55EBDAF5C}: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate stub for <>f__AnonymousType4`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate stub for <>f__AnonymousType5`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate stub for <>f__AnonymousType6`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate stub for <>f__AnonymousType7`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate stub for <>f__AnonymousType8`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate stub for <>f__AnonymousType9`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.KnownProxyTypesProvider: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.AppDomainBasedKnownProxyTypesProvider: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.AssemblyBasedKnownProxyTypesProvider: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IKeyVaultClient: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.ILocalConfigStore: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.AuthenticationType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IAssemblyAuthenticationContext: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IChangedItem: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.ChangeType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.ConcurrencyBehavior: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.EntityStates: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Descriptor: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.EntityDescriptor: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.LinkDescriptor: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Discovery.IDiscoveryService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Discovery.EndpointType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Discovery.EndpointAccessType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Discovery.OrganizationState: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Discovery.OrganizationRelease: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Discovery.ClientTypes: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Discovery.SdkUtilities: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.EntityKeyIndexStatus: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.EntityRole: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.EntityState: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IExecutionContext: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IPluginExecutionContext: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IServiceEndpointNotificationService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.OperationStatus: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IOrganizationServiceFactory: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IPlugin: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IProxyTypesAssemblyProvider: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IServiceEndpointPlugin: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.ITwoWayServiceEndpointPlugin: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IWebHttpServiceEndpointPlugin: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IPluginExceptionProvider: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.ITracingService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.ITokenService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.KnownAssemblyAttribute: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.KnownTypesProvider: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.XmlNamespaces.V6: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.XmlNamespaces.V7: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.XmlNamespaces.V8: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.XmlNamespaces.V71: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.XmlNamespaces.R8: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.XmlNamespaces.V5: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.XmlNamespaces.Api: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Linq.ExpressionExtensions: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Linq.FilterExpressionExtensions: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Linq.LinkEntityExtensions: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Linq.MemberInfoExtensions: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Linq.PagedItemCollectionBase: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Linq.PagedItemCollection`1: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Linq.PagingCookieHelper: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Linq.IEntityQuery: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Linq.Query`1: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Linq.QueryProvider: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Organization.EndpointType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Organization.EndpointAccessType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Organization.OrganizationState: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.MergeOption: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.SaveChangesOptions: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+<>c__DisplayClass14: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+<>c__DisplayClass5: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+<>c__DisplayClass54: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+<>c__DisplayClass9: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+<>c__DisplayClass94: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+<>c__DisplayClass97: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+<>c__DisplayClassb5: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+<>c__DisplayClassb9: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+<>c__DisplayClassbc: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+d__29: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+d__37: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+d__77: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+d__56: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+d__1b: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+d__9d: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+SequentialGuidOverrideDelegate: type is a delegate. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContext+Strings: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.NativeMethods: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.ProxySerializationSurrogate: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Query.IQueryVisitor: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Query.ConditionOperator: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Query.LogicalOperator: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Query.JoinOperator: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Query.OrderType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.IOrganizationService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Crm.Protocols.WSTrust.Bindings.WSTrustBindingBase: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Crm.Protocols.WSTrust.Bindings.IssuedTokenWSTrustBinding: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Crm.Protocols.WSTrust.Bindings.UserNameWSTrustBinding: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.TypeExtensions: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.AuthenticationPolicyImporter: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.XrmPolicy: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.AuthenticationPolicy: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.FailoverPolicy: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.IEndpointSwitch: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.ServiceConfiguration`1: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.IdentityProviderType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.IdentityProviderLookup: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.LiveIdAuthenticationConfiguration: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.PolicyDictionary: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.PolicyHelper: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.ClientExceptionHelper: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.IWebAuthentication`1: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.IServiceManagement`1: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceConfiguration: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.DiscoveryServiceConfiguration: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.ServiceMetadataUtility: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.Extensions: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.AuthenticationProviderType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.ClientAuthenticationType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.XrmServiceConstants: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.ServiceContextInitializer`1: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.DiscoveryServiceContextInitializer: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.OrganizationServiceContextInitializer: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.SdkHeaders: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.UserType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.ServiceDefaults: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.ChannelExtensions: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Client.ServiceFederatedChannel`1: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.CascadeType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.DateTimeFormat: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.ImeMode: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.IntegerFormat: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.EntityFilters: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.OptionSetType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.OwnershipTypes: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.PrivilegeType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.RelationshipType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.SecurityTypes: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.StringFormat: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Metadata.Query.IMetadataQueryExpressionVisitor: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient+<>c__DisplayClass1: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClientContextInitializer: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.WebServiceClient.UserType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient+<>c__DisplayClass1: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient+<>c__DisplayClass10: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient+<>c__DisplayClass13: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient+<>c__DisplayClass16: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient+<>c__DisplayClass4: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient+<>c__DisplayClass7: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient+<>c__DisplayClassa: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient+<>c__DisplayClassd: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClientContextInitializer: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for <>f__AnonymousType0`2: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for <>f__AnonymousType1`2: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for <>f__AnonymousType2`2: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for <>f__AnonymousType3`2: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for {7399AB8C-EB64-4E07-9E58-34B55EBDAF5C}: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for <>f__AnonymousType4`2: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for <>f__AnonymousType5`2: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for <>f__AnonymousType6`2: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for <>f__AnonymousType7`2: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for <>f__AnonymousType8`2: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.fakes : warning : Cannot generate shim for <>f__AnonymousType9`2: type is not supported because of internal limitations. diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.8.0.0.0.Fakes.xml b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.8.0.0.0.Fakes.xml deleted file mode 100644 index 87ee14c9..00000000 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.8.0.0.0.Fakes.xml +++ /dev/null @@ -1,22892 +0,0 @@ - - - - Microsoft.Xrm.Sdk.8.0.0.0.Fakes - - - -

Shim type of Microsoft.Crm.Protocols.WSTrust.Bindings.ClientExceptionHelper - - - Initializes a new shim instance - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ClientExceptionHelper.GetString(String value, Object[] args) - - - Shim type of Microsoft.Xrm.Sdk.Client.AuthenticationCredentials - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of AuthenticationCredentials.get_AppliesTo() - - - Sets the shim of AuthenticationCredentials.set_AppliesTo(Uri value) - - - Sets the shim of AuthenticationCredentials.get_ClientCredentials() - - - Sets the shim of AuthenticationCredentials.set_ClientCredentials(ClientCredentials value) - - - Sets the shim of AuthenticationCredentials.get_EndpointType() - - - Sets the shim of AuthenticationCredentials.set_EndpointType(TokenServiceCredentialType value) - - - Sets the shim of AuthenticationCredentials.get_HomeRealm() - - - Sets the shim of AuthenticationCredentials.set_HomeRealm(Uri value) - - - Sets the shim of AuthenticationCredentials.get_IssuerEndpoint() - - - Sets the shim of AuthenticationCredentials.get_IssuerEndpoints() - - - Sets the shim of AuthenticationCredentials.set_IssuerEndpoints(IssuerEndpointDictionary value) - - - Sets the shim of AuthenticationCredentials.get_KeyType() - - - Sets the shim of AuthenticationCredentials.set_KeyType(String value) - - - Sets the shim of AuthenticationCredentials.get_RequestType() - - - Sets the shim of AuthenticationCredentials.set_RequestType(String value) - - - Sets the shim of AuthenticationCredentials.get_SecurityTokenResponse() - - - Sets the shim of AuthenticationCredentials.set_SecurityTokenResponse(SecurityTokenResponse value) - - - Sets the shim of AuthenticationCredentials.get_SupportingCredentials() - - - Sets the shim of AuthenticationCredentials.set_SupportingCredentials(AuthenticationCredentials value) - - - Sets the shim of AuthenticationCredentials.get_UserPrincipalName() - - - Sets the shim of AuthenticationCredentials.set_UserPrincipalName(String value) - - - Sets the shim of AuthenticationCredentials.get_AppliesTo() - - - Sets the shim of AuthenticationCredentials.set_AppliesTo(Uri value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of AuthenticationCredentials.get_ClientCredentials() - - - Sets the shim of AuthenticationCredentials.set_ClientCredentials(ClientCredentials value) - - - Sets the shim of AuthenticationCredentials.AuthenticationCredentials() - - - Sets the shim of AuthenticationCredentials.get_EndpointType() - - - Sets the shim of AuthenticationCredentials.set_EndpointType(TokenServiceCredentialType value) - - - Sets the shim of AuthenticationCredentials.get_HomeRealm() - - - Sets the shim of AuthenticationCredentials.set_HomeRealm(Uri value) - - - Sets the shim of AuthenticationCredentials.get_IssuerEndpoint() - - - Sets the shim of AuthenticationCredentials.get_IssuerEndpoints() - - - Sets the shim of AuthenticationCredentials.set_IssuerEndpoints(IssuerEndpointDictionary value) - - - Sets the shim of AuthenticationCredentials.get_KeyType() - - - Sets the shim of AuthenticationCredentials.set_KeyType(String value) - - - Sets the shim of AuthenticationCredentials.get_RequestType() - - - Sets the shim of AuthenticationCredentials.set_RequestType(String value) - - - Sets the shim of AuthenticationCredentials.get_SecurityTokenResponse() - - - Sets the shim of AuthenticationCredentials.set_SecurityTokenResponse(SecurityTokenResponse value) - - - Sets the shim of AuthenticationCredentials.get_SupportingCredentials() - - - Sets the shim of AuthenticationCredentials.set_SupportingCredentials(AuthenticationCredentials value) - - - Sets the shim of AuthenticationCredentials.get_UserPrincipalName() - - - Sets the shim of AuthenticationCredentials.set_UserPrincipalName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Client.AuthenticationHelpers - - - Initializes a new shim instance - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of AuthenticationHelpers.ShouldAuthenticateWithLiveId(IServiceConfiguration`1<!!0> serviceConfiguration, ClientCredentials clientCredentials) - - - Sets the shim of AuthenticationHelpers.ShouldAuthenticateWithLiveId(IServiceManagement`1<!!0> serviceManagement, ClientCredentials clientCredentials) - - - Shim type of Microsoft.Xrm.Sdk.Client.CancelEventArgs - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CancelEventArgs.get_Cancel() - - - Sets the shim of CancelEventArgs.set_Cancel(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of CancelEventArgs.get_Cancel() - - - Sets the shim of CancelEventArgs.set_Cancel(Boolean value) - - - Sets the shim of CancelEventArgs.CancelEventArgs() - - - Shim type of Microsoft.Xrm.Sdk.Client.ChannelEventArgs - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ChannelEventArgs.get_Message() - - - Sets the shim of ChannelEventArgs.set_Message(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ChannelEventArgs.ChannelEventArgs(String message) - - - Sets the shim of ChannelEventArgs.get_Message() - - - Sets the shim of ChannelEventArgs.set_Message(String value) - - - Shim type of Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ChannelFaultedEventArgs.get_Exception() - - - Sets the shim of ChannelFaultedEventArgs.set_Exception(Exception value) - - - Sets the shim of ChannelFaultedEventArgs.get_Message() - - - Sets the shim of ChannelFaultedEventArgs.set_Message(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ChannelFaultedEventArgs.ChannelFaultedEventArgs(Exception exception) - - - Sets the shim of ChannelFaultedEventArgs.ChannelFaultedEventArgs(String message, Exception exception) - - - Sets the shim of ChannelFaultedEventArgs.get_Exception() - - - Sets the shim of ChannelFaultedEventArgs.set_Exception(Exception value) - - - Sets the shim of ChannelFaultedEventArgs.get_Message() - - - Sets the shim of ChannelFaultedEventArgs.set_Message(String value) - - - Shim type of Microsoft.Xrm.Sdk.Client.ClaimsPolicyConfiguration - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Shim type of Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CrossRealmIssuerEndpointCollection.get_Item(Uri key) - - - Sets the shim of CrossRealmIssuerEndpointCollection.set_Item(Uri key, IssuerEndpointDictionary value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of CrossRealmIssuerEndpointCollection.CrossRealmIssuerEndpointCollection() - - - Sets the shim of CrossRealmIssuerEndpointCollection.get_Item(Uri key) - - - Sets the shim of CrossRealmIssuerEndpointCollection.set_Item(Uri key, IssuerEndpointDictionary value) - - - Shim type of Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DiscoveryServiceProxy.Execute(DiscoveryRequest request) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of DiscoveryServiceProxy.DiscoveryServiceProxy() - - - Sets the shim of DiscoveryServiceProxy.DiscoveryServiceProxy(IServiceConfiguration`1<IDiscoveryService> serviceConfiguration, ClientCredentials clientCredentials) - - - Sets the shim of DiscoveryServiceProxy.DiscoveryServiceProxy(IServiceConfiguration`1<IDiscoveryService> serviceConfiguration, SecurityTokenResponse securityTokenResponse) - - - Sets the shim of DiscoveryServiceProxy.DiscoveryServiceProxy(IServiceManagement`1<IDiscoveryService> serviceManagement, ClientCredentials clientCredentials) - - - Sets the shim of DiscoveryServiceProxy.DiscoveryServiceProxy(IServiceManagement`1<IDiscoveryService> serviceManagement, SecurityTokenResponse securityTokenResponse) - - - Sets the shim of DiscoveryServiceProxy.DiscoveryServiceProxy(Uri uri, Uri homeRealmUri, ClientCredentials clientCredentials, ClientCredentials deviceCredentials) - - - Sets the shim of DiscoveryServiceProxy.Execute(DiscoveryRequest request) - - - Shim type of Microsoft.Xrm.Sdk.Client.EndpointSwitchEventArgs - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of EndpointSwitchEventArgs.get_NewUrl() - - - Sets the shim of EndpointSwitchEventArgs.set_NewUrl(Uri value) - - - Sets the shim of EndpointSwitchEventArgs.get_PreviousUrl() - - - Sets the shim of EndpointSwitchEventArgs.set_PreviousUrl(Uri value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of EndpointSwitchEventArgs.EndpointSwitchEventArgs() - - - Sets the shim of EndpointSwitchEventArgs.get_NewUrl() - - - Sets the shim of EndpointSwitchEventArgs.set_NewUrl(Uri value) - - - Sets the shim of EndpointSwitchEventArgs.get_PreviousUrl() - - - Sets the shim of EndpointSwitchEventArgs.set_PreviousUrl(Uri value) - - - Shim type of Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of EntityLogicalNameAttribute.get_LogicalName() - - - Sets the shim of EntityLogicalNameAttribute.set_LogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of EntityLogicalNameAttribute.EntityLogicalNameAttribute(String logicalName) - - - Sets the shim of EntityLogicalNameAttribute.get_LogicalName() - - - Sets the shim of EntityLogicalNameAttribute.set_LogicalName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Client.IdentityProvider - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of IdentityProvider.get_IdentityProviderType() - - - Sets the shim of IdentityProvider.set_IdentityProviderType(IdentityProviderType value) - - - Sets the shim of IdentityProvider.get_ServiceUrl() - - - Sets the shim of IdentityProvider.set_ServiceUrl(Uri value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of IdentityProvider.IdentityProvider() - - - Sets the shim of IdentityProvider.get_IdentityProviderType() - - - Sets the shim of IdentityProvider.set_IdentityProviderType(IdentityProviderType value) - - - Sets the shim of IdentityProvider.get_ServiceUrl() - - - Sets the shim of IdentityProvider.set_ServiceUrl(Uri value) - - - Shim type of Microsoft.Xrm.Sdk.Client.IdentityProviderDictionary - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of IdentityProviderDictionary.IdentityProviderDictionary() - - - Sets the shim of IdentityProviderDictionary.IdentityProviderDictionary(SerializationInfo info, StreamingContext context) - - - Shim type of Microsoft.Xrm.Sdk.Client.IdentityProviderTrustConfiguration - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of IdentityProviderTrustConfiguration.get_AppliesTo() - - - Sets the shim of IdentityProviderTrustConfiguration.set_AppliesTo(String value) - - - Sets the shim of IdentityProviderTrustConfiguration.get_Binding() - - - Sets the shim of IdentityProviderTrustConfiguration.get_LiveIdAppliesTo() - - - Sets the shim of IdentityProviderTrustConfiguration.set_LiveIdAppliesTo(String value) - - - Sets the shim of IdentityProviderTrustConfiguration.get_Policy() - - - Sets the shim of IdentityProviderTrustConfiguration.set_Policy(String value) - - - Sets the shim of IdentityProviderTrustConfiguration.get_SecurityMode() - - - Sets the shim of IdentityProviderTrustConfiguration.set_SecurityMode(SecurityMode value) - - - Sets the shim of IdentityProviderTrustConfiguration.get_TrustVersion() - - - Sets the shim of IdentityProviderTrustConfiguration.set_TrustVersion(TrustVersion value) - - - Sets the shim of IdentityProviderTrustConfiguration.get_AppliesTo() - - - Sets the shim of IdentityProviderTrustConfiguration.set_AppliesTo(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of IdentityProviderTrustConfiguration.get_Binding() - - - Sets the shim of IdentityProviderTrustConfiguration.IdentityProviderTrustConfiguration() - - - Sets the shim of IdentityProviderTrustConfiguration.get_LiveIdAppliesTo() - - - Sets the shim of IdentityProviderTrustConfiguration.set_LiveIdAppliesTo(String value) - - - Sets the shim of IdentityProviderTrustConfiguration.get_Policy() - - - Sets the shim of IdentityProviderTrustConfiguration.set_Policy(String value) - - - Sets the shim of IdentityProviderTrustConfiguration.get_SecurityMode() - - - Sets the shim of IdentityProviderTrustConfiguration.set_SecurityMode(SecurityMode value) - - - Sets the shim of IdentityProviderTrustConfiguration.get_TrustVersion() - - - Sets the shim of IdentityProviderTrustConfiguration.set_TrustVersion(TrustVersion value) - - - Shim type of Microsoft.Xrm.Sdk.Client.IdentityProviderTypeDictionary - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of IdentityProviderTypeDictionary.IdentityProviderTypeDictionary() - - - Sets the shim of IdentityProviderTypeDictionary.IdentityProviderTypeDictionary(SerializationInfo info, StreamingContext context) - - - Shim type of Microsoft.Xrm.Sdk.Client.IssuerEndpoint - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of IssuerEndpoint.get_CredentialType() - - - Sets the shim of IssuerEndpoint.set_CredentialType(TokenServiceCredentialType value) - - - Sets the shim of IssuerEndpoint.get_IssuerAddress() - - - Sets the shim of IssuerEndpoint.set_IssuerAddress(EndpointAddress value) - - - Sets the shim of IssuerEndpoint.get_IssuerBinding() - - - Sets the shim of IssuerEndpoint.set_IssuerBinding(Binding value) - - - Sets the shim of IssuerEndpoint.get_IssuerMetadataAddress() - - - Sets the shim of IssuerEndpoint.set_IssuerMetadataAddress(EndpointAddress value) - - - Sets the shim of IssuerEndpoint.get_TrustVersion() - - - Sets the shim of IssuerEndpoint.set_TrustVersion(TrustVersion value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of IssuerEndpoint.IssuerEndpoint() - - - Sets the shim of IssuerEndpoint.get_CredentialType() - - - Sets the shim of IssuerEndpoint.set_CredentialType(TokenServiceCredentialType value) - - - Sets the shim of IssuerEndpoint.get_IssuerAddress() - - - Sets the shim of IssuerEndpoint.set_IssuerAddress(EndpointAddress value) - - - Sets the shim of IssuerEndpoint.get_IssuerBinding() - - - Sets the shim of IssuerEndpoint.set_IssuerBinding(Binding value) - - - Sets the shim of IssuerEndpoint.get_IssuerMetadataAddress() - - - Sets the shim of IssuerEndpoint.set_IssuerMetadataAddress(EndpointAddress value) - - - Sets the shim of IssuerEndpoint.get_TrustVersion() - - - Sets the shim of IssuerEndpoint.set_TrustVersion(TrustVersion value) - - - Shim type of Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of IssuerEndpointDictionary.GetIssuerEndpoint(TokenServiceCredentialType credentialType) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of IssuerEndpointDictionary.IssuerEndpointDictionary() - - - Sets the shim of IssuerEndpointDictionary.IssuerEndpointDictionary(SerializationInfo info, StreamingContext context) - - - Sets the shim of IssuerEndpointDictionary.GetIssuerEndpoint(TokenServiceCredentialType credentialType) - - - Shim type of Microsoft.Xrm.Sdk.Client.LiveIdPolicyConfiguration - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Shim type of Microsoft.Xrm.Sdk.Client.LiveIdentityProviderTrustConfiguration - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of LiveIdentityProviderTrustConfiguration.get_Endpoint() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of LiveIdentityProviderTrustConfiguration.get_Endpoint() - - - Shim type of Microsoft.Xrm.Sdk.Client.LocalIdentityProvider - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of LocalIdentityProvider.LocalIdentityProvider() - - - Shim type of Microsoft.Xrm.Sdk.Client.OnlineFederationPolicyConfiguration - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OnlineFederationPolicyConfiguration.InitializeLiveTrustConfiguration(IdentityProvider identityProvider) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of OnlineFederationPolicyConfiguration.InitializeLiveTrustConfiguration(IdentityProvider identityProvider) - - - Shim type of Microsoft.Xrm.Sdk.Client.OnlineIdentityProvider - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of OnlineIdentityProvider.OnlineIdentityProvider() - - - Shim type of Microsoft.Xrm.Sdk.Client.OnlinePolicyConfiguration - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OnlinePolicyConfiguration.get_OnlineProviders() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of OnlinePolicyConfiguration.get_OnlineProviders() - - - Shim type of Microsoft.Xrm.Sdk.Client.OrgIdentityProviderTrustConfiguration - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OrgIdentityProviderTrustConfiguration.get_Endpoint() - - - Sets the shim of OrgIdentityProviderTrustConfiguration.get_Identifier() - - - Sets the shim of OrgIdentityProviderTrustConfiguration.get_LivePartnerIdentifier() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of OrgIdentityProviderTrustConfiguration.get_Endpoint() - - - Sets the shim of OrgIdentityProviderTrustConfiguration.get_Identifier() - - - Sets the shim of OrgIdentityProviderTrustConfiguration.get_LivePartnerIdentifier() - - - Shim type of Microsoft.Xrm.Sdk.Client.OrganizationServiceContext - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of OrganizationServiceContext.AddLink(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.AddObject(Entity entity) - - - Sets the shim of OrganizationServiceContext.AddRelatedObject(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.AddRelationshipIfNotContains(Entity source, Relationship relationship, Entity target) - - - Define shims for all instances members - - - Sets the shim of OrganizationServiceContext.AddLink(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.AddObject(Entity entity) - - - Sets the shim of OrganizationServiceContext.AddRelatedObject(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.Attach(Entity entity) - - - Sets the shim of OrganizationServiceContext.AttachLink(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.ClearChanges() - - - Sets the shim of OrganizationServiceContext.get_ConcurrencyBehavior() - - - Sets the shim of OrganizationServiceContext.set_ConcurrencyBehavior(ConcurrencyBehavior value) - - - Sets the shim of OrganizationServiceContext.CreateQuery() - - - Sets the shim of OrganizationServiceContext.CreateQuery(IQueryProvider provider, String entityLogicalName) - - - Sets the shim of OrganizationServiceContext.CreateQuery(String entityLogicalName) - - - Sets the shim of OrganizationServiceContext.DeleteEntityGraph(Entity entity) - - - Sets the shim of OrganizationServiceContext.DeleteLink(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.DeleteObject(Entity entity) - - - Sets the shim of OrganizationServiceContext.DeleteObject(Entity entity, Boolean recursive) - - - Sets the shim of OrganizationServiceContext.DetachAllOnSave() - - - Sets the shim of OrganizationServiceContext.Detach(Entity entity) - - - Sets the shim of OrganizationServiceContext.Detach(Entity entity, Boolean recursive) - - - Sets the shim of OrganizationServiceContext.DetachEntityGraph(Entity graph) - - - Sets the shim of OrganizationServiceContext.DetachLink(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.DetachOnSave(Entity entity) - - - Sets the shim of OrganizationServiceContext.Dispose() - - - Sets the shim of OrganizationServiceContext.Dispose(Boolean disposing) - - - Sets the shim of OrganizationServiceContext.Execute(OrganizationRequest request) - - - Sets the shim of OrganizationServiceContext.GetAttachedEntities() - - - Sets the shim of OrganizationServiceContext.GetChangeRequests(SaveChangesResultCollection results, Entity entity) - - - Sets the shim of OrganizationServiceContext.GetRelatedEntities(Entity entity, Relationship relationship) - - - Sets the shim of OrganizationServiceContext.GetRelatedEntityName(Entity entity, Relationship relationship) - - - Sets the shim of OrganizationServiceContext.GetSaveChangesResult(SaveChangesResultCollection results, Entity entity) - - - Sets the shim of OrganizationServiceContext.IsAttached(Entity entity) - - - Sets the shim of OrganizationServiceContext.IsAttached(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.IsDeleted(Entity entity) - - - Sets the shim of OrganizationServiceContext.IsDeleted(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.LoadProperty(Entity entity, AttributeLogicalNameAttribute attribute) - - - Sets the shim of OrganizationServiceContext.LoadProperty(Entity entity, Relationship relationship) - - - Sets the shim of OrganizationServiceContext.LoadProperty(Entity entity, String propertyName) - - - Sets the shim of OrganizationServiceContext.MergeEntity(Entity entity) - - - Sets the shim of OrganizationServiceContext.get_MergeOption() - - - Sets the shim of OrganizationServiceContext.set_MergeOption(MergeOption value) - - - Sets the shim of OrganizationServiceContext.MergeRelationship(Entity source, Relationship relationship, Entity target, Boolean isAttached) - - - Sets the shim of OrganizationServiceContext.OnBeginEntityTracking(Entity entity) - - - Sets the shim of OrganizationServiceContext.OnBeginLinkTracking(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.OnEndEntityTracking(Entity entity) - - - Sets the shim of OrganizationServiceContext.OnEndLinkTracking(Entity entity, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.OnExecute(OrganizationRequest request, Exception exception) - - - Sets the shim of OrganizationServiceContext.OnExecute(OrganizationRequest request, OrganizationResponse response) - - - Sets the shim of OrganizationServiceContext.OnExecuting(OrganizationRequest request) - - - Sets the shim of OrganizationServiceContext.OnSaveChanges(SaveChangesResultCollection results) - - - Sets the shim of OrganizationServiceContext.OnSavingChanges(SaveChangesOptions options) - - - Sets the shim of OrganizationServiceContext.get_QueryProvider() - - - Sets the shim of OrganizationServiceContext.set_QueryProvider(IQueryProvider value) - - - Sets the shim of OrganizationServiceContext.SaveChange(OrganizationRequest request, IList`1<SaveChangesResult> results) - - - Sets the shim of OrganizationServiceContext.SaveChanges() - - - Sets the shim of OrganizationServiceContext.get_SaveChangesDefaultOptions() - - - Sets the shim of OrganizationServiceContext.set_SaveChangesDefaultOptions(SaveChangesOptions value) - - - Sets the shim of OrganizationServiceContext.SaveChanges(SaveChangesOptions options) - - - Sets the shim of OrganizationServiceContext.UpdateEntityGraph(Entity entity) - - - Sets the shim of OrganizationServiceContext.UpdateObject(Entity entity) - - - Sets the shim of OrganizationServiceContext.UpdateObject(Entity entity, Boolean recursive) - - - Sets the shim of OrganizationServiceContext.ValidateUpdate(Entity graph) - - - Sets the shim of OrganizationServiceContext.<ValidateUpdate>b__b(Entity entity) - - - Sets the shim of OrganizationServiceContext.Attach(Entity entity) - - - Sets the shim of OrganizationServiceContext.AttachLink(Entity source, Relationship relationship, Entity target) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OrganizationServiceContext.CanContinue(SaveChangesOptions options, SaveChangesResult result) - - - Sets the shim of OrganizationServiceContext.CheckEntitySubclass(Type entityType) - - - Sets the shim of OrganizationServiceContext.ClearChanges() - - - Sets the shim of OrganizationServiceContext.get_ConcurrencyBehavior() - - - Sets the shim of OrganizationServiceContext.set_ConcurrencyBehavior(ConcurrencyBehavior value) - - - Sets the shim of OrganizationServiceContext.OrganizationServiceContext(IOrganizationService service) - - - Sets the shim of OrganizationServiceContext.OrganizationServiceContext(IOrganizationService service, Boolean trackEntityChanges) - - - Sets the shim of OrganizationServiceContext.CreateQuery() - - - Sets the shim of OrganizationServiceContext.CreateQuery(IQueryProvider provider, String entityLogicalName) - - - Sets the shim of OrganizationServiceContext.CreateQuery(String entityLogicalName) - - - Sets the shim of OrganizationServiceContext.CreateSequentialGuid() - - - Sets the shim of OrganizationServiceContext.DeleteEntityGraph(Entity entity) - - - Sets the shim of OrganizationServiceContext.DeleteLink(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.DeleteObject(Entity entity) - - - Sets the shim of OrganizationServiceContext.DeleteObject(Entity entity, Boolean recursive) - - - Sets the shim of OrganizationServiceContext.DetachAllOnSave() - - - Sets the shim of OrganizationServiceContext.Detach(Entity entity) - - - Sets the shim of OrganizationServiceContext.Detach(Entity entity, Boolean recursive) - - - Sets the shim of OrganizationServiceContext.DetachEntityGraph(Entity graph) - - - Sets the shim of OrganizationServiceContext.DetachLink(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.DetachOnSave(Entity entity) - - - Sets the shim of OrganizationServiceContext.Dispose() - - - Sets the shim of OrganizationServiceContext.Dispose(Boolean disposing) - - - Sets the shim of OrganizationServiceContext.Execute(OrganizationRequest request) - - - Sets the shim of OrganizationServiceContext.FilterRoots(ICollection`1<Entity> roots) - - - Sets the shim of OrganizationServiceContext.FilterRoots(ICollection`1<Entity> filtered, ICollection`1<Entity> unfiltered) - - - Sets the shim of OrganizationServiceContext.GetAttachedEntities() - - - Sets the shim of OrganizationServiceContext.GetChangeRequests(SaveChangesResultCollection results, Entity entity) - - - Sets the shim of OrganizationServiceContext.GetRelatedEntities(Entity entity, Relationship relationship) - - - Sets the shim of OrganizationServiceContext.GetRelatedEntityName(Entity entity, Relationship relationship) - - - Sets the shim of OrganizationServiceContext.GetRequest(Entity entity, ConcurrencyBehavior concurrencyBehavior) - - - Sets the shim of OrganizationServiceContext.GetSaveChangesResult(SaveChangesResultCollection results, Entity entity) - - - Sets the shim of OrganizationServiceContext.IsAttached(Entity entity) - - - Sets the shim of OrganizationServiceContext.IsAttached(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.IsDeleted(Entity entity) - - - Sets the shim of OrganizationServiceContext.IsDeleted(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.LoadProperty(Entity entity, AttributeLogicalNameAttribute attribute) - - - Sets the shim of OrganizationServiceContext.LoadProperty(Entity entity, Relationship relationship) - - - Sets the shim of OrganizationServiceContext.LoadProperty(Entity entity, String propertyName) - - - Sets the shim of OrganizationServiceContext.MergeEntity(Entity entity) - - - Sets the shim of OrganizationServiceContext.get_MergeOption() - - - Sets the shim of OrganizationServiceContext.set_MergeOption(MergeOption value) - - - Sets the shim of OrganizationServiceContext.MergeRelationship(Entity source, Relationship relationship, Entity target, Boolean isAttached) - - - Sets the shim of OrganizationServiceContext.OnBeginEntityTracking(Entity entity) - - - Sets the shim of OrganizationServiceContext.OnBeginLinkTracking(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.OnEndEntityTracking(Entity entity) - - - Sets the shim of OrganizationServiceContext.OnEndLinkTracking(Entity entity, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.OnExecute(OrganizationRequest request, Exception exception) - - - Sets the shim of OrganizationServiceContext.OnExecute(OrganizationRequest request, OrganizationResponse response) - - - Sets the shim of OrganizationServiceContext.OnExecuting(OrganizationRequest request) - - - Sets the shim of OrganizationServiceContext.OnSaveChanges(SaveChangesResultCollection results) - - - Sets the shim of OrganizationServiceContext.OnSavingChanges(SaveChangesOptions options) - - - Sets the shim of OrganizationServiceContext.get_QueryProvider() - - - Sets the shim of OrganizationServiceContext.set_QueryProvider(IQueryProvider value) - - - Sets the shim of OrganizationServiceContext.RemoveRelationshipIfContains(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.SaveChange(OrganizationRequest request, IList`1<SaveChangesResult> results) - - - Sets the shim of OrganizationServiceContext.SaveChanges() - - - Sets the shim of OrganizationServiceContext.get_SaveChangesDefaultOptions() - - - Sets the shim of OrganizationServiceContext.set_SaveChangesDefaultOptions(SaveChangesOptions value) - - - Sets the shim of OrganizationServiceContext.SaveChanges(SaveChangesOptions options) - - - Sets the shim of OrganizationServiceContext.SetNewId(Entity entity) - - - Sets the shim of OrganizationServiceContext.TraverseEntityGraph(Entity entity, Action`1<Entity> onEntity, Action`3<Entity,Relationship,Entity> onLink) - - - Sets the shim of OrganizationServiceContext.TraverseEntityGraph(Entity entity, Action`1<Entity> onEntity, Action`3<Entity,Relationship,Entity> onLink, IEnumerable`1<Entity> path) - - - Sets the shim of OrganizationServiceContext.TraverseRelatedEntities(Entity entity) - - - Sets the shim of OrganizationServiceContext.UpdateEntityGraph(Entity entity) - - - Sets the shim of OrganizationServiceContext.UpdateObject(Entity entity) - - - Sets the shim of OrganizationServiceContext.UpdateObject(Entity entity, Boolean recursive) - - - Sets the shim of OrganizationServiceContext.ValidateUpdate(Entity graph) - - - Sets the shim of OrganizationServiceContext.<FilterRoots>b__12(Entity s, Relationship r, Entity t) - - - Sets the shim of OrganizationServiceContext.<GetChangeRequestsFromSubtree>b__6b(KeyValuePair`2<Relationship,EntityCollection> relationship) - - - Sets the shim of OrganizationServiceContext.<GetChangeRequestsFromUnchangedTree>b__46(KeyValuePair`2<Relationship,EntityCollection> relationship) - - - Sets the shim of OrganizationServiceContext.<GetSaveChangesResult>b__8a(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.<ValidateAttach>b__3(Entity source, Relationship relationship, Entity target) - - - Sets the shim of OrganizationServiceContext.<ValidateUpdate>b__b(Entity entity) - - - Sets the shim of OrganizationServiceContext.<ValidateUpdate>b__c(Entity source, Relationship relationship, Entity target) - - - Shim type of Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OrganizationServiceProxy.AssociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationServiceProxy.Associate(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationServiceProxy.get_CallerId() - - - Sets the shim of OrganizationServiceProxy.set_CallerId(Guid value) - - - Sets the shim of OrganizationServiceProxy.get_CallerRegardingObjectId() - - - Sets the shim of OrganizationServiceProxy.set_CallerRegardingObjectId(Guid value) - - - Sets the shim of OrganizationServiceProxy.get_ClientAppName() - - - Sets the shim of OrganizationServiceProxy.set_ClientAppName(String value) - - - Sets the shim of OrganizationServiceProxy.get_ClientAppVersion() - - - Sets the shim of OrganizationServiceProxy.set_ClientAppVersion(String value) - - - Sets the shim of OrganizationServiceProxy.CreateCore(Entity entity) - - - Sets the shim of OrganizationServiceProxy.Create(Entity entity) - - - Sets the shim of OrganizationServiceProxy.DeleteCore(String entityName, Guid id) - - - Sets the shim of OrganizationServiceProxy.Delete(String entityName, Guid id) - - - Sets the shim of OrganizationServiceProxy.DisassociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationServiceProxy.Disassociate(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationServiceProxy.EnableProxyTypes() - - - Sets the shim of OrganizationServiceProxy.EnableProxyTypes(Assembly assembly) - - - Sets the shim of OrganizationServiceProxy.ExecuteCore(OrganizationRequest request) - - - Sets the shim of OrganizationServiceProxy.Execute(OrganizationRequest request) - - - Sets the shim of OrganizationServiceProxy.get_LanguageCodeOverride() - - - Sets the shim of OrganizationServiceProxy.set_LanguageCodeOverride(Int32 value) - - - Sets the shim of OrganizationServiceProxy.get_OfflinePlayback() - - - Sets the shim of OrganizationServiceProxy.set_OfflinePlayback(Boolean value) - - - Sets the shim of OrganizationServiceProxy.RetrieveCore(String entityName, Guid id, ColumnSet columnSet) - - - Sets the shim of OrganizationServiceProxy.RetrieveMultipleCore(QueryBase query) - - - Sets the shim of OrganizationServiceProxy.RetrieveMultiple(QueryBase query) - - - Sets the shim of OrganizationServiceProxy.Retrieve(String entityName, Guid id, ColumnSet columnSet) - - - Sets the shim of OrganizationServiceProxy.get_SdkClientVersion() - - - Sets the shim of OrganizationServiceProxy.set_SdkClientVersion(String value) - - - Sets the shim of OrganizationServiceProxy.get_SyncOperationType() - - - Sets the shim of OrganizationServiceProxy.set_SyncOperationType(String value) - - - Sets the shim of OrganizationServiceProxy.UpdateCore(Entity entity) - - - Sets the shim of OrganizationServiceProxy.Update(Entity entity) - - - Sets the shim of OrganizationServiceProxy.get_UserType() - - - Sets the shim of OrganizationServiceProxy.set_UserType(UserType value) - - - Sets the shim of OrganizationServiceProxy.AssociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationServiceProxy.Associate(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of OrganizationServiceProxy.get_CallerId() - - - Sets the shim of OrganizationServiceProxy.set_CallerId(Guid value) - - - Sets the shim of OrganizationServiceProxy.get_CallerRegardingObjectId() - - - Sets the shim of OrganizationServiceProxy.set_CallerRegardingObjectId(Guid value) - - - Sets the shim of OrganizationServiceProxy.get_ClientAppName() - - - Sets the shim of OrganizationServiceProxy.set_ClientAppName(String value) - - - Sets the shim of OrganizationServiceProxy.get_ClientAppVersion() - - - Sets the shim of OrganizationServiceProxy.set_ClientAppVersion(String value) - - - Sets the shim of OrganizationServiceProxy.OrganizationServiceProxy() - - - Sets the shim of OrganizationServiceProxy.OrganizationServiceProxy(IServiceConfiguration`1<IOrganizationService> serviceConfiguration, ClientCredentials clientCredentials) - - - Sets the shim of OrganizationServiceProxy.OrganizationServiceProxy(IServiceConfiguration`1<IOrganizationService> serviceConfiguration, SecurityTokenResponse securityTokenResponse) - - - Sets the shim of OrganizationServiceProxy.OrganizationServiceProxy(IServiceManagement`1<IOrganizationService> serviceManagement, ClientCredentials clientCredentials) - - - Sets the shim of OrganizationServiceProxy.OrganizationServiceProxy(IServiceManagement`1<IOrganizationService> serviceManagement, SecurityTokenResponse securityTokenResponse) - - - Sets the shim of OrganizationServiceProxy.OrganizationServiceProxy(Uri uri, Uri homeRealmUri, ClientCredentials clientCredentials, ClientCredentials deviceCredentials) - - - Sets the shim of OrganizationServiceProxy.CreateCore(Entity entity) - - - Sets the shim of OrganizationServiceProxy.Create(Entity entity) - - - Sets the shim of OrganizationServiceProxy.DeleteCore(String entityName, Guid id) - - - Sets the shim of OrganizationServiceProxy.Delete(String entityName, Guid id) - - - Sets the shim of OrganizationServiceProxy.DisassociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationServiceProxy.Disassociate(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationServiceProxy.EnableProxyTypes() - - - Sets the shim of OrganizationServiceProxy.EnableProxyTypes(Assembly assembly) - - - Sets the shim of OrganizationServiceProxy.ExecuteCore(OrganizationRequest request) - - - Sets the shim of OrganizationServiceProxy.Execute(OrganizationRequest request) - - - Sets the shim of OrganizationServiceProxy.GetXrmSdkAssemblyFileVersion() - - - Sets the shim of OrganizationServiceProxy.get_LanguageCodeOverride() - - - Sets the shim of OrganizationServiceProxy.set_LanguageCodeOverride(Int32 value) - - - Sets the shim of OrganizationServiceProxy.get_OfflinePlayback() - - - Sets the shim of OrganizationServiceProxy.set_OfflinePlayback(Boolean value) - - - Sets the shim of OrganizationServiceProxy.RetrieveCore(String entityName, Guid id, ColumnSet columnSet) - - - Sets the shim of OrganizationServiceProxy.RetrieveMultipleCore(QueryBase query) - - - Sets the shim of OrganizationServiceProxy.RetrieveMultiple(QueryBase query) - - - Sets the shim of OrganizationServiceProxy.Retrieve(String entityName, Guid id, ColumnSet columnSet) - - - Sets the shim of OrganizationServiceProxy.get_SdkClientVersion() - - - Sets the shim of OrganizationServiceProxy.set_SdkClientVersion(String value) - - - Sets the shim of OrganizationServiceProxy.get_SyncOperationType() - - - Sets the shim of OrganizationServiceProxy.set_SyncOperationType(String value) - - - Sets the shim of OrganizationServiceProxy.UpdateCore(Entity entity) - - - Sets the shim of OrganizationServiceProxy.Update(Entity entity) - - - Sets the shim of OrganizationServiceProxy.get_UserType() - - - Sets the shim of OrganizationServiceProxy.set_UserType(UserType value) - - - Shim type of Microsoft.Xrm.Sdk.Client.PolicyConfiguration - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of PolicyConfiguration.Initialize() - - - Sets the shim of PolicyConfiguration.get_SecureTokenServiceIdentifier() - - - Sets the shim of PolicyConfiguration.set_SecureTokenServiceIdentifier(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of PolicyConfiguration.Initialize() - - - Sets the shim of PolicyConfiguration.get_SecureTokenServiceIdentifier() - - - Sets the shim of PolicyConfiguration.set_SecureTokenServiceIdentifier(String value) - - - Shim type of Microsoft.Xrm.Sdk.Client.ProxyTypesAssemblyAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ProxyTypesAssemblyAttribute.get_ContainsSharedContracts() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ProxyTypesAssemblyAttribute.ProxyTypesAssemblyAttribute() - - - Sets the shim of ProxyTypesAssemblyAttribute.ProxyTypesAssemblyAttribute(Boolean containsSharedContracts) - - - Sets the shim of ProxyTypesAssemblyAttribute.get_ContainsSharedContracts() - - - Shim type of Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ProxyTypesBehavior.System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(ServiceEndpoint serviceEndpoint, BindingParameterCollection bindingParameters) - - - Sets the shim of ProxyTypesBehavior.System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior) - - - Sets the shim of ProxyTypesBehavior.System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint serviceEndpoint, EndpointDispatcher endpointDispatcher) - - - Sets the shim of ProxyTypesBehavior.System.ServiceModel.Description.IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint) - - - Sets the shim of ProxyTypesBehavior.UpdateFormatterBehavior(OperationDescription operationDescription) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ProxyTypesBehavior.ProxyTypesBehavior() - - - Sets the shim of ProxyTypesBehavior.ProxyTypesBehavior(Assembly proxyTypesAssembly) - - - Sets the shim of ProxyTypesBehavior.System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(ServiceEndpoint serviceEndpoint, BindingParameterCollection bindingParameters) - - - Sets the shim of ProxyTypesBehavior.System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior) - - - Sets the shim of ProxyTypesBehavior.System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint serviceEndpoint, EndpointDispatcher endpointDispatcher) - - - Sets the shim of ProxyTypesBehavior.System.ServiceModel.Description.IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint) - - - Sets the shim of ProxyTypesBehavior.UpdateFormatterBehavior(OperationDescription operationDescription) - - - Shim type of Microsoft.Xrm.Sdk.Client.RealmInfo - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RealmInfo.get_AllowFedUsersLiveIdSignIn() - - - Sets the shim of RealmInfo.set_AllowFedUsersLiveIdSignIn(Boolean value) - - - Sets the shim of RealmInfo.get_AuthorizationUrl() - - - Sets the shim of RealmInfo.set_AuthorizationUrl(String value) - - - Sets the shim of RealmInfo.get_Certificate() - - - Sets the shim of RealmInfo.set_Certificate(String value) - - - Sets the shim of RealmInfo.get_DomainName() - - - Sets the shim of RealmInfo.set_DomainName(String value) - - - Sets the shim of RealmInfo.get_EduDomains() - - - Sets the shim of RealmInfo.set_EduDomains(Int32 value) - - - Sets the shim of RealmInfo.get_FederationBrandName() - - - Sets the shim of RealmInfo.set_FederationBrandName(String value) - - - Sets the shim of RealmInfo.get_FederationGlobalVersion() - - - Sets the shim of RealmInfo.set_FederationGlobalVersion(String value) - - - Sets the shim of RealmInfo.get_FederationTier() - - - Sets the shim of RealmInfo.set_FederationTier(Int32 value) - - - Sets the shim of RealmInfo.get_IsFederatedNamespace() - - - Sets the shim of RealmInfo.set_IsFederatedNamespace(Boolean value) - - - Sets the shim of RealmInfo.get_LogOn() - - - Sets the shim of RealmInfo.set_LogOn(String value) - - - Sets the shim of RealmInfo.get_MetadataUrl() - - - Sets the shim of RealmInfo.set_MetadataUrl(String value) - - - Sets the shim of RealmInfo.get_NamespaceType() - - - Sets the shim of RealmInfo.set_NamespaceType(String value) - - - Sets the shim of RealmInfo.get_PreferredProtocol() - - - Sets the shim of RealmInfo.set_PreferredProtocol(Int32 value) - - - Sets the shim of RealmInfo.get_SamlAuthUrl() - - - Sets the shim of RealmInfo.set_SamlAuthUrl(String value) - - - Sets the shim of RealmInfo.get_State() - - - Sets the shim of RealmInfo.set_State(String value) - - - Sets the shim of RealmInfo.get_TokenServiceAuthenticationUrl() - - - Sets the shim of RealmInfo.set_TokenServiceAuthenticationUrl(String value) - - - Sets the shim of RealmInfo.get_UserState() - - - Sets the shim of RealmInfo.set_UserState(String value) - - - Sets the shim of RealmInfo.get_AllowFedUsersLiveIdSignIn() - - - Sets the shim of RealmInfo.set_AllowFedUsersLiveIdSignIn(Boolean value) - - - Sets the shim of RealmInfo.get_AuthorizationUrl() - - - Sets the shim of RealmInfo.set_AuthorizationUrl(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of RealmInfo.get_Certificate() - - - Sets the shim of RealmInfo.set_Certificate(String value) - - - Sets the shim of RealmInfo.RealmInfo() - - - Sets the shim of RealmInfo.get_DomainName() - - - Sets the shim of RealmInfo.set_DomainName(String value) - - - Sets the shim of RealmInfo.get_EduDomains() - - - Sets the shim of RealmInfo.set_EduDomains(Int32 value) - - - Sets the shim of RealmInfo.get_FederationBrandName() - - - Sets the shim of RealmInfo.set_FederationBrandName(String value) - - - Sets the shim of RealmInfo.get_FederationGlobalVersion() - - - Sets the shim of RealmInfo.set_FederationGlobalVersion(String value) - - - Sets the shim of RealmInfo.get_FederationTier() - - - Sets the shim of RealmInfo.set_FederationTier(Int32 value) - - - Sets the shim of RealmInfo.get_IsFederatedNamespace() - - - Sets the shim of RealmInfo.set_IsFederatedNamespace(Boolean value) - - - Sets the shim of RealmInfo.get_LogOn() - - - Sets the shim of RealmInfo.set_LogOn(String value) - - - Sets the shim of RealmInfo.get_MetadataUrl() - - - Sets the shim of RealmInfo.set_MetadataUrl(String value) - - - Sets the shim of RealmInfo.get_NamespaceType() - - - Sets the shim of RealmInfo.set_NamespaceType(String value) - - - Sets the shim of RealmInfo.get_PreferredProtocol() - - - Sets the shim of RealmInfo.set_PreferredProtocol(Int32 value) - - - Sets the shim of RealmInfo.get_SamlAuthUrl() - - - Sets the shim of RealmInfo.set_SamlAuthUrl(String value) - - - Sets the shim of RealmInfo.get_State() - - - Sets the shim of RealmInfo.set_State(String value) - - - Sets the shim of RealmInfo.get_TokenServiceAuthenticationUrl() - - - Sets the shim of RealmInfo.set_TokenServiceAuthenticationUrl(String value) - - - Sets the shim of RealmInfo.get_UserState() - - - Sets the shim of RealmInfo.set_UserState(String value) - - - Shim type of Microsoft.Xrm.Sdk.Client.RequestProxyAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RequestProxyAttribute.get_Name() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of RequestProxyAttribute.RequestProxyAttribute(String name) - - - Sets the shim of RequestProxyAttribute.get_Name() - - - Shim type of Microsoft.Xrm.Sdk.Client.ResponseProxyAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ResponseProxyAttribute.get_Name() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ResponseProxyAttribute.ResponseProxyAttribute(String name) - - - Sets the shim of ResponseProxyAttribute.get_Name() - - - Shim type of Microsoft.Xrm.Sdk.Client.SecurityTokenResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of SecurityTokenResponse.get_EndpointType() - - - Sets the shim of SecurityTokenResponse.set_EndpointType(TokenServiceCredentialType value) - - - Sets the shim of SecurityTokenResponse.get_Response() - - - Sets the shim of SecurityTokenResponse.set_Response(RequestSecurityTokenResponse value) - - - Sets the shim of SecurityTokenResponse.get_Token() - - - Sets the shim of SecurityTokenResponse.set_Token(SecurityToken value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of SecurityTokenResponse.SecurityTokenResponse() - - - Sets the shim of SecurityTokenResponse.get_EndpointType() - - - Sets the shim of SecurityTokenResponse.set_EndpointType(TokenServiceCredentialType value) - - - Sets the shim of SecurityTokenResponse.get_Response() - - - Sets the shim of SecurityTokenResponse.set_Response(RequestSecurityTokenResponse value) - - - Sets the shim of SecurityTokenResponse.get_Token() - - - Sets the shim of SecurityTokenResponse.set_Token(SecurityToken value) - - - Shim type of Microsoft.Xrm.Sdk.Client.ServiceChannel`1 - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of ServiceChannel`1.Abort() - - - Define shims for all instances members - - - Sets the shim of ServiceChannel`1.Abort() - - - Sets the shim of ServiceChannel`1.add_ChannelClosed(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceChannel`1.remove_ChannelClosed(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceChannel`1.add_ChannelFaulted(EventHandler`1<ChannelFaultedEventArgs> value) - - - Sets the shim of ServiceChannel`1.remove_ChannelFaulted(EventHandler`1<ChannelFaultedEventArgs> value) - - - Sets the shim of ServiceChannel`1.get_Channel() - - - Sets the shim of ServiceChannel`1.add_ChannelOpened(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceChannel`1.remove_ChannelOpened(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceChannel`1.Channel_Closed(Object sender, EventArgs e) - - - Sets the shim of ServiceChannel`1.Channel_Faulted(Object sender, EventArgs e) - - - Sets the shim of ServiceChannel`1.Channel_Opened(Object sender, EventArgs e) - - - Sets the shim of ServiceChannel`1.Close() - - - Sets the shim of ServiceChannel`1.get_CommunicationObject() - - - Sets the shim of ServiceChannel`1.ConfigureNewChannel() - - - Sets the shim of ServiceChannel`1.CreateChannel() - - - Sets the shim of ServiceChannel`1.Dispose() - - - Sets the shim of ServiceChannel`1.Dispose(Boolean disposing) - - - Sets the shim of ServiceChannel`1.get_Factory() - - - Sets the shim of ServiceChannel`1.set_Factory(ChannelFactory`1<!0> value) - - - Sets the shim of ServiceChannel`1.get_IsChannelInvalid() - - - Sets the shim of ServiceChannel`1.OnChannelClosed(ChannelEventArgs args) - - - Sets the shim of ServiceChannel`1.OnChannelFaulted(ChannelFaultedEventArgs args) - - - Sets the shim of ServiceChannel`1.OnChannelOpened(ChannelEventArgs args) - - - Sets the shim of ServiceChannel`1.Open() - - - Sets the shim of ServiceChannel`1.RemoveChannelEvents() - - - Sets the shim of ServiceChannel`1.get_Timeout() - - - Sets the shim of ServiceChannel`1.set_Timeout(TimeSpan value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ServiceChannel`1.add_ChannelClosed(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceChannel`1.remove_ChannelClosed(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceChannel`1.add_ChannelFaulted(EventHandler`1<ChannelFaultedEventArgs> value) - - - Sets the shim of ServiceChannel`1.remove_ChannelFaulted(EventHandler`1<ChannelFaultedEventArgs> value) - - - Sets the shim of ServiceChannel`1.get_Channel() - - - Sets the shim of ServiceChannel`1.add_ChannelOpened(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceChannel`1.remove_ChannelOpened(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceChannel`1.Channel_Closed(Object sender, EventArgs e) - - - Sets the shim of ServiceChannel`1.Channel_Faulted(Object sender, EventArgs e) - - - Sets the shim of ServiceChannel`1.Channel_Opened(Object sender, EventArgs e) - - - Sets the shim of ServiceChannel`1.Close() - - - Sets the shim of ServiceChannel`1.get_CommunicationObject() - - - Sets the shim of ServiceChannel`1.ConfigureNewChannel() - - - Sets the shim of ServiceChannel`1.ServiceChannel`1(ChannelFactory`1<!0> factory) - - - Sets the shim of ServiceChannel`1.CreateChannel() - - - Sets the shim of ServiceChannel`1.Dispose() - - - Sets the shim of ServiceChannel`1.Dispose(Boolean disposing) - - - Sets the shim of ServiceChannel`1.get_Factory() - - - Sets the shim of ServiceChannel`1.set_Factory(ChannelFactory`1<!0> value) - - - Sets the shim of ServiceChannel`1.get_IsChannelInvalid() - - - Sets the shim of ServiceChannel`1.IsCommunicationObjectValid(ICommunicationObject communicationObject) - - - Sets the shim of ServiceChannel`1.OnChannelClosed(ChannelEventArgs args) - - - Sets the shim of ServiceChannel`1.OnChannelFaulted(ChannelFaultedEventArgs args) - - - Sets the shim of ServiceChannel`1.OnChannelOpened(ChannelEventArgs args) - - - Sets the shim of ServiceChannel`1.Open() - - - Sets the shim of ServiceChannel`1.RemoveChannelEvents() - - - Sets the shim of ServiceChannel`1.get_Timeout() - - - Sets the shim of ServiceChannel`1.set_Timeout(TimeSpan value) - - - Shim type of Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory - - - Initializes a new shim instance - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ServiceConfigurationFactory.CreateConfiguration(Uri serviceUri) - - - Sets the shim of ServiceConfigurationFactory.CreateConfiguration(Uri serviceUri, Boolean enableProxyTypes, Assembly assembly) - - - Sets the shim of ServiceConfigurationFactory.CreateManagement(Uri serviceUri) - - - Sets the shim of ServiceConfigurationFactory.CreateManagement(Uri serviceUri, Boolean enableProxyTypes, Assembly assembly) - - - Shim type of Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of ServiceEndpointDictionary.ServiceEndpointDictionary() - - - Sets the shim of ServiceEndpointDictionary.ServiceEndpointDictionary(SerializationInfo info, StreamingContext context) - - - Shim type of Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ServiceEndpointMetadata.get_MetadataConversionErrors() - - - Sets the shim of ServiceEndpointMetadata.get_ServiceEndpoints() - - - Sets the shim of ServiceEndpointMetadata.get_ServiceMetadata() - - - Sets the shim of ServiceEndpointMetadata.set_ServiceMetadata(MetadataSet value) - - - Sets the shim of ServiceEndpointMetadata.get_ServiceUrls() - - - Sets the shim of ServiceEndpointMetadata.set_ServiceUrls(ServiceUrls value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ServiceEndpointMetadata.ServiceEndpointMetadata() - - - Sets the shim of ServiceEndpointMetadata.get_MetadataConversionErrors() - - - Sets the shim of ServiceEndpointMetadata.get_ServiceEndpoints() - - - Sets the shim of ServiceEndpointMetadata.get_ServiceMetadata() - - - Sets the shim of ServiceEndpointMetadata.set_ServiceMetadata(MetadataSet value) - - - Sets the shim of ServiceEndpointMetadata.get_ServiceUrls() - - - Sets the shim of ServiceEndpointMetadata.set_ServiceUrls(ServiceUrls value) - - - Shim type of Microsoft.Xrm.Sdk.Client.ServiceProxy`1 - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ServiceProxy`1.get_AppliesTo() - - - Sets the shim of ServiceProxy`1.set_AppliesTo(String value) - - - Sets the shim of ServiceProxy`1.Authenticate() - - - Sets the shim of ServiceProxy`1.AuthenticateClaims() - - - Sets the shim of ServiceProxy`1.AuthenticateCore() - - - Sets the shim of ServiceProxy`1.AuthenticateCrossRealm() - - - Sets the shim of ServiceProxy`1.AuthenticateCrossRealmCore() - - - Sets the shim of ServiceProxy`1.AuthenticateDevice() - - - Sets the shim of ServiceProxy`1.AuthenticateDeviceCore() - - - Sets the shim of ServiceProxy`1.AuthenticateOnlineFederation() - - - Sets the shim of ServiceProxy`1.get_AutoCloseChannel() - - - Sets the shim of ServiceProxy`1.set_AutoCloseChannel(Boolean value) - - - Sets the shim of ServiceProxy`1.get_ChannelFactory() - - - Sets the shim of ServiceProxy`1.get_ClientCredentials() - - - Sets the shim of ServiceProxy`1.set_ClientCredentials(ClientCredentials value) - - - Sets the shim of ServiceProxy`1.CloseChannel(Boolean forceClose) - - - Sets the shim of ServiceProxy`1.CreateNewServiceChannel() - - - Sets the shim of ServiceProxy`1.get_DeviceCredentials() - - - Sets the shim of ServiceProxy`1.set_DeviceCredentials(ClientCredentials value) - - - Sets the shim of ServiceProxy`1.Dispose() - - - Sets the shim of ServiceProxy`1.Dispose(Boolean disposing) - - - Sets the shim of ServiceProxy`1.DisposeFactory(Boolean disposing) - - - Sets the shim of ServiceProxy`1.get_EndpointAutoSwitchEnabled() - - - Sets the shim of ServiceProxy`1.set_EndpointAutoSwitchEnabled(Boolean value) - - - Sets the shim of ServiceProxy`1.get_EndpointSwitch() - - - Sets the shim of ServiceProxy`1.add_EndpointSwitchRequired(EventHandler`1<EndpointSwitchEventArgs> value) - - - Sets the shim of ServiceProxy`1.remove_EndpointSwitchRequired(EventHandler`1<EndpointSwitchEventArgs> value) - - - Sets the shim of ServiceProxy`1.add_EndpointSwitched(EventHandler`1<EndpointSwitchEventArgs> value) - - - Sets the shim of ServiceProxy`1.remove_EndpointSwitched(EventHandler`1<EndpointSwitchEventArgs> value) - - - Sets the shim of ServiceProxy`1.add_FactoryClosed(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceProxy`1.remove_FactoryClosed(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceProxy`1.add_FactoryFaulted(EventHandler`1<ChannelFaultedEventArgs> value) - - - Sets the shim of ServiceProxy`1.remove_FactoryFaulted(EventHandler`1<ChannelFaultedEventArgs> value) - - - Sets the shim of ServiceProxy`1.add_FactoryOpened(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceProxy`1.remove_FactoryOpened(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceProxy`1.Factory_Closed(Object sender, EventArgs e) - - - Sets the shim of ServiceProxy`1.Factory_Faulted(Object sender, EventArgs e) - - - Sets the shim of ServiceProxy`1.Factory_Opened(Object sender, EventArgs e) - - - Sets the shim of ServiceProxy`1.HandleFailover(BaseServiceFault fault, Nullable`1<Boolean> retry) - - - Sets the shim of ServiceProxy`1.HandleFailover(Nullable`1<Boolean> retry) - - - Sets the shim of ServiceProxy`1.get_HomeRealmSecurityTokenResponse() - - - Sets the shim of ServiceProxy`1.set_HomeRealmSecurityTokenResponse(SecurityTokenResponse value) - - - Sets the shim of ServiceProxy`1.get_HomeRealmUri() - - - Sets the shim of ServiceProxy`1.set_HomeRealmUri(Uri value) - - - Sets the shim of ServiceProxy`1.get_IsAuthenticated() - - - Sets the shim of ServiceProxy`1.set_IsAuthenticated(Boolean value) - - - Sets the shim of ServiceProxy`1.IsChannelFactoryInvalid() - - - Sets the shim of ServiceProxy`1.OnFactoryClosed(ChannelEventArgs args) - - - Sets the shim of ServiceProxy`1.OnFactoryFaulted(ChannelFaultedEventArgs args) - - - Sets the shim of ServiceProxy`1.OnFactoryOpened(ChannelEventArgs args) - - - Sets the shim of ServiceProxy`1.RefreshChannelManagers() - - - Sets the shim of ServiceProxy`1.RemoveChannelFactoryEvents() - - - Sets the shim of ServiceProxy`1.get_SecurityTokenResponse() - - - Sets the shim of ServiceProxy`1.set_SecurityTokenResponse(SecurityTokenResponse value) - - - Sets the shim of ServiceProxy`1.get_ServiceChannel() - - - Sets the shim of ServiceProxy`1.get_ServiceConfiguration() - - - Sets the shim of ServiceProxy`1.set_ServiceConfiguration(IServiceConfiguration`1<!0> value) - - - Sets the shim of ServiceProxy`1.get_ServiceManagement() - - - Sets the shim of ServiceProxy`1.SetClientCredentials(ClientCredentials clientCredentials) - - - Sets the shim of ServiceProxy`1.SetDefaultEndpointSwitchBehavior() - - - Sets the shim of ServiceProxy`1.ShouldRetry(MessageSecurityException messageSecurityException, Nullable`1<Boolean> retry) - - - Sets the shim of ServiceProxy`1.SwitchToAlternateEndpoint() - - - Sets the shim of ServiceProxy`1.get_Timeout() - - - Sets the shim of ServiceProxy`1.set_Timeout(TimeSpan value) - - - Sets the shim of ServiceProxy`1.get_UserPrincipalName() - - - Sets the shim of ServiceProxy`1.set_UserPrincipalName(String value) - - - Sets the shim of ServiceProxy`1.ValidateAuthentication() - - - Sets the shim of ServiceProxy`1.get_AppliesTo() - - - Sets the shim of ServiceProxy`1.set_AppliesTo(String value) - - - Sets the shim of ServiceProxy`1.Authenticate() - - - Sets the shim of ServiceProxy`1.AuthenticateClaims() - - - Sets the shim of ServiceProxy`1.AuthenticateCore() - - - Sets the shim of ServiceProxy`1.AuthenticateCrossRealm() - - - Sets the shim of ServiceProxy`1.AuthenticateCrossRealmCore() - - - Sets the shim of ServiceProxy`1.AuthenticateDevice() - - - Sets the shim of ServiceProxy`1.AuthenticateDeviceCore() - - - Sets the shim of ServiceProxy`1.AuthenticateOnlineFederation() - - - Sets the shim of ServiceProxy`1.get_AutoCloseChannel() - - - Sets the shim of ServiceProxy`1.set_AutoCloseChannel(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ServiceProxy`1.get_ChannelFactory() - - - Sets the shim of ServiceProxy`1.get_ClientCredentials() - - - Sets the shim of ServiceProxy`1.set_ClientCredentials(ClientCredentials value) - - - Sets the shim of ServiceProxy`1.CloseChannel(Boolean forceClose) - - - Sets the shim of ServiceProxy`1.ConfigureEndpoint(ServiceEndpoint endpoint, ServiceProxy`1<!0> serviceProxy) - - - Sets the shim of ServiceProxy`1.ServiceProxy`1() - - - Sets the shim of ServiceProxy`1.ServiceProxy`1(IServiceConfiguration`1<!0> serviceConfiguration, ClientCredentials clientCredentials) - - - Sets the shim of ServiceProxy`1.ServiceProxy`1(IServiceConfiguration`1<!0> serviceConfiguration, SecurityTokenResponse securityTokenResponse) - - - Sets the shim of ServiceProxy`1.ServiceProxy`1(IServiceManagement`1<!0> serviceManagement, ClientCredentials clientCredentials) - - - Sets the shim of ServiceProxy`1.ServiceProxy`1(IServiceManagement`1<!0> serviceManagement, SecurityTokenResponse securityTokenResponse) - - - Sets the shim of ServiceProxy`1.ServiceProxy`1(Uri uri, Uri homeRealmUri, ClientCredentials clientCredentials, ClientCredentials deviceCredentials) - - - Sets the shim of ServiceProxy`1.CreateNewServiceChannel() - - - Sets the shim of ServiceProxy`1.get_DeviceCredentials() - - - Sets the shim of ServiceProxy`1.set_DeviceCredentials(ClientCredentials value) - - - Sets the shim of ServiceProxy`1.Dispose() - - - Sets the shim of ServiceProxy`1.Dispose(Boolean disposing) - - - Sets the shim of ServiceProxy`1.DisposeFactory(Boolean disposing) - - - Sets the shim of ServiceProxy`1.get_EndpointAutoSwitchEnabled() - - - Sets the shim of ServiceProxy`1.set_EndpointAutoSwitchEnabled(Boolean value) - - - Sets the shim of ServiceProxy`1.get_EndpointSwitch() - - - Sets the shim of ServiceProxy`1.add_EndpointSwitchRequired(EventHandler`1<EndpointSwitchEventArgs> value) - - - Sets the shim of ServiceProxy`1.remove_EndpointSwitchRequired(EventHandler`1<EndpointSwitchEventArgs> value) - - - Sets the shim of ServiceProxy`1.add_EndpointSwitched(EventHandler`1<EndpointSwitchEventArgs> value) - - - Sets the shim of ServiceProxy`1.remove_EndpointSwitched(EventHandler`1<EndpointSwitchEventArgs> value) - - - Sets the shim of ServiceProxy`1.add_FactoryClosed(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceProxy`1.remove_FactoryClosed(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceProxy`1.add_FactoryFaulted(EventHandler`1<ChannelFaultedEventArgs> value) - - - Sets the shim of ServiceProxy`1.remove_FactoryFaulted(EventHandler`1<ChannelFaultedEventArgs> value) - - - Sets the shim of ServiceProxy`1.add_FactoryOpened(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceProxy`1.remove_FactoryOpened(EventHandler`1<ChannelEventArgs> value) - - - Sets the shim of ServiceProxy`1.Factory_Closed(Object sender, EventArgs e) - - - Sets the shim of ServiceProxy`1.Factory_Faulted(Object sender, EventArgs e) - - - Sets the shim of ServiceProxy`1.Factory_Opened(Object sender, EventArgs e) - - - Sets the shim of ServiceProxy`1.HandleFailover(BaseServiceFault fault, Nullable`1<Boolean> retry) - - - Sets the shim of ServiceProxy`1.HandleFailover(Nullable`1<Boolean> retry) - - - Sets the shim of ServiceProxy`1.get_HomeRealmSecurityTokenResponse() - - - Sets the shim of ServiceProxy`1.set_HomeRealmSecurityTokenResponse(SecurityTokenResponse value) - - - Sets the shim of ServiceProxy`1.get_HomeRealmUri() - - - Sets the shim of ServiceProxy`1.set_HomeRealmUri(Uri value) - - - Sets the shim of ServiceProxy`1.get_IsAuthenticated() - - - Sets the shim of ServiceProxy`1.set_IsAuthenticated(Boolean value) - - - Sets the shim of ServiceProxy`1.IsChannelFactoryInvalid() - - - Sets the shim of ServiceProxy`1.OnFactoryClosed(ChannelEventArgs args) - - - Sets the shim of ServiceProxy`1.OnFactoryFaulted(ChannelFaultedEventArgs args) - - - Sets the shim of ServiceProxy`1.OnFactoryOpened(ChannelEventArgs args) - - - Sets the shim of ServiceProxy`1.RefreshChannelManagers() - - - Sets the shim of ServiceProxy`1.RemoveChannelFactoryEvents() - - - Sets the shim of ServiceProxy`1.get_SecurityTokenResponse() - - - Sets the shim of ServiceProxy`1.set_SecurityTokenResponse(SecurityTokenResponse value) - - - Sets the shim of ServiceProxy`1.get_ServiceChannel() - - - Sets the shim of ServiceProxy`1.get_ServiceConfiguration() - - - Sets the shim of ServiceProxy`1.set_ServiceConfiguration(IServiceConfiguration`1<!0> value) - - - Sets the shim of ServiceProxy`1.get_ServiceManagement() - - - Sets the shim of ServiceProxy`1.SetBindingTimeout(Binding binding, TimeSpan sendTimeout, TimeSpan openTimeout, TimeSpan closeTimeout) - - - Sets the shim of ServiceProxy`1.SetClientCredentials(ClientCredentials clientCredentials) - - - Sets the shim of ServiceProxy`1.SetDefaultEndpointSwitchBehavior() - - - Sets the shim of ServiceProxy`1.ShouldRetry(MessageSecurityException messageSecurityException, Nullable`1<Boolean> retry) - - - Sets the shim of ServiceProxy`1.SwitchToAlternateEndpoint() - - - Sets the shim of ServiceProxy`1.get_Timeout() - - - Sets the shim of ServiceProxy`1.set_Timeout(TimeSpan value) - - - Sets the shim of ServiceProxy`1.get_UserPrincipalName() - - - Sets the shim of ServiceProxy`1.set_UserPrincipalName(String value) - - - Sets the shim of ServiceProxy`1.ValidateAuthentication() - - - Shim type of Microsoft.Xrm.Sdk.Client.ServiceUrls - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ServiceUrls.get_AlternateEndpoint() - - - Sets the shim of ServiceUrls.set_AlternateEndpoint(Uri value) - - - Sets the shim of ServiceUrls.get_GeneratedFromAlternate() - - - Sets the shim of ServiceUrls.set_GeneratedFromAlternate(Boolean value) - - - Sets the shim of ServiceUrls.get_PrimaryEndpoint() - - - Sets the shim of ServiceUrls.set_PrimaryEndpoint(Uri value) - - - Sets the shim of ServiceUrls.get_AlternateEndpoint() - - - Sets the shim of ServiceUrls.set_AlternateEndpoint(Uri value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ServiceUrls.ServiceUrls() - - - Sets the shim of ServiceUrls.get_GeneratedFromAlternate() - - - Sets the shim of ServiceUrls.set_GeneratedFromAlternate(Boolean value) - - - Sets the shim of ServiceUrls.get_PrimaryEndpoint() - - - Sets the shim of ServiceUrls.set_PrimaryEndpoint(Uri value) - - - Shim type of Microsoft.Xrm.Sdk.Client.WindowsPolicyConfiguration - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Shim type of Microsoft.Xrm.Sdk.Client.XrmBinding - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of XrmBinding.Initialize() - - - Sets the shim of XrmBinding.get_MaxBufferSize() - - - Sets the shim of XrmBinding.set_MaxBufferSize(Int32 value) - - - Sets the shim of XrmBinding.get_MaxReceivedMessageSize() - - - Sets the shim of XrmBinding.set_MaxReceivedMessageSize(Int64 value) - - - Sets the shim of XrmBinding.get_ReaderQuotas() - - - Sets the shim of XrmBinding.set_ReaderQuotas(XmlDictionaryReaderQuotas value) - - - Sets the shim of XrmBinding.get_Scheme() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of XrmBinding.XrmBinding(Binding binding) - - - Sets the shim of XrmBinding.Initialize() - - - Sets the shim of XrmBinding.get_MaxBufferSize() - - - Sets the shim of XrmBinding.set_MaxBufferSize(Int32 value) - - - Sets the shim of XrmBinding.get_MaxReceivedMessageSize() - - - Sets the shim of XrmBinding.set_MaxReceivedMessageSize(Int64 value) - - - Sets the shim of XrmBinding.get_ReaderQuotas() - - - Sets the shim of XrmBinding.set_ReaderQuotas(XmlDictionaryReaderQuotas value) - - - Sets the shim of XrmBinding.get_Scheme() - - - Stub type of Microsoft.Xrm.Sdk.Client.CancelEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCancelEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of ServiceProxy`1.AuthenticateCore() - - - Sets the stub of ServiceProxy`1.AuthenticateCore() - - - Sets the stub of ServiceProxy`1.AuthenticateCrossRealmCore() - - - Sets the stub of ServiceProxy`1.AuthenticateCrossRealmCore() - - - Sets the stub of ServiceProxy`1.AuthenticateDeviceCore() - - - Sets the stub of ServiceProxy`1.AuthenticateDeviceCore() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ServiceProxy`1.CloseChannel(Boolean forceClose) - - - Sets the stub of ServiceProxy`1.CloseChannel(Boolean forceClose) - - - Sets the stub of ServiceProxy`1.Dispose(Boolean disposing) - - - Sets the stub of ServiceProxy`1.Dispose(Boolean disposing) - - - Initializes a new instance of type StubDiscoveryServiceProxy - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ServiceProxy`1.OnFactoryClosed(ChannelEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryClosed(ChannelEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryFaulted(ChannelFaultedEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryFaulted(ChannelFaultedEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryOpened(ChannelEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryOpened(ChannelEventArgs args) - - - Sets the stub of ServiceProxy`1.ValidateAuthentication() - - - Sets the stub of ServiceProxy`1.ValidateAuthentication() - - - Stub type of Microsoft.Xrm.Sdk.Client.IEndpointSwitch - - - Initializes a new instance of type StubIEndpointSwitch - - - Sets the stub of IEndpointSwitch.get_AlternateEndpoint() - - - Sets the stub of IEndpointSwitch.get_AlternateEndpoint() - - - Attaches delegates to emulate StubIEndpointSwitch.EndpointAutoSwitchEnabled as a property with a backing field. - - - Sets the stub of IEndpointSwitch.CanSwitch(Uri currentUri) - - - Sets the stub of IEndpointSwitch.get_EndpointAutoSwitchEnabled() - - - Sets the stub of IEndpointSwitch.get_EndpointAutoSwitchEnabled() - - - Sets the stub of IEndpointSwitch.set_EndpointAutoSwitchEnabled(Boolean value) - - - Sets the stub of IEndpointSwitch.HandleEndpointSwitch() - - - Sets the stub of IEndpointSwitch.get_IsPrimaryEndpoint() - - - Sets the stub of IEndpointSwitch.get_IsPrimaryEndpoint() - - - Sets the stub of IEndpointSwitch.CanSwitch(Uri currentUri) - - - Sets the stub of IEndpointSwitch.HandleEndpointSwitch() - - - Sets the stub of IEndpointSwitch.SwitchEndpoint() - - - Sets the stub of IEndpointSwitch.get_PrimaryEndpoint() - - - Sets the stub of IEndpointSwitch.get_PrimaryEndpoint() - - - Sets the stub of IEndpointSwitch.SwitchEndpoint() - - - Stub type of Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1 - - - Initializes a new instance of type StubIServiceConfiguration - - - Attaches delegates to emulate StubIServiceConfiguration.CurrentIssuer as a property with a backing field. - - - Attaches delegates to emulate StubIServiceConfiguration.CurrentServiceEndpoint as a property with a backing field. - - - Sets the stub of IServiceConfiguration`1.Authenticate(ClientCredentials clientCredentials) - - - Sets the stub of IServiceConfiguration`1.Authenticate(ClientCredentials clientCredentials, SecurityTokenResponse deviceSecurityToken) - - - Sets the stub of IServiceConfiguration`1.AuthenticateCrossRealm(ClientCredentials clientCredentials, String appliesTo, Uri crossRealmSts) - - - Sets the stub of IServiceConfiguration`1.AuthenticateCrossRealm(SecurityToken securityToken, String appliesTo, Uri crossRealmSts) - - - Sets the stub of IServiceConfiguration`1.AuthenticateDevice(ClientCredentials clientCredentials) - - - Sets the stub of IServiceConfiguration`1.Authenticate(SecurityToken securityToken) - - - Sets the stub of IServiceConfiguration`1.get_AuthenticationType() - - - Sets the stub of IServiceConfiguration`1.get_AuthenticationType() - - - Sets the stub of IServiceConfiguration`1.CreateChannelFactory() - - - Sets the stub of IServiceConfiguration`1.CreateChannelFactory(ClientAuthenticationType clientAuthenticationType) - - - Sets the stub of IServiceConfiguration`1.CreateChannelFactory(ClientCredentials clientCredentials) - - - Sets the stub of IServiceConfiguration`1.CreateChannelFactory(TokenServiceCredentialType endpointType) - - - Sets the stub of IServiceConfiguration`1.get_CrossRealmIssuerEndpoints() - - - Sets the stub of IServiceConfiguration`1.get_CrossRealmIssuerEndpoints() - - - Sets the stub of IServiceConfiguration`1.get_CurrentIssuer() - - - Sets the stub of IServiceConfiguration`1.get_CurrentIssuer() - - - Sets the stub of IServiceConfiguration`1.set_CurrentIssuer(IssuerEndpoint value) - - - Sets the stub of IServiceConfiguration`1.get_CurrentServiceEndpoint() - - - Sets the stub of IServiceConfiguration`1.get_CurrentServiceEndpoint() - - - Sets the stub of IServiceConfiguration`1.set_CurrentServiceEndpoint(ServiceEndpoint value) - - - Sets the stub of IServiceConfiguration`1.GetIdentityProvider(String userPrincipalName) - - - Sets the stub of IServiceConfiguration`1.get_IssuerEndpoints() - - - Sets the stub of IServiceConfiguration`1.get_IssuerEndpoints() - - - Sets the stub of IServiceConfiguration`1.Authenticate(SecurityToken securityToken) - - - Sets the stub of IServiceConfiguration`1.Authenticate(ClientCredentials clientCredentials) - - - Sets the stub of IServiceConfiguration`1.Authenticate(ClientCredentials clientCredentials, SecurityTokenResponse deviceSecurityToken) - - - Sets the stub of IServiceConfiguration`1.AuthenticateCrossRealm(SecurityToken securityToken, String appliesTo, Uri crossRealmSts) - - - Sets the stub of IServiceConfiguration`1.AuthenticateCrossRealm(ClientCredentials clientCredentials, String appliesTo, Uri crossRealmSts) - - - Sets the stub of IServiceConfiguration`1.AuthenticateDevice(ClientCredentials clientCredentials) - - - Sets the stub of IServiceConfiguration`1.CreateChannelFactory() - - - Sets the stub of IServiceConfiguration`1.CreateChannelFactory(ClientAuthenticationType clientAuthenticationType) - - - Sets the stub of IServiceConfiguration`1.CreateChannelFactory(ClientCredentials clientCredentials) - - - Sets the stub of IServiceConfiguration`1.CreateChannelFactory(TokenServiceCredentialType endpointType) - - - Sets the stub of IServiceConfiguration`1.GetIdentityProvider(String userPrincipalName) - - - Sets the stub of IServiceConfiguration`1.get_PolicyConfiguration() - - - Sets the stub of IServiceConfiguration`1.get_PolicyConfiguration() - - - Sets the stub of IServiceConfiguration`1.get_ServiceEndpoints() - - - Sets the stub of IServiceConfiguration`1.get_ServiceEndpoints() - - - Stub type of Microsoft.Xrm.Sdk.Client.IServiceManagement`1 - - - Initializes a new instance of type StubIServiceManagement - - - Attaches delegates to emulate StubIServiceManagement.CurrentServiceEndpoint as a property with a backing field. - - - Sets the stub of IServiceManagement`1.Authenticate(AuthenticationCredentials authenticationCredentials) - - - Sets the stub of IServiceManagement`1.get_AuthenticationType() - - - Sets the stub of IServiceManagement`1.get_AuthenticationType() - - - Sets the stub of IServiceManagement`1.CreateChannelFactory() - - - Sets the stub of IServiceManagement`1.CreateChannelFactory(ClientAuthenticationType clientAuthenticationType) - - - Sets the stub of IServiceManagement`1.CreateChannelFactory(ClientCredentials clientCredentials) - - - Sets the stub of IServiceManagement`1.CreateChannelFactory(TokenServiceCredentialType endpointType) - - - Sets the stub of IServiceManagement`1.get_CrossRealmIssuerEndpoints() - - - Sets the stub of IServiceManagement`1.get_CrossRealmIssuerEndpoints() - - - Sets the stub of IServiceManagement`1.get_CurrentServiceEndpoint() - - - Sets the stub of IServiceManagement`1.get_CurrentServiceEndpoint() - - - Sets the stub of IServiceManagement`1.set_CurrentServiceEndpoint(ServiceEndpoint value) - - - Sets the stub of IServiceManagement`1.GetIdentityProvider(String userPrincipalName) - - - Sets the stub of IServiceManagement`1.get_IssuerEndpoints() - - - Sets the stub of IServiceManagement`1.get_IssuerEndpoints() - - - Sets the stub of IServiceManagement`1.Authenticate(AuthenticationCredentials authenticationCredentials) - - - Sets the stub of IServiceManagement`1.CreateChannelFactory() - - - Sets the stub of IServiceManagement`1.CreateChannelFactory(ClientAuthenticationType clientAuthenticationType) - - - Sets the stub of IServiceManagement`1.CreateChannelFactory(TokenServiceCredentialType endpointType) - - - Sets the stub of IServiceManagement`1.CreateChannelFactory(ClientCredentials clientCredentials) - - - Sets the stub of IServiceManagement`1.GetIdentityProvider(String userPrincipalName) - - - Sets the stub of IServiceManagement`1.get_PolicyConfiguration() - - - Sets the stub of IServiceManagement`1.get_PolicyConfiguration() - - - Stub type of Microsoft.Xrm.Sdk.Client.IdentityProvider - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubIdentityProvider - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.Client.OrganizationServiceContext - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of OrganizationServiceContext.CreateQuery(IQueryProvider provider, String entityLogicalName) - - - Sets stubs of CreateQuery(IQueryProvider provider, String entityLogicalName) - - - Sets the stub of OrganizationServiceContext.Dispose(Boolean disposing) - - - Sets the stub of OrganizationServiceContext.Dispose(Boolean disposing) - - - Initializes a new instance of type StubOrganizationServiceContext - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of OrganizationServiceContext.OnBeginEntityTracking(Entity entity) - - - Sets the stub of OrganizationServiceContext.OnBeginEntityTracking(Entity entity) - - - Sets the stub of OrganizationServiceContext.OnBeginLinkTracking(Entity source, Relationship relationship, Entity target) - - - Sets the stub of OrganizationServiceContext.OnBeginLinkTracking(Entity source, Relationship relationship, Entity target) - - - Sets the stub of OrganizationServiceContext.OnEndEntityTracking(Entity entity) - - - Sets the stub of OrganizationServiceContext.OnEndEntityTracking(Entity entity) - - - Sets the stub of OrganizationServiceContext.OnEndLinkTracking(Entity entity, Relationship relationship, Entity target) - - - Sets the stub of OrganizationServiceContext.OnEndLinkTracking(Entity entity, Relationship relationship, Entity target) - - - Sets the stub of OrganizationServiceContext.OnExecute(OrganizationRequest request, OrganizationResponse response) - - - Sets the stub of OrganizationServiceContext.OnExecute(OrganizationRequest request, Exception exception) - - - Sets the stub of OrganizationServiceContext.OnExecute(OrganizationRequest request, Exception exception) - - - Sets the stub of OrganizationServiceContext.OnExecute(OrganizationRequest request, OrganizationResponse response) - - - Sets the stub of OrganizationServiceContext.OnExecuting(OrganizationRequest request) - - - Sets the stub of OrganizationServiceContext.OnExecuting(OrganizationRequest request) - - - Sets the stub of OrganizationServiceContext.OnSaveChanges(SaveChangesResultCollection results) - - - Sets the stub of OrganizationServiceContext.OnSaveChanges(SaveChangesResultCollection results) - - - Sets the stub of OrganizationServiceContext.OnSavingChanges(SaveChangesOptions options) - - - Sets the stub of OrganizationServiceContext.OnSavingChanges(SaveChangesOptions options) - - - Stub type of Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of OrganizationServiceProxy.AssociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the stub of OrganizationServiceProxy.AssociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the stub of ServiceProxy`1.AuthenticateCore() - - - Sets the stub of ServiceProxy`1.AuthenticateCore() - - - Sets the stub of ServiceProxy`1.AuthenticateCrossRealmCore() - - - Sets the stub of ServiceProxy`1.AuthenticateCrossRealmCore() - - - Sets the stub of ServiceProxy`1.AuthenticateDeviceCore() - - - Sets the stub of ServiceProxy`1.AuthenticateDeviceCore() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ServiceProxy`1.CloseChannel(Boolean forceClose) - - - Sets the stub of ServiceProxy`1.CloseChannel(Boolean forceClose) - - - Sets the stub of OrganizationServiceProxy.CreateCore(Entity entity) - - - Sets the stub of OrganizationServiceProxy.CreateCore(Entity entity) - - - Sets the stub of OrganizationServiceProxy.DeleteCore(String entityName, Guid id) - - - Sets the stub of OrganizationServiceProxy.DeleteCore(String entityName, Guid id) - - - Sets the stub of OrganizationServiceProxy.DisassociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the stub of OrganizationServiceProxy.DisassociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the stub of ServiceProxy`1.Dispose(Boolean disposing) - - - Sets the stub of ServiceProxy`1.Dispose(Boolean disposing) - - - Sets the stub of OrganizationServiceProxy.ExecuteCore(OrganizationRequest request) - - - Sets the stub of OrganizationServiceProxy.ExecuteCore(OrganizationRequest request) - - - Initializes a new instance of type StubOrganizationServiceProxy - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ServiceProxy`1.OnFactoryClosed(ChannelEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryClosed(ChannelEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryFaulted(ChannelFaultedEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryFaulted(ChannelFaultedEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryOpened(ChannelEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryOpened(ChannelEventArgs args) - - - Sets the stub of OrganizationServiceProxy.RetrieveCore(String entityName, Guid id, ColumnSet columnSet) - - - Sets the stub of OrganizationServiceProxy.RetrieveCore(String entityName, Guid id, ColumnSet columnSet) - - - Sets the stub of OrganizationServiceProxy.RetrieveMultipleCore(QueryBase query) - - - Sets the stub of OrganizationServiceProxy.RetrieveMultipleCore(QueryBase query) - - - Sets the stub of OrganizationServiceProxy.UpdateCore(Entity entity) - - - Sets the stub of OrganizationServiceProxy.UpdateCore(Entity entity) - - - Sets the stub of ServiceProxy`1.ValidateAuthentication() - - - Sets the stub of ServiceProxy`1.ValidateAuthentication() - - - Stub type of Microsoft.Xrm.Sdk.Client.ServiceChannel`1 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ServiceChannel`1.CreateChannel() - - - Sets the stub of ServiceChannel`1.CreateChannel() - - - Initializes a new instance of type StubServiceChannel - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ServiceChannel`1.OnChannelClosed(ChannelEventArgs args) - - - Sets the stub of ServiceChannel`1.OnChannelClosed(ChannelEventArgs args) - - - Sets the stub of ServiceChannel`1.OnChannelFaulted(ChannelFaultedEventArgs args) - - - Sets the stub of ServiceChannel`1.OnChannelFaulted(ChannelFaultedEventArgs args) - - - Sets the stub of ServiceChannel`1.OnChannelOpened(ChannelEventArgs args) - - - Sets the stub of ServiceChannel`1.OnChannelOpened(ChannelEventArgs args) - - - Stub type of Microsoft.Xrm.Sdk.Client.ServiceProxy`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of ServiceProxy`1.AuthenticateCore() - - - Sets the stub of ServiceProxy`1.AuthenticateCore() - - - Sets the stub of ServiceProxy`1.AuthenticateCrossRealmCore() - - - Sets the stub of ServiceProxy`1.AuthenticateCrossRealmCore() - - - Sets the stub of ServiceProxy`1.AuthenticateDeviceCore() - - - Sets the stub of ServiceProxy`1.AuthenticateDeviceCore() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ServiceProxy`1.CloseChannel(Boolean forceClose) - - - Sets the stub of ServiceProxy`1.CloseChannel(Boolean forceClose) - - - Sets the stub of ServiceProxy`1.Dispose(Boolean disposing) - - - Sets the stub of ServiceProxy`1.Dispose(Boolean disposing) - - - Initializes a new instance of type StubServiceProxy - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ServiceProxy`1.OnFactoryClosed(ChannelEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryClosed(ChannelEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryFaulted(ChannelFaultedEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryFaulted(ChannelFaultedEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryOpened(ChannelEventArgs args) - - - Sets the stub of ServiceProxy`1.OnFactoryOpened(ChannelEventArgs args) - - - Sets the stub of ServiceProxy`1.ValidateAuthentication() - - - Sets the stub of ServiceProxy`1.ValidateAuthentication() - - - Shim type of Microsoft.Xrm.Sdk.Discovery.ClientInfo - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ClientInfo.get_ClientType() - - - Sets the shim of ClientInfo.set_ClientType(ClientTypes value) - - - Sets the shim of ClientInfo.get_CrmVersion() - - - Sets the shim of ClientInfo.set_CrmVersion(String value) - - - Sets the shim of ClientInfo.get_LanguageCode() - - - Sets the shim of ClientInfo.set_LanguageCode(Int32 value) - - - Sets the shim of ClientInfo.get_OSVersion() - - - Sets the shim of ClientInfo.set_OSVersion(String value) - - - Sets the shim of ClientInfo.get_OfficeVersion() - - - Sets the shim of ClientInfo.set_OfficeVersion(String value) - - - Sets the shim of ClientInfo.get_OrganizationId() - - - Sets the shim of ClientInfo.set_OrganizationId(Guid value) - - - Sets the shim of ClientInfo.get_PatchIds() - - - Sets the shim of ClientInfo.set_PatchIds(Guid[] value) - - - Sets the shim of ClientInfo.get_UserId() - - - Sets the shim of ClientInfo.set_UserId(Guid value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ClientInfo.get_ClientType() - - - Sets the shim of ClientInfo.set_ClientType(ClientTypes value) - - - Sets the shim of ClientInfo.ClientInfo() - - - Sets the shim of ClientInfo.get_CrmVersion() - - - Sets the shim of ClientInfo.set_CrmVersion(String value) - - - Sets the shim of ClientInfo.get_LanguageCode() - - - Sets the shim of ClientInfo.set_LanguageCode(Int32 value) - - - Sets the shim of ClientInfo.get_OSVersion() - - - Sets the shim of ClientInfo.set_OSVersion(String value) - - - Sets the shim of ClientInfo.get_OfficeVersion() - - - Sets the shim of ClientInfo.set_OfficeVersion(String value) - - - Sets the shim of ClientInfo.get_OrganizationId() - - - Sets the shim of ClientInfo.set_OrganizationId(Guid value) - - - Sets the shim of ClientInfo.get_PatchIds() - - - Sets the shim of ClientInfo.set_PatchIds(Guid[] value) - - - Sets the shim of ClientInfo.get_UserId() - - - Sets the shim of ClientInfo.set_UserId(Guid value) - - - Shim type of Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ClientPatchInfo.get_Depth() - - - Sets the shim of ClientPatchInfo.set_Depth(Int32 value) - - - Sets the shim of ClientPatchInfo.get_Description() - - - Sets the shim of ClientPatchInfo.set_Description(String value) - - - Sets the shim of ClientPatchInfo.get_IsMandatory() - - - Sets the shim of ClientPatchInfo.set_IsMandatory(Boolean value) - - - Sets the shim of ClientPatchInfo.get_LinkId() - - - Sets the shim of ClientPatchInfo.set_LinkId(String value) - - - Sets the shim of ClientPatchInfo.get_PatchId() - - - Sets the shim of ClientPatchInfo.set_PatchId(Guid value) - - - Sets the shim of ClientPatchInfo.get_Title() - - - Sets the shim of ClientPatchInfo.set_Title(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ClientPatchInfo.ClientPatchInfo() - - - Sets the shim of ClientPatchInfo.get_Depth() - - - Sets the shim of ClientPatchInfo.set_Depth(Int32 value) - - - Sets the shim of ClientPatchInfo.get_Description() - - - Sets the shim of ClientPatchInfo.set_Description(String value) - - - Sets the shim of ClientPatchInfo.get_IsMandatory() - - - Sets the shim of ClientPatchInfo.set_IsMandatory(Boolean value) - - - Sets the shim of ClientPatchInfo.get_LinkId() - - - Sets the shim of ClientPatchInfo.set_LinkId(String value) - - - Sets the shim of ClientPatchInfo.get_PatchId() - - - Sets the shim of ClientPatchInfo.set_PatchId(Guid value) - - - Sets the shim of ClientPatchInfo.get_Title() - - - Sets the shim of ClientPatchInfo.set_Title(String value) - - - Shim type of Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DiscoveryRequest.get_ExtensionData() - - - Sets the shim of DiscoveryRequest.set_ExtensionData(ExtensionDataObject value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DiscoveryRequest.DiscoveryRequest() - - - Sets the shim of DiscoveryRequest.get_ExtensionData() - - - Sets the shim of DiscoveryRequest.set_ExtensionData(ExtensionDataObject value) - - - Shim type of Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DiscoveryResponse.get_ExtensionData() - - - Sets the shim of DiscoveryResponse.set_ExtensionData(ExtensionDataObject value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DiscoveryResponse.DiscoveryResponse() - - - Sets the shim of DiscoveryResponse.get_ExtensionData() - - - Sets the shim of DiscoveryResponse.set_ExtensionData(ExtensionDataObject value) - - - Shim type of Microsoft.Xrm.Sdk.Discovery.EndpointCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of EndpointCollection.EndpointCollection() - - - Shim type of Microsoft.Xrm.Sdk.Discovery.OrganizationDetail - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OrganizationDetail.get_Endpoints() - - - Sets the shim of OrganizationDetail.set_Endpoints(EndpointCollection value) - - - Sets the shim of OrganizationDetail.get_ExtensionData() - - - Sets the shim of OrganizationDetail.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of OrganizationDetail.get_FriendlyName() - - - Sets the shim of OrganizationDetail.set_FriendlyName(String value) - - - Sets the shim of OrganizationDetail.get_OrganizationId() - - - Sets the shim of OrganizationDetail.set_OrganizationId(Guid value) - - - Sets the shim of OrganizationDetail.get_OrganizationVersion() - - - Sets the shim of OrganizationDetail.set_OrganizationVersion(String value) - - - Sets the shim of OrganizationDetail.get_State() - - - Sets the shim of OrganizationDetail.set_State(OrganizationState value) - - - Sets the shim of OrganizationDetail.get_UniqueName() - - - Sets the shim of OrganizationDetail.set_UniqueName(String value) - - - Sets the shim of OrganizationDetail.get_UrlName() - - - Sets the shim of OrganizationDetail.set_UrlName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OrganizationDetail.OrganizationDetail() - - - Sets the shim of OrganizationDetail.get_Endpoints() - - - Sets the shim of OrganizationDetail.set_Endpoints(EndpointCollection value) - - - Sets the shim of OrganizationDetail.get_ExtensionData() - - - Sets the shim of OrganizationDetail.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of OrganizationDetail.get_FriendlyName() - - - Sets the shim of OrganizationDetail.set_FriendlyName(String value) - - - Sets the shim of OrganizationDetail.get_OrganizationId() - - - Sets the shim of OrganizationDetail.set_OrganizationId(Guid value) - - - Sets the shim of OrganizationDetail.get_OrganizationVersion() - - - Sets the shim of OrganizationDetail.set_OrganizationVersion(String value) - - - Sets the shim of OrganizationDetail.get_State() - - - Sets the shim of OrganizationDetail.set_State(OrganizationState value) - - - Sets the shim of OrganizationDetail.get_UniqueName() - - - Sets the shim of OrganizationDetail.set_UniqueName(String value) - - - Sets the shim of OrganizationDetail.get_UrlName() - - - Sets the shim of OrganizationDetail.set_UrlName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Discovery.OrganizationDetailCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of OrganizationDetailCollection.OrganizationDetailCollection() - - - Shim type of Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of RetrieveOrganizationRequest.get_AccessType() - - - Sets the shim of RetrieveOrganizationRequest.set_AccessType(EndpointAccessType value) - - - Define shims for all instances members - - - Sets the shim of RetrieveOrganizationRequest.get_AccessType() - - - Sets the shim of RetrieveOrganizationRequest.set_AccessType(EndpointAccessType value) - - - Sets the shim of RetrieveOrganizationRequest.get_Release() - - - Sets the shim of RetrieveOrganizationRequest.set_Release(OrganizationRelease value) - - - Sets the shim of RetrieveOrganizationRequest.get_UniqueName() - - - Sets the shim of RetrieveOrganizationRequest.set_UniqueName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveOrganizationRequest.RetrieveOrganizationRequest() - - - Sets the shim of RetrieveOrganizationRequest.get_Release() - - - Sets the shim of RetrieveOrganizationRequest.set_Release(OrganizationRelease value) - - - Sets the shim of RetrieveOrganizationRequest.get_UniqueName() - - - Sets the shim of RetrieveOrganizationRequest.set_UniqueName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveOrganizationResponse.get_Detail() - - - Sets the shim of RetrieveOrganizationResponse.set_Detail(OrganizationDetail value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveOrganizationResponse.RetrieveOrganizationResponse() - - - Sets the shim of RetrieveOrganizationResponse.get_Detail() - - - Sets the shim of RetrieveOrganizationResponse.set_Detail(OrganizationDetail value) - - - Shim type of Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of RetrieveOrganizationsRequest.get_AccessType() - - - Sets the shim of RetrieveOrganizationsRequest.set_AccessType(EndpointAccessType value) - - - Define shims for all instances members - - - Sets the shim of RetrieveOrganizationsRequest.get_AccessType() - - - Sets the shim of RetrieveOrganizationsRequest.set_AccessType(EndpointAccessType value) - - - Sets the shim of RetrieveOrganizationsRequest.get_IsInternalCrossGeoServerRequest() - - - Sets the shim of RetrieveOrganizationsRequest.set_IsInternalCrossGeoServerRequest(Boolean value) - - - Sets the shim of RetrieveOrganizationsRequest.get_Release() - - - Sets the shim of RetrieveOrganizationsRequest.set_Release(OrganizationRelease value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveOrganizationsRequest.RetrieveOrganizationsRequest() - - - Sets the shim of RetrieveOrganizationsRequest.get_IsInternalCrossGeoServerRequest() - - - Sets the shim of RetrieveOrganizationsRequest.set_IsInternalCrossGeoServerRequest(Boolean value) - - - Sets the shim of RetrieveOrganizationsRequest.get_Release() - - - Sets the shim of RetrieveOrganizationsRequest.set_Release(OrganizationRelease value) - - - Shim type of Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveOrganizationsResponse.get_Details() - - - Sets the shim of RetrieveOrganizationsResponse.set_Details(OrganizationDetailCollection value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveOrganizationsResponse.RetrieveOrganizationsResponse() - - - Sets the shim of RetrieveOrganizationsResponse.get_Details() - - - Sets the shim of RetrieveOrganizationsResponse.set_Details(OrganizationDetailCollection value) - - - Shim type of Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveUserIdByExternalIdRequest.get_ExternalId() - - - Sets the shim of RetrieveUserIdByExternalIdRequest.set_ExternalId(String value) - - - Sets the shim of RetrieveUserIdByExternalIdRequest.get_OrganizationId() - - - Sets the shim of RetrieveUserIdByExternalIdRequest.set_OrganizationId(Guid value) - - - Sets the shim of RetrieveUserIdByExternalIdRequest.get_OrganizationName() - - - Sets the shim of RetrieveUserIdByExternalIdRequest.set_OrganizationName(String value) - - - Sets the shim of RetrieveUserIdByExternalIdRequest.get_Release() - - - Sets the shim of RetrieveUserIdByExternalIdRequest.set_Release(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveUserIdByExternalIdRequest.RetrieveUserIdByExternalIdRequest() - - - Sets the shim of RetrieveUserIdByExternalIdRequest.get_ExternalId() - - - Sets the shim of RetrieveUserIdByExternalIdRequest.set_ExternalId(String value) - - - Sets the shim of RetrieveUserIdByExternalIdRequest.get_OrganizationId() - - - Sets the shim of RetrieveUserIdByExternalIdRequest.set_OrganizationId(Guid value) - - - Sets the shim of RetrieveUserIdByExternalIdRequest.get_OrganizationName() - - - Sets the shim of RetrieveUserIdByExternalIdRequest.set_OrganizationName(String value) - - - Sets the shim of RetrieveUserIdByExternalIdRequest.get_Release() - - - Sets the shim of RetrieveUserIdByExternalIdRequest.set_Release(String value) - - - Shim type of Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveUserIdByExternalIdResponse.get_UserId() - - - Sets the shim of RetrieveUserIdByExternalIdResponse.set_UserId(Guid value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveUserIdByExternalIdResponse.RetrieveUserIdByExternalIdResponse() - - - Sets the shim of RetrieveUserIdByExternalIdResponse.get_UserId() - - - Sets the shim of RetrieveUserIdByExternalIdResponse.set_UserId(Guid value) - - - Stub type of Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDiscoveryRequest - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDiscoveryResponse - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.Discovery.IDiscoveryService - - - Initializes a new instance of type StubIDiscoveryService - - - Sets the stub of IDiscoveryService.Execute(DiscoveryRequest request) - - - Sets the stub of IDiscoveryService.Execute(DiscoveryRequest request) - - - Shim type of Microsoft.Xrm.Sdk.AliasedValue - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of AliasedValue.get_AttributeLogicalName() - - - Sets the shim of AliasedValue.set_AttributeLogicalName(String value) - - - Sets the shim of AliasedValue.get_EntityLogicalName() - - - Sets the shim of AliasedValue.set_EntityLogicalName(String value) - - - Sets the shim of AliasedValue.get_ExtensionData() - - - Sets the shim of AliasedValue.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of AliasedValue.get_NeedFormatting() - - - Sets the shim of AliasedValue.set_NeedFormatting(Boolean value) - - - Sets the shim of AliasedValue.get_ReturnType() - - - Sets the shim of AliasedValue.set_ReturnType(Int32 value) - - - Sets the shim of AliasedValue.get_Value() - - - Sets the shim of AliasedValue.set_Value(Object value) - - - Sets the shim of AliasedValue.get_AttributeLogicalName() - - - Sets the shim of AliasedValue.set_AttributeLogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of AliasedValue.AliasedValue() - - - Sets the shim of AliasedValue.AliasedValue(String entityLogicalName, String attributeLogicalName, Object value) - - - Sets the shim of AliasedValue.get_EntityLogicalName() - - - Sets the shim of AliasedValue.set_EntityLogicalName(String value) - - - Sets the shim of AliasedValue.get_ExtensionData() - - - Sets the shim of AliasedValue.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of AliasedValue.GetKnownAliasedValueTypes() - - - Sets the shim of AliasedValue.get_NeedFormatting() - - - Sets the shim of AliasedValue.set_NeedFormatting(Boolean value) - - - Sets the shim of AliasedValue.get_ReturnType() - - - Sets the shim of AliasedValue.set_ReturnType(Int32 value) - - - Sets the shim of AliasedValue.get_Value() - - - Sets the shim of AliasedValue.set_Value(Object value) - - - Shim type of Microsoft.Xrm.Sdk.AttributeCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of AttributeCollection.AttributeCollection() - - - Sets the shim of AttributeCollection.GetKnownParameterTypes() - - - Shim type of Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of AttributeLogicalNameAttribute.get_LogicalName() - - - Sets the shim of AttributeLogicalNameAttribute.set_LogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of AttributeLogicalNameAttribute.AttributeLogicalNameAttribute(String logicalName) - - - Sets the shim of AttributeLogicalNameAttribute.get_LogicalName() - - - Sets the shim of AttributeLogicalNameAttribute.set_LogicalName(String value) - - - Shim type of Microsoft.Xrm.Sdk.AttributeMapping - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of AttributeMapping.get_AllowedSyncDirection() - - - Sets the shim of AttributeMapping.set_AllowedSyncDirection(Int32 value) - - - Sets the shim of AttributeMapping.get_AttributeCrmDisplayName() - - - Sets the shim of AttributeMapping.set_AttributeCrmDisplayName(String value) - - - Sets the shim of AttributeMapping.get_AttributeCrmName() - - - Sets the shim of AttributeMapping.set_AttributeCrmName(String value) - - - Sets the shim of AttributeMapping.get_AttributeExchangeDisplayName() - - - Sets the shim of AttributeMapping.set_AttributeExchangeDisplayName(String value) - - - Sets the shim of AttributeMapping.get_AttributeExchangeName() - - - Sets the shim of AttributeMapping.set_AttributeExchangeName(String value) - - - Sets the shim of AttributeMapping.get_AttributeMappingId() - - - Sets the shim of AttributeMapping.set_AttributeMappingId(Guid value) - - - Sets the shim of AttributeMapping.get_ComputedProperties() - - - Sets the shim of AttributeMapping.set_ComputedProperties(Collection`1<String> value) - - - Sets the shim of AttributeMapping.get_DefaultSyncDirection() - - - Sets the shim of AttributeMapping.set_DefaultSyncDirection(Int32 value) - - - Sets the shim of AttributeMapping.get_EntityTypeCode() - - - Sets the shim of AttributeMapping.set_EntityTypeCode(Int32 value) - - - Sets the shim of AttributeMapping.System.Runtime.Serialization.IExtensibleDataObject.get_ExtensionData() - - - Sets the shim of AttributeMapping.System.Runtime.Serialization.IExtensibleDataObject.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of AttributeMapping.get_IsComputed() - - - Sets the shim of AttributeMapping.set_IsComputed(Boolean value) - - - Sets the shim of AttributeMapping.get_MappingName() - - - Sets the shim of AttributeMapping.set_MappingName(String value) - - - Sets the shim of AttributeMapping.get_SyncDirection() - - - Sets the shim of AttributeMapping.set_SyncDirection(Int32 value) - - - Sets the shim of AttributeMapping.get_AllowedSyncDirection() - - - Sets the shim of AttributeMapping.set_AllowedSyncDirection(Int32 value) - - - Sets the shim of AttributeMapping.get_AttributeCrmDisplayName() - - - Sets the shim of AttributeMapping.set_AttributeCrmDisplayName(String value) - - - Sets the shim of AttributeMapping.get_AttributeCrmName() - - - Sets the shim of AttributeMapping.set_AttributeCrmName(String value) - - - Sets the shim of AttributeMapping.get_AttributeExchangeDisplayName() - - - Sets the shim of AttributeMapping.set_AttributeExchangeDisplayName(String value) - - - Sets the shim of AttributeMapping.get_AttributeExchangeName() - - - Sets the shim of AttributeMapping.set_AttributeExchangeName(String value) - - - Sets the shim of AttributeMapping.get_AttributeMappingId() - - - Sets the shim of AttributeMapping.set_AttributeMappingId(Guid value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of AttributeMapping.get_ComputedProperties() - - - Sets the shim of AttributeMapping.set_ComputedProperties(Collection`1<String> value) - - - Sets the shim of AttributeMapping.AttributeMapping() - - - Sets the shim of AttributeMapping.AttributeMapping(Guid attributeMappingId, String mappingName, String attributeCrmName, String attributeExchangeName, Int32 entityTypeCode, Int32 syncDirection, Int32 defaultSyncDirection, Int32 allowedSyncDirection, Boolean isComputed, Collection`1<String> computedProperties, String attributeCrmDisplayName, String attributeExchangeDisplayName) - - - Sets the shim of AttributeMapping.get_DefaultSyncDirection() - - - Sets the shim of AttributeMapping.set_DefaultSyncDirection(Int32 value) - - - Sets the shim of AttributeMapping.get_EntityTypeCode() - - - Sets the shim of AttributeMapping.set_EntityTypeCode(Int32 value) - - - Sets the shim of AttributeMapping.System.Runtime.Serialization.IExtensibleDataObject.get_ExtensionData() - - - Sets the shim of AttributeMapping.System.Runtime.Serialization.IExtensibleDataObject.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of AttributeMapping.get_IsComputed() - - - Sets the shim of AttributeMapping.set_IsComputed(Boolean value) - - - Sets the shim of AttributeMapping.get_MappingName() - - - Sets the shim of AttributeMapping.set_MappingName(String value) - - - Sets the shim of AttributeMapping.get_SyncDirection() - - - Sets the shim of AttributeMapping.set_SyncDirection(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.AttributeMappingCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of AttributeMappingCollection.AttributeMappingCollection() - - - Sets the shim of AttributeMappingCollection.AttributeMappingCollection(IList`1<AttributeMapping> list) - - - Shim type of Microsoft.Xrm.Sdk.AttributePrivilege - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of AttributePrivilege.get_AttributeId() - - - Sets the shim of AttributePrivilege.set_AttributeId(Guid value) - - - Sets the shim of AttributePrivilege.get_CanCreate() - - - Sets the shim of AttributePrivilege.set_CanCreate(Int32 value) - - - Sets the shim of AttributePrivilege.get_CanRead() - - - Sets the shim of AttributePrivilege.set_CanRead(Int32 value) - - - Sets the shim of AttributePrivilege.get_CanUpdate() - - - Sets the shim of AttributePrivilege.set_CanUpdate(Int32 value) - - - Sets the shim of AttributePrivilege.get_ExtensionData() - - - Sets the shim of AttributePrivilege.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of AttributePrivilege.get_AttributeId() - - - Sets the shim of AttributePrivilege.set_AttributeId(Guid value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of AttributePrivilege.get_CanCreate() - - - Sets the shim of AttributePrivilege.set_CanCreate(Int32 value) - - - Sets the shim of AttributePrivilege.get_CanRead() - - - Sets the shim of AttributePrivilege.set_CanRead(Int32 value) - - - Sets the shim of AttributePrivilege.get_CanUpdate() - - - Sets the shim of AttributePrivilege.set_CanUpdate(Int32 value) - - - Sets the shim of AttributePrivilege.AttributePrivilege() - - - Sets the shim of AttributePrivilege.AttributePrivilege(Guid attributeId, Int32 canCreate, Int32 canRead, Int32 canUpdate) - - - Sets the shim of AttributePrivilege.get_ExtensionData() - - - Sets the shim of AttributePrivilege.set_ExtensionData(ExtensionDataObject value) - - - Shim type of Microsoft.Xrm.Sdk.AttributePrivilegeCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of AttributePrivilegeCollection.AttributePrivilegeCollection() - - - Sets the shim of AttributePrivilegeCollection.AttributePrivilegeCollection(IList`1<AttributePrivilege> list) - - - Shim type of Microsoft.Xrm.Sdk.BaseServiceFault - - - Initializes a new shim for the given instance - - - Sets the shim of BaseServiceFault.get_ActivityId() - - - Sets the shim of BaseServiceFault.set_ActivityId(Guid value) - - - Define shims for all instances members - - - Sets the shim of BaseServiceFault.get_ActivityId() - - - Sets the shim of BaseServiceFault.set_ActivityId(Guid value) - - - Sets the shim of BaseServiceFault.get_ErrorCode() - - - Sets the shim of BaseServiceFault.set_ErrorCode(Int32 value) - - - Sets the shim of BaseServiceFault.get_ErrorDetails() - - - Sets the shim of BaseServiceFault.set_ErrorDetails(ErrorDetailCollection value) - - - Sets the shim of BaseServiceFault.get_ExtensionData() - - - Sets the shim of BaseServiceFault.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of BaseServiceFault.get_InnerServiceFault() - - - Sets the shim of BaseServiceFault.set_InnerServiceFault(BaseServiceFault value) - - - Sets the shim of BaseServiceFault.get_Message() - - - Sets the shim of BaseServiceFault.set_Message(String value) - - - Sets the shim of BaseServiceFault.get_Timestamp() - - - Sets the shim of BaseServiceFault.set_Timestamp(DateTime value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of BaseServiceFault.BaseServiceFault() - - - Sets the shim of BaseServiceFault.get_ErrorCode() - - - Sets the shim of BaseServiceFault.set_ErrorCode(Int32 value) - - - Sets the shim of BaseServiceFault.get_ErrorDetails() - - - Sets the shim of BaseServiceFault.set_ErrorDetails(ErrorDetailCollection value) - - - Sets the shim of BaseServiceFault.get_ExtensionData() - - - Sets the shim of BaseServiceFault.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of BaseServiceFault.get_InnerServiceFault() - - - Sets the shim of BaseServiceFault.set_InnerServiceFault(BaseServiceFault value) - - - Sets the shim of BaseServiceFault.get_Message() - - - Sets the shim of BaseServiceFault.set_Message(String value) - - - Sets the shim of BaseServiceFault.get_Timestamp() - - - Sets the shim of BaseServiceFault.set_Timestamp(DateTime value) - - - Shim type of Microsoft.Xrm.Sdk.BooleanManagedProperty - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of BooleanManagedProperty.BooleanManagedProperty() - - - Sets the shim of BooleanManagedProperty.BooleanManagedProperty(Boolean value) - - - Sets the shim of BooleanManagedProperty.BooleanManagedProperty(Boolean value, String logicalName) - - - Shim type of Microsoft.Xrm.Sdk.BusinessEntityChanges - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of BusinessEntityChanges.get_Changes() - - - Sets the shim of BusinessEntityChanges.set_Changes(BusinessEntityChangesCollection value) - - - Sets the shim of BusinessEntityChanges.get_DataToken() - - - Sets the shim of BusinessEntityChanges.set_DataToken(String value) - - - Sets the shim of BusinessEntityChanges.get_ExtensionData() - - - Sets the shim of BusinessEntityChanges.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of BusinessEntityChanges.get_MoreRecords() - - - Sets the shim of BusinessEntityChanges.set_MoreRecords(Boolean value) - - - Sets the shim of BusinessEntityChanges.get_PagingCookie() - - - Sets the shim of BusinessEntityChanges.set_PagingCookie(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of BusinessEntityChanges.get_Changes() - - - Sets the shim of BusinessEntityChanges.set_Changes(BusinessEntityChangesCollection value) - - - Sets the shim of BusinessEntityChanges.BusinessEntityChanges() - - - Sets the shim of BusinessEntityChanges.get_DataToken() - - - Sets the shim of BusinessEntityChanges.set_DataToken(String value) - - - Sets the shim of BusinessEntityChanges.get_ExtensionData() - - - Sets the shim of BusinessEntityChanges.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of BusinessEntityChanges.get_MoreRecords() - - - Sets the shim of BusinessEntityChanges.set_MoreRecords(Boolean value) - - - Sets the shim of BusinessEntityChanges.get_PagingCookie() - - - Sets the shim of BusinessEntityChanges.set_PagingCookie(String value) - - - Shim type of Microsoft.Xrm.Sdk.BusinessEntityChangesCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of BusinessEntityChangesCollection.BusinessEntityChangesCollection() - - - Sets the shim of BusinessEntityChangesCollection.BusinessEntityChangesCollection(IList`1<IChangedItem> list) - - - Shim type of Microsoft.Xrm.Sdk.CallerImpersonationScope - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CallerImpersonationScope.Dispose() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CallerImpersonationScope.CallerImpersonationScope(IOrganizationService service, Guid callerId) - - - Sets the shim of CallerImpersonationScope.Dispose() - - - Shim type of Microsoft.Xrm.Sdk.ClaimTypes - - - Initializes a new shim instance - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ClaimTypes.ClaimTypes() - - - Shim type of Microsoft.Xrm.Sdk.DataCollection`1 - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of DataCollection`1.AddRange(IEnumerable`1<!0> items) - - - Sets the shim of DataCollection`1.AddRange(!0[] items) - - - Define shims for all instances members - - - Sets the shim of DataCollection`1.AddRange(IEnumerable`1<!0> items) - - - Sets the shim of DataCollection`1.AddRange(!0[] items) - - - Sets the shim of DataCollection`1.ToArray() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of DataCollection`1.DataCollection`1() - - - Sets the shim of DataCollection`1.DataCollection`1(IList`1<!0> list) - - - Sets the shim of DataCollection`1.ToArray() - - - Shim type of Microsoft.Xrm.Sdk.DataCollection`2 - - - Initializes a new shim for the given instance - - - Sets the shim of DataCollection`2.Add(KeyValuePair`2<!0,!1> item) - - - Sets the shim of DataCollection`2.AddRange(IEnumerable`1<KeyValuePair`2<!0,!1>> items) - - - Sets the shim of DataCollection`2.AddRange(KeyValuePair`2<!0,!1>[] items) - - - Sets the shim of DataCollection`2.Add(!0 key, !1 value) - - - Define shims for all instances members - - - Sets the shim of DataCollection`2.Add(KeyValuePair`2<!0,!1> item) - - - Sets the shim of DataCollection`2.AddRange(IEnumerable`1<KeyValuePair`2<!0,!1>> items) - - - Sets the shim of DataCollection`2.AddRange(KeyValuePair`2<!0,!1>[] items) - - - Sets the shim of DataCollection`2.Add(!0 key, !1 value) - - - Sets the shim of DataCollection`2.CheckIsReadOnly() - - - Sets the shim of DataCollection`2.Clear() - - - Sets the shim of DataCollection`2.ClearInternal() - - - Sets the shim of DataCollection`2.ContainsKey(!0 key) - - - Sets the shim of DataCollection`2.Contains(KeyValuePair`2<!0,!1> key) - - - Sets the shim of DataCollection`2.Contains(!0 key) - - - Sets the shim of DataCollection`2.CopyTo(KeyValuePair`2<!0,!1>[] array, Int32 arrayIndex) - - - Sets the shim of DataCollection`2.get_Count() - - - Sets the shim of DataCollection`2.GetEnumerator() - - - Sets the shim of DataCollection`2.get_IsReadOnly() - - - Sets the shim of DataCollection`2.set_IsReadOnly(Boolean value) - - - Sets the shim of DataCollection`2.get_Item(!0 key) - - - Sets the shim of DataCollection`2.set_Item(!0 key, !1 value) - - - Sets the shim of DataCollection`2.get_Keys() - - - Sets the shim of DataCollection`2.RemoveInternal(!0 key) - - - Sets the shim of DataCollection`2.Remove(KeyValuePair`2<!0,!1> item) - - - Sets the shim of DataCollection`2.Remove(!0 key) - - - Sets the shim of DataCollection`2.SetItemInternal(!0 key, !1 value) - - - Sets the shim of DataCollection`2.System.Collections.IEnumerable.GetEnumerator() - - - Sets the shim of DataCollection`2.TryGetValue(!0 key, !1& value) - - - Sets the shim of DataCollection`2.get_Values() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of DataCollection`2.CheckIsReadOnly() - - - Sets the shim of DataCollection`2.Clear() - - - Sets the shim of DataCollection`2.ClearInternal() - - - Sets the shim of DataCollection`2.DataCollection`2() - - - Sets the shim of DataCollection`2.ContainsKey(!0 key) - - - Sets the shim of DataCollection`2.Contains(KeyValuePair`2<!0,!1> key) - - - Sets the shim of DataCollection`2.Contains(!0 key) - - - Sets the shim of DataCollection`2.CopyTo(KeyValuePair`2<!0,!1>[] array, Int32 arrayIndex) - - - Sets the shim of DataCollection`2.get_Count() - - - Sets the shim of DataCollection`2.GetEnumerator() - - - Sets the shim of DataCollection`2.GetKnownParameterTypes() - - - Sets the shim of DataCollection`2.get_IsReadOnly() - - - Sets the shim of DataCollection`2.set_IsReadOnly(Boolean value) - - - Sets the shim of DataCollection`2.get_Item(!0 key) - - - Sets the shim of DataCollection`2.set_Item(!0 key, !1 value) - - - Sets the shim of DataCollection`2.get_Keys() - - - Sets the shim of DataCollection`2.RemoveInternal(!0 key) - - - Sets the shim of DataCollection`2.Remove(KeyValuePair`2<!0,!1> item) - - - Sets the shim of DataCollection`2.Remove(!0 key) - - - Sets the shim of DataCollection`2.SetItemInternal(!0 key, !1 value) - - - Sets the shim of DataCollection`2.System.Collections.IEnumerable.GetEnumerator() - - - Sets the shim of DataCollection`2.TryGetValue(!0 key, !1& value) - - - Sets the shim of DataCollection`2.get_Values() - - - Shim type of Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DateTimeBehaviorConversionRule.Equals(Object obj) - - - Sets the shim of DateTimeBehaviorConversionRule.GetHashCode() - - - Sets the shim of DateTimeBehaviorConversionRule.ValueExistsInList(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DateTimeBehaviorConversionRule.DateTimeBehaviorConversionRule() - - - Sets the shim of DateTimeBehaviorConversionRule.op_Equality(DateTimeBehaviorConversionRule conversionRuleA, DateTimeBehaviorConversionRule conversionRuleB) - - - Sets the shim of DateTimeBehaviorConversionRule.Equals(Object obj) - - - Sets the shim of DateTimeBehaviorConversionRule.GetHashCode() - - - Sets the shim of DateTimeBehaviorConversionRule.op_Implicit(String conversionRule) - - - Sets the shim of DateTimeBehaviorConversionRule.op_Inequality(DateTimeBehaviorConversionRule conversionRuleA, DateTimeBehaviorConversionRule conversionRuleB) - - - Sets the shim of DateTimeBehaviorConversionRule.DateTimeBehaviorConversionRule() - - - Sets the shim of DateTimeBehaviorConversionRule.ValueExistsInList(String value) - - - Shim type of Microsoft.Xrm.Sdk.DiscoveryServiceFault - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DiscoveryServiceFault.get_InnerFault() - - - Sets the shim of DiscoveryServiceFault.set_InnerFault(DiscoveryServiceFault value) - - - Sets the shim of DiscoveryServiceFault.get_InnerServiceFault() - - - Sets the shim of DiscoveryServiceFault.set_InnerServiceFault(BaseServiceFault value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DiscoveryServiceFault.DiscoveryServiceFault() - - - Sets the shim of DiscoveryServiceFault.get_InnerFault() - - - Sets the shim of DiscoveryServiceFault.set_InnerFault(DiscoveryServiceFault value) - - - Sets the shim of DiscoveryServiceFault.get_InnerServiceFault() - - - Sets the shim of DiscoveryServiceFault.set_InnerServiceFault(BaseServiceFault value) - - - Shim type of Microsoft.Xrm.Sdk.EmailEngagementAggregate - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of EmailEngagementAggregate.get_TotalAttachmentOpens() - - - Sets the shim of EmailEngagementAggregate.set_TotalAttachmentOpens(Int32 value) - - - Sets the shim of EmailEngagementAggregate.get_TotalEmailOpens() - - - Sets the shim of EmailEngagementAggregate.set_TotalEmailOpens(Int32 value) - - - Sets the shim of EmailEngagementAggregate.get_TotalEmailReplies() - - - Sets the shim of EmailEngagementAggregate.set_TotalEmailReplies(Int32 value) - - - Sets the shim of EmailEngagementAggregate.get_TotalEmails() - - - Sets the shim of EmailEngagementAggregate.set_TotalEmails(Int32 value) - - - Sets the shim of EmailEngagementAggregate.get_TotalFollowedEmails() - - - Sets the shim of EmailEngagementAggregate.set_TotalFollowedEmails(Int32 value) - - - Sets the shim of EmailEngagementAggregate.get_TotalLinkClicks() - - - Sets the shim of EmailEngagementAggregate.set_TotalLinkClicks(Int32 value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of EmailEngagementAggregate.EmailEngagementAggregate() - - - Sets the shim of EmailEngagementAggregate.get_TotalAttachmentOpens() - - - Sets the shim of EmailEngagementAggregate.set_TotalAttachmentOpens(Int32 value) - - - Sets the shim of EmailEngagementAggregate.get_TotalEmailOpens() - - - Sets the shim of EmailEngagementAggregate.set_TotalEmailOpens(Int32 value) - - - Sets the shim of EmailEngagementAggregate.get_TotalEmailReplies() - - - Sets the shim of EmailEngagementAggregate.set_TotalEmailReplies(Int32 value) - - - Sets the shim of EmailEngagementAggregate.get_TotalEmails() - - - Sets the shim of EmailEngagementAggregate.set_TotalEmails(Int32 value) - - - Sets the shim of EmailEngagementAggregate.get_TotalFollowedEmails() - - - Sets the shim of EmailEngagementAggregate.set_TotalFollowedEmails(Int32 value) - - - Sets the shim of EmailEngagementAggregate.get_TotalLinkClicks() - - - Sets the shim of EmailEngagementAggregate.set_TotalLinkClicks(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.Entity - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of Entity.get_Attributes() - - - Sets the shim of Entity.set_Attributes(AttributeCollection value) - - - Sets the shim of Entity.CheckIsReadOnly(String propertyName) - - - Sets the shim of Entity.Contains(String attributeName) - - - Sets the shim of Entity.get_EntityState() - - - Sets the shim of Entity.set_EntityState(Nullable`1<EntityState> value) - - - Sets the shim of Entity.get_ExtensionData() - - - Sets the shim of Entity.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of Entity.get_FormattedValues() - - - Sets the shim of Entity.set_FormattedValues(FormattedValueCollection value) - - - Sets the shim of Entity.GetAttributeValue(String attributeLogicalName) - - - Sets the shim of Entity.GetAttributeValue(String attributeLogicalName) - - - Sets the shim of Entity.GetFormattedAttributeValue(String attributeLogicalName) - - - Sets the shim of Entity.GetRelatedEntities(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole) - - - Sets the shim of Entity.GetRelatedEntity(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole) - - - Sets the shim of Entity.get_Id() - - - Sets the shim of Entity.set_Id(Guid value) - - - Sets the shim of Entity.get_IsReadOnly() - - - Sets the shim of Entity.set_IsReadOnly(Boolean value) - - - Sets the shim of Entity.get_Item(String attributeName) - - - Sets the shim of Entity.set_Item(String attributeName, Object value) - - - Sets the shim of Entity.get_KeyAttributes() - - - Sets the shim of Entity.set_KeyAttributes(KeyAttributeCollection value) - - - Sets the shim of Entity.get_LogicalName() - - - Sets the shim of Entity.set_LogicalName(String value) - - - Sets the shim of Entity.get_RelatedEntities() - - - Sets the shim of Entity.set_RelatedEntities(RelatedEntityCollection value) - - - Sets the shim of Entity.get_RowVersion() - - - Sets the shim of Entity.set_RowVersion(String value) - - - Sets the shim of Entity.SetAttributeValue(String attributeLogicalName, Object value) - - - Sets the shim of Entity.SetEntityStateInternal(Nullable`1<EntityState> entityState) - - - Sets the shim of Entity.SetLogicalNameInternal(String logicalName) - - - Sets the shim of Entity.SetRelatedEntitiesInternal(RelatedEntityCollection relatedEntities) - - - Sets the shim of Entity.SetRelatedEntities(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole, IEnumerable`1<!!0> entities) - - - Sets the shim of Entity.SetRelatedEntity(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole, !!0 entity) - - - Sets the shim of Entity.ShallowCopyTo(Entity target) - - - Sets the shim of Entity.ToEntity() - - - Sets the shim of Entity.ToEntityReference() - - - Sets the shim of Entity.get_Attributes() - - - Sets the shim of Entity.set_Attributes(AttributeCollection value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of Entity.CheckIsReadOnly(String propertyName) - - - Sets the shim of Entity.Entity() - - - Sets the shim of Entity.Entity(String entityName) - - - Sets the shim of Entity.Entity(String entityName, Guid id) - - - Sets the shim of Entity.Entity(String entityName, KeyAttributeCollection keyAttributes) - - - Sets the shim of Entity.Entity(String entityName, String keyName, Object keyValue) - - - Sets the shim of Entity.Contains(String attributeName) - - - Sets the shim of Entity.get_EntityState() - - - Sets the shim of Entity.set_EntityState(Nullable`1<EntityState> value) - - - Sets the shim of Entity.get_ExtensionData() - - - Sets the shim of Entity.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of Entity.get_FormattedValues() - - - Sets the shim of Entity.set_FormattedValues(FormattedValueCollection value) - - - Sets the shim of Entity.GetAttributeValue(String attributeLogicalName) - - - Sets the shim of Entity.GetAttributeValue(String attributeLogicalName) - - - Sets the shim of Entity.GetFormattedAttributeValue(String attributeLogicalName) - - - Sets the shim of Entity.GetRelatedEntities(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole) - - - Sets the shim of Entity.GetRelatedEntity(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole) - - - Sets the shim of Entity.get_Id() - - - Sets the shim of Entity.set_Id(Guid value) - - - Sets the shim of Entity.get_IsReadOnly() - - - Sets the shim of Entity.set_IsReadOnly(Boolean value) - - - Sets the shim of Entity.get_Item(String attributeName) - - - Sets the shim of Entity.set_Item(String attributeName, Object value) - - - Sets the shim of Entity.get_KeyAttributes() - - - Sets the shim of Entity.set_KeyAttributes(KeyAttributeCollection value) - - - Sets the shim of Entity.get_LogicalName() - - - Sets the shim of Entity.set_LogicalName(String value) - - - Sets the shim of Entity.get_RelatedEntities() - - - Sets the shim of Entity.set_RelatedEntities(RelatedEntityCollection value) - - - Sets the shim of Entity.get_RowVersion() - - - Sets the shim of Entity.set_RowVersion(String value) - - - Sets the shim of Entity.SetAttributeValue(String attributeLogicalName, Object value) - - - Sets the shim of Entity.SetEntityStateInternal(Nullable`1<EntityState> entityState) - - - Sets the shim of Entity.SetLogicalNameInternal(String logicalName) - - - Sets the shim of Entity.SetRelatedEntitiesInternal(RelatedEntityCollection relatedEntities) - - - Sets the shim of Entity.SetRelatedEntities(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole, IEnumerable`1<!!0> entities) - - - Sets the shim of Entity.SetRelatedEntity(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole, !!0 entity) - - - Sets the shim of Entity.ShallowCopyTo(Entity target) - - - Sets the shim of Entity.ToEntity() - - - Sets the shim of Entity.ToEntityReference() - - - Sets the shim of Entity.<SetRelatedEntities>b__6(!!0 entity) - - - Shim type of Microsoft.Xrm.Sdk.EntityAttributeCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of EntityAttributeCollection.EntityAttributeCollection() - - - Shim type of Microsoft.Xrm.Sdk.EntityCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of EntityCollection.CheckIsReadOnly() - - - Sets the shim of EntityCollection.get_Entities() - - - Sets the shim of EntityCollection.set_Entities(DataCollection`1<Entity> value) - - - Sets the shim of EntityCollection.get_EntityName() - - - Sets the shim of EntityCollection.set_EntityName(String value) - - - Sets the shim of EntityCollection.get_ExtensionData() - - - Sets the shim of EntityCollection.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of EntityCollection.get_IsReadOnly() - - - Sets the shim of EntityCollection.set_IsReadOnly(Boolean value) - - - Sets the shim of EntityCollection.get_Item(Int32 index) - - - Sets the shim of EntityCollection.set_Item(Int32 index, Entity value) - - - Sets the shim of EntityCollection.get_MinActiveRowVersion() - - - Sets the shim of EntityCollection.set_MinActiveRowVersion(String value) - - - Sets the shim of EntityCollection.get_MoreRecords() - - - Sets the shim of EntityCollection.set_MoreRecords(Boolean value) - - - Sets the shim of EntityCollection.get_PagingCookie() - - - Sets the shim of EntityCollection.set_PagingCookie(String value) - - - Sets the shim of EntityCollection.get_TotalRecordCount() - - - Sets the shim of EntityCollection.get_TotalRecordCountLimitExceeded() - - - Sets the shim of EntityCollection.set_TotalRecordCountLimitExceeded(Boolean value) - - - Sets the shim of EntityCollection.set_TotalRecordCount(Int32 value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of EntityCollection.CheckIsReadOnly() - - - Sets the shim of EntityCollection.EntityCollection() - - - Sets the shim of EntityCollection.EntityCollection(IList`1<Entity> list) - - - Sets the shim of EntityCollection.get_Entities() - - - Sets the shim of EntityCollection.set_Entities(DataCollection`1<Entity> value) - - - Sets the shim of EntityCollection.get_EntityName() - - - Sets the shim of EntityCollection.set_EntityName(String value) - - - Sets the shim of EntityCollection.get_ExtensionData() - - - Sets the shim of EntityCollection.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of EntityCollection.get_IsReadOnly() - - - Sets the shim of EntityCollection.set_IsReadOnly(Boolean value) - - - Sets the shim of EntityCollection.get_Item(Int32 index) - - - Sets the shim of EntityCollection.set_Item(Int32 index, Entity value) - - - Sets the shim of EntityCollection.get_MinActiveRowVersion() - - - Sets the shim of EntityCollection.set_MinActiveRowVersion(String value) - - - Sets the shim of EntityCollection.get_MoreRecords() - - - Sets the shim of EntityCollection.set_MoreRecords(Boolean value) - - - Sets the shim of EntityCollection.get_PagingCookie() - - - Sets the shim of EntityCollection.set_PagingCookie(String value) - - - Sets the shim of EntityCollection.get_TotalRecordCount() - - - Sets the shim of EntityCollection.get_TotalRecordCountLimitExceeded() - - - Sets the shim of EntityCollection.set_TotalRecordCountLimitExceeded(Boolean value) - - - Sets the shim of EntityCollection.set_TotalRecordCount(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.EntityImageCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of EntityImageCollection.EntityImageCollection() - - - Shim type of Microsoft.Xrm.Sdk.EntityReference - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of EntityReference.Equals(Object obj) - - - Sets the shim of EntityReference.get_ExtensionData() - - - Sets the shim of EntityReference.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of EntityReference.GetHashCode() - - - Sets the shim of EntityReference.get_Id() - - - Sets the shim of EntityReference.set_Id(Guid value) - - - Sets the shim of EntityReference.get_KeyAttributes() - - - Sets the shim of EntityReference.set_KeyAttributes(KeyAttributeCollection value) - - - Sets the shim of EntityReference.get_LogicalName() - - - Sets the shim of EntityReference.set_LogicalName(String value) - - - Sets the shim of EntityReference.get_Name() - - - Sets the shim of EntityReference.set_Name(String value) - - - Sets the shim of EntityReference.get_RowVersion() - - - Sets the shim of EntityReference.set_RowVersion(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of EntityReference.EntityReference() - - - Sets the shim of EntityReference.EntityReference(String logicalName) - - - Sets the shim of EntityReference.EntityReference(String logicalName, Guid id) - - - Sets the shim of EntityReference.EntityReference(String logicalName, KeyAttributeCollection keyAttributeCollection) - - - Sets the shim of EntityReference.EntityReference(String logicalName, String keyName, Object keyValue) - - - Sets the shim of EntityReference.Equals(Object obj) - - - Sets the shim of EntityReference.get_ExtensionData() - - - Sets the shim of EntityReference.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of EntityReference.GetHashCode() - - - Sets the shim of EntityReference.get_Id() - - - Sets the shim of EntityReference.set_Id(Guid value) - - - Sets the shim of EntityReference.get_KeyAttributes() - - - Sets the shim of EntityReference.set_KeyAttributes(KeyAttributeCollection value) - - - Sets the shim of EntityReference.get_LogicalName() - - - Sets the shim of EntityReference.set_LogicalName(String value) - - - Sets the shim of EntityReference.get_Name() - - - Sets the shim of EntityReference.set_Name(String value) - - - Sets the shim of EntityReference.get_RowVersion() - - - Sets the shim of EntityReference.set_RowVersion(String value) - - - Shim type of Microsoft.Xrm.Sdk.EntityReferenceCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of EntityReferenceCollection.EntityReferenceCollection() - - - Sets the shim of EntityReferenceCollection.EntityReferenceCollection(IList`1<EntityReference> list) - - - Shim type of Microsoft.Xrm.Sdk.ErrorDetailCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of ErrorDetailCollection.ErrorDetailCollection() - - - Shim type of Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ExecuteMultipleResponseItem.get_ExtensionData() - - - Sets the shim of ExecuteMultipleResponseItem.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of ExecuteMultipleResponseItem.get_Fault() - - - Sets the shim of ExecuteMultipleResponseItem.set_Fault(OrganizationServiceFault value) - - - Sets the shim of ExecuteMultipleResponseItem.get_RequestIndex() - - - Sets the shim of ExecuteMultipleResponseItem.set_RequestIndex(Int32 value) - - - Sets the shim of ExecuteMultipleResponseItem.get_Response() - - - Sets the shim of ExecuteMultipleResponseItem.set_Response(OrganizationResponse value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ExecuteMultipleResponseItem.ExecuteMultipleResponseItem() - - - Sets the shim of ExecuteMultipleResponseItem.get_ExtensionData() - - - Sets the shim of ExecuteMultipleResponseItem.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of ExecuteMultipleResponseItem.get_Fault() - - - Sets the shim of ExecuteMultipleResponseItem.set_Fault(OrganizationServiceFault value) - - - Sets the shim of ExecuteMultipleResponseItem.get_RequestIndex() - - - Sets the shim of ExecuteMultipleResponseItem.set_RequestIndex(Int32 value) - - - Sets the shim of ExecuteMultipleResponseItem.get_Response() - - - Sets the shim of ExecuteMultipleResponseItem.set_Response(OrganizationResponse value) - - - Shim type of Microsoft.Xrm.Sdk.ExecuteMultipleResponseItemCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of ExecuteMultipleResponseItemCollection.ExecuteMultipleResponseItemCollection() - - - Shim type of Microsoft.Xrm.Sdk.ExecuteMultipleSettings - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ExecuteMultipleSettings.get_ContinueOnError() - - - Sets the shim of ExecuteMultipleSettings.set_ContinueOnError(Boolean value) - - - Sets the shim of ExecuteMultipleSettings.get_ExtensionData() - - - Sets the shim of ExecuteMultipleSettings.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of ExecuteMultipleSettings.get_ReturnResponses() - - - Sets the shim of ExecuteMultipleSettings.set_ReturnResponses(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ExecuteMultipleSettings.ExecuteMultipleSettings() - - - Sets the shim of ExecuteMultipleSettings.get_ContinueOnError() - - - Sets the shim of ExecuteMultipleSettings.set_ContinueOnError(Boolean value) - - - Sets the shim of ExecuteMultipleSettings.get_ExtensionData() - - - Sets the shim of ExecuteMultipleSettings.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of ExecuteMultipleSettings.get_ReturnResponses() - - - Sets the shim of ExecuteMultipleSettings.set_ReturnResponses(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.ExecuteTransactionFault - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ExecuteTransactionFault.get_FaultedRequestIndex() - - - Sets the shim of ExecuteTransactionFault.set_FaultedRequestIndex(Int32 value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ExecuteTransactionFault.ExecuteTransactionFault() - - - Sets the shim of ExecuteTransactionFault.get_FaultedRequestIndex() - - - Sets the shim of ExecuteTransactionFault.set_FaultedRequestIndex(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.FieldPermissionType - - - Initializes a new shim instance - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of FieldPermissionType.Validate(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.FormattedValueCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of FormattedValueCollection.FormattedValueCollection() - - - Shim type of Microsoft.Xrm.Sdk.InvalidPluginExecutionException - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of InvalidPluginExecutionException.get_ErrorCode() - - - Sets the shim of InvalidPluginExecutionException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the shim of InvalidPluginExecutionException.get_Status() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of InvalidPluginExecutionException.InvalidPluginExecutionException() - - - Sets the shim of InvalidPluginExecutionException.InvalidPluginExecutionException(OperationStatus status) - - - Sets the shim of InvalidPluginExecutionException.InvalidPluginExecutionException(OperationStatus status, Int32 errorCode, String message) - - - Sets the shim of InvalidPluginExecutionException.InvalidPluginExecutionException(OperationStatus status, String message) - - - Sets the shim of InvalidPluginExecutionException.InvalidPluginExecutionException(SerializationInfo info, StreamingContext context) - - - Sets the shim of InvalidPluginExecutionException.InvalidPluginExecutionException(String message) - - - Sets the shim of InvalidPluginExecutionException.InvalidPluginExecutionException(String message, Exception exception) - - - Sets the shim of InvalidPluginExecutionException.get_ErrorCode() - - - Sets the shim of InvalidPluginExecutionException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the shim of InvalidPluginExecutionException.get_Status() - - - Shim type of Microsoft.Xrm.Sdk.KeyAttributeCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of KeyAttributeCollection.KeyAttributeCollection() - - - Shim type of Microsoft.Xrm.Sdk.KeyVaultAlgorithm - - - Initializes a new shim instance - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of KeyVaultAlgorithm.KeyVaultAlgorithm() - - - Shim type of Microsoft.Xrm.Sdk.KnownTypesResolver - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of KnownTypesResolver.GetTuple(String typeName, String typeNamespace) - - - Sets the shim of KnownTypesResolver.ResolveName(String typeName, String typeNamespace, Type declaredType, DataContractResolver knownTypeResolver) - - - Sets the shim of KnownTypesResolver.get_ResolvedTypes() - - - Sets the shim of KnownTypesResolver.TryResolveType(Type type, Type declaredType, DataContractResolver knownTypeResolver, XmlDictionaryString& typeName, XmlDictionaryString& typeNamespace) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of KnownTypesResolver.KnownTypesResolver() - - - Sets the shim of KnownTypesResolver.GetTuple(String typeName, String typeNamespace) - - - Sets the shim of KnownTypesResolver.ResolveName(String typeName, String typeNamespace, Type declaredType, DataContractResolver knownTypeResolver) - - - Sets the shim of KnownTypesResolver.get_ResolvedTypes() - - - Sets the shim of KnownTypesResolver.TryResolveType(Type type, Type declaredType, DataContractResolver knownTypeResolver, XmlDictionaryString& typeName, XmlDictionaryString& typeNamespace) - - - Shim type of Microsoft.Xrm.Sdk.Label - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of Label.get_ExtensionData() - - - Sets the shim of Label.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of Label.get_LocalizedLabels() - - - Sets the shim of Label.set_LocalizedLabels(LocalizedLabelCollection value) - - - Sets the shim of Label.get_UserLocalizedLabel() - - - Sets the shim of Label.set_UserLocalizedLabel(LocalizedLabel value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of Label.Label() - - - Sets the shim of Label.Label(LocalizedLabel userLocalizedLabel, LocalizedLabel[] labels) - - - Sets the shim of Label.Label(String label, Int32 languageCode) - - - Sets the shim of Label.get_ExtensionData() - - - Sets the shim of Label.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of Label.get_LocalizedLabels() - - - Sets the shim of Label.set_LocalizedLabels(LocalizedLabelCollection value) - - - Sets the shim of Label.get_UserLocalizedLabel() - - - Sets the shim of Label.set_UserLocalizedLabel(LocalizedLabel value) - - - Shim type of Microsoft.Xrm.Sdk.LocalizedLabel - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of LocalizedLabel.get_IsManaged() - - - Sets the shim of LocalizedLabel.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of LocalizedLabel.get_Label() - - - Sets the shim of LocalizedLabel.set_Label(String value) - - - Sets the shim of LocalizedLabel.get_LanguageCode() - - - Sets the shim of LocalizedLabel.set_LanguageCode(Int32 value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of LocalizedLabel.LocalizedLabel() - - - Sets the shim of LocalizedLabel.LocalizedLabel(String label, Int32 languageCode) - - - Sets the shim of LocalizedLabel.get_IsManaged() - - - Sets the shim of LocalizedLabel.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of LocalizedLabel.get_Label() - - - Sets the shim of LocalizedLabel.set_Label(String value) - - - Sets the shim of LocalizedLabel.get_LanguageCode() - - - Sets the shim of LocalizedLabel.set_LanguageCode(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.LocalizedLabelCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of LocalizedLabelCollection.LocalizedLabelCollection() - - - Sets the shim of LocalizedLabelCollection.LocalizedLabelCollection(IList`1<LocalizedLabel> list) - - - Shim type of Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of MailboxTrackingFolderMapping.get_ExchangeFolderId() - - - Sets the shim of MailboxTrackingFolderMapping.set_ExchangeFolderId(String value) - - - Sets the shim of MailboxTrackingFolderMapping.get_ExchangeFolderName() - - - Sets the shim of MailboxTrackingFolderMapping.set_ExchangeFolderName(String value) - - - Sets the shim of MailboxTrackingFolderMapping.System.Runtime.Serialization.IExtensibleDataObject.get_ExtensionData() - - - Sets the shim of MailboxTrackingFolderMapping.System.Runtime.Serialization.IExtensibleDataObject.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of MailboxTrackingFolderMapping.get_IsFolderOnboarded() - - - Sets the shim of MailboxTrackingFolderMapping.set_IsFolderOnboarded(Boolean value) - - - Sets the shim of MailboxTrackingFolderMapping.get_RegardingObjectId() - - - Sets the shim of MailboxTrackingFolderMapping.set_RegardingObjectId(Guid value) - - - Sets the shim of MailboxTrackingFolderMapping.get_RegardingObjectName() - - - Sets the shim of MailboxTrackingFolderMapping.set_RegardingObjectName(String value) - - - Sets the shim of MailboxTrackingFolderMapping.get_RegardingObjectTypeCode() - - - Sets the shim of MailboxTrackingFolderMapping.set_RegardingObjectTypeCode(Int32 value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of MailboxTrackingFolderMapping.MailboxTrackingFolderMapping() - - - Sets the shim of MailboxTrackingFolderMapping.MailboxTrackingFolderMapping(String exchangeFolderId, String exchangeFolderName, Guid regardingObjectId, String regardingObjectName, Int32 regardingObjectTypeCode, Boolean isFolderOnboarded) - - - Sets the shim of MailboxTrackingFolderMapping.get_ExchangeFolderId() - - - Sets the shim of MailboxTrackingFolderMapping.set_ExchangeFolderId(String value) - - - Sets the shim of MailboxTrackingFolderMapping.get_ExchangeFolderName() - - - Sets the shim of MailboxTrackingFolderMapping.set_ExchangeFolderName(String value) - - - Sets the shim of MailboxTrackingFolderMapping.System.Runtime.Serialization.IExtensibleDataObject.get_ExtensionData() - - - Sets the shim of MailboxTrackingFolderMapping.System.Runtime.Serialization.IExtensibleDataObject.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of MailboxTrackingFolderMapping.get_IsFolderOnboarded() - - - Sets the shim of MailboxTrackingFolderMapping.set_IsFolderOnboarded(Boolean value) - - - Sets the shim of MailboxTrackingFolderMapping.get_RegardingObjectId() - - - Sets the shim of MailboxTrackingFolderMapping.set_RegardingObjectId(Guid value) - - - Sets the shim of MailboxTrackingFolderMapping.get_RegardingObjectName() - - - Sets the shim of MailboxTrackingFolderMapping.set_RegardingObjectName(String value) - - - Sets the shim of MailboxTrackingFolderMapping.get_RegardingObjectTypeCode() - - - Sets the shim of MailboxTrackingFolderMapping.set_RegardingObjectTypeCode(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.MailboxTrackingFolderMappingCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of MailboxTrackingFolderMappingCollection.MailboxTrackingFolderMappingCollection() - - - Sets the shim of MailboxTrackingFolderMappingCollection.MailboxTrackingFolderMappingCollection(IList`1<MailboxTrackingFolderMapping> list) - - - Shim type of Microsoft.Xrm.Sdk.ManagedProperty`1 - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ManagedProperty`1.get_CanBeChanged() - - - Sets the shim of ManagedProperty`1.set_CanBeChanged(Boolean value) - - - Sets the shim of ManagedProperty`1.get_ExtensionData() - - - Sets the shim of ManagedProperty`1.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of ManagedProperty`1.get_ManagedPropertyLogicalName() - - - Sets the shim of ManagedProperty`1.set_ManagedPropertyLogicalName(String value) - - - Sets the shim of ManagedProperty`1.get_Value() - - - Sets the shim of ManagedProperty`1.set_Value(!0 value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ManagedProperty`1.get_CanBeChanged() - - - Sets the shim of ManagedProperty`1.set_CanBeChanged(Boolean value) - - - Sets the shim of ManagedProperty`1.ManagedProperty`1() - - - Sets the shim of ManagedProperty`1.ManagedProperty`1(String managedPropertyLogicalName) - - - Sets the shim of ManagedProperty`1.get_ExtensionData() - - - Sets the shim of ManagedProperty`1.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of ManagedProperty`1.get_ManagedPropertyLogicalName() - - - Sets the shim of ManagedProperty`1.set_ManagedPropertyLogicalName(String value) - - - Sets the shim of ManagedProperty`1.get_Value() - - - Sets the shim of ManagedProperty`1.set_Value(!0 value) - - - Shim type of Microsoft.Xrm.Sdk.Money - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of Money.Equals(Object obj) - - - Sets the shim of Money.get_ExtensionData() - - - Sets the shim of Money.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of Money.GetHashCode() - - - Sets the shim of Money.get_Value() - - - Sets the shim of Money.set_Value(Decimal value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of Money.Money() - - - Sets the shim of Money.Money(Decimal value) - - - Sets the shim of Money.Equals(Object obj) - - - Sets the shim of Money.get_ExtensionData() - - - Sets the shim of Money.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of Money.GetHashCode() - - - Sets the shim of Money.get_Value() - - - Sets the shim of Money.set_Value(Decimal value) - - - Shim type of Microsoft.Xrm.Sdk.NewOrUpdatedItem - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of NewOrUpdatedItem.get_ExtensionData() - - - Sets the shim of NewOrUpdatedItem.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of NewOrUpdatedItem.get_NewOrUpdatedEntity() - - - Sets the shim of NewOrUpdatedItem.set_NewOrUpdatedEntity(Entity value) - - - Sets the shim of NewOrUpdatedItem.get_Type() - - - Sets the shim of NewOrUpdatedItem.set_Type(ChangeType value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of NewOrUpdatedItem.NewOrUpdatedItem(ChangeType type, Entity entity) - - - Sets the shim of NewOrUpdatedItem.get_ExtensionData() - - - Sets the shim of NewOrUpdatedItem.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of NewOrUpdatedItem.get_NewOrUpdatedEntity() - - - Sets the shim of NewOrUpdatedItem.set_NewOrUpdatedEntity(Entity value) - - - Sets the shim of NewOrUpdatedItem.get_Type() - - - Sets the shim of NewOrUpdatedItem.set_Type(ChangeType value) - - - Shim type of Microsoft.Xrm.Sdk.OptionSetValue - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OptionSetValue.Equals(Object obj) - - - Sets the shim of OptionSetValue.get_ExtensionData() - - - Sets the shim of OptionSetValue.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of OptionSetValue.GetHashCode() - - - Sets the shim of OptionSetValue.get_Value() - - - Sets the shim of OptionSetValue.set_Value(Int32 value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OptionSetValue.OptionSetValue() - - - Sets the shim of OptionSetValue.OptionSetValue(Int32 value) - - - Sets the shim of OptionSetValue.Equals(Object obj) - - - Sets the shim of OptionSetValue.get_ExtensionData() - - - Sets the shim of OptionSetValue.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of OptionSetValue.GetHashCode() - - - Sets the shim of OptionSetValue.get_Value() - - - Sets the shim of OptionSetValue.set_Value(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.OrganizationRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OrganizationRequest.get_ExtensionData() - - - Sets the shim of OrganizationRequest.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of OrganizationRequest.get_Item(String parameterName) - - - Sets the shim of OrganizationRequest.set_Item(String parameterName, Object value) - - - Sets the shim of OrganizationRequest.get_Parameters() - - - Sets the shim of OrganizationRequest.set_Parameters(ParameterCollection value) - - - Sets the shim of OrganizationRequest.get_RequestId() - - - Sets the shim of OrganizationRequest.set_RequestId(Nullable`1<Guid> value) - - - Sets the shim of OrganizationRequest.get_RequestName() - - - Sets the shim of OrganizationRequest.set_RequestName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OrganizationRequest.OrganizationRequest() - - - Sets the shim of OrganizationRequest.OrganizationRequest(String requestName) - - - Sets the shim of OrganizationRequest.get_ExtensionData() - - - Sets the shim of OrganizationRequest.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of OrganizationRequest.get_Item(String parameterName) - - - Sets the shim of OrganizationRequest.set_Item(String parameterName, Object value) - - - Sets the shim of OrganizationRequest.get_Parameters() - - - Sets the shim of OrganizationRequest.set_Parameters(ParameterCollection value) - - - Sets the shim of OrganizationRequest.get_RequestId() - - - Sets the shim of OrganizationRequest.set_RequestId(Nullable`1<Guid> value) - - - Sets the shim of OrganizationRequest.get_RequestName() - - - Sets the shim of OrganizationRequest.set_RequestName(String value) - - - Shim type of Microsoft.Xrm.Sdk.OrganizationRequestCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of OrganizationRequestCollection.OrganizationRequestCollection() - - - Shim type of Microsoft.Xrm.Sdk.OrganizationResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OrganizationResponse.get_ExtensionData() - - - Sets the shim of OrganizationResponse.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of OrganizationResponse.get_Item(String parameterName) - - - Sets the shim of OrganizationResponse.set_Item(String parameterName, Object value) - - - Sets the shim of OrganizationResponse.get_ResponseName() - - - Sets the shim of OrganizationResponse.set_ResponseName(String value) - - - Sets the shim of OrganizationResponse.get_Results() - - - Sets the shim of OrganizationResponse.set_Results(ParameterCollection value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OrganizationResponse.OrganizationResponse() - - - Sets the shim of OrganizationResponse.get_ExtensionData() - - - Sets the shim of OrganizationResponse.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of OrganizationResponse.get_Item(String parameterName) - - - Sets the shim of OrganizationResponse.set_Item(String parameterName, Object value) - - - Sets the shim of OrganizationResponse.get_ResponseName() - - - Sets the shim of OrganizationResponse.set_ResponseName(String value) - - - Sets the shim of OrganizationResponse.get_Results() - - - Sets the shim of OrganizationResponse.set_Results(ParameterCollection value) - - - Shim type of Microsoft.Xrm.Sdk.OrganizationResponseCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of OrganizationResponseCollection.OrganizationResponseCollection() - - - Shim type of Microsoft.Xrm.Sdk.OrganizationServiceFault - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OrganizationServiceFault.get_ExceptionSource() - - - Sets the shim of OrganizationServiceFault.set_ExceptionSource(String value) - - - Sets the shim of OrganizationServiceFault.get_InnerFault() - - - Sets the shim of OrganizationServiceFault.set_InnerFault(OrganizationServiceFault value) - - - Sets the shim of OrganizationServiceFault.get_InnerServiceFault() - - - Sets the shim of OrganizationServiceFault.set_InnerServiceFault(BaseServiceFault value) - - - Sets the shim of OrganizationServiceFault.get_OriginalException() - - - Sets the shim of OrganizationServiceFault.set_OriginalException(String value) - - - Sets the shim of OrganizationServiceFault.get_TraceText() - - - Sets the shim of OrganizationServiceFault.set_TraceText(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OrganizationServiceFault.OrganizationServiceFault() - - - Sets the shim of OrganizationServiceFault.get_ExceptionSource() - - - Sets the shim of OrganizationServiceFault.set_ExceptionSource(String value) - - - Sets the shim of OrganizationServiceFault.get_InnerFault() - - - Sets the shim of OrganizationServiceFault.set_InnerFault(OrganizationServiceFault value) - - - Sets the shim of OrganizationServiceFault.get_InnerServiceFault() - - - Sets the shim of OrganizationServiceFault.set_InnerServiceFault(BaseServiceFault value) - - - Sets the shim of OrganizationServiceFault.get_OriginalException() - - - Sets the shim of OrganizationServiceFault.set_OriginalException(String value) - - - Sets the shim of OrganizationServiceFault.get_TraceText() - - - Sets the shim of OrganizationServiceFault.set_TraceText(String value) - - - Shim type of Microsoft.Xrm.Sdk.ParameterCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of ParameterCollection.ParameterCollection() - - - Sets the shim of ParameterCollection.GetKnownParameterTypes() - - - Shim type of Microsoft.Xrm.Sdk.QuickFindConfiguration - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of QuickFindConfiguration.get_EntityName() - - - Sets the shim of QuickFindConfiguration.set_EntityName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of QuickFindConfiguration.QuickFindConfiguration() - - - Sets the shim of QuickFindConfiguration.QuickFindConfiguration(String entityName) - - - Sets the shim of QuickFindConfiguration.get_EntityName() - - - Sets the shim of QuickFindConfiguration.set_EntityName(String value) - - - Shim type of Microsoft.Xrm.Sdk.QuickFindConfigurationCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of QuickFindConfigurationCollection.QuickFindConfigurationCollection() - - - Shim type of Microsoft.Xrm.Sdk.QuickFindResult - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of QuickFindResult.get_Data() - - - Sets the shim of QuickFindResult.set_Data(EntityCollection value) - - - Sets the shim of QuickFindResult.get_ErrorCode() - - - Sets the shim of QuickFindResult.set_ErrorCode(Int32 value) - - - Sets the shim of QuickFindResult.get_ExtensionData() - - - Sets the shim of QuickFindResult.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of QuickFindResult.get_QueryColumnSet() - - - Sets the shim of QuickFindResult.set_QueryColumnSet(DataCollection`1<String> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of QuickFindResult.QuickFindResult() - - - Sets the shim of QuickFindResult.QuickFindResult(Int32 error, EntityCollection entities) - - - Sets the shim of QuickFindResult.QuickFindResult(Int32 error, EntityCollection entities, DataCollection`1<String> queryColumns) - - - Sets the shim of QuickFindResult.get_Data() - - - Sets the shim of QuickFindResult.set_Data(EntityCollection value) - - - Sets the shim of QuickFindResult.get_ErrorCode() - - - Sets the shim of QuickFindResult.set_ErrorCode(Int32 value) - - - Sets the shim of QuickFindResult.get_ExtensionData() - - - Sets the shim of QuickFindResult.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of QuickFindResult.get_QueryColumnSet() - - - Sets the shim of QuickFindResult.set_QueryColumnSet(DataCollection`1<String> value) - - - Shim type of Microsoft.Xrm.Sdk.QuickFindResultCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of QuickFindResultCollection.QuickFindResultCollection() - - - Shim type of Microsoft.Xrm.Sdk.RelatedEntityCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RelatedEntityCollection.get_IsReadOnly() - - - Sets the shim of RelatedEntityCollection.set_IsReadOnly(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of RelatedEntityCollection.RelatedEntityCollection() - - - Sets the shim of RelatedEntityCollection.get_IsReadOnly() - - - Sets the shim of RelatedEntityCollection.set_IsReadOnly(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.Relationship - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of Relationship.Equals(Object obj) - - - Sets the shim of Relationship.get_ExtensionData() - - - Sets the shim of Relationship.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of Relationship.GetHashCode() - - - Sets the shim of Relationship.get_PrimaryEntityRole() - - - Sets the shim of Relationship.set_PrimaryEntityRole(Nullable`1<EntityRole> value) - - - Sets the shim of Relationship.get_SchemaName() - - - Sets the shim of Relationship.set_SchemaName(String value) - - - Sets the shim of Relationship.ToString() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of Relationship.Relationship() - - - Sets the shim of Relationship.Relationship(String schemaName) - - - Sets the shim of Relationship.Equals(Object obj) - - - Sets the shim of Relationship.get_ExtensionData() - - - Sets the shim of Relationship.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of Relationship.GetHashCode() - - - Sets the shim of Relationship.get_PrimaryEntityRole() - - - Sets the shim of Relationship.set_PrimaryEntityRole(Nullable`1<EntityRole> value) - - - Sets the shim of Relationship.get_SchemaName() - - - Sets the shim of Relationship.set_SchemaName(String value) - - - Sets the shim of Relationship.ToString() - - - Shim type of Microsoft.Xrm.Sdk.RelationshipQueryCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of RelationshipQueryCollection.RelationshipQueryCollection() - - - Shim type of Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RelationshipSchemaNameAttribute.get_PrimaryEntityRole() - - - Sets the shim of RelationshipSchemaNameAttribute.get_Relationship() - - - Sets the shim of RelationshipSchemaNameAttribute.get_SchemaName() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of RelationshipSchemaNameAttribute.RelationshipSchemaNameAttribute(String schemaName) - - - Sets the shim of RelationshipSchemaNameAttribute.RelationshipSchemaNameAttribute(String schemaName, EntityRole primaryEntityRole) - - - Sets the shim of RelationshipSchemaNameAttribute.RelationshipSchemaNameAttribute(String schemaName, Nullable`1<EntityRole> primaryEntityRole) - - - Sets the shim of RelationshipSchemaNameAttribute.get_PrimaryEntityRole() - - - Sets the shim of RelationshipSchemaNameAttribute.get_Relationship() - - - Sets the shim of RelationshipSchemaNameAttribute.get_SchemaName() - - - Shim type of Microsoft.Xrm.Sdk.RemoteExecutionContext - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RemoteExecutionContext.get_BusinessUnitId() - - - Sets the shim of RemoteExecutionContext.set_BusinessUnitId(Guid value) - - - Sets the shim of RemoteExecutionContext.get_CorrelationId() - - - Sets the shim of RemoteExecutionContext.set_CorrelationId(Guid value) - - - Sets the shim of RemoteExecutionContext.get_Depth() - - - Sets the shim of RemoteExecutionContext.set_Depth(Int32 value) - - - Sets the shim of RemoteExecutionContext.get_ExtensionData() - - - Sets the shim of RemoteExecutionContext.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of RemoteExecutionContext.get_InitiatingUserId() - - - Sets the shim of RemoteExecutionContext.set_InitiatingUserId(Guid value) - - - Sets the shim of RemoteExecutionContext.get_InputParameters() - - - Sets the shim of RemoteExecutionContext.get_IsExecutingOffline() - - - Sets the shim of RemoteExecutionContext.set_IsExecutingOffline(Boolean value) - - - Sets the shim of RemoteExecutionContext.get_IsInTransaction() - - - Sets the shim of RemoteExecutionContext.set_IsInTransaction(Boolean value) - - - Sets the shim of RemoteExecutionContext.get_IsOfflinePlayback() - - - Sets the shim of RemoteExecutionContext.set_IsOfflinePlayback(Boolean value) - - - Sets the shim of RemoteExecutionContext.get_IsolationMode() - - - Sets the shim of RemoteExecutionContext.set_IsolationMode(Int32 value) - - - Sets the shim of RemoteExecutionContext.get_MessageName() - - - Sets the shim of RemoteExecutionContext.set_MessageName(String value) - - - Sets the shim of RemoteExecutionContext.get_Mode() - - - Sets the shim of RemoteExecutionContext.set_Mode(Int32 value) - - - Sets the shim of RemoteExecutionContext.get_OperationCreatedOn() - - - Sets the shim of RemoteExecutionContext.set_OperationCreatedOn(DateTime value) - - - Sets the shim of RemoteExecutionContext.get_OperationId() - - - Sets the shim of RemoteExecutionContext.set_OperationId(Guid value) - - - Sets the shim of RemoteExecutionContext.get_OrganizationId() - - - Sets the shim of RemoteExecutionContext.set_OrganizationId(Guid value) - - - Sets the shim of RemoteExecutionContext.get_OrganizationName() - - - Sets the shim of RemoteExecutionContext.set_OrganizationName(String value) - - - Sets the shim of RemoteExecutionContext.get_OutputParameters() - - - Sets the shim of RemoteExecutionContext.get_OwningExtension() - - - Sets the shim of RemoteExecutionContext.set_OwningExtension(EntityReference value) - - - Sets the shim of RemoteExecutionContext.get_ParentContext() - - - Sets the shim of RemoteExecutionContext.Microsoft.Xrm.Sdk.IPluginExecutionContext.get_ParentContext() - - - Sets the shim of RemoteExecutionContext.set_ParentContext(RemoteExecutionContext value) - - - Sets the shim of RemoteExecutionContext.get_PostEntityImages() - - - Sets the shim of RemoteExecutionContext.get_PreEntityImages() - - - Sets the shim of RemoteExecutionContext.get_PrimaryEntityId() - - - Sets the shim of RemoteExecutionContext.set_PrimaryEntityId(Guid value) - - - Sets the shim of RemoteExecutionContext.get_PrimaryEntityName() - - - Sets the shim of RemoteExecutionContext.set_PrimaryEntityName(String value) - - - Sets the shim of RemoteExecutionContext.get_RequestId() - - - Sets the shim of RemoteExecutionContext.set_RequestId(Nullable`1<Guid> value) - - - Sets the shim of RemoteExecutionContext.get_SecondaryEntityName() - - - Sets the shim of RemoteExecutionContext.set_SecondaryEntityName(String value) - - - Sets the shim of RemoteExecutionContext.get_SharedVariables() - - - Sets the shim of RemoteExecutionContext.get_Stage() - - - Sets the shim of RemoteExecutionContext.set_Stage(Int32 value) - - - Sets the shim of RemoteExecutionContext.get_UserId() - - - Sets the shim of RemoteExecutionContext.set_UserId(Guid value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of RemoteExecutionContext.get_BusinessUnitId() - - - Sets the shim of RemoteExecutionContext.set_BusinessUnitId(Guid value) - - - Sets the shim of RemoteExecutionContext.RemoteExecutionContext() - - - Sets the shim of RemoteExecutionContext.get_CorrelationId() - - - Sets the shim of RemoteExecutionContext.set_CorrelationId(Guid value) - - - Sets the shim of RemoteExecutionContext.get_Depth() - - - Sets the shim of RemoteExecutionContext.set_Depth(Int32 value) - - - Sets the shim of RemoteExecutionContext.get_ExtensionData() - - - Sets the shim of RemoteExecutionContext.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of RemoteExecutionContext.GetKnownParameterTypes() - - - Sets the shim of RemoteExecutionContext.get_InitiatingUserId() - - - Sets the shim of RemoteExecutionContext.set_InitiatingUserId(Guid value) - - - Sets the shim of RemoteExecutionContext.get_InputParameters() - - - Sets the shim of RemoteExecutionContext.get_IsExecutingOffline() - - - Sets the shim of RemoteExecutionContext.set_IsExecutingOffline(Boolean value) - - - Sets the shim of RemoteExecutionContext.get_IsInTransaction() - - - Sets the shim of RemoteExecutionContext.set_IsInTransaction(Boolean value) - - - Sets the shim of RemoteExecutionContext.get_IsOfflinePlayback() - - - Sets the shim of RemoteExecutionContext.set_IsOfflinePlayback(Boolean value) - - - Sets the shim of RemoteExecutionContext.get_IsolationMode() - - - Sets the shim of RemoteExecutionContext.set_IsolationMode(Int32 value) - - - Sets the shim of RemoteExecutionContext.get_MessageName() - - - Sets the shim of RemoteExecutionContext.set_MessageName(String value) - - - Sets the shim of RemoteExecutionContext.get_Mode() - - - Sets the shim of RemoteExecutionContext.set_Mode(Int32 value) - - - Sets the shim of RemoteExecutionContext.get_OperationCreatedOn() - - - Sets the shim of RemoteExecutionContext.set_OperationCreatedOn(DateTime value) - - - Sets the shim of RemoteExecutionContext.get_OperationId() - - - Sets the shim of RemoteExecutionContext.set_OperationId(Guid value) - - - Sets the shim of RemoteExecutionContext.get_OrganizationId() - - - Sets the shim of RemoteExecutionContext.set_OrganizationId(Guid value) - - - Sets the shim of RemoteExecutionContext.get_OrganizationName() - - - Sets the shim of RemoteExecutionContext.set_OrganizationName(String value) - - - Sets the shim of RemoteExecutionContext.get_OutputParameters() - - - Sets the shim of RemoteExecutionContext.get_OwningExtension() - - - Sets the shim of RemoteExecutionContext.set_OwningExtension(EntityReference value) - - - Sets the shim of RemoteExecutionContext.get_ParentContext() - - - Sets the shim of RemoteExecutionContext.Microsoft.Xrm.Sdk.IPluginExecutionContext.get_ParentContext() - - - Sets the shim of RemoteExecutionContext.set_ParentContext(RemoteExecutionContext value) - - - Sets the shim of RemoteExecutionContext.get_PostEntityImages() - - - Sets the shim of RemoteExecutionContext.get_PreEntityImages() - - - Sets the shim of RemoteExecutionContext.get_PrimaryEntityId() - - - Sets the shim of RemoteExecutionContext.set_PrimaryEntityId(Guid value) - - - Sets the shim of RemoteExecutionContext.get_PrimaryEntityName() - - - Sets the shim of RemoteExecutionContext.set_PrimaryEntityName(String value) - - - Sets the shim of RemoteExecutionContext.get_RequestId() - - - Sets the shim of RemoteExecutionContext.set_RequestId(Nullable`1<Guid> value) - - - Sets the shim of RemoteExecutionContext.get_SecondaryEntityName() - - - Sets the shim of RemoteExecutionContext.set_SecondaryEntityName(String value) - - - Sets the shim of RemoteExecutionContext.get_SharedVariables() - - - Sets the shim of RemoteExecutionContext.get_Stage() - - - Sets the shim of RemoteExecutionContext.set_Stage(Int32 value) - - - Sets the shim of RemoteExecutionContext.get_UserId() - - - Sets the shim of RemoteExecutionContext.set_UserId(Guid value) - - - Shim type of Microsoft.Xrm.Sdk.RemovedOrDeletedItem - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RemovedOrDeletedItem.get_ExtensionData() - - - Sets the shim of RemovedOrDeletedItem.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of RemovedOrDeletedItem.get_RemovedItem() - - - Sets the shim of RemovedOrDeletedItem.set_RemovedItem(EntityReference value) - - - Sets the shim of RemovedOrDeletedItem.get_Type() - - - Sets the shim of RemovedOrDeletedItem.set_Type(ChangeType value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of RemovedOrDeletedItem.RemovedOrDeletedItem(ChangeType type, EntityReference entityReference) - - - Sets the shim of RemovedOrDeletedItem.get_ExtensionData() - - - Sets the shim of RemovedOrDeletedItem.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of RemovedOrDeletedItem.get_RemovedItem() - - - Sets the shim of RemovedOrDeletedItem.set_RemovedItem(EntityReference value) - - - Sets the shim of RemovedOrDeletedItem.get_Type() - - - Sets the shim of RemovedOrDeletedItem.set_Type(ChangeType value) - - - Shim type of Microsoft.Xrm.Sdk.SaveChangesException - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of SaveChangesException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the shim of SaveChangesException.get_Results() - - - Sets the shim of SaveChangesException.set_Results(SaveChangesResultCollection value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of SaveChangesException.SaveChangesException() - - - Sets the shim of SaveChangesException.SaveChangesException(Exception innerException, SaveChangesResultCollection results) - - - Sets the shim of SaveChangesException.SaveChangesException(SaveChangesResultCollection results) - - - Sets the shim of SaveChangesException.SaveChangesException(SerializationInfo info, StreamingContext context) - - - Sets the shim of SaveChangesException.SaveChangesException(String message) - - - Sets the shim of SaveChangesException.SaveChangesException(String message, Exception exception) - - - Sets the shim of SaveChangesException.SaveChangesException(String message, Exception innerException, SaveChangesResultCollection results) - - - Sets the shim of SaveChangesException.SaveChangesException(String message, SaveChangesResultCollection results) - - - Sets the shim of SaveChangesException.GetException(IEnumerable`1<SaveChangesResult> results) - - - Sets the shim of SaveChangesException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the shim of SaveChangesException.get_Results() - - - Sets the shim of SaveChangesException.set_Results(SaveChangesResultCollection value) - - - Sets the shim of SaveChangesException.<GetException>b__0(SaveChangesResult r) - - - Sets the shim of SaveChangesException.<GetException>b__1(SaveChangesResult r) - - - Shim type of Microsoft.Xrm.Sdk.SaveChangesResult - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of SaveChangesResult.get_Error() - - - Sets the shim of SaveChangesResult.set_Error(Exception value) - - - Sets the shim of SaveChangesResult.get_Request() - - - Sets the shim of SaveChangesResult.set_Request(OrganizationRequest value) - - - Sets the shim of SaveChangesResult.get_Response() - - - Sets the shim of SaveChangesResult.set_Response(OrganizationResponse value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of SaveChangesResult.SaveChangesResult(OrganizationRequest request, Exception error) - - - Sets the shim of SaveChangesResult.SaveChangesResult(OrganizationRequest request, OrganizationResponse response) - - - Sets the shim of SaveChangesResult.get_Error() - - - Sets the shim of SaveChangesResult.set_Error(Exception value) - - - Sets the shim of SaveChangesResult.get_Request() - - - Sets the shim of SaveChangesResult.set_Request(OrganizationRequest value) - - - Sets the shim of SaveChangesResult.get_Response() - - - Sets the shim of SaveChangesResult.set_Response(OrganizationResponse value) - - - Shim type of Microsoft.Xrm.Sdk.SaveChangesResultCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of SaveChangesResultCollection.get_HasError() - - - Sets the shim of SaveChangesResultCollection.get_Options() - - - Sets the shim of SaveChangesResultCollection.set_Options(SaveChangesOptions value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of SaveChangesResultCollection.SaveChangesResultCollection(SaveChangesOptions options) - - - Sets the shim of SaveChangesResultCollection.get_HasError() - - - Sets the shim of SaveChangesResultCollection.get_Options() - - - Sets the shim of SaveChangesResultCollection.set_Options(SaveChangesOptions value) - - - Sets the shim of SaveChangesResultCollection.<get_HasError>b__0(SaveChangesResult result) - - - Shim type of Microsoft.Xrm.Sdk.ServiceEndpointFault - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ServiceEndpointFault.get_ErrorDetails() - - - Sets the shim of ServiceEndpointFault.set_ErrorDetails(ErrorDetailCollection value) - - - Sets the shim of ServiceEndpointFault.get_ExtensionData() - - - Sets the shim of ServiceEndpointFault.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of ServiceEndpointFault.get_Message() - - - Sets the shim of ServiceEndpointFault.set_Message(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ServiceEndpointFault.ServiceEndpointFault() - - - Sets the shim of ServiceEndpointFault.ServiceEndpointFault(String message) - - - Sets the shim of ServiceEndpointFault.get_ErrorDetails() - - - Sets the shim of ServiceEndpointFault.set_ErrorDetails(ErrorDetailCollection value) - - - Sets the shim of ServiceEndpointFault.get_ExtensionData() - - - Sets the shim of ServiceEndpointFault.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of ServiceEndpointFault.get_Message() - - - Sets the shim of ServiceEndpointFault.set_Message(String value) - - - Shim type of Microsoft.Xrm.Sdk.UserSearchFacet - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of UserSearchFacet.get_AttributeDisplayName() - - - Sets the shim of UserSearchFacet.set_AttributeDisplayName(String value) - - - Sets the shim of UserSearchFacet.get_AttributeLogicalName() - - - Sets the shim of UserSearchFacet.set_AttributeLogicalName(String value) - - - Sets the shim of UserSearchFacet.get_AttributeTypeName() - - - Sets the shim of UserSearchFacet.set_AttributeTypeName(String value) - - - Sets the shim of UserSearchFacet.System.Runtime.Serialization.IExtensibleDataObject.get_ExtensionData() - - - Sets the shim of UserSearchFacet.System.Runtime.Serialization.IExtensibleDataObject.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of UserSearchFacet.get_FacetOrder() - - - Sets the shim of UserSearchFacet.set_FacetOrder(Int32 value) - - - Sets the shim of UserSearchFacet.get_AttributeDisplayName() - - - Sets the shim of UserSearchFacet.set_AttributeDisplayName(String value) - - - Sets the shim of UserSearchFacet.get_AttributeLogicalName() - - - Sets the shim of UserSearchFacet.set_AttributeLogicalName(String value) - - - Sets the shim of UserSearchFacet.get_AttributeTypeName() - - - Sets the shim of UserSearchFacet.set_AttributeTypeName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UserSearchFacet.UserSearchFacet() - - - Sets the shim of UserSearchFacet.UserSearchFacet(String attributeLogicalName, String attributeTypeName, String attributeDisplayName, Int32 facetOrder) - - - Sets the shim of UserSearchFacet.System.Runtime.Serialization.IExtensibleDataObject.get_ExtensionData() - - - Sets the shim of UserSearchFacet.System.Runtime.Serialization.IExtensibleDataObject.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of UserSearchFacet.get_FacetOrder() - - - Sets the shim of UserSearchFacet.set_FacetOrder(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.UserSearchFacetCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of UserSearchFacetCollection.UserSearchFacetCollection() - - - Shim type of Microsoft.Xrm.Sdk.UserSearchFacetResponseCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of UserSearchFacetResponseCollection.UserSearchFacetResponseCollection() - - - Stub type of Microsoft.Xrm.Sdk.BaseServiceFault - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubBaseServiceFault - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.DataCollection`2 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDataCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DataCollection`2.get_Item(!0 key) - - - Sets the stub of DataCollection`2.get_Item(!0 key) - - - Sets the stub of DataCollection`2.set_Item(!0 key, !1 value) - - - Stub type of Microsoft.Xrm.Sdk.Entity - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubEntity.Id as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Entity.GetAttributeValue(String attributeLogicalName) - - - Sets stubs of GetAttributeValue(String attributeLogicalName) - - - Sets the stub of Entity.GetFormattedAttributeValue(String attributeLogicalName) - - - Sets the stub of Entity.GetFormattedAttributeValue(String attributeLogicalName) - - - Sets the stub of Entity.GetRelatedEntities(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole) - - - Sets stubs of GetRelatedEntities(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole) - - - Sets the stub of Entity.GetRelatedEntity(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole) - - - Sets stubs of GetRelatedEntity(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole) - - - Sets the stub of Entity.get_Id() - - - Sets the stub of Entity.get_Id() - - - Sets the stub of Entity.set_Id(Guid value) - - - Initializes a new instance of type StubEntity - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Entity.SetAttributeValue(String attributeLogicalName, Object value) - - - Sets the stub of Entity.SetAttributeValue(String attributeLogicalName, Object value) - - - Sets the stub of Entity.SetRelatedEntities(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole, IEnumerable`1<!!0> entities) - - - Sets stubs of SetRelatedEntities(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole, IEnumerable`1<!!0> entities) - - - Sets the stub of Entity.SetRelatedEntity(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole, !!0 entity) - - - Sets stubs of SetRelatedEntity(String relationshipSchemaName, Nullable`1<EntityRole> primaryEntityRole, !!0 entity) - - - Stub type of Microsoft.Xrm.Sdk.IAssemblyAuthenticationContext - - - Initializes a new instance of type StubIAssemblyAuthenticationContext - - - Sets the stub of IAssemblyAuthenticationContext.AcquireToken(String authority, String resource, AuthenticationType authenticationType) - - - Sets the stub of IAssemblyAuthenticationContext.AcquireToken(String authority, String resource, AuthenticationType authenticationType) - - - Stub type of Microsoft.Xrm.Sdk.IChangedItem - - - Initializes a new instance of type StubIChangedItem - - - Attaches delegates to emulate StubIChangedItem.Type as a property with a backing field. - - - Sets the stub of IChangedItem.get_Type() - - - Sets the stub of IChangedItem.get_Type() - - - Sets the stub of IChangedItem.set_Type(ChangeType value) - - - Stub type of Microsoft.Xrm.Sdk.IExecutionContext - - - Initializes a new instance of type StubIExecutionContext - - - Sets the stub of IExecutionContext.get_BusinessUnitId() - - - Sets the stub of IExecutionContext.get_BusinessUnitId() - - - Sets the stub of IExecutionContext.get_CorrelationId() - - - Sets the stub of IExecutionContext.get_CorrelationId() - - - Sets the stub of IExecutionContext.get_Depth() - - - Sets the stub of IExecutionContext.get_Depth() - - - Sets the stub of IExecutionContext.get_InitiatingUserId() - - - Sets the stub of IExecutionContext.get_InitiatingUserId() - - - Sets the stub of IExecutionContext.get_InputParameters() - - - Sets the stub of IExecutionContext.get_InputParameters() - - - Sets the stub of IExecutionContext.get_IsExecutingOffline() - - - Sets the stub of IExecutionContext.get_IsExecutingOffline() - - - Sets the stub of IExecutionContext.get_IsInTransaction() - - - Sets the stub of IExecutionContext.get_IsInTransaction() - - - Sets the stub of IExecutionContext.get_IsOfflinePlayback() - - - Sets the stub of IExecutionContext.get_IsOfflinePlayback() - - - Sets the stub of IExecutionContext.get_IsolationMode() - - - Sets the stub of IExecutionContext.get_IsolationMode() - - - Sets the stub of IExecutionContext.get_MessageName() - - - Sets the stub of IExecutionContext.get_MessageName() - - - Sets the stub of IExecutionContext.get_Mode() - - - Sets the stub of IExecutionContext.get_Mode() - - - Sets the stub of IExecutionContext.get_OperationCreatedOn() - - - Sets the stub of IExecutionContext.get_OperationCreatedOn() - - - Sets the stub of IExecutionContext.get_OperationId() - - - Sets the stub of IExecutionContext.get_OperationId() - - - Sets the stub of IExecutionContext.get_OrganizationId() - - - Sets the stub of IExecutionContext.get_OrganizationId() - - - Sets the stub of IExecutionContext.get_OrganizationName() - - - Sets the stub of IExecutionContext.get_OrganizationName() - - - Sets the stub of IExecutionContext.get_OutputParameters() - - - Sets the stub of IExecutionContext.get_OutputParameters() - - - Sets the stub of IExecutionContext.get_OwningExtension() - - - Sets the stub of IExecutionContext.get_OwningExtension() - - - Sets the stub of IExecutionContext.get_PostEntityImages() - - - Sets the stub of IExecutionContext.get_PostEntityImages() - - - Sets the stub of IExecutionContext.get_PreEntityImages() - - - Sets the stub of IExecutionContext.get_PreEntityImages() - - - Sets the stub of IExecutionContext.get_PrimaryEntityId() - - - Sets the stub of IExecutionContext.get_PrimaryEntityId() - - - Sets the stub of IExecutionContext.get_PrimaryEntityName() - - - Sets the stub of IExecutionContext.get_PrimaryEntityName() - - - Sets the stub of IExecutionContext.get_RequestId() - - - Sets the stub of IExecutionContext.get_RequestId() - - - Sets the stub of IExecutionContext.get_SecondaryEntityName() - - - Sets the stub of IExecutionContext.get_SecondaryEntityName() - - - Sets the stub of IExecutionContext.get_SharedVariables() - - - Sets the stub of IExecutionContext.get_SharedVariables() - - - Sets the stub of IExecutionContext.get_UserId() - - - Sets the stub of IExecutionContext.get_UserId() - - - Stub type of Microsoft.Xrm.Sdk.IKeyVaultClient - - - Initializes a new instance of type StubIKeyVaultClient - - - Attaches delegates to emulate StubIKeyVaultClient.PreferredAuthType as a property with a backing field. - - - Sets the stub of IKeyVaultClient.Decrypt(String keyIdentifier, String algorithm, Byte[] encryptedData) - - - Sets the stub of IKeyVaultClient.Encrypt(String keyIdentifier, String algorithm, Byte[] rawData) - - - Sets the stub of IKeyVaultClient.GetSecret(String secretName) - - - Sets the stub of IKeyVaultClient.GetSecret(String vaultAddress, String secretName) - - - Sets the stub of IKeyVaultClient.Decrypt(String keyIdentifier, String algorithm, Byte[] encryptedData) - - - Sets the stub of IKeyVaultClient.Encrypt(String keyIdentifier, String algorithm, Byte[] rawData) - - - Sets the stub of IKeyVaultClient.GetSecret(String secretName) - - - Sets the stub of IKeyVaultClient.GetSecret(String vaultAddress, String secretName) - - - Sets the stub of IKeyVaultClient.SetSecret(String secretName, String value) - - - Sets the stub of IKeyVaultClient.SetSecret(String vaultAddress, String secretName, String value) - - - Sets the stub of IKeyVaultClient.get_PreferredAuthType() - - - Sets the stub of IKeyVaultClient.get_PreferredAuthType() - - - Sets the stub of IKeyVaultClient.set_PreferredAuthType(AuthenticationType value) - - - Sets the stub of IKeyVaultClient.SetSecret(String secretName, String value) - - - Sets the stub of IKeyVaultClient.SetSecret(String vaultAddress, String secretName, String value) - - - Stub type of Microsoft.Xrm.Sdk.ILocalConfigStore - - - Initializes a new instance of type StubILocalConfigStore - - - Sets the stub of ILocalConfigStore.GetAllData() - - - Sets the stub of ILocalConfigStore.GetDataByKeyNames(List`1<String> keyNames) - - - Sets stubs of GetData(String keyName) - - - Sets the stub of ILocalConfigStore.GetAllData() - - - Sets the stub of ILocalConfigStore.GetData(String keyName) - - - Sets the stub of ILocalConfigStore.GetDataByKeyNames(List`1<String> keyNames) - - - Sets the stub of ILocalConfigStore.SetData(Dictionary`2<String,Object> keyData) - - - Sets the stub of ILocalConfigStore.SetData(String keyName, Object data) - - - Sets the stub of ILocalConfigStore.SetData(Dictionary`2<String,Object> keyData) - - - Sets the stub of ILocalConfigStore.SetData(String keyName, Object data) - - - Stub type of Microsoft.Xrm.Sdk.IOrganizationService - - - Initializes a new instance of type StubIOrganizationService - - - Sets the stub of IOrganizationService.Associate(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the stub of IOrganizationService.Create(Entity entity) - - - Sets the stub of IOrganizationService.Delete(String entityName, Guid id) - - - Sets the stub of IOrganizationService.Disassociate(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the stub of IOrganizationService.Execute(OrganizationRequest request) - - - Sets the stub of IOrganizationService.Associate(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the stub of IOrganizationService.Create(Entity entity) - - - Sets the stub of IOrganizationService.Delete(String entityName, Guid id) - - - Sets the stub of IOrganizationService.Disassociate(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the stub of IOrganizationService.Execute(OrganizationRequest request) - - - Sets the stub of IOrganizationService.Retrieve(String entityName, Guid id, ColumnSet columnSet) - - - Sets the stub of IOrganizationService.RetrieveMultiple(QueryBase query) - - - Sets the stub of IOrganizationService.Update(Entity entity) - - - Sets the stub of IOrganizationService.RetrieveMultiple(QueryBase query) - - - Sets the stub of IOrganizationService.Retrieve(String entityName, Guid id, ColumnSet columnSet) - - - Sets the stub of IOrganizationService.Update(Entity entity) - - - Stub type of Microsoft.Xrm.Sdk.IOrganizationServiceFactory - - - Initializes a new instance of type StubIOrganizationServiceFactory - - - Sets the stub of IOrganizationServiceFactory.CreateOrganizationService(Nullable`1<Guid> userId) - - - Sets the stub of IOrganizationServiceFactory.CreateOrganizationService(Nullable`1<Guid> userId) - - - Stub type of Microsoft.Xrm.Sdk.IPlugin - - - Initializes a new instance of type StubIPlugin - - - Sets the stub of IPlugin.Execute(IServiceProvider serviceProvider) - - - Sets the stub of IPlugin.Execute(IServiceProvider serviceProvider) - - - Stub type of Microsoft.Xrm.Sdk.IPluginExceptionProvider - - - Initializes a new instance of type StubIPluginExceptionProvider - - - Sets the stub of IPluginExceptionProvider.GetException(Int32 errorCode) - - - Sets the stub of IPluginExceptionProvider.GetException(Int32 errorCode, Object[] arguments) - - - Sets the stub of IPluginExceptionProvider.GetException(Int32 errorCode) - - - Sets the stub of IPluginExceptionProvider.GetException(Int32 errorCode, Object[] arguments) - - - Stub type of Microsoft.Xrm.Sdk.IPluginExecutionContext - - - Initializes a new instance of type StubIPluginExecutionContext - - - Sets the stub of IExecutionContext.get_BusinessUnitId() - - - Sets the stub of IExecutionContext.get_BusinessUnitId() - - - Sets the stub of IExecutionContext.get_CorrelationId() - - - Sets the stub of IExecutionContext.get_CorrelationId() - - - Sets the stub of IExecutionContext.get_Depth() - - - Sets the stub of IExecutionContext.get_Depth() - - - Sets the stub of IExecutionContext.get_InitiatingUserId() - - - Sets the stub of IExecutionContext.get_InitiatingUserId() - - - Sets the stub of IExecutionContext.get_InputParameters() - - - Sets the stub of IExecutionContext.get_InputParameters() - - - Sets the stub of IExecutionContext.get_IsExecutingOffline() - - - Sets the stub of IExecutionContext.get_IsExecutingOffline() - - - Sets the stub of IExecutionContext.get_IsInTransaction() - - - Sets the stub of IExecutionContext.get_IsInTransaction() - - - Sets the stub of IExecutionContext.get_IsOfflinePlayback() - - - Sets the stub of IExecutionContext.get_IsOfflinePlayback() - - - Sets the stub of IExecutionContext.get_IsolationMode() - - - Sets the stub of IExecutionContext.get_IsolationMode() - - - Sets the stub of IExecutionContext.get_MessageName() - - - Sets the stub of IExecutionContext.get_MessageName() - - - Sets the stub of IExecutionContext.get_Mode() - - - Sets the stub of IExecutionContext.get_Mode() - - - Sets the stub of IExecutionContext.get_OperationCreatedOn() - - - Sets the stub of IExecutionContext.get_OperationCreatedOn() - - - Sets the stub of IExecutionContext.get_OperationId() - - - Sets the stub of IExecutionContext.get_OperationId() - - - Sets the stub of IExecutionContext.get_OrganizationId() - - - Sets the stub of IExecutionContext.get_OrganizationId() - - - Sets the stub of IExecutionContext.get_OrganizationName() - - - Sets the stub of IExecutionContext.get_OrganizationName() - - - Sets the stub of IExecutionContext.get_OutputParameters() - - - Sets the stub of IExecutionContext.get_OutputParameters() - - - Sets the stub of IExecutionContext.get_OwningExtension() - - - Sets the stub of IExecutionContext.get_OwningExtension() - - - Sets the stub of IPluginExecutionContext.get_ParentContext() - - - Sets the stub of IPluginExecutionContext.get_ParentContext() - - - Sets the stub of IExecutionContext.get_PostEntityImages() - - - Sets the stub of IExecutionContext.get_PostEntityImages() - - - Sets the stub of IExecutionContext.get_PreEntityImages() - - - Sets the stub of IExecutionContext.get_PreEntityImages() - - - Sets the stub of IExecutionContext.get_PrimaryEntityId() - - - Sets the stub of IExecutionContext.get_PrimaryEntityId() - - - Sets the stub of IExecutionContext.get_PrimaryEntityName() - - - Sets the stub of IExecutionContext.get_PrimaryEntityName() - - - Sets the stub of IExecutionContext.get_RequestId() - - - Sets the stub of IExecutionContext.get_RequestId() - - - Sets the stub of IExecutionContext.get_SecondaryEntityName() - - - Sets the stub of IExecutionContext.get_SecondaryEntityName() - - - Sets the stub of IExecutionContext.get_SharedVariables() - - - Sets the stub of IExecutionContext.get_SharedVariables() - - - Sets the stub of IPluginExecutionContext.get_Stage() - - - Sets the stub of IPluginExecutionContext.get_Stage() - - - Sets the stub of IExecutionContext.get_UserId() - - - Sets the stub of IExecutionContext.get_UserId() - - - Stub type of Microsoft.Xrm.Sdk.IProxyTypesAssemblyProvider - - - Initializes a new instance of type StubIProxyTypesAssemblyProvider - - - Attaches delegates to emulate StubIProxyTypesAssemblyProvider.ProxyTypesAssembly as a property with a backing field. - - - Sets the stub of IProxyTypesAssemblyProvider.get_ProxyTypesAssembly() - - - Sets the stub of IProxyTypesAssemblyProvider.get_ProxyTypesAssembly() - - - Sets the stub of IProxyTypesAssemblyProvider.set_ProxyTypesAssembly(Assembly value) - - - Stub type of Microsoft.Xrm.Sdk.IServiceEndpointNotificationService - - - Initializes a new instance of type StubIServiceEndpointNotificationService - - - Sets the stub of IServiceEndpointNotificationService.Execute(EntityReference serviceEndpoint, IExecutionContext context) - - - Sets the stub of IServiceEndpointNotificationService.Execute(EntityReference serviceEndpoint, IExecutionContext context) - - - Stub type of Microsoft.Xrm.Sdk.IServiceEndpointPlugin - - - Initializes a new instance of type StubIServiceEndpointPlugin - - - Sets the stub of IServiceEndpointPlugin.Execute(RemoteExecutionContext executionContext) - - - Sets the stub of IServiceEndpointPlugin.Execute(RemoteExecutionContext executionContext) - - - Stub type of Microsoft.Xrm.Sdk.ITokenService - - - Initializes a new instance of type StubITokenService - - - Sets the stub of ITokenService.RetrieveAADAccessToken(String clientId, String serverId, String tenant) - - - Sets the stub of ITokenService.RetrieveAADAccessToken(String clientId, String serverId, String tenant) - - - Stub type of Microsoft.Xrm.Sdk.ITracingService - - - Initializes a new instance of type StubITracingService - - - Sets the stub of ITracingService.Trace(String format, Object[] args) - - - Sets the stub of ITracingService.Trace(String format, Object[] args) - - - Stub type of Microsoft.Xrm.Sdk.ITwoWayServiceEndpointPlugin - - - Initializes a new instance of type StubITwoWayServiceEndpointPlugin - - - Sets the stub of ITwoWayServiceEndpointPlugin.Execute(RemoteExecutionContext executionContext) - - - Sets the stub of ITwoWayServiceEndpointPlugin.Execute(RemoteExecutionContext executionContext) - - - Stub type of Microsoft.Xrm.Sdk.IWebHttpServiceEndpointPlugin - - - Initializes a new instance of type StubIWebHttpServiceEndpointPlugin - - - Sets the stub of IWebHttpServiceEndpointPlugin.Execute(RemoteExecutionContext executionContext) - - - Sets the stub of IWebHttpServiceEndpointPlugin.Execute(RemoteExecutionContext executionContext) - - - Stub type of Microsoft.Xrm.Sdk.ManagedProperty`1 - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubManagedProperty - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.OrganizationRequest - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubOrganizationRequest - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.OrganizationResponse - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubOrganizationResponse - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.OrganizationServiceFault - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubOrganizationServiceFault - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Shim type of Microsoft.Xrm.Sdk.Messages.AssociateRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of AssociateRequest.get_RelatedEntities() - - - Sets the shim of AssociateRequest.set_RelatedEntities(EntityReferenceCollection value) - - - Sets the shim of AssociateRequest.get_Relationship() - - - Sets the shim of AssociateRequest.set_Relationship(Relationship value) - - - Sets the shim of AssociateRequest.get_Target() - - - Sets the shim of AssociateRequest.set_Target(EntityReference value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of AssociateRequest.AssociateRequest() - - - Sets the shim of AssociateRequest.get_RelatedEntities() - - - Sets the shim of AssociateRequest.set_RelatedEntities(EntityReferenceCollection value) - - - Sets the shim of AssociateRequest.get_Relationship() - - - Sets the shim of AssociateRequest.set_Relationship(Relationship value) - - - Sets the shim of AssociateRequest.get_Target() - - - Sets the shim of AssociateRequest.set_Target(EntityReference value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.AssociateResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of AssociateResponse.AssociateResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.CanBeReferencedRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CanBeReferencedRequest.get_EntityName() - - - Sets the shim of CanBeReferencedRequest.set_EntityName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CanBeReferencedRequest.CanBeReferencedRequest() - - - Sets the shim of CanBeReferencedRequest.get_EntityName() - - - Sets the shim of CanBeReferencedRequest.set_EntityName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.CanBeReferencedResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CanBeReferencedResponse.get_CanBeReferenced() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CanBeReferencedResponse.get_CanBeReferenced() - - - Sets the shim of CanBeReferencedResponse.CanBeReferencedResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.CanBeReferencingRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CanBeReferencingRequest.get_EntityName() - - - Sets the shim of CanBeReferencingRequest.set_EntityName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CanBeReferencingRequest.CanBeReferencingRequest() - - - Sets the shim of CanBeReferencingRequest.get_EntityName() - - - Sets the shim of CanBeReferencingRequest.set_EntityName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.CanBeReferencingResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CanBeReferencingResponse.get_CanBeReferencing() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CanBeReferencingResponse.get_CanBeReferencing() - - - Sets the shim of CanBeReferencingResponse.CanBeReferencingResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CanManyToManyRequest.get_EntityName() - - - Sets the shim of CanManyToManyRequest.set_EntityName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CanManyToManyRequest.CanManyToManyRequest() - - - Sets the shim of CanManyToManyRequest.get_EntityName() - - - Sets the shim of CanManyToManyRequest.set_EntityName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.CanManyToManyResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CanManyToManyResponse.get_CanManyToMany() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CanManyToManyResponse.get_CanManyToMany() - - - Sets the shim of CanManyToManyResponse.CanManyToManyResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.get_Attributes() - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.set_Attributes(EntityAttributeCollection value) - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.get_AutoConvert() - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.set_AutoConvert(Boolean value) - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.get_ConversionRule() - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.set_ConversionRule(String value) - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.get_TimeZoneCode() - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.set_TimeZoneCode(Int32 value) - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.get_Attributes() - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.set_Attributes(EntityAttributeCollection value) - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.get_AutoConvert() - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.set_AutoConvert(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.ConvertDateAndTimeBehaviorRequest() - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.get_ConversionRule() - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.set_ConversionRule(String value) - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.get_TimeZoneCode() - - - Sets the shim of ConvertDateAndTimeBehaviorRequest.set_TimeZoneCode(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.ConvertDateAndTimeBehaviorResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ConvertDateAndTimeBehaviorResponse.get_JobId() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ConvertDateAndTimeBehaviorResponse.ConvertDateAndTimeBehaviorResponse() - - - Sets the shim of ConvertDateAndTimeBehaviorResponse.get_JobId() - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateAttributeRequest.get_Attribute() - - - Sets the shim of CreateAttributeRequest.set_Attribute(AttributeMetadata value) - - - Sets the shim of CreateAttributeRequest.get_EntityName() - - - Sets the shim of CreateAttributeRequest.set_EntityName(String value) - - - Sets the shim of CreateAttributeRequest.get_SolutionUniqueName() - - - Sets the shim of CreateAttributeRequest.set_SolutionUniqueName(String value) - - - Sets the shim of CreateAttributeRequest.get_Attribute() - - - Sets the shim of CreateAttributeRequest.set_Attribute(AttributeMetadata value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateAttributeRequest.CreateAttributeRequest() - - - Sets the shim of CreateAttributeRequest.get_EntityName() - - - Sets the shim of CreateAttributeRequest.set_EntityName(String value) - - - Sets the shim of CreateAttributeRequest.get_SolutionUniqueName() - - - Sets the shim of CreateAttributeRequest.set_SolutionUniqueName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateAttributeResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateAttributeResponse.get_AttributeId() - - - Sets the shim of CreateAttributeResponse.get_AttributeId() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateAttributeResponse.CreateAttributeResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateCustomerRelationshipsRequest.get_Lookup() - - - Sets the shim of CreateCustomerRelationshipsRequest.set_Lookup(LookupAttributeMetadata value) - - - Sets the shim of CreateCustomerRelationshipsRequest.get_OneToManyRelationships() - - - Sets the shim of CreateCustomerRelationshipsRequest.set_OneToManyRelationships(OneToManyRelationshipMetadata[] value) - - - Sets the shim of CreateCustomerRelationshipsRequest.get_SolutionUniqueName() - - - Sets the shim of CreateCustomerRelationshipsRequest.set_SolutionUniqueName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateCustomerRelationshipsRequest.CreateCustomerRelationshipsRequest() - - - Sets the shim of CreateCustomerRelationshipsRequest.get_Lookup() - - - Sets the shim of CreateCustomerRelationshipsRequest.set_Lookup(LookupAttributeMetadata value) - - - Sets the shim of CreateCustomerRelationshipsRequest.get_OneToManyRelationships() - - - Sets the shim of CreateCustomerRelationshipsRequest.set_OneToManyRelationships(OneToManyRelationshipMetadata[] value) - - - Sets the shim of CreateCustomerRelationshipsRequest.get_SolutionUniqueName() - - - Sets the shim of CreateCustomerRelationshipsRequest.set_SolutionUniqueName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateCustomerRelationshipsResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateCustomerRelationshipsResponse.get_AttributeId() - - - Sets the shim of CreateCustomerRelationshipsResponse.get_RelationshipIds() - - - Sets the shim of CreateCustomerRelationshipsResponse.get_AttributeId() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateCustomerRelationshipsResponse.CreateCustomerRelationshipsResponse() - - - Sets the shim of CreateCustomerRelationshipsResponse.get_RelationshipIds() - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateEntityKeyRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateEntityKeyRequest.get_EntityKey() - - - Sets the shim of CreateEntityKeyRequest.set_EntityKey(EntityKeyMetadata value) - - - Sets the shim of CreateEntityKeyRequest.get_EntityName() - - - Sets the shim of CreateEntityKeyRequest.set_EntityName(String value) - - - Sets the shim of CreateEntityKeyRequest.get_SolutionUniqueName() - - - Sets the shim of CreateEntityKeyRequest.set_SolutionUniqueName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateEntityKeyRequest.CreateEntityKeyRequest() - - - Sets the shim of CreateEntityKeyRequest.get_EntityKey() - - - Sets the shim of CreateEntityKeyRequest.set_EntityKey(EntityKeyMetadata value) - - - Sets the shim of CreateEntityKeyRequest.get_EntityName() - - - Sets the shim of CreateEntityKeyRequest.set_EntityName(String value) - - - Sets the shim of CreateEntityKeyRequest.get_SolutionUniqueName() - - - Sets the shim of CreateEntityKeyRequest.set_SolutionUniqueName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateEntityKeyResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateEntityKeyResponse.get_EntityKeyId() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateEntityKeyResponse.CreateEntityKeyResponse() - - - Sets the shim of CreateEntityKeyResponse.get_EntityKeyId() - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateEntityRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateEntityRequest.get_Entity() - - - Sets the shim of CreateEntityRequest.set_Entity(EntityMetadata value) - - - Sets the shim of CreateEntityRequest.get_HasActivities() - - - Sets the shim of CreateEntityRequest.set_HasActivities(Boolean value) - - - Sets the shim of CreateEntityRequest.get_HasFeedback() - - - Sets the shim of CreateEntityRequest.set_HasFeedback(Boolean value) - - - Sets the shim of CreateEntityRequest.get_HasNotes() - - - Sets the shim of CreateEntityRequest.set_HasNotes(Boolean value) - - - Sets the shim of CreateEntityRequest.get_PrimaryAttribute() - - - Sets the shim of CreateEntityRequest.set_PrimaryAttribute(StringAttributeMetadata value) - - - Sets the shim of CreateEntityRequest.get_SolutionUniqueName() - - - Sets the shim of CreateEntityRequest.set_SolutionUniqueName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateEntityRequest.CreateEntityRequest() - - - Sets the shim of CreateEntityRequest.get_Entity() - - - Sets the shim of CreateEntityRequest.set_Entity(EntityMetadata value) - - - Sets the shim of CreateEntityRequest.get_HasActivities() - - - Sets the shim of CreateEntityRequest.set_HasActivities(Boolean value) - - - Sets the shim of CreateEntityRequest.get_HasFeedback() - - - Sets the shim of CreateEntityRequest.set_HasFeedback(Boolean value) - - - Sets the shim of CreateEntityRequest.get_HasNotes() - - - Sets the shim of CreateEntityRequest.set_HasNotes(Boolean value) - - - Sets the shim of CreateEntityRequest.get_PrimaryAttribute() - - - Sets the shim of CreateEntityRequest.set_PrimaryAttribute(StringAttributeMetadata value) - - - Sets the shim of CreateEntityRequest.get_SolutionUniqueName() - - - Sets the shim of CreateEntityRequest.set_SolutionUniqueName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateEntityResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateEntityResponse.get_AttributeId() - - - Sets the shim of CreateEntityResponse.get_EntityId() - - - Sets the shim of CreateEntityResponse.get_AttributeId() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateEntityResponse.CreateEntityResponse() - - - Sets the shim of CreateEntityResponse.get_EntityId() - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateManyToManyRequest.get_IntersectEntitySchemaName() - - - Sets the shim of CreateManyToManyRequest.set_IntersectEntitySchemaName(String value) - - - Sets the shim of CreateManyToManyRequest.get_ManyToManyRelationship() - - - Sets the shim of CreateManyToManyRequest.set_ManyToManyRelationship(ManyToManyRelationshipMetadata value) - - - Sets the shim of CreateManyToManyRequest.get_SolutionUniqueName() - - - Sets the shim of CreateManyToManyRequest.set_SolutionUniqueName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateManyToManyRequest.CreateManyToManyRequest() - - - Sets the shim of CreateManyToManyRequest.get_IntersectEntitySchemaName() - - - Sets the shim of CreateManyToManyRequest.set_IntersectEntitySchemaName(String value) - - - Sets the shim of CreateManyToManyRequest.get_ManyToManyRelationship() - - - Sets the shim of CreateManyToManyRequest.set_ManyToManyRelationship(ManyToManyRelationshipMetadata value) - - - Sets the shim of CreateManyToManyRequest.get_SolutionUniqueName() - - - Sets the shim of CreateManyToManyRequest.set_SolutionUniqueName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateManyToManyResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateManyToManyResponse.get_ManyToManyRelationshipId() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateManyToManyResponse.CreateManyToManyResponse() - - - Sets the shim of CreateManyToManyResponse.get_ManyToManyRelationshipId() - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateOneToManyRequest.get_Lookup() - - - Sets the shim of CreateOneToManyRequest.set_Lookup(LookupAttributeMetadata value) - - - Sets the shim of CreateOneToManyRequest.get_OneToManyRelationship() - - - Sets the shim of CreateOneToManyRequest.set_OneToManyRelationship(OneToManyRelationshipMetadata value) - - - Sets the shim of CreateOneToManyRequest.get_SolutionUniqueName() - - - Sets the shim of CreateOneToManyRequest.set_SolutionUniqueName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateOneToManyRequest.CreateOneToManyRequest() - - - Sets the shim of CreateOneToManyRequest.get_Lookup() - - - Sets the shim of CreateOneToManyRequest.set_Lookup(LookupAttributeMetadata value) - - - Sets the shim of CreateOneToManyRequest.get_OneToManyRelationship() - - - Sets the shim of CreateOneToManyRequest.set_OneToManyRelationship(OneToManyRelationshipMetadata value) - - - Sets the shim of CreateOneToManyRequest.get_SolutionUniqueName() - - - Sets the shim of CreateOneToManyRequest.set_SolutionUniqueName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateOneToManyResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateOneToManyResponse.get_AttributeId() - - - Sets the shim of CreateOneToManyResponse.get_RelationshipId() - - - Sets the shim of CreateOneToManyResponse.get_AttributeId() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateOneToManyResponse.CreateOneToManyResponse() - - - Sets the shim of CreateOneToManyResponse.get_RelationshipId() - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateOptionSetRequest.get_OptionSet() - - - Sets the shim of CreateOptionSetRequest.set_OptionSet(OptionSetMetadataBase value) - - - Sets the shim of CreateOptionSetRequest.get_SolutionUniqueName() - - - Sets the shim of CreateOptionSetRequest.set_SolutionUniqueName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateOptionSetRequest.CreateOptionSetRequest() - - - Sets the shim of CreateOptionSetRequest.get_OptionSet() - - - Sets the shim of CreateOptionSetRequest.set_OptionSet(OptionSetMetadataBase value) - - - Sets the shim of CreateOptionSetRequest.get_SolutionUniqueName() - - - Sets the shim of CreateOptionSetRequest.set_SolutionUniqueName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateOptionSetResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateOptionSetResponse.get_OptionSetId() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateOptionSetResponse.CreateOptionSetResponse() - - - Sets the shim of CreateOptionSetResponse.get_OptionSetId() - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateRequest.get_Target() - - - Sets the shim of CreateRequest.set_Target(Entity value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateRequest.CreateRequest() - - - Sets the shim of CreateRequest.get_Target() - - - Sets the shim of CreateRequest.set_Target(Entity value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.CreateResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateResponse.get_id() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CreateResponse.CreateResponse() - - - Sets the shim of CreateResponse.get_id() - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DeleteAttributeRequest.get_EntityLogicalName() - - - Sets the shim of DeleteAttributeRequest.set_EntityLogicalName(String value) - - - Sets the shim of DeleteAttributeRequest.get_LogicalName() - - - Sets the shim of DeleteAttributeRequest.set_LogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteAttributeRequest.DeleteAttributeRequest() - - - Sets the shim of DeleteAttributeRequest.get_EntityLogicalName() - - - Sets the shim of DeleteAttributeRequest.set_EntityLogicalName(String value) - - - Sets the shim of DeleteAttributeRequest.get_LogicalName() - - - Sets the shim of DeleteAttributeRequest.set_LogicalName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteAttributeResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteAttributeResponse.DeleteAttributeResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteEntityKeyRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DeleteEntityKeyRequest.get_EntityLogicalName() - - - Sets the shim of DeleteEntityKeyRequest.set_EntityLogicalName(String value) - - - Sets the shim of DeleteEntityKeyRequest.get_Name() - - - Sets the shim of DeleteEntityKeyRequest.set_Name(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteEntityKeyRequest.DeleteEntityKeyRequest() - - - Sets the shim of DeleteEntityKeyRequest.get_EntityLogicalName() - - - Sets the shim of DeleteEntityKeyRequest.set_EntityLogicalName(String value) - - - Sets the shim of DeleteEntityKeyRequest.get_Name() - - - Sets the shim of DeleteEntityKeyRequest.set_Name(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteEntityKeyResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteEntityKeyResponse.DeleteEntityKeyResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteEntityRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DeleteEntityRequest.get_LogicalName() - - - Sets the shim of DeleteEntityRequest.set_LogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteEntityRequest.DeleteEntityRequest() - - - Sets the shim of DeleteEntityRequest.get_LogicalName() - - - Sets the shim of DeleteEntityRequest.set_LogicalName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteEntityResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteEntityResponse.DeleteEntityResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteOptionSetRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DeleteOptionSetRequest.get_Name() - - - Sets the shim of DeleteOptionSetRequest.set_Name(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteOptionSetRequest.DeleteOptionSetRequest() - - - Sets the shim of DeleteOptionSetRequest.get_Name() - - - Sets the shim of DeleteOptionSetRequest.set_Name(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteOptionSetResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteOptionSetResponse.DeleteOptionSetResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DeleteOptionValueRequest.get_AttributeLogicalName() - - - Sets the shim of DeleteOptionValueRequest.set_AttributeLogicalName(String value) - - - Sets the shim of DeleteOptionValueRequest.get_EntityLogicalName() - - - Sets the shim of DeleteOptionValueRequest.set_EntityLogicalName(String value) - - - Sets the shim of DeleteOptionValueRequest.get_OptionSetName() - - - Sets the shim of DeleteOptionValueRequest.set_OptionSetName(String value) - - - Sets the shim of DeleteOptionValueRequest.get_SolutionUniqueName() - - - Sets the shim of DeleteOptionValueRequest.set_SolutionUniqueName(String value) - - - Sets the shim of DeleteOptionValueRequest.get_Value() - - - Sets the shim of DeleteOptionValueRequest.set_Value(Int32 value) - - - Sets the shim of DeleteOptionValueRequest.get_AttributeLogicalName() - - - Sets the shim of DeleteOptionValueRequest.set_AttributeLogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteOptionValueRequest.DeleteOptionValueRequest() - - - Sets the shim of DeleteOptionValueRequest.get_EntityLogicalName() - - - Sets the shim of DeleteOptionValueRequest.set_EntityLogicalName(String value) - - - Sets the shim of DeleteOptionValueRequest.get_OptionSetName() - - - Sets the shim of DeleteOptionValueRequest.set_OptionSetName(String value) - - - Sets the shim of DeleteOptionValueRequest.get_SolutionUniqueName() - - - Sets the shim of DeleteOptionValueRequest.set_SolutionUniqueName(String value) - - - Sets the shim of DeleteOptionValueRequest.get_Value() - - - Sets the shim of DeleteOptionValueRequest.set_Value(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteOptionValueResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteOptionValueResponse.DeleteOptionValueResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteRelationshipRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DeleteRelationshipRequest.get_Name() - - - Sets the shim of DeleteRelationshipRequest.set_Name(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteRelationshipRequest.DeleteRelationshipRequest() - - - Sets the shim of DeleteRelationshipRequest.get_Name() - - - Sets the shim of DeleteRelationshipRequest.set_Name(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteRelationshipResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteRelationshipResponse.DeleteRelationshipResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DeleteRequest.get_ConcurrencyBehavior() - - - Sets the shim of DeleteRequest.set_ConcurrencyBehavior(ConcurrencyBehavior value) - - - Sets the shim of DeleteRequest.get_Target() - - - Sets the shim of DeleteRequest.set_Target(EntityReference value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteRequest.get_ConcurrencyBehavior() - - - Sets the shim of DeleteRequest.set_ConcurrencyBehavior(ConcurrencyBehavior value) - - - Sets the shim of DeleteRequest.DeleteRequest() - - - Sets the shim of DeleteRequest.get_Target() - - - Sets the shim of DeleteRequest.set_Target(EntityReference value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.DeleteResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DeleteResponse.DeleteResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.DisassociateRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DisassociateRequest.get_RelatedEntities() - - - Sets the shim of DisassociateRequest.set_RelatedEntities(EntityReferenceCollection value) - - - Sets the shim of DisassociateRequest.get_Relationship() - - - Sets the shim of DisassociateRequest.set_Relationship(Relationship value) - - - Sets the shim of DisassociateRequest.get_Target() - - - Sets the shim of DisassociateRequest.set_Target(EntityReference value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DisassociateRequest.DisassociateRequest() - - - Sets the shim of DisassociateRequest.get_RelatedEntities() - - - Sets the shim of DisassociateRequest.set_RelatedEntities(EntityReferenceCollection value) - - - Sets the shim of DisassociateRequest.get_Relationship() - - - Sets the shim of DisassociateRequest.set_Relationship(Relationship value) - - - Sets the shim of DisassociateRequest.get_Target() - - - Sets the shim of DisassociateRequest.set_Target(EntityReference value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.DisassociateResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DisassociateResponse.DisassociateResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ExecuteAsyncRequest.get_Request() - - - Sets the shim of ExecuteAsyncRequest.set_Request(OrganizationRequest value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ExecuteAsyncRequest.ExecuteAsyncRequest() - - - Sets the shim of ExecuteAsyncRequest.get_Request() - - - Sets the shim of ExecuteAsyncRequest.set_Request(OrganizationRequest value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.ExecuteAsyncResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ExecuteAsyncResponse.get_AsyncJobId() - - - Sets the shim of ExecuteAsyncResponse.get_AsyncJobId() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ExecuteAsyncResponse.ExecuteAsyncResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ExecuteMultipleRequest.get_Requests() - - - Sets the shim of ExecuteMultipleRequest.set_Requests(OrganizationRequestCollection value) - - - Sets the shim of ExecuteMultipleRequest.get_Settings() - - - Sets the shim of ExecuteMultipleRequest.set_Settings(ExecuteMultipleSettings value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ExecuteMultipleRequest.ExecuteMultipleRequest() - - - Sets the shim of ExecuteMultipleRequest.get_Requests() - - - Sets the shim of ExecuteMultipleRequest.set_Requests(OrganizationRequestCollection value) - - - Sets the shim of ExecuteMultipleRequest.get_Settings() - - - Sets the shim of ExecuteMultipleRequest.set_Settings(ExecuteMultipleSettings value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ExecuteMultipleResponse.get_IsFaulted() - - - Sets the shim of ExecuteMultipleResponse.get_Responses() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ExecuteMultipleResponse.ExecuteMultipleResponse() - - - Sets the shim of ExecuteMultipleResponse.get_IsFaulted() - - - Sets the shim of ExecuteMultipleResponse.get_Responses() - - - Shim type of Microsoft.Xrm.Sdk.Messages.ExecuteTransactionRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ExecuteTransactionRequest.get_Requests() - - - Sets the shim of ExecuteTransactionRequest.set_Requests(OrganizationRequestCollection value) - - - Sets the shim of ExecuteTransactionRequest.get_ReturnResponses() - - - Sets the shim of ExecuteTransactionRequest.set_ReturnResponses(Nullable`1<Boolean> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ExecuteTransactionRequest.ExecuteTransactionRequest() - - - Sets the shim of ExecuteTransactionRequest.get_Requests() - - - Sets the shim of ExecuteTransactionRequest.set_Requests(OrganizationRequestCollection value) - - - Sets the shim of ExecuteTransactionRequest.get_ReturnResponses() - - - Sets the shim of ExecuteTransactionRequest.set_ReturnResponses(Nullable`1<Boolean> value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.ExecuteTransactionResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ExecuteTransactionResponse.get_Responses() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ExecuteTransactionResponse.ExecuteTransactionResponse() - - - Sets the shim of ExecuteTransactionResponse.get_Responses() - - - Shim type of Microsoft.Xrm.Sdk.Messages.GetValidManyToManyRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of GetValidManyToManyRequest.GetValidManyToManyRequest() - - - Shim type of Microsoft.Xrm.Sdk.Messages.GetValidManyToManyResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of GetValidManyToManyResponse.get_EntityNames() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of GetValidManyToManyResponse.GetValidManyToManyResponse() - - - Sets the shim of GetValidManyToManyResponse.get_EntityNames() - - - Shim type of Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of GetValidReferencedEntitiesRequest.get_ReferencingEntityName() - - - Sets the shim of GetValidReferencedEntitiesRequest.set_ReferencingEntityName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of GetValidReferencedEntitiesRequest.GetValidReferencedEntitiesRequest() - - - Sets the shim of GetValidReferencedEntitiesRequest.get_ReferencingEntityName() - - - Sets the shim of GetValidReferencedEntitiesRequest.set_ReferencingEntityName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of GetValidReferencedEntitiesResponse.get_EntityNames() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of GetValidReferencedEntitiesResponse.GetValidReferencedEntitiesResponse() - - - Sets the shim of GetValidReferencedEntitiesResponse.get_EntityNames() - - - Shim type of Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of GetValidReferencingEntitiesRequest.get_ReferencedEntityName() - - - Sets the shim of GetValidReferencingEntitiesRequest.set_ReferencedEntityName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of GetValidReferencingEntitiesRequest.GetValidReferencingEntitiesRequest() - - - Sets the shim of GetValidReferencingEntitiesRequest.get_ReferencedEntityName() - - - Sets the shim of GetValidReferencingEntitiesRequest.set_ReferencedEntityName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of GetValidReferencingEntitiesResponse.get_EntityNames() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of GetValidReferencingEntitiesResponse.GetValidReferencingEntitiesResponse() - - - Sets the shim of GetValidReferencingEntitiesResponse.get_EntityNames() - - - Shim type of Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of InsertOptionValueRequest.get_AttributeLogicalName() - - - Sets the shim of InsertOptionValueRequest.set_AttributeLogicalName(String value) - - - Sets the shim of InsertOptionValueRequest.get_Description() - - - Sets the shim of InsertOptionValueRequest.set_Description(Label value) - - - Sets the shim of InsertOptionValueRequest.get_EntityLogicalName() - - - Sets the shim of InsertOptionValueRequest.set_EntityLogicalName(String value) - - - Sets the shim of InsertOptionValueRequest.get_Label() - - - Sets the shim of InsertOptionValueRequest.set_Label(Label value) - - - Sets the shim of InsertOptionValueRequest.get_OptionSetName() - - - Sets the shim of InsertOptionValueRequest.set_OptionSetName(String value) - - - Sets the shim of InsertOptionValueRequest.get_SolutionUniqueName() - - - Sets the shim of InsertOptionValueRequest.set_SolutionUniqueName(String value) - - - Sets the shim of InsertOptionValueRequest.get_Value() - - - Sets the shim of InsertOptionValueRequest.set_Value(Nullable`1<Int32> value) - - - Sets the shim of InsertOptionValueRequest.get_AttributeLogicalName() - - - Sets the shim of InsertOptionValueRequest.set_AttributeLogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of InsertOptionValueRequest.InsertOptionValueRequest() - - - Sets the shim of InsertOptionValueRequest.get_Description() - - - Sets the shim of InsertOptionValueRequest.set_Description(Label value) - - - Sets the shim of InsertOptionValueRequest.get_EntityLogicalName() - - - Sets the shim of InsertOptionValueRequest.set_EntityLogicalName(String value) - - - Sets the shim of InsertOptionValueRequest.get_Label() - - - Sets the shim of InsertOptionValueRequest.set_Label(Label value) - - - Sets the shim of InsertOptionValueRequest.get_OptionSetName() - - - Sets the shim of InsertOptionValueRequest.set_OptionSetName(String value) - - - Sets the shim of InsertOptionValueRequest.get_SolutionUniqueName() - - - Sets the shim of InsertOptionValueRequest.set_SolutionUniqueName(String value) - - - Sets the shim of InsertOptionValueRequest.get_Value() - - - Sets the shim of InsertOptionValueRequest.set_Value(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.InsertOptionValueResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of InsertOptionValueResponse.get_NewOptionValue() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of InsertOptionValueResponse.InsertOptionValueResponse() - - - Sets the shim of InsertOptionValueResponse.get_NewOptionValue() - - - Shim type of Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of InsertStatusValueRequest.get_AttributeLogicalName() - - - Sets the shim of InsertStatusValueRequest.set_AttributeLogicalName(String value) - - - Sets the shim of InsertStatusValueRequest.get_Description() - - - Sets the shim of InsertStatusValueRequest.set_Description(Label value) - - - Sets the shim of InsertStatusValueRequest.get_EntityLogicalName() - - - Sets the shim of InsertStatusValueRequest.set_EntityLogicalName(String value) - - - Sets the shim of InsertStatusValueRequest.get_Label() - - - Sets the shim of InsertStatusValueRequest.set_Label(Label value) - - - Sets the shim of InsertStatusValueRequest.get_OptionSetName() - - - Sets the shim of InsertStatusValueRequest.set_OptionSetName(String value) - - - Sets the shim of InsertStatusValueRequest.get_SolutionUniqueName() - - - Sets the shim of InsertStatusValueRequest.set_SolutionUniqueName(String value) - - - Sets the shim of InsertStatusValueRequest.get_StateCode() - - - Sets the shim of InsertStatusValueRequest.set_StateCode(Int32 value) - - - Sets the shim of InsertStatusValueRequest.get_Value() - - - Sets the shim of InsertStatusValueRequest.set_Value(Nullable`1<Int32> value) - - - Sets the shim of InsertStatusValueRequest.get_AttributeLogicalName() - - - Sets the shim of InsertStatusValueRequest.set_AttributeLogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of InsertStatusValueRequest.InsertStatusValueRequest() - - - Sets the shim of InsertStatusValueRequest.get_Description() - - - Sets the shim of InsertStatusValueRequest.set_Description(Label value) - - - Sets the shim of InsertStatusValueRequest.get_EntityLogicalName() - - - Sets the shim of InsertStatusValueRequest.set_EntityLogicalName(String value) - - - Sets the shim of InsertStatusValueRequest.get_Label() - - - Sets the shim of InsertStatusValueRequest.set_Label(Label value) - - - Sets the shim of InsertStatusValueRequest.get_OptionSetName() - - - Sets the shim of InsertStatusValueRequest.set_OptionSetName(String value) - - - Sets the shim of InsertStatusValueRequest.get_SolutionUniqueName() - - - Sets the shim of InsertStatusValueRequest.set_SolutionUniqueName(String value) - - - Sets the shim of InsertStatusValueRequest.get_StateCode() - - - Sets the shim of InsertStatusValueRequest.set_StateCode(Int32 value) - - - Sets the shim of InsertStatusValueRequest.get_Value() - - - Sets the shim of InsertStatusValueRequest.set_Value(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.InsertStatusValueResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of InsertStatusValueResponse.get_NewOptionValue() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of InsertStatusValueResponse.InsertStatusValueResponse() - - - Sets the shim of InsertStatusValueResponse.get_NewOptionValue() - - - Shim type of Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of IsDataEncryptionActiveRequest.IsDataEncryptionActiveRequest() - - - Shim type of Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of IsDataEncryptionActiveResponse.get_IsActive() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of IsDataEncryptionActiveResponse.IsDataEncryptionActiveResponse() - - - Sets the shim of IsDataEncryptionActiveResponse.get_IsActive() - - - Shim type of Microsoft.Xrm.Sdk.Messages.OrderOptionRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OrderOptionRequest.get_AttributeLogicalName() - - - Sets the shim of OrderOptionRequest.set_AttributeLogicalName(String value) - - - Sets the shim of OrderOptionRequest.get_EntityLogicalName() - - - Sets the shim of OrderOptionRequest.set_EntityLogicalName(String value) - - - Sets the shim of OrderOptionRequest.get_OptionSetName() - - - Sets the shim of OrderOptionRequest.set_OptionSetName(String value) - - - Sets the shim of OrderOptionRequest.get_SolutionUniqueName() - - - Sets the shim of OrderOptionRequest.set_SolutionUniqueName(String value) - - - Sets the shim of OrderOptionRequest.get_Values() - - - Sets the shim of OrderOptionRequest.set_Values(Int32[] value) - - - Sets the shim of OrderOptionRequest.get_AttributeLogicalName() - - - Sets the shim of OrderOptionRequest.set_AttributeLogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OrderOptionRequest.OrderOptionRequest() - - - Sets the shim of OrderOptionRequest.get_EntityLogicalName() - - - Sets the shim of OrderOptionRequest.set_EntityLogicalName(String value) - - - Sets the shim of OrderOptionRequest.get_OptionSetName() - - - Sets the shim of OrderOptionRequest.set_OptionSetName(String value) - - - Sets the shim of OrderOptionRequest.get_SolutionUniqueName() - - - Sets the shim of OrderOptionRequest.set_SolutionUniqueName(String value) - - - Sets the shim of OrderOptionRequest.get_Values() - - - Sets the shim of OrderOptionRequest.set_Values(Int32[] value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.OrderOptionResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OrderOptionResponse.OrderOptionResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ReactivateEntityKeyRequest.get_EntityKeyLogicalName() - - - Sets the shim of ReactivateEntityKeyRequest.set_EntityKeyLogicalName(String value) - - - Sets the shim of ReactivateEntityKeyRequest.get_EntityLogicalName() - - - Sets the shim of ReactivateEntityKeyRequest.set_EntityLogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ReactivateEntityKeyRequest.ReactivateEntityKeyRequest() - - - Sets the shim of ReactivateEntityKeyRequest.get_EntityKeyLogicalName() - - - Sets the shim of ReactivateEntityKeyRequest.set_EntityKeyLogicalName(String value) - - - Sets the shim of ReactivateEntityKeyRequest.get_EntityLogicalName() - - - Sets the shim of ReactivateEntityKeyRequest.set_EntityLogicalName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.ReactivateEntityKeyResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ReactivateEntityKeyResponse.ReactivateEntityKeyResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveAllEntitiesRequest.get_EntityFilters() - - - Sets the shim of RetrieveAllEntitiesRequest.set_EntityFilters(EntityFilters value) - - - Sets the shim of RetrieveAllEntitiesRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveAllEntitiesRequest.set_RetrieveAsIfPublished(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveAllEntitiesRequest.RetrieveAllEntitiesRequest() - - - Sets the shim of RetrieveAllEntitiesRequest.get_EntityFilters() - - - Sets the shim of RetrieveAllEntitiesRequest.set_EntityFilters(EntityFilters value) - - - Sets the shim of RetrieveAllEntitiesRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveAllEntitiesRequest.set_RetrieveAsIfPublished(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveAllEntitiesResponse.get_EntityMetadata() - - - Sets the shim of RetrieveAllEntitiesResponse.get_Timestamp() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveAllEntitiesResponse.RetrieveAllEntitiesResponse() - - - Sets the shim of RetrieveAllEntitiesResponse.get_EntityMetadata() - - - Sets the shim of RetrieveAllEntitiesResponse.get_Timestamp() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveAllManagedPropertiesRequest.RetrieveAllManagedPropertiesRequest() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveAllManagedPropertiesResponse.get_ManagedPropertyMetadata() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveAllManagedPropertiesResponse.RetrieveAllManagedPropertiesResponse() - - - Sets the shim of RetrieveAllManagedPropertiesResponse.get_ManagedPropertyMetadata() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveAllOptionSetsRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveAllOptionSetsRequest.set_RetrieveAsIfPublished(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveAllOptionSetsRequest.RetrieveAllOptionSetsRequest() - - - Sets the shim of RetrieveAllOptionSetsRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveAllOptionSetsRequest.set_RetrieveAsIfPublished(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveAllOptionSetsResponse.get_OptionSetMetadata() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveAllOptionSetsResponse.RetrieveAllOptionSetsResponse() - - - Sets the shim of RetrieveAllOptionSetsResponse.get_OptionSetMetadata() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveAttributeRequest.get_ColumnNumber() - - - Sets the shim of RetrieveAttributeRequest.set_ColumnNumber(Int32 value) - - - Sets the shim of RetrieveAttributeRequest.get_EntityLogicalName() - - - Sets the shim of RetrieveAttributeRequest.set_EntityLogicalName(String value) - - - Sets the shim of RetrieveAttributeRequest.get_LogicalName() - - - Sets the shim of RetrieveAttributeRequest.set_LogicalName(String value) - - - Sets the shim of RetrieveAttributeRequest.get_MetadataId() - - - Sets the shim of RetrieveAttributeRequest.set_MetadataId(Guid value) - - - Sets the shim of RetrieveAttributeRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveAttributeRequest.set_RetrieveAsIfPublished(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveAttributeRequest.get_ColumnNumber() - - - Sets the shim of RetrieveAttributeRequest.set_ColumnNumber(Int32 value) - - - Sets the shim of RetrieveAttributeRequest.RetrieveAttributeRequest() - - - Sets the shim of RetrieveAttributeRequest.get_EntityLogicalName() - - - Sets the shim of RetrieveAttributeRequest.set_EntityLogicalName(String value) - - - Sets the shim of RetrieveAttributeRequest.get_LogicalName() - - - Sets the shim of RetrieveAttributeRequest.set_LogicalName(String value) - - - Sets the shim of RetrieveAttributeRequest.get_MetadataId() - - - Sets the shim of RetrieveAttributeRequest.set_MetadataId(Guid value) - - - Sets the shim of RetrieveAttributeRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveAttributeRequest.set_RetrieveAsIfPublished(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveAttributeResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveAttributeResponse.get_AttributeMetadata() - - - Sets the shim of RetrieveAttributeResponse.get_AttributeMetadata() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveAttributeResponse.RetrieveAttributeResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveDataEncryptionKeyRequest.RetrieveDataEncryptionKeyRequest() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveDataEncryptionKeyResponse.get_EncryptionKey() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveDataEncryptionKeyResponse.RetrieveDataEncryptionKeyResponse() - - - Sets the shim of RetrieveDataEncryptionKeyResponse.get_EncryptionKey() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveEntityChangesRequest.get_Columns() - - - Sets the shim of RetrieveEntityChangesRequest.set_Columns(ColumnSet value) - - - Sets the shim of RetrieveEntityChangesRequest.get_DataVersion() - - - Sets the shim of RetrieveEntityChangesRequest.set_DataVersion(String value) - - - Sets the shim of RetrieveEntityChangesRequest.get_EntityName() - - - Sets the shim of RetrieveEntityChangesRequest.set_EntityName(String value) - - - Sets the shim of RetrieveEntityChangesRequest.get_PageInfo() - - - Sets the shim of RetrieveEntityChangesRequest.set_PageInfo(PagingInfo value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveEntityChangesRequest.get_Columns() - - - Sets the shim of RetrieveEntityChangesRequest.set_Columns(ColumnSet value) - - - Sets the shim of RetrieveEntityChangesRequest.RetrieveEntityChangesRequest() - - - Sets the shim of RetrieveEntityChangesRequest.get_DataVersion() - - - Sets the shim of RetrieveEntityChangesRequest.set_DataVersion(String value) - - - Sets the shim of RetrieveEntityChangesRequest.get_EntityName() - - - Sets the shim of RetrieveEntityChangesRequest.set_EntityName(String value) - - - Sets the shim of RetrieveEntityChangesRequest.get_PageInfo() - - - Sets the shim of RetrieveEntityChangesRequest.set_PageInfo(PagingInfo value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveEntityChangesResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveEntityChangesResponse.get_EntityChanges() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveEntityChangesResponse.RetrieveEntityChangesResponse() - - - Sets the shim of RetrieveEntityChangesResponse.get_EntityChanges() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveEntityKeyRequest.get_EntityLogicalName() - - - Sets the shim of RetrieveEntityKeyRequest.set_EntityLogicalName(String value) - - - Sets the shim of RetrieveEntityKeyRequest.get_LogicalName() - - - Sets the shim of RetrieveEntityKeyRequest.set_LogicalName(String value) - - - Sets the shim of RetrieveEntityKeyRequest.get_MetadataId() - - - Sets the shim of RetrieveEntityKeyRequest.set_MetadataId(Guid value) - - - Sets the shim of RetrieveEntityKeyRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveEntityKeyRequest.set_RetrieveAsIfPublished(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveEntityKeyRequest.RetrieveEntityKeyRequest() - - - Sets the shim of RetrieveEntityKeyRequest.get_EntityLogicalName() - - - Sets the shim of RetrieveEntityKeyRequest.set_EntityLogicalName(String value) - - - Sets the shim of RetrieveEntityKeyRequest.get_LogicalName() - - - Sets the shim of RetrieveEntityKeyRequest.set_LogicalName(String value) - - - Sets the shim of RetrieveEntityKeyRequest.get_MetadataId() - - - Sets the shim of RetrieveEntityKeyRequest.set_MetadataId(Guid value) - - - Sets the shim of RetrieveEntityKeyRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveEntityKeyRequest.set_RetrieveAsIfPublished(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveEntityKeyResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveEntityKeyResponse.get_EntityKeyMetadata() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveEntityKeyResponse.RetrieveEntityKeyResponse() - - - Sets the shim of RetrieveEntityKeyResponse.get_EntityKeyMetadata() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveEntityRequest.get_EntityFilters() - - - Sets the shim of RetrieveEntityRequest.set_EntityFilters(EntityFilters value) - - - Sets the shim of RetrieveEntityRequest.get_LogicalName() - - - Sets the shim of RetrieveEntityRequest.set_LogicalName(String value) - - - Sets the shim of RetrieveEntityRequest.get_MetadataId() - - - Sets the shim of RetrieveEntityRequest.set_MetadataId(Guid value) - - - Sets the shim of RetrieveEntityRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveEntityRequest.set_RetrieveAsIfPublished(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveEntityRequest.RetrieveEntityRequest() - - - Sets the shim of RetrieveEntityRequest.get_EntityFilters() - - - Sets the shim of RetrieveEntityRequest.set_EntityFilters(EntityFilters value) - - - Sets the shim of RetrieveEntityRequest.get_LogicalName() - - - Sets the shim of RetrieveEntityRequest.set_LogicalName(String value) - - - Sets the shim of RetrieveEntityRequest.get_MetadataId() - - - Sets the shim of RetrieveEntityRequest.set_MetadataId(Guid value) - - - Sets the shim of RetrieveEntityRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveEntityRequest.set_RetrieveAsIfPublished(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveEntityResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveEntityResponse.get_EntityMetadata() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveEntityResponse.RetrieveEntityResponse() - - - Sets the shim of RetrieveEntityResponse.get_EntityMetadata() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveManagedPropertyRequest.get_LogicalName() - - - Sets the shim of RetrieveManagedPropertyRequest.set_LogicalName(String value) - - - Sets the shim of RetrieveManagedPropertyRequest.get_MetadataId() - - - Sets the shim of RetrieveManagedPropertyRequest.set_MetadataId(Guid value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveManagedPropertyRequest.RetrieveManagedPropertyRequest() - - - Sets the shim of RetrieveManagedPropertyRequest.get_LogicalName() - - - Sets the shim of RetrieveManagedPropertyRequest.set_LogicalName(String value) - - - Sets the shim of RetrieveManagedPropertyRequest.get_MetadataId() - - - Sets the shim of RetrieveManagedPropertyRequest.set_MetadataId(Guid value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveManagedPropertyResponse.get_ManagedPropertyMetadata() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveManagedPropertyResponse.RetrieveManagedPropertyResponse() - - - Sets the shim of RetrieveManagedPropertyResponse.get_ManagedPropertyMetadata() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveMetadataChangesRequest.get_ClientVersionStamp() - - - Sets the shim of RetrieveMetadataChangesRequest.set_ClientVersionStamp(String value) - - - Sets the shim of RetrieveMetadataChangesRequest.get_DeletedMetadataFilters() - - - Sets the shim of RetrieveMetadataChangesRequest.set_DeletedMetadataFilters(DeletedMetadataFilters value) - - - Sets the shim of RetrieveMetadataChangesRequest.get_Query() - - - Sets the shim of RetrieveMetadataChangesRequest.set_Query(EntityQueryExpression value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveMetadataChangesRequest.get_ClientVersionStamp() - - - Sets the shim of RetrieveMetadataChangesRequest.set_ClientVersionStamp(String value) - - - Sets the shim of RetrieveMetadataChangesRequest.RetrieveMetadataChangesRequest() - - - Sets the shim of RetrieveMetadataChangesRequest.get_DeletedMetadataFilters() - - - Sets the shim of RetrieveMetadataChangesRequest.set_DeletedMetadataFilters(DeletedMetadataFilters value) - - - Sets the shim of RetrieveMetadataChangesRequest.get_Query() - - - Sets the shim of RetrieveMetadataChangesRequest.set_Query(EntityQueryExpression value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveMetadataChangesResponse.get_DeletedMetadata() - - - Sets the shim of RetrieveMetadataChangesResponse.get_EntityMetadata() - - - Sets the shim of RetrieveMetadataChangesResponse.get_ServerVersionStamp() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveMetadataChangesResponse.RetrieveMetadataChangesResponse() - - - Sets the shim of RetrieveMetadataChangesResponse.get_DeletedMetadata() - - - Sets the shim of RetrieveMetadataChangesResponse.get_EntityMetadata() - - - Sets the shim of RetrieveMetadataChangesResponse.get_ServerVersionStamp() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveMultipleRequest.get_Query() - - - Sets the shim of RetrieveMultipleRequest.set_Query(QueryBase value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveMultipleRequest.RetrieveMultipleRequest() - - - Sets the shim of RetrieveMultipleRequest.get_Query() - - - Sets the shim of RetrieveMultipleRequest.set_Query(QueryBase value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveMultipleResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveMultipleResponse.get_EntityCollection() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveMultipleResponse.RetrieveMultipleResponse() - - - Sets the shim of RetrieveMultipleResponse.get_EntityCollection() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveOptionSetRequest.get_MetadataId() - - - Sets the shim of RetrieveOptionSetRequest.set_MetadataId(Guid value) - - - Sets the shim of RetrieveOptionSetRequest.get_Name() - - - Sets the shim of RetrieveOptionSetRequest.set_Name(String value) - - - Sets the shim of RetrieveOptionSetRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveOptionSetRequest.set_RetrieveAsIfPublished(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveOptionSetRequest.RetrieveOptionSetRequest() - - - Sets the shim of RetrieveOptionSetRequest.get_MetadataId() - - - Sets the shim of RetrieveOptionSetRequest.set_MetadataId(Guid value) - - - Sets the shim of RetrieveOptionSetRequest.get_Name() - - - Sets the shim of RetrieveOptionSetRequest.set_Name(String value) - - - Sets the shim of RetrieveOptionSetRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveOptionSetRequest.set_RetrieveAsIfPublished(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveOptionSetResponse.get_OptionSetMetadata() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveOptionSetResponse.RetrieveOptionSetResponse() - - - Sets the shim of RetrieveOptionSetResponse.get_OptionSetMetadata() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveRelationshipRequest.get_MetadataId() - - - Sets the shim of RetrieveRelationshipRequest.set_MetadataId(Guid value) - - - Sets the shim of RetrieveRelationshipRequest.get_Name() - - - Sets the shim of RetrieveRelationshipRequest.set_Name(String value) - - - Sets the shim of RetrieveRelationshipRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveRelationshipRequest.set_RetrieveAsIfPublished(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveRelationshipRequest.RetrieveRelationshipRequest() - - - Sets the shim of RetrieveRelationshipRequest.get_MetadataId() - - - Sets the shim of RetrieveRelationshipRequest.set_MetadataId(Guid value) - - - Sets the shim of RetrieveRelationshipRequest.get_Name() - - - Sets the shim of RetrieveRelationshipRequest.set_Name(String value) - - - Sets the shim of RetrieveRelationshipRequest.get_RetrieveAsIfPublished() - - - Sets the shim of RetrieveRelationshipRequest.set_RetrieveAsIfPublished(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveRelationshipResponse.get_RelationshipMetadata() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveRelationshipResponse.RetrieveRelationshipResponse() - - - Sets the shim of RetrieveRelationshipResponse.get_RelationshipMetadata() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveRequest.get_ColumnSet() - - - Sets the shim of RetrieveRequest.set_ColumnSet(ColumnSet value) - - - Sets the shim of RetrieveRequest.get_RelatedEntitiesQuery() - - - Sets the shim of RetrieveRequest.set_RelatedEntitiesQuery(RelationshipQueryCollection value) - - - Sets the shim of RetrieveRequest.get_ReturnNotifications() - - - Sets the shim of RetrieveRequest.set_ReturnNotifications(Boolean value) - - - Sets the shim of RetrieveRequest.get_Target() - - - Sets the shim of RetrieveRequest.set_Target(EntityReference value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveRequest.get_ColumnSet() - - - Sets the shim of RetrieveRequest.set_ColumnSet(ColumnSet value) - - - Sets the shim of RetrieveRequest.RetrieveRequest() - - - Sets the shim of RetrieveRequest.get_RelatedEntitiesQuery() - - - Sets the shim of RetrieveRequest.set_RelatedEntitiesQuery(RelationshipQueryCollection value) - - - Sets the shim of RetrieveRequest.get_ReturnNotifications() - - - Sets the shim of RetrieveRequest.set_ReturnNotifications(Boolean value) - - - Sets the shim of RetrieveRequest.get_Target() - - - Sets the shim of RetrieveRequest.set_Target(EntityReference value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveResponse.get_Entity() - - - Sets the shim of RetrieveResponse.get_Notifications() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveResponse.RetrieveResponse() - - - Sets the shim of RetrieveResponse.get_Entity() - - - Sets the shim of RetrieveResponse.get_Notifications() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveTimestampRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveTimestampRequest.RetrieveTimestampRequest() - - - Shim type of Microsoft.Xrm.Sdk.Messages.RetrieveTimestampResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveTimestampResponse.get_Timestamp() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RetrieveTimestampResponse.RetrieveTimestampResponse() - - - Sets the shim of RetrieveTimestampResponse.get_Timestamp() - - - Shim type of Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of SetDataEncryptionKeyRequest.get_ChangeEncryptionKey() - - - Sets the shim of SetDataEncryptionKeyRequest.set_ChangeEncryptionKey(Boolean value) - - - Sets the shim of SetDataEncryptionKeyRequest.get_EncryptionKey() - - - Sets the shim of SetDataEncryptionKeyRequest.set_EncryptionKey(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of SetDataEncryptionKeyRequest.get_ChangeEncryptionKey() - - - Sets the shim of SetDataEncryptionKeyRequest.set_ChangeEncryptionKey(Boolean value) - - - Sets the shim of SetDataEncryptionKeyRequest.SetDataEncryptionKeyRequest() - - - Sets the shim of SetDataEncryptionKeyRequest.get_EncryptionKey() - - - Sets the shim of SetDataEncryptionKeyRequest.set_EncryptionKey(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of SetDataEncryptionKeyResponse.SetDataEncryptionKeyResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of UpdateAttributeRequest.get_Attribute() - - - Sets the shim of UpdateAttributeRequest.set_Attribute(AttributeMetadata value) - - - Sets the shim of UpdateAttributeRequest.get_EntityName() - - - Sets the shim of UpdateAttributeRequest.set_EntityName(String value) - - - Sets the shim of UpdateAttributeRequest.get_MergeLabels() - - - Sets the shim of UpdateAttributeRequest.set_MergeLabels(Boolean value) - - - Sets the shim of UpdateAttributeRequest.get_SolutionUniqueName() - - - Sets the shim of UpdateAttributeRequest.set_SolutionUniqueName(String value) - - - Sets the shim of UpdateAttributeRequest.get_Attribute() - - - Sets the shim of UpdateAttributeRequest.set_Attribute(AttributeMetadata value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateAttributeRequest.UpdateAttributeRequest() - - - Sets the shim of UpdateAttributeRequest.get_EntityName() - - - Sets the shim of UpdateAttributeRequest.set_EntityName(String value) - - - Sets the shim of UpdateAttributeRequest.get_MergeLabels() - - - Sets the shim of UpdateAttributeRequest.set_MergeLabels(Boolean value) - - - Sets the shim of UpdateAttributeRequest.get_SolutionUniqueName() - - - Sets the shim of UpdateAttributeRequest.set_SolutionUniqueName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateAttributeResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateAttributeResponse.UpdateAttributeResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of UpdateEntityRequest.get_Entity() - - - Sets the shim of UpdateEntityRequest.set_Entity(EntityMetadata value) - - - Sets the shim of UpdateEntityRequest.get_HasActivities() - - - Sets the shim of UpdateEntityRequest.set_HasActivities(Nullable`1<Boolean> value) - - - Sets the shim of UpdateEntityRequest.get_HasFeedback() - - - Sets the shim of UpdateEntityRequest.set_HasFeedback(Nullable`1<Boolean> value) - - - Sets the shim of UpdateEntityRequest.get_HasNotes() - - - Sets the shim of UpdateEntityRequest.set_HasNotes(Nullable`1<Boolean> value) - - - Sets the shim of UpdateEntityRequest.get_MergeLabels() - - - Sets the shim of UpdateEntityRequest.set_MergeLabels(Boolean value) - - - Sets the shim of UpdateEntityRequest.get_SolutionUniqueName() - - - Sets the shim of UpdateEntityRequest.set_SolutionUniqueName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateEntityRequest.UpdateEntityRequest() - - - Sets the shim of UpdateEntityRequest.get_Entity() - - - Sets the shim of UpdateEntityRequest.set_Entity(EntityMetadata value) - - - Sets the shim of UpdateEntityRequest.get_HasActivities() - - - Sets the shim of UpdateEntityRequest.set_HasActivities(Nullable`1<Boolean> value) - - - Sets the shim of UpdateEntityRequest.get_HasFeedback() - - - Sets the shim of UpdateEntityRequest.set_HasFeedback(Nullable`1<Boolean> value) - - - Sets the shim of UpdateEntityRequest.get_HasNotes() - - - Sets the shim of UpdateEntityRequest.set_HasNotes(Nullable`1<Boolean> value) - - - Sets the shim of UpdateEntityRequest.get_MergeLabels() - - - Sets the shim of UpdateEntityRequest.set_MergeLabels(Boolean value) - - - Sets the shim of UpdateEntityRequest.get_SolutionUniqueName() - - - Sets the shim of UpdateEntityRequest.set_SolutionUniqueName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateEntityResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateEntityResponse.UpdateEntityResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of UpdateOptionSetRequest.get_MergeLabels() - - - Sets the shim of UpdateOptionSetRequest.set_MergeLabels(Boolean value) - - - Sets the shim of UpdateOptionSetRequest.get_OptionSet() - - - Sets the shim of UpdateOptionSetRequest.set_OptionSet(OptionSetMetadataBase value) - - - Sets the shim of UpdateOptionSetRequest.get_SolutionUniqueName() - - - Sets the shim of UpdateOptionSetRequest.set_SolutionUniqueName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateOptionSetRequest.UpdateOptionSetRequest() - - - Sets the shim of UpdateOptionSetRequest.get_MergeLabels() - - - Sets the shim of UpdateOptionSetRequest.set_MergeLabels(Boolean value) - - - Sets the shim of UpdateOptionSetRequest.get_OptionSet() - - - Sets the shim of UpdateOptionSetRequest.set_OptionSet(OptionSetMetadataBase value) - - - Sets the shim of UpdateOptionSetRequest.get_SolutionUniqueName() - - - Sets the shim of UpdateOptionSetRequest.set_SolutionUniqueName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateOptionSetResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateOptionSetResponse.UpdateOptionSetResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of UpdateOptionValueRequest.get_AttributeLogicalName() - - - Sets the shim of UpdateOptionValueRequest.set_AttributeLogicalName(String value) - - - Sets the shim of UpdateOptionValueRequest.get_Description() - - - Sets the shim of UpdateOptionValueRequest.set_Description(Label value) - - - Sets the shim of UpdateOptionValueRequest.get_EntityLogicalName() - - - Sets the shim of UpdateOptionValueRequest.set_EntityLogicalName(String value) - - - Sets the shim of UpdateOptionValueRequest.get_Label() - - - Sets the shim of UpdateOptionValueRequest.set_Label(Label value) - - - Sets the shim of UpdateOptionValueRequest.get_MergeLabels() - - - Sets the shim of UpdateOptionValueRequest.set_MergeLabels(Boolean value) - - - Sets the shim of UpdateOptionValueRequest.get_OptionSetName() - - - Sets the shim of UpdateOptionValueRequest.set_OptionSetName(String value) - - - Sets the shim of UpdateOptionValueRequest.get_SolutionUniqueName() - - - Sets the shim of UpdateOptionValueRequest.set_SolutionUniqueName(String value) - - - Sets the shim of UpdateOptionValueRequest.get_Value() - - - Sets the shim of UpdateOptionValueRequest.set_Value(Int32 value) - - - Sets the shim of UpdateOptionValueRequest.get_AttributeLogicalName() - - - Sets the shim of UpdateOptionValueRequest.set_AttributeLogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateOptionValueRequest.UpdateOptionValueRequest() - - - Sets the shim of UpdateOptionValueRequest.get_Description() - - - Sets the shim of UpdateOptionValueRequest.set_Description(Label value) - - - Sets the shim of UpdateOptionValueRequest.get_EntityLogicalName() - - - Sets the shim of UpdateOptionValueRequest.set_EntityLogicalName(String value) - - - Sets the shim of UpdateOptionValueRequest.get_Label() - - - Sets the shim of UpdateOptionValueRequest.set_Label(Label value) - - - Sets the shim of UpdateOptionValueRequest.get_MergeLabels() - - - Sets the shim of UpdateOptionValueRequest.set_MergeLabels(Boolean value) - - - Sets the shim of UpdateOptionValueRequest.get_OptionSetName() - - - Sets the shim of UpdateOptionValueRequest.set_OptionSetName(String value) - - - Sets the shim of UpdateOptionValueRequest.get_SolutionUniqueName() - - - Sets the shim of UpdateOptionValueRequest.set_SolutionUniqueName(String value) - - - Sets the shim of UpdateOptionValueRequest.get_Value() - - - Sets the shim of UpdateOptionValueRequest.set_Value(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateOptionValueResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateOptionValueResponse.UpdateOptionValueResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of UpdateRelationshipRequest.get_MergeLabels() - - - Sets the shim of UpdateRelationshipRequest.set_MergeLabels(Boolean value) - - - Sets the shim of UpdateRelationshipRequest.get_Relationship() - - - Sets the shim of UpdateRelationshipRequest.set_Relationship(RelationshipMetadataBase value) - - - Sets the shim of UpdateRelationshipRequest.get_SolutionUniqueName() - - - Sets the shim of UpdateRelationshipRequest.set_SolutionUniqueName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateRelationshipRequest.UpdateRelationshipRequest() - - - Sets the shim of UpdateRelationshipRequest.get_MergeLabels() - - - Sets the shim of UpdateRelationshipRequest.set_MergeLabels(Boolean value) - - - Sets the shim of UpdateRelationshipRequest.get_Relationship() - - - Sets the shim of UpdateRelationshipRequest.set_Relationship(RelationshipMetadataBase value) - - - Sets the shim of UpdateRelationshipRequest.get_SolutionUniqueName() - - - Sets the shim of UpdateRelationshipRequest.set_SolutionUniqueName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateRelationshipResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateRelationshipResponse.UpdateRelationshipResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of UpdateRequest.get_ConcurrencyBehavior() - - - Sets the shim of UpdateRequest.set_ConcurrencyBehavior(ConcurrencyBehavior value) - - - Sets the shim of UpdateRequest.get_Target() - - - Sets the shim of UpdateRequest.set_Target(Entity value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateRequest.get_ConcurrencyBehavior() - - - Sets the shim of UpdateRequest.set_ConcurrencyBehavior(ConcurrencyBehavior value) - - - Sets the shim of UpdateRequest.UpdateRequest() - - - Sets the shim of UpdateRequest.get_Target() - - - Sets the shim of UpdateRequest.set_Target(Entity value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateResponse.UpdateResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of UpdateStateValueRequest.get_AttributeLogicalName() - - - Sets the shim of UpdateStateValueRequest.set_AttributeLogicalName(String value) - - - Sets the shim of UpdateStateValueRequest.get_DefaultStatusCode() - - - Sets the shim of UpdateStateValueRequest.set_DefaultStatusCode(Nullable`1<Int32> value) - - - Sets the shim of UpdateStateValueRequest.get_Description() - - - Sets the shim of UpdateStateValueRequest.set_Description(Label value) - - - Sets the shim of UpdateStateValueRequest.get_EntityLogicalName() - - - Sets the shim of UpdateStateValueRequest.set_EntityLogicalName(String value) - - - Sets the shim of UpdateStateValueRequest.get_Label() - - - Sets the shim of UpdateStateValueRequest.set_Label(Label value) - - - Sets the shim of UpdateStateValueRequest.get_MergeLabels() - - - Sets the shim of UpdateStateValueRequest.set_MergeLabels(Boolean value) - - - Sets the shim of UpdateStateValueRequest.get_OptionSetName() - - - Sets the shim of UpdateStateValueRequest.set_OptionSetName(String value) - - - Sets the shim of UpdateStateValueRequest.get_Value() - - - Sets the shim of UpdateStateValueRequest.set_Value(Int32 value) - - - Sets the shim of UpdateStateValueRequest.get_AttributeLogicalName() - - - Sets the shim of UpdateStateValueRequest.set_AttributeLogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateStateValueRequest.UpdateStateValueRequest() - - - Sets the shim of UpdateStateValueRequest.get_DefaultStatusCode() - - - Sets the shim of UpdateStateValueRequest.set_DefaultStatusCode(Nullable`1<Int32> value) - - - Sets the shim of UpdateStateValueRequest.get_Description() - - - Sets the shim of UpdateStateValueRequest.set_Description(Label value) - - - Sets the shim of UpdateStateValueRequest.get_EntityLogicalName() - - - Sets the shim of UpdateStateValueRequest.set_EntityLogicalName(String value) - - - Sets the shim of UpdateStateValueRequest.get_Label() - - - Sets the shim of UpdateStateValueRequest.set_Label(Label value) - - - Sets the shim of UpdateStateValueRequest.get_MergeLabels() - - - Sets the shim of UpdateStateValueRequest.set_MergeLabels(Boolean value) - - - Sets the shim of UpdateStateValueRequest.get_OptionSetName() - - - Sets the shim of UpdateStateValueRequest.set_OptionSetName(String value) - - - Sets the shim of UpdateStateValueRequest.get_Value() - - - Sets the shim of UpdateStateValueRequest.set_Value(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpdateStateValueResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpdateStateValueResponse.UpdateStateValueResponse() - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpsertRequest - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of UpsertRequest.get_Target() - - - Sets the shim of UpsertRequest.set_Target(Entity value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpsertRequest.UpsertRequest() - - - Sets the shim of UpsertRequest.get_Target() - - - Sets the shim of UpsertRequest.set_Target(Entity value) - - - Shim type of Microsoft.Xrm.Sdk.Messages.UpsertResponse - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of UpsertResponse.get_RecordCreated() - - - Sets the shim of UpsertResponse.get_Target() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UpsertResponse.UpsertResponse() - - - Sets the shim of UpsertResponse.get_RecordCreated() - - - Sets the shim of UpsertResponse.get_Target() - - - Shim type of Microsoft.Xrm.Sdk.Metadata.AlternatekeyAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of AlternatekeyAttribute.AlternatekeyAttribute() - - - Shim type of Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of AssociatedMenuConfiguration.get_Behavior() - - - Sets the shim of AssociatedMenuConfiguration.set_Behavior(Nullable`1<AssociatedMenuBehavior> value) - - - Sets the shim of AssociatedMenuConfiguration.get_ExtensionData() - - - Sets the shim of AssociatedMenuConfiguration.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of AssociatedMenuConfiguration.get_Group() - - - Sets the shim of AssociatedMenuConfiguration.set_Group(Nullable`1<AssociatedMenuGroup> value) - - - Sets the shim of AssociatedMenuConfiguration.get_Label() - - - Sets the shim of AssociatedMenuConfiguration.set_Label(Label value) - - - Sets the shim of AssociatedMenuConfiguration.get_Order() - - - Sets the shim of AssociatedMenuConfiguration.set_Order(Nullable`1<Int32> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of AssociatedMenuConfiguration.get_Behavior() - - - Sets the shim of AssociatedMenuConfiguration.set_Behavior(Nullable`1<AssociatedMenuBehavior> value) - - - Binds the members of the interface to the shim. - - - Sets the shim of AssociatedMenuConfiguration.AssociatedMenuConfiguration() - - - Sets the shim of AssociatedMenuConfiguration.get_ExtensionData() - - - Sets the shim of AssociatedMenuConfiguration.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of AssociatedMenuConfiguration.get_Group() - - - Sets the shim of AssociatedMenuConfiguration.set_Group(Nullable`1<AssociatedMenuGroup> value) - - - Sets the shim of AssociatedMenuConfiguration.get_Label() - - - Sets the shim of AssociatedMenuConfiguration.set_Label(Label value) - - - Sets the shim of AssociatedMenuConfiguration.get_Order() - - - Sets the shim of AssociatedMenuConfiguration.set_Order(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.AttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of AttributeMetadata.get_AggregateOf() - - - Sets the shim of AttributeMetadata.set_AggregateOf(String value) - - - Define shims for all instances members - - - Sets the shim of AttributeMetadata.get_AggregateOf() - - - Sets the shim of AttributeMetadata.set_AggregateOf(String value) - - - Sets the shim of AttributeMetadata.get_AttributeOf() - - - Sets the shim of AttributeMetadata.set_AttributeOf(String value) - - - Sets the shim of AttributeMetadata.get_AttributeType() - - - Sets the shim of AttributeMetadata.get_AttributeTypeName() - - - Sets the shim of AttributeMetadata.set_AttributeTypeName(AttributeTypeDisplayName value) - - - Sets the shim of AttributeMetadata.set_AttributeType(Nullable`1<AttributeTypeCode> value) - - - Sets the shim of AttributeMetadata.get_CanBeSecuredForCreate() - - - Sets the shim of AttributeMetadata.set_CanBeSecuredForCreate(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_CanBeSecuredForRead() - - - Sets the shim of AttributeMetadata.set_CanBeSecuredForRead(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_CanBeSecuredForUpdate() - - - Sets the shim of AttributeMetadata.set_CanBeSecuredForUpdate(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_CanModifyAdditionalSettings() - - - Sets the shim of AttributeMetadata.set_CanModifyAdditionalSettings(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_ColumnNumber() - - - Sets the shim of AttributeMetadata.set_ColumnNumber(Nullable`1<Int32> value) - - - Sets the shim of AttributeMetadata.get_DeprecatedVersion() - - - Sets the shim of AttributeMetadata.set_DeprecatedVersion(String value) - - - Sets the shim of AttributeMetadata.get_Description() - - - Sets the shim of AttributeMetadata.set_Description(Label value) - - - Sets the shim of AttributeMetadata.get_DisplayMask() - - - Sets the shim of AttributeMetadata.set_DisplayMask(Int32 value) - - - Sets the shim of AttributeMetadata.get_DisplayName() - - - Sets the shim of AttributeMetadata.set_DisplayName(Label value) - - - Sets the shim of AttributeMetadata.get_EntityLogicalName() - - - Sets the shim of AttributeMetadata.set_EntityLogicalName(String value) - - - Sets the shim of AttributeMetadata.GetAttributeTypeDisplayName(AttributeTypeCode attributeType) - - - Sets the shim of AttributeMetadata.get_InheritsFrom() - - - Sets the shim of AttributeMetadata.set_InheritsFrom(String value) - - - Sets the shim of AttributeMetadata.get_IntroducedVersion() - - - Sets the shim of AttributeMetadata.set_IntroducedVersion(String value) - - - Sets the shim of AttributeMetadata.get_IsAuditEnabled() - - - Sets the shim of AttributeMetadata.set_IsAuditEnabled(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_IsCustomAttribute() - - - Sets the shim of AttributeMetadata.set_IsCustomAttribute(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsCustomizable() - - - Sets the shim of AttributeMetadata.set_IsCustomizable(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_IsFilterable() - - - Sets the shim of AttributeMetadata.set_IsFilterable(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsGlobalFilterEnabled() - - - Sets the shim of AttributeMetadata.set_IsGlobalFilterEnabled(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_IsLogical() - - - Sets the shim of AttributeMetadata.set_IsLogical(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsManaged() - - - Sets the shim of AttributeMetadata.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsPrimaryId() - - - Sets the shim of AttributeMetadata.set_IsPrimaryId(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsPrimaryName() - - - Sets the shim of AttributeMetadata.set_IsPrimaryName(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsRenameable() - - - Sets the shim of AttributeMetadata.set_IsRenameable(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_IsRetrievable() - - - Sets the shim of AttributeMetadata.set_IsRetrievable(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsSearchable() - - - Sets the shim of AttributeMetadata.set_IsSearchable(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsSecured() - - - Sets the shim of AttributeMetadata.set_IsSecured(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsSortableEnabled() - - - Sets the shim of AttributeMetadata.set_IsSortableEnabled(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_IsValidForAdvancedFind() - - - Sets the shim of AttributeMetadata.set_IsValidForAdvancedFind(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_IsValidForCreate() - - - Sets the shim of AttributeMetadata.set_IsValidForCreate(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsValidForRead() - - - Sets the shim of AttributeMetadata.set_IsValidForRead(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsValidForUpdate() - - - Sets the shim of AttributeMetadata.set_IsValidForUpdate(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_LinkedAttributeId() - - - Sets the shim of AttributeMetadata.set_LinkedAttributeId(Nullable`1<Guid> value) - - - Sets the shim of AttributeMetadata.get_LogicalName() - - - Sets the shim of AttributeMetadata.set_LogicalName(String value) - - - Sets the shim of AttributeMetadata.get_RequiredLevel() - - - Sets the shim of AttributeMetadata.set_RequiredLevel(AttributeRequiredLevelManagedProperty value) - - - Sets the shim of AttributeMetadata.get_SchemaName() - - - Sets the shim of AttributeMetadata.set_SchemaName(String value) - - - Sets the shim of AttributeMetadata.get_SourceType() - - - Sets the shim of AttributeMetadata.set_SourceType(Nullable`1<Int32> value) - - - Sets the shim of AttributeMetadata.get_AttributeOf() - - - Sets the shim of AttributeMetadata.set_AttributeOf(String value) - - - Sets the shim of AttributeMetadata.get_AttributeType() - - - Sets the shim of AttributeMetadata.get_AttributeTypeName() - - - Sets the shim of AttributeMetadata.set_AttributeTypeName(AttributeTypeDisplayName value) - - - Sets the shim of AttributeMetadata.set_AttributeType(Nullable`1<AttributeTypeCode> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of AttributeMetadata.get_CanBeSecuredForCreate() - - - Sets the shim of AttributeMetadata.set_CanBeSecuredForCreate(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_CanBeSecuredForRead() - - - Sets the shim of AttributeMetadata.set_CanBeSecuredForRead(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_CanBeSecuredForUpdate() - - - Sets the shim of AttributeMetadata.set_CanBeSecuredForUpdate(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_CanModifyAdditionalSettings() - - - Sets the shim of AttributeMetadata.set_CanModifyAdditionalSettings(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_ColumnNumber() - - - Sets the shim of AttributeMetadata.set_ColumnNumber(Nullable`1<Int32> value) - - - Sets the shim of AttributeMetadata.AttributeMetadata() - - - Sets the shim of AttributeMetadata.AttributeMetadata(AttributeTypeCode attributeType) - - - Sets the shim of AttributeMetadata.AttributeMetadata(AttributeTypeCode attributeType, String schemaName) - - - Sets the shim of AttributeMetadata.get_DeprecatedVersion() - - - Sets the shim of AttributeMetadata.set_DeprecatedVersion(String value) - - - Sets the shim of AttributeMetadata.get_Description() - - - Sets the shim of AttributeMetadata.set_Description(Label value) - - - Sets the shim of AttributeMetadata.get_DisplayMask() - - - Sets the shim of AttributeMetadata.set_DisplayMask(Int32 value) - - - Sets the shim of AttributeMetadata.get_DisplayName() - - - Sets the shim of AttributeMetadata.set_DisplayName(Label value) - - - Sets the shim of AttributeMetadata.get_EntityLogicalName() - - - Sets the shim of AttributeMetadata.set_EntityLogicalName(String value) - - - Sets the shim of AttributeMetadata.GetAttributeTypeDisplayName(AttributeTypeCode attributeType) - - - Sets the shim of AttributeMetadata.get_InheritsFrom() - - - Sets the shim of AttributeMetadata.set_InheritsFrom(String value) - - - Sets the shim of AttributeMetadata.get_IntroducedVersion() - - - Sets the shim of AttributeMetadata.set_IntroducedVersion(String value) - - - Sets the shim of AttributeMetadata.get_IsAuditEnabled() - - - Sets the shim of AttributeMetadata.set_IsAuditEnabled(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_IsCustomAttribute() - - - Sets the shim of AttributeMetadata.set_IsCustomAttribute(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsCustomizable() - - - Sets the shim of AttributeMetadata.set_IsCustomizable(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_IsFilterable() - - - Sets the shim of AttributeMetadata.set_IsFilterable(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsGlobalFilterEnabled() - - - Sets the shim of AttributeMetadata.set_IsGlobalFilterEnabled(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_IsLogical() - - - Sets the shim of AttributeMetadata.set_IsLogical(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsManaged() - - - Sets the shim of AttributeMetadata.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsPrimaryId() - - - Sets the shim of AttributeMetadata.set_IsPrimaryId(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsPrimaryName() - - - Sets the shim of AttributeMetadata.set_IsPrimaryName(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsRenameable() - - - Sets the shim of AttributeMetadata.set_IsRenameable(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_IsRetrievable() - - - Sets the shim of AttributeMetadata.set_IsRetrievable(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsSearchable() - - - Sets the shim of AttributeMetadata.set_IsSearchable(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsSecured() - - - Sets the shim of AttributeMetadata.set_IsSecured(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsSortableEnabled() - - - Sets the shim of AttributeMetadata.set_IsSortableEnabled(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_IsValidForAdvancedFind() - - - Sets the shim of AttributeMetadata.set_IsValidForAdvancedFind(BooleanManagedProperty value) - - - Sets the shim of AttributeMetadata.get_IsValidForCreate() - - - Sets the shim of AttributeMetadata.set_IsValidForCreate(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsValidForRead() - - - Sets the shim of AttributeMetadata.set_IsValidForRead(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_IsValidForUpdate() - - - Sets the shim of AttributeMetadata.set_IsValidForUpdate(Nullable`1<Boolean> value) - - - Sets the shim of AttributeMetadata.get_LinkedAttributeId() - - - Sets the shim of AttributeMetadata.set_LinkedAttributeId(Nullable`1<Guid> value) - - - Sets the shim of AttributeMetadata.get_LogicalName() - - - Sets the shim of AttributeMetadata.set_LogicalName(String value) - - - Sets the shim of AttributeMetadata.get_RequiredLevel() - - - Sets the shim of AttributeMetadata.set_RequiredLevel(AttributeRequiredLevelManagedProperty value) - - - Sets the shim of AttributeMetadata.get_SchemaName() - - - Sets the shim of AttributeMetadata.set_SchemaName(String value) - - - Sets the shim of AttributeMetadata.get_SourceType() - - - Sets the shim of AttributeMetadata.set_SourceType(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevelManagedProperty - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of AttributeRequiredLevelManagedProperty.AttributeRequiredLevelManagedProperty(AttributeRequiredLevel value) - - - Sets the shim of AttributeRequiredLevelManagedProperty.AttributeRequiredLevelManagedProperty(AttributeRequiredLevel value, String logicalName) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of AttributeTypeDisplayName.Equals(Object obj) - - - Sets the shim of AttributeTypeDisplayName.GetHashCode() - - - Sets the shim of AttributeTypeDisplayName.ValueExistsInList(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of AttributeTypeDisplayName.AttributeTypeDisplayName() - - - Sets the shim of AttributeTypeDisplayName.op_Equality(AttributeTypeDisplayName attributeTypeDisplayNameA, AttributeTypeDisplayName attributeTypeDisplayNameB) - - - Sets the shim of AttributeTypeDisplayName.Equals(Object obj) - - - Sets the shim of AttributeTypeDisplayName.GetHashCode() - - - Sets the shim of AttributeTypeDisplayName.op_Implicit(String attributeTypeDisplayName) - - - Sets the shim of AttributeTypeDisplayName.op_Inequality(AttributeTypeDisplayName attributeTypeDisplayNameA, AttributeTypeDisplayName attributeTypeDisplayNameB) - - - Sets the shim of AttributeTypeDisplayName.AttributeTypeDisplayName() - - - Sets the shim of AttributeTypeDisplayName.ValueExistsInList(String value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of BigIntAttributeMetadata.get_MaxValue() - - - Sets the shim of BigIntAttributeMetadata.set_MaxValue(Nullable`1<Int64> value) - - - Sets the shim of BigIntAttributeMetadata.get_MinValue() - - - Sets the shim of BigIntAttributeMetadata.set_MinValue(Nullable`1<Int64> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of BigIntAttributeMetadata.BigIntAttributeMetadata() - - - Sets the shim of BigIntAttributeMetadata.BigIntAttributeMetadata(String schemaName) - - - Sets the shim of BigIntAttributeMetadata.get_MaxValue() - - - Sets the shim of BigIntAttributeMetadata.set_MaxValue(Nullable`1<Int64> value) - - - Sets the shim of BigIntAttributeMetadata.get_MinValue() - - - Sets the shim of BigIntAttributeMetadata.set_MinValue(Nullable`1<Int64> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of BooleanAttributeMetadata.get_DefaultValue() - - - Sets the shim of BooleanAttributeMetadata.set_DefaultValue(Nullable`1<Boolean> value) - - - Sets the shim of BooleanAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of BooleanAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of BooleanAttributeMetadata.get_OptionSet() - - - Sets the shim of BooleanAttributeMetadata.set_OptionSet(BooleanOptionSetMetadata value) - - - Sets the shim of BooleanAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of BooleanAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of BooleanAttributeMetadata.BooleanAttributeMetadata() - - - Sets the shim of BooleanAttributeMetadata.BooleanAttributeMetadata(BooleanOptionSetMetadata optionSet) - - - Sets the shim of BooleanAttributeMetadata.BooleanAttributeMetadata(String schemaName) - - - Sets the shim of BooleanAttributeMetadata.BooleanAttributeMetadata(String schemaName, BooleanOptionSetMetadata optionSet) - - - Sets the shim of BooleanAttributeMetadata.get_DefaultValue() - - - Sets the shim of BooleanAttributeMetadata.set_DefaultValue(Nullable`1<Boolean> value) - - - Sets the shim of BooleanAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of BooleanAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of BooleanAttributeMetadata.get_OptionSet() - - - Sets the shim of BooleanAttributeMetadata.set_OptionSet(BooleanOptionSetMetadata value) - - - Sets the shim of BooleanAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of BooleanAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of BooleanOptionSetMetadata.get_FalseOption() - - - Sets the shim of BooleanOptionSetMetadata.set_FalseOption(OptionMetadata value) - - - Sets the shim of BooleanOptionSetMetadata.get_TrueOption() - - - Sets the shim of BooleanOptionSetMetadata.set_TrueOption(OptionMetadata value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of BooleanOptionSetMetadata.BooleanOptionSetMetadata() - - - Sets the shim of BooleanOptionSetMetadata.BooleanOptionSetMetadata(OptionMetadata trueOption, OptionMetadata falseOption) - - - Sets the shim of BooleanOptionSetMetadata.get_FalseOption() - - - Sets the shim of BooleanOptionSetMetadata.set_FalseOption(OptionMetadata value) - - - Sets the shim of BooleanOptionSetMetadata.get_TrueOption() - - - Sets the shim of BooleanOptionSetMetadata.set_TrueOption(OptionMetadata value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CascadeConfiguration.get_Assign() - - - Sets the shim of CascadeConfiguration.set_Assign(Nullable`1<CascadeType> value) - - - Sets the shim of CascadeConfiguration.get_Delete() - - - Sets the shim of CascadeConfiguration.set_Delete(Nullable`1<CascadeType> value) - - - Sets the shim of CascadeConfiguration.get_ExtensionData() - - - Sets the shim of CascadeConfiguration.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of CascadeConfiguration.get_Merge() - - - Sets the shim of CascadeConfiguration.set_Merge(Nullable`1<CascadeType> value) - - - Sets the shim of CascadeConfiguration.get_Reparent() - - - Sets the shim of CascadeConfiguration.set_Reparent(Nullable`1<CascadeType> value) - - - Sets the shim of CascadeConfiguration.get_RollupView() - - - Sets the shim of CascadeConfiguration.set_RollupView(Nullable`1<CascadeType> value) - - - Sets the shim of CascadeConfiguration.get_Share() - - - Sets the shim of CascadeConfiguration.set_Share(Nullable`1<CascadeType> value) - - - Sets the shim of CascadeConfiguration.get_Unshare() - - - Sets the shim of CascadeConfiguration.set_Unshare(Nullable`1<CascadeType> value) - - - Sets the shim of CascadeConfiguration.get_Assign() - - - Sets the shim of CascadeConfiguration.set_Assign(Nullable`1<CascadeType> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of CascadeConfiguration.CascadeConfiguration() - - - Sets the shim of CascadeConfiguration.get_Delete() - - - Sets the shim of CascadeConfiguration.set_Delete(Nullable`1<CascadeType> value) - - - Sets the shim of CascadeConfiguration.get_ExtensionData() - - - Sets the shim of CascadeConfiguration.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of CascadeConfiguration.get_Merge() - - - Sets the shim of CascadeConfiguration.set_Merge(Nullable`1<CascadeType> value) - - - Sets the shim of CascadeConfiguration.get_Reparent() - - - Sets the shim of CascadeConfiguration.set_Reparent(Nullable`1<CascadeType> value) - - - Sets the shim of CascadeConfiguration.get_RollupView() - - - Sets the shim of CascadeConfiguration.set_RollupView(Nullable`1<CascadeType> value) - - - Sets the shim of CascadeConfiguration.get_Share() - - - Sets the shim of CascadeConfiguration.set_Share(Nullable`1<CascadeType> value) - - - Sets the shim of CascadeConfiguration.get_Unshare() - - - Sets the shim of CascadeConfiguration.set_Unshare(Nullable`1<CascadeType> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1 - - - Initializes a new shim for the given instance - - - Sets the shim of ConstantsBase`1.Add(!0 value) - - - Define shims for all instances members - - - Sets the shim of ConstantsBase`1.get_ExtensionData() - - - Sets the shim of ConstantsBase`1.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of ConstantsBase`1.get_Value() - - - Sets the shim of ConstantsBase`1.set_Value(!0 value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ConstantsBase`1.ConstantsBase`1() - - - Sets the shim of ConstantsBase`1.Create(!0 value) - - - Sets the shim of ConstantsBase`1.get_ExtensionData() - - - Sets the shim of ConstantsBase`1.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of ConstantsBase`1.ConstantsBase`1() - - - Sets the shim of ConstantsBase`1.get_Value() - - - Sets the shim of ConstantsBase`1.set_Value(!0 value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DateTimeAttributeMetadata.get_CanChangeDateTimeBehavior() - - - Sets the shim of DateTimeAttributeMetadata.set_CanChangeDateTimeBehavior(BooleanManagedProperty value) - - - Sets the shim of DateTimeAttributeMetadata.get_DateTimeBehavior() - - - Sets the shim of DateTimeAttributeMetadata.set_DateTimeBehavior(DateTimeBehavior value) - - - Sets the shim of DateTimeAttributeMetadata.get_Format() - - - Sets the shim of DateTimeAttributeMetadata.set_Format(Nullable`1<DateTimeFormat> value) - - - Sets the shim of DateTimeAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of DateTimeAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of DateTimeAttributeMetadata.get_ImeMode() - - - Sets the shim of DateTimeAttributeMetadata.set_ImeMode(Nullable`1<ImeMode> value) - - - Sets the shim of DateTimeAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of DateTimeAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DateTimeAttributeMetadata.get_CanChangeDateTimeBehavior() - - - Sets the shim of DateTimeAttributeMetadata.set_CanChangeDateTimeBehavior(BooleanManagedProperty value) - - - Sets the shim of DateTimeAttributeMetadata.DateTimeAttributeMetadata() - - - Sets the shim of DateTimeAttributeMetadata.DateTimeAttributeMetadata(Nullable`1<DateTimeFormat> format) - - - Sets the shim of DateTimeAttributeMetadata.DateTimeAttributeMetadata(Nullable`1<DateTimeFormat> format, String schemaName) - - - Sets the shim of DateTimeAttributeMetadata.get_DateTimeBehavior() - - - Sets the shim of DateTimeAttributeMetadata.set_DateTimeBehavior(DateTimeBehavior value) - - - Sets the shim of DateTimeAttributeMetadata.get_Format() - - - Sets the shim of DateTimeAttributeMetadata.set_Format(Nullable`1<DateTimeFormat> value) - - - Sets the shim of DateTimeAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of DateTimeAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of DateTimeAttributeMetadata.get_ImeMode() - - - Sets the shim of DateTimeAttributeMetadata.set_ImeMode(Nullable`1<ImeMode> value) - - - Sets the shim of DateTimeAttributeMetadata.get_MaxSupportedValue() - - - Sets the shim of DateTimeAttributeMetadata.get_MinSupportedValue() - - - Sets the shim of DateTimeAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of DateTimeAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Sets the shim of DateTimeAttributeMetadata.DateTimeAttributeMetadata() - - - Shim type of Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DateTimeBehavior.Equals(Object obj) - - - Sets the shim of DateTimeBehavior.GetHashCode() - - - Sets the shim of DateTimeBehavior.ValueExistsInList(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DateTimeBehavior.DateTimeBehavior() - - - Sets the shim of DateTimeBehavior.op_Equality(DateTimeBehavior behaviorA, DateTimeBehavior behaviorB) - - - Sets the shim of DateTimeBehavior.Equals(Object obj) - - - Sets the shim of DateTimeBehavior.GetHashCode() - - - Sets the shim of DateTimeBehavior.op_Implicit(String behavior) - - - Sets the shim of DateTimeBehavior.op_Inequality(DateTimeBehavior behaviorA, DateTimeBehavior behaviorB) - - - Sets the shim of DateTimeBehavior.DateTimeBehavior() - - - Sets the shim of DateTimeBehavior.ValueExistsInList(String value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DecimalAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of DecimalAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of DecimalAttributeMetadata.get_ImeMode() - - - Sets the shim of DecimalAttributeMetadata.set_ImeMode(Nullable`1<ImeMode> value) - - - Sets the shim of DecimalAttributeMetadata.get_MaxValue() - - - Sets the shim of DecimalAttributeMetadata.set_MaxValue(Nullable`1<Decimal> value) - - - Sets the shim of DecimalAttributeMetadata.get_MinValue() - - - Sets the shim of DecimalAttributeMetadata.set_MinValue(Nullable`1<Decimal> value) - - - Sets the shim of DecimalAttributeMetadata.get_Precision() - - - Sets the shim of DecimalAttributeMetadata.set_Precision(Nullable`1<Int32> value) - - - Sets the shim of DecimalAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of DecimalAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DecimalAttributeMetadata.DecimalAttributeMetadata() - - - Sets the shim of DecimalAttributeMetadata.DecimalAttributeMetadata(String schemaName) - - - Sets the shim of DecimalAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of DecimalAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of DecimalAttributeMetadata.get_ImeMode() - - - Sets the shim of DecimalAttributeMetadata.set_ImeMode(Nullable`1<ImeMode> value) - - - Sets the shim of DecimalAttributeMetadata.get_MaxValue() - - - Sets the shim of DecimalAttributeMetadata.set_MaxValue(Nullable`1<Decimal> value) - - - Sets the shim of DecimalAttributeMetadata.get_MinValue() - - - Sets the shim of DecimalAttributeMetadata.set_MinValue(Nullable`1<Decimal> value) - - - Sets the shim of DecimalAttributeMetadata.get_Precision() - - - Sets the shim of DecimalAttributeMetadata.set_Precision(Nullable`1<Int32> value) - - - Sets the shim of DecimalAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of DecimalAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DoubleAttributeMetadata.get_ImeMode() - - - Sets the shim of DoubleAttributeMetadata.set_ImeMode(Nullable`1<ImeMode> value) - - - Sets the shim of DoubleAttributeMetadata.get_MaxValue() - - - Sets the shim of DoubleAttributeMetadata.set_MaxValue(Nullable`1<Double> value) - - - Sets the shim of DoubleAttributeMetadata.get_MinValue() - - - Sets the shim of DoubleAttributeMetadata.set_MinValue(Nullable`1<Double> value) - - - Sets the shim of DoubleAttributeMetadata.get_Precision() - - - Sets the shim of DoubleAttributeMetadata.set_Precision(Nullable`1<Int32> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DoubleAttributeMetadata.DoubleAttributeMetadata() - - - Sets the shim of DoubleAttributeMetadata.DoubleAttributeMetadata(String schemaName) - - - Sets the shim of DoubleAttributeMetadata.get_ImeMode() - - - Sets the shim of DoubleAttributeMetadata.set_ImeMode(Nullable`1<ImeMode> value) - - - Sets the shim of DoubleAttributeMetadata.get_MaxValue() - - - Sets the shim of DoubleAttributeMetadata.set_MaxValue(Nullable`1<Double> value) - - - Sets the shim of DoubleAttributeMetadata.get_MinValue() - - - Sets the shim of DoubleAttributeMetadata.set_MinValue(Nullable`1<Double> value) - - - Sets the shim of DoubleAttributeMetadata.get_Precision() - - - Sets the shim of DoubleAttributeMetadata.set_Precision(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.EntityKeyMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of EntityKeyMetadata.get_AsyncJob() - - - Sets the shim of EntityKeyMetadata.set_AsyncJob(EntityReference value) - - - Sets the shim of EntityKeyMetadata.get_DisplayName() - - - Sets the shim of EntityKeyMetadata.set_DisplayName(Label value) - - - Sets the shim of EntityKeyMetadata.get_EntityKeyIndexStatus() - - - Sets the shim of EntityKeyMetadata.set_EntityKeyIndexStatus(EntityKeyIndexStatus value) - - - Sets the shim of EntityKeyMetadata.get_EntityLogicalName() - - - Sets the shim of EntityKeyMetadata.set_EntityLogicalName(String value) - - - Sets the shim of EntityKeyMetadata.get_IntroducedVersion() - - - Sets the shim of EntityKeyMetadata.set_IntroducedVersion(String value) - - - Sets the shim of EntityKeyMetadata.get_IsCustomizable() - - - Sets the shim of EntityKeyMetadata.set_IsCustomizable(BooleanManagedProperty value) - - - Sets the shim of EntityKeyMetadata.get_IsManaged() - - - Sets the shim of EntityKeyMetadata.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of EntityKeyMetadata.get_KeyAttributes() - - - Sets the shim of EntityKeyMetadata.set_KeyAttributes(String[] value) - - - Sets the shim of EntityKeyMetadata.get_LogicalName() - - - Sets the shim of EntityKeyMetadata.set_LogicalName(String value) - - - Sets the shim of EntityKeyMetadata.get_SchemaName() - - - Sets the shim of EntityKeyMetadata.set_SchemaName(String value) - - - Sets the shim of EntityKeyMetadata.get_AsyncJob() - - - Sets the shim of EntityKeyMetadata.set_AsyncJob(EntityReference value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of EntityKeyMetadata.EntityKeyMetadata() - - - Sets the shim of EntityKeyMetadata.get_DisplayName() - - - Sets the shim of EntityKeyMetadata.set_DisplayName(Label value) - - - Sets the shim of EntityKeyMetadata.get_EntityKeyIndexStatus() - - - Sets the shim of EntityKeyMetadata.set_EntityKeyIndexStatus(EntityKeyIndexStatus value) - - - Sets the shim of EntityKeyMetadata.get_EntityLogicalName() - - - Sets the shim of EntityKeyMetadata.set_EntityLogicalName(String value) - - - Sets the shim of EntityKeyMetadata.get_IntroducedVersion() - - - Sets the shim of EntityKeyMetadata.set_IntroducedVersion(String value) - - - Sets the shim of EntityKeyMetadata.get_IsCustomizable() - - - Sets the shim of EntityKeyMetadata.set_IsCustomizable(BooleanManagedProperty value) - - - Sets the shim of EntityKeyMetadata.get_IsManaged() - - - Sets the shim of EntityKeyMetadata.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of EntityKeyMetadata.get_KeyAttributes() - - - Sets the shim of EntityKeyMetadata.set_KeyAttributes(String[] value) - - - Sets the shim of EntityKeyMetadata.get_LogicalName() - - - Sets the shim of EntityKeyMetadata.set_LogicalName(String value) - - - Sets the shim of EntityKeyMetadata.get_SchemaName() - - - Sets the shim of EntityKeyMetadata.set_SchemaName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.EntityMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of EntityMetadata.get_ActivityTypeMask() - - - Sets the shim of EntityMetadata.set_ActivityTypeMask(Nullable`1<Int32> value) - - - Define shims for all instances members - - - Sets the shim of EntityMetadata.get_ActivityTypeMask() - - - Sets the shim of EntityMetadata.set_ActivityTypeMask(Nullable`1<Int32> value) - - - Sets the shim of EntityMetadata.get_Attributes() - - - Sets the shim of EntityMetadata.set_Attributes(AttributeMetadata[] value) - - - Sets the shim of EntityMetadata.get_AutoCreateAccessTeams() - - - Sets the shim of EntityMetadata.set_AutoCreateAccessTeams(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_AutoRouteToOwnerQueue() - - - Sets the shim of EntityMetadata.set_AutoRouteToOwnerQueue(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_CanBeInManyToMany() - - - Sets the shim of EntityMetadata.set_CanBeInManyToMany(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanBePrimaryEntityInRelationship() - - - Sets the shim of EntityMetadata.set_CanBePrimaryEntityInRelationship(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanBeRelatedEntityInRelationship() - - - Sets the shim of EntityMetadata.set_CanBeRelatedEntityInRelationship(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanChangeHierarchicalRelationship() - - - Sets the shim of EntityMetadata.set_CanChangeHierarchicalRelationship(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanChangeTrackingBeEnabled() - - - Sets the shim of EntityMetadata.set_CanChangeTrackingBeEnabled(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanCreateAttributes() - - - Sets the shim of EntityMetadata.set_CanCreateAttributes(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanCreateCharts() - - - Sets the shim of EntityMetadata.set_CanCreateCharts(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanCreateForms() - - - Sets the shim of EntityMetadata.set_CanCreateForms(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanCreateViews() - - - Sets the shim of EntityMetadata.set_CanCreateViews(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanEnableSyncToExternalSearchIndex() - - - Sets the shim of EntityMetadata.set_CanEnableSyncToExternalSearchIndex(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanModifyAdditionalSettings() - - - Sets the shim of EntityMetadata.set_CanModifyAdditionalSettings(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanTriggerWorkflow() - - - Sets the shim of EntityMetadata.set_CanTriggerWorkflow(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_ChangeTrackingEnabled() - - - Sets the shim of EntityMetadata.set_ChangeTrackingEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_CollectionSchemaName() - - - Sets the shim of EntityMetadata.set_CollectionSchemaName(String value) - - - Sets the shim of EntityMetadata.get_DaysSinceRecordLastModified() - - - Sets the shim of EntityMetadata.set_DaysSinceRecordLastModified(Nullable`1<Int32> value) - - - Sets the shim of EntityMetadata.get_Description() - - - Sets the shim of EntityMetadata.set_Description(Label value) - - - Sets the shim of EntityMetadata.get_DisplayCollectionName() - - - Sets the shim of EntityMetadata.set_DisplayCollectionName(Label value) - - - Sets the shim of EntityMetadata.get_DisplayName() - - - Sets the shim of EntityMetadata.set_DisplayName(Label value) - - - Sets the shim of EntityMetadata.get_EnforceStateTransitions() - - - Sets the shim of EntityMetadata.set_EnforceStateTransitions(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_EntityColor() - - - Sets the shim of EntityMetadata.set_EntityColor(String value) - - - Sets the shim of EntityMetadata.get_EntityHelpUrlEnabled() - - - Sets the shim of EntityMetadata.set_EntityHelpUrlEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_EntityHelpUrl() - - - Sets the shim of EntityMetadata.set_EntityHelpUrl(String value) - - - Sets the shim of EntityMetadata.get_EntitySetName() - - - Sets the shim of EntityMetadata.set_EntitySetName(String value) - - - Sets the shim of EntityMetadata.get_IconLargeName() - - - Sets the shim of EntityMetadata.set_IconLargeName(String value) - - - Sets the shim of EntityMetadata.get_IconMediumName() - - - Sets the shim of EntityMetadata.set_IconMediumName(String value) - - - Sets the shim of EntityMetadata.get_IconSmallName() - - - Sets the shim of EntityMetadata.set_IconSmallName(String value) - - - Sets the shim of EntityMetadata.get_IntroducedVersion() - - - Sets the shim of EntityMetadata.set_IntroducedVersion(String value) - - - Sets the shim of EntityMetadata.get_IsAIRUpdated() - - - Sets the shim of EntityMetadata.set_IsAIRUpdated(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsActivity() - - - Sets the shim of EntityMetadata.get_IsActivityParty() - - - Sets the shim of EntityMetadata.set_IsActivityParty(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.set_IsActivity(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsAuditEnabled() - - - Sets the shim of EntityMetadata.set_IsAuditEnabled(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsAvailableOffline() - - - Sets the shim of EntityMetadata.set_IsAvailableOffline(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsBPFEntity() - - - Sets the shim of EntityMetadata.set_IsBPFEntity(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsBusinessProcessEnabled() - - - Sets the shim of EntityMetadata.set_IsBusinessProcessEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsChildEntity() - - - Sets the shim of EntityMetadata.set_IsChildEntity(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsConnectionsEnabled() - - - Sets the shim of EntityMetadata.set_IsConnectionsEnabled(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsCustomEntity() - - - Sets the shim of EntityMetadata.set_IsCustomEntity(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsCustomizable() - - - Sets the shim of EntityMetadata.set_IsCustomizable(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsDocumentManagementEnabled() - - - Sets the shim of EntityMetadata.set_IsDocumentManagementEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsDocumentRecommendationsEnabled() - - - Sets the shim of EntityMetadata.set_IsDocumentRecommendationsEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsDuplicateDetectionEnabled() - - - Sets the shim of EntityMetadata.set_IsDuplicateDetectionEnabled(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsEnabledForCharts() - - - Sets the shim of EntityMetadata.set_IsEnabledForCharts(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsEnabledForExternalChannels() - - - Sets the shim of EntityMetadata.set_IsEnabledForExternalChannels(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsEnabledForTrace() - - - Sets the shim of EntityMetadata.set_IsEnabledForTrace(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsImportable() - - - Sets the shim of EntityMetadata.set_IsImportable(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsInteractionCentricEnabled() - - - Sets the shim of EntityMetadata.set_IsInteractionCentricEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsIntersect() - - - Sets the shim of EntityMetadata.set_IsIntersect(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsKnowledgeManagementEnabled() - - - Sets the shim of EntityMetadata.set_IsKnowledgeManagementEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsLogicalEntity() - - - Sets the shim of EntityMetadata.set_IsLogicalEntity(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsMailMergeEnabled() - - - Sets the shim of EntityMetadata.set_IsMailMergeEnabled(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsManaged() - - - Sets the shim of EntityMetadata.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsMappable() - - - Sets the shim of EntityMetadata.set_IsMappable(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsOfflineInMobileClient() - - - Sets the shim of EntityMetadata.set_IsOfflineInMobileClient(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsOneNoteIntegrationEnabled() - - - Sets the shim of EntityMetadata.set_IsOneNoteIntegrationEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsOptimisticConcurrencyEnabled() - - - Sets the shim of EntityMetadata.set_IsOptimisticConcurrencyEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsPrivate() - - - Sets the shim of EntityMetadata.set_IsPrivate(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsQuickCreateEnabled() - - - Sets the shim of EntityMetadata.set_IsQuickCreateEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsReadOnlyInMobileClient() - - - Sets the shim of EntityMetadata.set_IsReadOnlyInMobileClient(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsReadingPaneEnabled() - - - Sets the shim of EntityMetadata.set_IsReadingPaneEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsRenameable() - - - Sets the shim of EntityMetadata.set_IsRenameable(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsSLAEnabled() - - - Sets the shim of EntityMetadata.set_IsSLAEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsStateModelAware() - - - Sets the shim of EntityMetadata.set_IsStateModelAware(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsValidForAdvancedFind() - - - Sets the shim of EntityMetadata.set_IsValidForAdvancedFind(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsValidForQueue() - - - Sets the shim of EntityMetadata.set_IsValidForQueue(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsVisibleInMobileClient() - - - Sets the shim of EntityMetadata.set_IsVisibleInMobileClient(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsVisibleInMobile() - - - Sets the shim of EntityMetadata.set_IsVisibleInMobile(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_Keys() - - - Sets the shim of EntityMetadata.set_Keys(EntityKeyMetadata[] value) - - - Sets the shim of EntityMetadata.get_LogicalCollectionName() - - - Sets the shim of EntityMetadata.set_LogicalCollectionName(String value) - - - Sets the shim of EntityMetadata.get_LogicalName() - - - Sets the shim of EntityMetadata.set_LogicalName(String value) - - - Sets the shim of EntityMetadata.get_ManyToManyRelationships() - - - Sets the shim of EntityMetadata.set_ManyToManyRelationships(ManyToManyRelationshipMetadata[] value) - - - Sets the shim of EntityMetadata.get_ManyToOneRelationships() - - - Sets the shim of EntityMetadata.set_ManyToOneRelationships(OneToManyRelationshipMetadata[] value) - - - Sets the shim of EntityMetadata.get_MobileOfflineFilters() - - - Sets the shim of EntityMetadata.set_MobileOfflineFilters(String value) - - - Sets the shim of EntityMetadata.get_ObjectTypeCode() - - - Sets the shim of EntityMetadata.set_ObjectTypeCode(Nullable`1<Int32> value) - - - Sets the shim of EntityMetadata.get_OneToManyRelationships() - - - Sets the shim of EntityMetadata.set_OneToManyRelationships(OneToManyRelationshipMetadata[] value) - - - Sets the shim of EntityMetadata.get_OwnershipType() - - - Sets the shim of EntityMetadata.set_OwnershipType(Nullable`1<OwnershipTypes> value) - - - Sets the shim of EntityMetadata.get_PhysicalName() - - - Sets the shim of EntityMetadata.set_PhysicalName(String value) - - - Sets the shim of EntityMetadata.get_PrimaryIdAttribute() - - - Sets the shim of EntityMetadata.set_PrimaryIdAttribute(String value) - - - Sets the shim of EntityMetadata.get_PrimaryImageAttribute() - - - Sets the shim of EntityMetadata.set_PrimaryImageAttribute(String value) - - - Sets the shim of EntityMetadata.get_PrimaryNameAttribute() - - - Sets the shim of EntityMetadata.set_PrimaryNameAttribute(String value) - - - Sets the shim of EntityMetadata.get_Privileges() - - - Sets the shim of EntityMetadata.set_Privileges(SecurityPrivilegeMetadata[] value) - - - Sets the shim of EntityMetadata.get_RecurrenceBaseEntityLogicalName() - - - Sets the shim of EntityMetadata.set_RecurrenceBaseEntityLogicalName(String value) - - - Sets the shim of EntityMetadata.get_ReportViewName() - - - Sets the shim of EntityMetadata.set_ReportViewName(String value) - - - Sets the shim of EntityMetadata.get_SchemaName() - - - Sets the shim of EntityMetadata.set_SchemaName(String value) - - - Sets the shim of EntityMetadata.get_SyncToExternalSearchIndex() - - - Sets the shim of EntityMetadata.set_SyncToExternalSearchIndex(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_UsesBusinessDataLabelTable() - - - Sets the shim of EntityMetadata.set_UsesBusinessDataLabelTable(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_WorkflowSupport() - - - Sets the shim of EntityMetadata.set_WorkflowSupport(Nullable`1<Int32> value) - - - Sets the shim of EntityMetadata.get_Attributes() - - - Sets the shim of EntityMetadata.set_Attributes(AttributeMetadata[] value) - - - Sets the shim of EntityMetadata.get_AutoCreateAccessTeams() - - - Sets the shim of EntityMetadata.set_AutoCreateAccessTeams(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_AutoRouteToOwnerQueue() - - - Sets the shim of EntityMetadata.set_AutoRouteToOwnerQueue(Nullable`1<Boolean> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of EntityMetadata.get_CanBeInManyToMany() - - - Sets the shim of EntityMetadata.set_CanBeInManyToMany(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanBePrimaryEntityInRelationship() - - - Sets the shim of EntityMetadata.set_CanBePrimaryEntityInRelationship(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanBeRelatedEntityInRelationship() - - - Sets the shim of EntityMetadata.set_CanBeRelatedEntityInRelationship(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanChangeHierarchicalRelationship() - - - Sets the shim of EntityMetadata.set_CanChangeHierarchicalRelationship(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanChangeTrackingBeEnabled() - - - Sets the shim of EntityMetadata.set_CanChangeTrackingBeEnabled(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanCreateAttributes() - - - Sets the shim of EntityMetadata.set_CanCreateAttributes(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanCreateCharts() - - - Sets the shim of EntityMetadata.set_CanCreateCharts(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanCreateForms() - - - Sets the shim of EntityMetadata.set_CanCreateForms(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanCreateViews() - - - Sets the shim of EntityMetadata.set_CanCreateViews(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanEnableSyncToExternalSearchIndex() - - - Sets the shim of EntityMetadata.set_CanEnableSyncToExternalSearchIndex(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanModifyAdditionalSettings() - - - Sets the shim of EntityMetadata.set_CanModifyAdditionalSettings(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_CanTriggerWorkflow() - - - Sets the shim of EntityMetadata.set_CanTriggerWorkflow(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_ChangeTrackingEnabled() - - - Sets the shim of EntityMetadata.set_ChangeTrackingEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_CollectionSchemaName() - - - Sets the shim of EntityMetadata.set_CollectionSchemaName(String value) - - - Sets the shim of EntityMetadata.EntityMetadata() - - - Sets the shim of EntityMetadata.get_DaysSinceRecordLastModified() - - - Sets the shim of EntityMetadata.set_DaysSinceRecordLastModified(Nullable`1<Int32> value) - - - Sets the shim of EntityMetadata.get_Description() - - - Sets the shim of EntityMetadata.set_Description(Label value) - - - Sets the shim of EntityMetadata.get_DisplayCollectionName() - - - Sets the shim of EntityMetadata.set_DisplayCollectionName(Label value) - - - Sets the shim of EntityMetadata.get_DisplayName() - - - Sets the shim of EntityMetadata.set_DisplayName(Label value) - - - Sets the shim of EntityMetadata.get_EnforceStateTransitions() - - - Sets the shim of EntityMetadata.set_EnforceStateTransitions(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_EntityColor() - - - Sets the shim of EntityMetadata.set_EntityColor(String value) - - - Sets the shim of EntityMetadata.get_EntityHelpUrlEnabled() - - - Sets the shim of EntityMetadata.set_EntityHelpUrlEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_EntityHelpUrl() - - - Sets the shim of EntityMetadata.set_EntityHelpUrl(String value) - - - Sets the shim of EntityMetadata.get_EntitySetName() - - - Sets the shim of EntityMetadata.set_EntitySetName(String value) - - - Sets the shim of EntityMetadata.get_IconLargeName() - - - Sets the shim of EntityMetadata.set_IconLargeName(String value) - - - Sets the shim of EntityMetadata.get_IconMediumName() - - - Sets the shim of EntityMetadata.set_IconMediumName(String value) - - - Sets the shim of EntityMetadata.get_IconSmallName() - - - Sets the shim of EntityMetadata.set_IconSmallName(String value) - - - Sets the shim of EntityMetadata.get_IntroducedVersion() - - - Sets the shim of EntityMetadata.set_IntroducedVersion(String value) - - - Sets the shim of EntityMetadata.get_IsAIRUpdated() - - - Sets the shim of EntityMetadata.set_IsAIRUpdated(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsActivity() - - - Sets the shim of EntityMetadata.get_IsActivityParty() - - - Sets the shim of EntityMetadata.set_IsActivityParty(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.set_IsActivity(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsAuditEnabled() - - - Sets the shim of EntityMetadata.set_IsAuditEnabled(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsAvailableOffline() - - - Sets the shim of EntityMetadata.set_IsAvailableOffline(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsBPFEntity() - - - Sets the shim of EntityMetadata.set_IsBPFEntity(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsBusinessProcessEnabled() - - - Sets the shim of EntityMetadata.set_IsBusinessProcessEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsChildEntity() - - - Sets the shim of EntityMetadata.set_IsChildEntity(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsConnectionsEnabled() - - - Sets the shim of EntityMetadata.set_IsConnectionsEnabled(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsCustomEntity() - - - Sets the shim of EntityMetadata.set_IsCustomEntity(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsCustomizable() - - - Sets the shim of EntityMetadata.set_IsCustomizable(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsDocumentManagementEnabled() - - - Sets the shim of EntityMetadata.set_IsDocumentManagementEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsDocumentRecommendationsEnabled() - - - Sets the shim of EntityMetadata.set_IsDocumentRecommendationsEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsDuplicateDetectionEnabled() - - - Sets the shim of EntityMetadata.set_IsDuplicateDetectionEnabled(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsEnabledForCharts() - - - Sets the shim of EntityMetadata.set_IsEnabledForCharts(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsEnabledForExternalChannels() - - - Sets the shim of EntityMetadata.set_IsEnabledForExternalChannels(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsEnabledForTrace() - - - Sets the shim of EntityMetadata.set_IsEnabledForTrace(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsImportable() - - - Sets the shim of EntityMetadata.set_IsImportable(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsInteractionCentricEnabled() - - - Sets the shim of EntityMetadata.set_IsInteractionCentricEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsIntersect() - - - Sets the shim of EntityMetadata.set_IsIntersect(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsKnowledgeManagementEnabled() - - - Sets the shim of EntityMetadata.set_IsKnowledgeManagementEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsLogicalEntity() - - - Sets the shim of EntityMetadata.set_IsLogicalEntity(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsMailMergeEnabled() - - - Sets the shim of EntityMetadata.set_IsMailMergeEnabled(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsManaged() - - - Sets the shim of EntityMetadata.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsMappable() - - - Sets the shim of EntityMetadata.set_IsMappable(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsOfflineInMobileClient() - - - Sets the shim of EntityMetadata.set_IsOfflineInMobileClient(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsOneNoteIntegrationEnabled() - - - Sets the shim of EntityMetadata.set_IsOneNoteIntegrationEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsOptimisticConcurrencyEnabled() - - - Sets the shim of EntityMetadata.set_IsOptimisticConcurrencyEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsPrivate() - - - Sets the shim of EntityMetadata.set_IsPrivate(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsQuickCreateEnabled() - - - Sets the shim of EntityMetadata.set_IsQuickCreateEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsReadOnlyInMobileClient() - - - Sets the shim of EntityMetadata.set_IsReadOnlyInMobileClient(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsReadingPaneEnabled() - - - Sets the shim of EntityMetadata.set_IsReadingPaneEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsRenameable() - - - Sets the shim of EntityMetadata.set_IsRenameable(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsSLAEnabled() - - - Sets the shim of EntityMetadata.set_IsSLAEnabled(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsStateModelAware() - - - Sets the shim of EntityMetadata.set_IsStateModelAware(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsValidForAdvancedFind() - - - Sets the shim of EntityMetadata.set_IsValidForAdvancedFind(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_IsValidForQueue() - - - Sets the shim of EntityMetadata.set_IsValidForQueue(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsVisibleInMobileClient() - - - Sets the shim of EntityMetadata.set_IsVisibleInMobileClient(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_IsVisibleInMobile() - - - Sets the shim of EntityMetadata.set_IsVisibleInMobile(BooleanManagedProperty value) - - - Sets the shim of EntityMetadata.get_Keys() - - - Sets the shim of EntityMetadata.set_Keys(EntityKeyMetadata[] value) - - - Sets the shim of EntityMetadata.get_LogicalCollectionName() - - - Sets the shim of EntityMetadata.set_LogicalCollectionName(String value) - - - Sets the shim of EntityMetadata.get_LogicalName() - - - Sets the shim of EntityMetadata.set_LogicalName(String value) - - - Sets the shim of EntityMetadata.get_ManyToManyRelationships() - - - Sets the shim of EntityMetadata.set_ManyToManyRelationships(ManyToManyRelationshipMetadata[] value) - - - Sets the shim of EntityMetadata.get_ManyToOneRelationships() - - - Sets the shim of EntityMetadata.set_ManyToOneRelationships(OneToManyRelationshipMetadata[] value) - - - Sets the shim of EntityMetadata.get_MobileOfflineFilters() - - - Sets the shim of EntityMetadata.set_MobileOfflineFilters(String value) - - - Sets the shim of EntityMetadata.get_ObjectTypeCode() - - - Sets the shim of EntityMetadata.set_ObjectTypeCode(Nullable`1<Int32> value) - - - Sets the shim of EntityMetadata.get_OneToManyRelationships() - - - Sets the shim of EntityMetadata.set_OneToManyRelationships(OneToManyRelationshipMetadata[] value) - - - Sets the shim of EntityMetadata.get_OwnershipType() - - - Sets the shim of EntityMetadata.set_OwnershipType(Nullable`1<OwnershipTypes> value) - - - Sets the shim of EntityMetadata.get_PhysicalName() - - - Sets the shim of EntityMetadata.set_PhysicalName(String value) - - - Sets the shim of EntityMetadata.get_PrimaryIdAttribute() - - - Sets the shim of EntityMetadata.set_PrimaryIdAttribute(String value) - - - Sets the shim of EntityMetadata.get_PrimaryImageAttribute() - - - Sets the shim of EntityMetadata.set_PrimaryImageAttribute(String value) - - - Sets the shim of EntityMetadata.get_PrimaryNameAttribute() - - - Sets the shim of EntityMetadata.set_PrimaryNameAttribute(String value) - - - Sets the shim of EntityMetadata.get_Privileges() - - - Sets the shim of EntityMetadata.set_Privileges(SecurityPrivilegeMetadata[] value) - - - Sets the shim of EntityMetadata.get_RecurrenceBaseEntityLogicalName() - - - Sets the shim of EntityMetadata.set_RecurrenceBaseEntityLogicalName(String value) - - - Sets the shim of EntityMetadata.get_ReportViewName() - - - Sets the shim of EntityMetadata.set_ReportViewName(String value) - - - Sets the shim of EntityMetadata.get_SchemaName() - - - Sets the shim of EntityMetadata.set_SchemaName(String value) - - - Sets the shim of EntityMetadata.get_SyncToExternalSearchIndex() - - - Sets the shim of EntityMetadata.set_SyncToExternalSearchIndex(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_UsesBusinessDataLabelTable() - - - Sets the shim of EntityMetadata.set_UsesBusinessDataLabelTable(Nullable`1<Boolean> value) - - - Sets the shim of EntityMetadata.get_WorkflowSupport() - - - Sets the shim of EntityMetadata.set_WorkflowSupport(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of EntityMetadataCollection.EntityMetadataCollection() - - - Shim type of Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of EntityNameAttributeMetadata.EntityNameAttributeMetadata() - - - Sets the shim of EntityNameAttributeMetadata.EntityNameAttributeMetadata(String schemaName) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of EnumAttributeMetadata.get_DefaultFormValue() - - - Sets the shim of EnumAttributeMetadata.set_DefaultFormValue(Nullable`1<Int32> value) - - - Sets the shim of EnumAttributeMetadata.get_OptionSet() - - - Sets the shim of EnumAttributeMetadata.set_OptionSet(OptionSetMetadata value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of EnumAttributeMetadata.EnumAttributeMetadata() - - - Sets the shim of EnumAttributeMetadata.EnumAttributeMetadata(AttributeTypeCode attributeType, String schemaName) - - - Sets the shim of EnumAttributeMetadata.get_DefaultFormValue() - - - Sets the shim of EnumAttributeMetadata.set_DefaultFormValue(Nullable`1<Int32> value) - - - Sets the shim of EnumAttributeMetadata.get_OptionSet() - - - Sets the shim of EnumAttributeMetadata.set_OptionSet(OptionSetMetadata value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ImageAttributeMetadata.get_IsPrimaryImage() - - - Sets the shim of ImageAttributeMetadata.set_IsPrimaryImage(Nullable`1<Boolean> value) - - - Sets the shim of ImageAttributeMetadata.get_MaxHeight() - - - Sets the shim of ImageAttributeMetadata.set_MaxHeight(Nullable`1<Int16> value) - - - Sets the shim of ImageAttributeMetadata.get_MaxWidth() - - - Sets the shim of ImageAttributeMetadata.set_MaxWidth(Nullable`1<Int16> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ImageAttributeMetadata.ImageAttributeMetadata() - - - Sets the shim of ImageAttributeMetadata.ImageAttributeMetadata(String schemaName) - - - Sets the shim of ImageAttributeMetadata.get_IsPrimaryImage() - - - Sets the shim of ImageAttributeMetadata.set_IsPrimaryImage(Nullable`1<Boolean> value) - - - Sets the shim of ImageAttributeMetadata.get_MaxHeight() - - - Sets the shim of ImageAttributeMetadata.set_MaxHeight(Nullable`1<Int16> value) - - - Sets the shim of ImageAttributeMetadata.get_MaxWidth() - - - Sets the shim of ImageAttributeMetadata.set_MaxWidth(Nullable`1<Int16> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of IntegerAttributeMetadata.get_Format() - - - Sets the shim of IntegerAttributeMetadata.set_Format(Nullable`1<IntegerFormat> value) - - - Sets the shim of IntegerAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of IntegerAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of IntegerAttributeMetadata.get_MaxValue() - - - Sets the shim of IntegerAttributeMetadata.set_MaxValue(Nullable`1<Int32> value) - - - Sets the shim of IntegerAttributeMetadata.get_MinValue() - - - Sets the shim of IntegerAttributeMetadata.set_MinValue(Nullable`1<Int32> value) - - - Sets the shim of IntegerAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of IntegerAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of IntegerAttributeMetadata.IntegerAttributeMetadata() - - - Sets the shim of IntegerAttributeMetadata.IntegerAttributeMetadata(String schemaName) - - - Sets the shim of IntegerAttributeMetadata.get_Format() - - - Sets the shim of IntegerAttributeMetadata.set_Format(Nullable`1<IntegerFormat> value) - - - Sets the shim of IntegerAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of IntegerAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of IntegerAttributeMetadata.get_MaxValue() - - - Sets the shim of IntegerAttributeMetadata.set_MaxValue(Nullable`1<Int32> value) - - - Sets the shim of IntegerAttributeMetadata.get_MinValue() - - - Sets the shim of IntegerAttributeMetadata.set_MinValue(Nullable`1<Int32> value) - - - Sets the shim of IntegerAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of IntegerAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of LookupAttributeMetadata.get_Targets() - - - Sets the shim of LookupAttributeMetadata.set_Targets(String[] value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of LookupAttributeMetadata.LookupAttributeMetadata() - - - Sets the shim of LookupAttributeMetadata.get_Targets() - - - Sets the shim of LookupAttributeMetadata.set_Targets(String[] value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ManagedPropertyAttributeMetadata.get_ManagedPropertyLogicalName() - - - Sets the shim of ManagedPropertyAttributeMetadata.set_ManagedPropertyLogicalName(String value) - - - Sets the shim of ManagedPropertyAttributeMetadata.get_ParentAttributeName() - - - Sets the shim of ManagedPropertyAttributeMetadata.set_ParentAttributeName(String value) - - - Sets the shim of ManagedPropertyAttributeMetadata.get_ParentComponentType() - - - Sets the shim of ManagedPropertyAttributeMetadata.set_ParentComponentType(Nullable`1<Int32> value) - - - Sets the shim of ManagedPropertyAttributeMetadata.get_ValueAttributeTypeCode() - - - Sets the shim of ManagedPropertyAttributeMetadata.set_ValueAttributeTypeCode(AttributeTypeCode value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ManagedPropertyAttributeMetadata.ManagedPropertyAttributeMetadata() - - - Sets the shim of ManagedPropertyAttributeMetadata.ManagedPropertyAttributeMetadata(String schemaName) - - - Sets the shim of ManagedPropertyAttributeMetadata.get_ManagedPropertyLogicalName() - - - Sets the shim of ManagedPropertyAttributeMetadata.set_ManagedPropertyLogicalName(String value) - - - Sets the shim of ManagedPropertyAttributeMetadata.get_ParentAttributeName() - - - Sets the shim of ManagedPropertyAttributeMetadata.set_ParentAttributeName(String value) - - - Sets the shim of ManagedPropertyAttributeMetadata.get_ParentComponentType() - - - Sets the shim of ManagedPropertyAttributeMetadata.set_ParentComponentType(Nullable`1<Int32> value) - - - Sets the shim of ManagedPropertyAttributeMetadata.get_ValueAttributeTypeCode() - - - Sets the shim of ManagedPropertyAttributeMetadata.set_ValueAttributeTypeCode(AttributeTypeCode value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ManagedPropertyMetadata.get_Description() - - - Sets the shim of ManagedPropertyMetadata.set_Description(Label value) - - - Sets the shim of ManagedPropertyMetadata.get_DisplayName() - - - Sets the shim of ManagedPropertyMetadata.set_DisplayName(Label value) - - - Sets the shim of ManagedPropertyMetadata.get_EnablesAttributeName() - - - Sets the shim of ManagedPropertyMetadata.set_EnablesAttributeName(String value) - - - Sets the shim of ManagedPropertyMetadata.get_EnablesEntityName() - - - Sets the shim of ManagedPropertyMetadata.set_EnablesEntityName(String value) - - - Sets the shim of ManagedPropertyMetadata.get_ErrorCode() - - - Sets the shim of ManagedPropertyMetadata.set_ErrorCode(Nullable`1<Int32> value) - - - Sets the shim of ManagedPropertyMetadata.get_EvaluationPriority() - - - Sets the shim of ManagedPropertyMetadata.set_EvaluationPriority(Nullable`1<ManagedPropertyEvaluationPriority> value) - - - Sets the shim of ManagedPropertyMetadata.get_IntroducedVersion() - - - Sets the shim of ManagedPropertyMetadata.set_IntroducedVersion(String value) - - - Sets the shim of ManagedPropertyMetadata.get_IsGlobalForOperation() - - - Sets the shim of ManagedPropertyMetadata.set_IsGlobalForOperation(Nullable`1<Boolean> value) - - - Sets the shim of ManagedPropertyMetadata.get_IsPrivate() - - - Sets the shim of ManagedPropertyMetadata.set_IsPrivate(Nullable`1<Boolean> value) - - - Sets the shim of ManagedPropertyMetadata.get_LogicalName() - - - Sets the shim of ManagedPropertyMetadata.set_LogicalName(String value) - - - Sets the shim of ManagedPropertyMetadata.get_ManagedPropertyType() - - - Sets the shim of ManagedPropertyMetadata.set_ManagedPropertyType(Nullable`1<ManagedPropertyType> value) - - - Sets the shim of ManagedPropertyMetadata.get_Operation() - - - Sets the shim of ManagedPropertyMetadata.set_Operation(Nullable`1<ManagedPropertyOperation> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ManagedPropertyMetadata.ManagedPropertyMetadata() - - - Sets the shim of ManagedPropertyMetadata.get_Description() - - - Sets the shim of ManagedPropertyMetadata.set_Description(Label value) - - - Sets the shim of ManagedPropertyMetadata.get_DisplayName() - - - Sets the shim of ManagedPropertyMetadata.set_DisplayName(Label value) - - - Sets the shim of ManagedPropertyMetadata.get_EnablesAttributeName() - - - Sets the shim of ManagedPropertyMetadata.set_EnablesAttributeName(String value) - - - Sets the shim of ManagedPropertyMetadata.get_EnablesEntityName() - - - Sets the shim of ManagedPropertyMetadata.set_EnablesEntityName(String value) - - - Sets the shim of ManagedPropertyMetadata.get_ErrorCode() - - - Sets the shim of ManagedPropertyMetadata.set_ErrorCode(Nullable`1<Int32> value) - - - Sets the shim of ManagedPropertyMetadata.get_EvaluationPriority() - - - Sets the shim of ManagedPropertyMetadata.set_EvaluationPriority(Nullable`1<ManagedPropertyEvaluationPriority> value) - - - Sets the shim of ManagedPropertyMetadata.get_IntroducedVersion() - - - Sets the shim of ManagedPropertyMetadata.set_IntroducedVersion(String value) - - - Sets the shim of ManagedPropertyMetadata.get_IsGlobalForOperation() - - - Sets the shim of ManagedPropertyMetadata.set_IsGlobalForOperation(Nullable`1<Boolean> value) - - - Sets the shim of ManagedPropertyMetadata.get_IsPrivate() - - - Sets the shim of ManagedPropertyMetadata.set_IsPrivate(Nullable`1<Boolean> value) - - - Sets the shim of ManagedPropertyMetadata.get_LogicalName() - - - Sets the shim of ManagedPropertyMetadata.set_LogicalName(String value) - - - Sets the shim of ManagedPropertyMetadata.get_ManagedPropertyType() - - - Sets the shim of ManagedPropertyMetadata.set_ManagedPropertyType(Nullable`1<ManagedPropertyType> value) - - - Sets the shim of ManagedPropertyMetadata.get_Operation() - - - Sets the shim of ManagedPropertyMetadata.set_Operation(Nullable`1<ManagedPropertyOperation> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity1AssociatedMenuConfiguration() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity1AssociatedMenuConfiguration(AssociatedMenuConfiguration value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity1IntersectAttribute() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity1IntersectAttribute(String value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity1LogicalName() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity1LogicalName(String value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity1NavigationPropertyName() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity1NavigationPropertyName(String value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity2AssociatedMenuConfiguration() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity2AssociatedMenuConfiguration(AssociatedMenuConfiguration value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity2IntersectAttribute() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity2IntersectAttribute(String value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity2LogicalName() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity2LogicalName(String value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity2NavigationPropertyName() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity2NavigationPropertyName(String value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_IntersectEntityName() - - - Sets the shim of ManyToManyRelationshipMetadata.set_IntersectEntityName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ManyToManyRelationshipMetadata.ManyToManyRelationshipMetadata() - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity1AssociatedMenuConfiguration() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity1AssociatedMenuConfiguration(AssociatedMenuConfiguration value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity1IntersectAttribute() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity1IntersectAttribute(String value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity1LogicalName() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity1LogicalName(String value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity1NavigationPropertyName() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity1NavigationPropertyName(String value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity2AssociatedMenuConfiguration() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity2AssociatedMenuConfiguration(AssociatedMenuConfiguration value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity2IntersectAttribute() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity2IntersectAttribute(String value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity2LogicalName() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity2LogicalName(String value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_Entity2NavigationPropertyName() - - - Sets the shim of ManyToManyRelationshipMetadata.set_Entity2NavigationPropertyName(String value) - - - Sets the shim of ManyToManyRelationshipMetadata.get_IntersectEntityName() - - - Sets the shim of ManyToManyRelationshipMetadata.set_IntersectEntityName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of MemoAttributeMetadata.get_Format() - - - Sets the shim of MemoAttributeMetadata.set_Format(Nullable`1<StringFormat> value) - - - Sets the shim of MemoAttributeMetadata.get_ImeMode() - - - Sets the shim of MemoAttributeMetadata.set_ImeMode(Nullable`1<ImeMode> value) - - - Sets the shim of MemoAttributeMetadata.get_IsLocalizable() - - - Sets the shim of MemoAttributeMetadata.set_IsLocalizable(Nullable`1<Boolean> value) - - - Sets the shim of MemoAttributeMetadata.get_MaxLength() - - - Sets the shim of MemoAttributeMetadata.set_MaxLength(Nullable`1<Int32> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of MemoAttributeMetadata.MemoAttributeMetadata() - - - Sets the shim of MemoAttributeMetadata.MemoAttributeMetadata(String schemaName) - - - Sets the shim of MemoAttributeMetadata.get_Format() - - - Sets the shim of MemoAttributeMetadata.set_Format(Nullable`1<StringFormat> value) - - - Sets the shim of MemoAttributeMetadata.get_ImeMode() - - - Sets the shim of MemoAttributeMetadata.set_ImeMode(Nullable`1<ImeMode> value) - - - Sets the shim of MemoAttributeMetadata.get_IsLocalizable() - - - Sets the shim of MemoAttributeMetadata.set_IsLocalizable(Nullable`1<Boolean> value) - - - Sets the shim of MemoAttributeMetadata.get_MaxLength() - - - Sets the shim of MemoAttributeMetadata.set_MaxLength(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.MetadataBase - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of MetadataBase.get_ExtensionData() - - - Sets the shim of MetadataBase.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of MetadataBase.get_HasChanged() - - - Sets the shim of MetadataBase.set_HasChanged(Nullable`1<Boolean> value) - - - Sets the shim of MetadataBase.get_MetadataId() - - - Sets the shim of MetadataBase.set_MetadataId(Nullable`1<Guid> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of MetadataBase.MetadataBase() - - - Sets the shim of MetadataBase.get_ExtensionData() - - - Sets the shim of MetadataBase.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of MetadataBase.get_HasChanged() - - - Sets the shim of MetadataBase.set_HasChanged(Nullable`1<Boolean> value) - - - Sets the shim of MetadataBase.get_MetadataId() - - - Sets the shim of MetadataBase.set_MetadataId(Nullable`1<Guid> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.MetadataNameAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of MetadataNameAttribute.get_LogicalCollectionName() - - - Sets the shim of MetadataNameAttribute.set_LogicalCollectionName(String value) - - - Sets the shim of MetadataNameAttribute.get_LogicalName() - - - Sets the shim of MetadataNameAttribute.set_LogicalName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of MetadataNameAttribute.MetadataNameAttribute() - - - Sets the shim of MetadataNameAttribute.get_LogicalCollectionName() - - - Sets the shim of MetadataNameAttribute.set_LogicalCollectionName(String value) - - - Sets the shim of MetadataNameAttribute.get_LogicalName() - - - Sets the shim of MetadataNameAttribute.set_LogicalName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of MoneyAttributeMetadata.get_CalculationOf() - - - Sets the shim of MoneyAttributeMetadata.set_CalculationOf(String value) - - - Sets the shim of MoneyAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of MoneyAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of MoneyAttributeMetadata.get_ImeMode() - - - Sets the shim of MoneyAttributeMetadata.set_ImeMode(Nullable`1<ImeMode> value) - - - Sets the shim of MoneyAttributeMetadata.get_IsBaseCurrency() - - - Sets the shim of MoneyAttributeMetadata.set_IsBaseCurrency(Nullable`1<Boolean> value) - - - Sets the shim of MoneyAttributeMetadata.get_MaxValue() - - - Sets the shim of MoneyAttributeMetadata.set_MaxValue(Nullable`1<Double> value) - - - Sets the shim of MoneyAttributeMetadata.get_MinValue() - - - Sets the shim of MoneyAttributeMetadata.set_MinValue(Nullable`1<Double> value) - - - Sets the shim of MoneyAttributeMetadata.get_Precision() - - - Sets the shim of MoneyAttributeMetadata.set_Precision(Nullable`1<Int32> value) - - - Sets the shim of MoneyAttributeMetadata.get_PrecisionSource() - - - Sets the shim of MoneyAttributeMetadata.set_PrecisionSource(Nullable`1<Int32> value) - - - Sets the shim of MoneyAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of MoneyAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of MoneyAttributeMetadata.get_CalculationOf() - - - Sets the shim of MoneyAttributeMetadata.set_CalculationOf(String value) - - - Sets the shim of MoneyAttributeMetadata.MoneyAttributeMetadata() - - - Sets the shim of MoneyAttributeMetadata.MoneyAttributeMetadata(String schemaName) - - - Sets the shim of MoneyAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of MoneyAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of MoneyAttributeMetadata.get_ImeMode() - - - Sets the shim of MoneyAttributeMetadata.set_ImeMode(Nullable`1<ImeMode> value) - - - Sets the shim of MoneyAttributeMetadata.get_IsBaseCurrency() - - - Sets the shim of MoneyAttributeMetadata.set_IsBaseCurrency(Nullable`1<Boolean> value) - - - Sets the shim of MoneyAttributeMetadata.get_MaxValue() - - - Sets the shim of MoneyAttributeMetadata.set_MaxValue(Nullable`1<Double> value) - - - Sets the shim of MoneyAttributeMetadata.get_MinValue() - - - Sets the shim of MoneyAttributeMetadata.set_MinValue(Nullable`1<Double> value) - - - Sets the shim of MoneyAttributeMetadata.get_Precision() - - - Sets the shim of MoneyAttributeMetadata.set_Precision(Nullable`1<Int32> value) - - - Sets the shim of MoneyAttributeMetadata.get_PrecisionSource() - - - Sets the shim of MoneyAttributeMetadata.set_PrecisionSource(Nullable`1<Int32> value) - - - Sets the shim of MoneyAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of MoneyAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OneToManyRelationshipMetadata.get_AssociatedMenuConfiguration() - - - Sets the shim of OneToManyRelationshipMetadata.set_AssociatedMenuConfiguration(AssociatedMenuConfiguration value) - - - Sets the shim of OneToManyRelationshipMetadata.get_CascadeConfiguration() - - - Sets the shim of OneToManyRelationshipMetadata.set_CascadeConfiguration(CascadeConfiguration value) - - - Sets the shim of OneToManyRelationshipMetadata.get_IsHierarchical() - - - Sets the shim of OneToManyRelationshipMetadata.set_IsHierarchical(Nullable`1<Boolean> value) - - - Sets the shim of OneToManyRelationshipMetadata.get_ReferencedAttribute() - - - Sets the shim of OneToManyRelationshipMetadata.set_ReferencedAttribute(String value) - - - Sets the shim of OneToManyRelationshipMetadata.get_ReferencedEntity() - - - Sets the shim of OneToManyRelationshipMetadata.get_ReferencedEntityNavigationPropertyName() - - - Sets the shim of OneToManyRelationshipMetadata.set_ReferencedEntityNavigationPropertyName(String value) - - - Sets the shim of OneToManyRelationshipMetadata.set_ReferencedEntity(String value) - - - Sets the shim of OneToManyRelationshipMetadata.get_ReferencingAttribute() - - - Sets the shim of OneToManyRelationshipMetadata.set_ReferencingAttribute(String value) - - - Sets the shim of OneToManyRelationshipMetadata.get_ReferencingEntity() - - - Sets the shim of OneToManyRelationshipMetadata.get_ReferencingEntityNavigationPropertyName() - - - Sets the shim of OneToManyRelationshipMetadata.set_ReferencingEntityNavigationPropertyName(String value) - - - Sets the shim of OneToManyRelationshipMetadata.set_ReferencingEntity(String value) - - - Sets the shim of OneToManyRelationshipMetadata.get_AssociatedMenuConfiguration() - - - Sets the shim of OneToManyRelationshipMetadata.set_AssociatedMenuConfiguration(AssociatedMenuConfiguration value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OneToManyRelationshipMetadata.get_CascadeConfiguration() - - - Sets the shim of OneToManyRelationshipMetadata.set_CascadeConfiguration(CascadeConfiguration value) - - - Sets the shim of OneToManyRelationshipMetadata.OneToManyRelationshipMetadata() - - - Sets the shim of OneToManyRelationshipMetadata.get_IsHierarchical() - - - Sets the shim of OneToManyRelationshipMetadata.set_IsHierarchical(Nullable`1<Boolean> value) - - - Sets the shim of OneToManyRelationshipMetadata.get_ReferencedAttribute() - - - Sets the shim of OneToManyRelationshipMetadata.set_ReferencedAttribute(String value) - - - Sets the shim of OneToManyRelationshipMetadata.get_ReferencedEntity() - - - Sets the shim of OneToManyRelationshipMetadata.get_ReferencedEntityNavigationPropertyName() - - - Sets the shim of OneToManyRelationshipMetadata.set_ReferencedEntityNavigationPropertyName(String value) - - - Sets the shim of OneToManyRelationshipMetadata.set_ReferencedEntity(String value) - - - Sets the shim of OneToManyRelationshipMetadata.get_ReferencingAttribute() - - - Sets the shim of OneToManyRelationshipMetadata.set_ReferencingAttribute(String value) - - - Sets the shim of OneToManyRelationshipMetadata.get_ReferencingEntity() - - - Sets the shim of OneToManyRelationshipMetadata.get_ReferencingEntityNavigationPropertyName() - - - Sets the shim of OneToManyRelationshipMetadata.set_ReferencingEntityNavigationPropertyName(String value) - - - Sets the shim of OneToManyRelationshipMetadata.set_ReferencingEntity(String value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.OptionMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OptionMetadata.get_Color() - - - Sets the shim of OptionMetadata.set_Color(String value) - - - Sets the shim of OptionMetadata.get_Description() - - - Sets the shim of OptionMetadata.set_Description(Label value) - - - Sets the shim of OptionMetadata.get_IsManaged() - - - Sets the shim of OptionMetadata.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of OptionMetadata.get_Label() - - - Sets the shim of OptionMetadata.set_Label(Label value) - - - Sets the shim of OptionMetadata.get_Value() - - - Sets the shim of OptionMetadata.set_Value(Nullable`1<Int32> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OptionMetadata.get_Color() - - - Sets the shim of OptionMetadata.set_Color(String value) - - - Sets the shim of OptionMetadata.OptionMetadata() - - - Sets the shim of OptionMetadata.OptionMetadata(Int32 value) - - - Sets the shim of OptionMetadata.OptionMetadata(Label label, Nullable`1<Int32> value) - - - Sets the shim of OptionMetadata.get_Description() - - - Sets the shim of OptionMetadata.set_Description(Label value) - - - Sets the shim of OptionMetadata.get_IsManaged() - - - Sets the shim of OptionMetadata.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of OptionMetadata.get_Label() - - - Sets the shim of OptionMetadata.set_Label(Label value) - - - Sets the shim of OptionMetadata.get_Value() - - - Sets the shim of OptionMetadata.set_Value(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of OptionMetadataCollection.OptionMetadataCollection() - - - Sets the shim of OptionMetadataCollection.OptionMetadataCollection(IList`1<OptionMetadata> list) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OptionSetMetadata.get_Options() - - - Sets the shim of OptionSetMetadata.set_Options(OptionMetadataCollection value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OptionSetMetadata.OptionSetMetadata() - - - Sets the shim of OptionSetMetadata.OptionSetMetadata(OptionMetadataCollection options) - - - Sets the shim of OptionSetMetadata.get_Options() - - - Sets the shim of OptionSetMetadata.set_Options(OptionMetadataCollection value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OptionSetMetadataBase.get_Description() - - - Sets the shim of OptionSetMetadataBase.set_Description(Label value) - - - Sets the shim of OptionSetMetadataBase.get_DisplayName() - - - Sets the shim of OptionSetMetadataBase.set_DisplayName(Label value) - - - Sets the shim of OptionSetMetadataBase.get_IntroducedVersion() - - - Sets the shim of OptionSetMetadataBase.set_IntroducedVersion(String value) - - - Sets the shim of OptionSetMetadataBase.get_IsCustomOptionSet() - - - Sets the shim of OptionSetMetadataBase.set_IsCustomOptionSet(Nullable`1<Boolean> value) - - - Sets the shim of OptionSetMetadataBase.get_IsCustomizable() - - - Sets the shim of OptionSetMetadataBase.set_IsCustomizable(BooleanManagedProperty value) - - - Sets the shim of OptionSetMetadataBase.get_IsGlobal() - - - Sets the shim of OptionSetMetadataBase.set_IsGlobal(Nullable`1<Boolean> value) - - - Sets the shim of OptionSetMetadataBase.get_IsManaged() - - - Sets the shim of OptionSetMetadataBase.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of OptionSetMetadataBase.get_Name() - - - Sets the shim of OptionSetMetadataBase.set_Name(String value) - - - Sets the shim of OptionSetMetadataBase.get_OptionSetType() - - - Sets the shim of OptionSetMetadataBase.set_OptionSetType(Nullable`1<OptionSetType> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OptionSetMetadataBase.OptionSetMetadataBase() - - - Sets the shim of OptionSetMetadataBase.get_Description() - - - Sets the shim of OptionSetMetadataBase.set_Description(Label value) - - - Sets the shim of OptionSetMetadataBase.get_DisplayName() - - - Sets the shim of OptionSetMetadataBase.set_DisplayName(Label value) - - - Sets the shim of OptionSetMetadataBase.get_IntroducedVersion() - - - Sets the shim of OptionSetMetadataBase.set_IntroducedVersion(String value) - - - Sets the shim of OptionSetMetadataBase.get_IsCustomOptionSet() - - - Sets the shim of OptionSetMetadataBase.set_IsCustomOptionSet(Nullable`1<Boolean> value) - - - Sets the shim of OptionSetMetadataBase.get_IsCustomizable() - - - Sets the shim of OptionSetMetadataBase.set_IsCustomizable(BooleanManagedProperty value) - - - Sets the shim of OptionSetMetadataBase.get_IsGlobal() - - - Sets the shim of OptionSetMetadataBase.set_IsGlobal(Nullable`1<Boolean> value) - - - Sets the shim of OptionSetMetadataBase.get_IsManaged() - - - Sets the shim of OptionSetMetadataBase.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of OptionSetMetadataBase.get_Name() - - - Sets the shim of OptionSetMetadataBase.set_Name(String value) - - - Sets the shim of OptionSetMetadataBase.get_OptionSetType() - - - Sets the shim of OptionSetMetadataBase.set_OptionSetType(Nullable`1<OptionSetType> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of PicklistAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of PicklistAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of PicklistAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of PicklistAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of PicklistAttributeMetadata.PicklistAttributeMetadata() - - - Sets the shim of PicklistAttributeMetadata.PicklistAttributeMetadata(String schemaName) - - - Sets the shim of PicklistAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of PicklistAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of PicklistAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of PicklistAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RelationshipMetadataBase.get_IntroducedVersion() - - - Sets the shim of RelationshipMetadataBase.set_IntroducedVersion(String value) - - - Sets the shim of RelationshipMetadataBase.get_IsCustomRelationship() - - - Sets the shim of RelationshipMetadataBase.set_IsCustomRelationship(Nullable`1<Boolean> value) - - - Sets the shim of RelationshipMetadataBase.get_IsCustomizable() - - - Sets the shim of RelationshipMetadataBase.set_IsCustomizable(BooleanManagedProperty value) - - - Sets the shim of RelationshipMetadataBase.get_IsManaged() - - - Sets the shim of RelationshipMetadataBase.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of RelationshipMetadataBase.get_IsValidForAdvancedFind() - - - Sets the shim of RelationshipMetadataBase.set_IsValidForAdvancedFind(Nullable`1<Boolean> value) - - - Sets the shim of RelationshipMetadataBase.get_RelationshipType() - - - Sets the shim of RelationshipMetadataBase.set_RelationshipType(RelationshipType value) - - - Sets the shim of RelationshipMetadataBase.get_SchemaName() - - - Sets the shim of RelationshipMetadataBase.set_SchemaName(String value) - - - Sets the shim of RelationshipMetadataBase.get_SecurityTypes() - - - Sets the shim of RelationshipMetadataBase.set_SecurityTypes(Nullable`1<SecurityTypes> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RelationshipMetadataBase.RelationshipMetadataBase() - - - Sets the shim of RelationshipMetadataBase.RelationshipMetadataBase(RelationshipType type) - - - Sets the shim of RelationshipMetadataBase.get_IntroducedVersion() - - - Sets the shim of RelationshipMetadataBase.set_IntroducedVersion(String value) - - - Sets the shim of RelationshipMetadataBase.get_IsCustomRelationship() - - - Sets the shim of RelationshipMetadataBase.set_IsCustomRelationship(Nullable`1<Boolean> value) - - - Sets the shim of RelationshipMetadataBase.get_IsCustomizable() - - - Sets the shim of RelationshipMetadataBase.set_IsCustomizable(BooleanManagedProperty value) - - - Sets the shim of RelationshipMetadataBase.get_IsManaged() - - - Sets the shim of RelationshipMetadataBase.set_IsManaged(Nullable`1<Boolean> value) - - - Sets the shim of RelationshipMetadataBase.get_IsValidForAdvancedFind() - - - Sets the shim of RelationshipMetadataBase.set_IsValidForAdvancedFind(Nullable`1<Boolean> value) - - - Sets the shim of RelationshipMetadataBase.get_RelationshipType() - - - Sets the shim of RelationshipMetadataBase.set_RelationshipType(RelationshipType value) - - - Sets the shim of RelationshipMetadataBase.get_SchemaName() - - - Sets the shim of RelationshipMetadataBase.set_SchemaName(String value) - - - Sets the shim of RelationshipMetadataBase.get_SecurityTypes() - - - Sets the shim of RelationshipMetadataBase.set_SecurityTypes(Nullable`1<SecurityTypes> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of SecurityPrivilegeMetadata.get_CanBeBasic() - - - Sets the shim of SecurityPrivilegeMetadata.set_CanBeBasic(Boolean value) - - - Sets the shim of SecurityPrivilegeMetadata.get_CanBeDeep() - - - Sets the shim of SecurityPrivilegeMetadata.set_CanBeDeep(Boolean value) - - - Sets the shim of SecurityPrivilegeMetadata.get_CanBeEntityReference() - - - Sets the shim of SecurityPrivilegeMetadata.set_CanBeEntityReference(Boolean value) - - - Sets the shim of SecurityPrivilegeMetadata.get_CanBeGlobal() - - - Sets the shim of SecurityPrivilegeMetadata.set_CanBeGlobal(Boolean value) - - - Sets the shim of SecurityPrivilegeMetadata.get_CanBeLocal() - - - Sets the shim of SecurityPrivilegeMetadata.set_CanBeLocal(Boolean value) - - - Sets the shim of SecurityPrivilegeMetadata.get_CanBeParentEntityReference() - - - Sets the shim of SecurityPrivilegeMetadata.set_CanBeParentEntityReference(Boolean value) - - - Sets the shim of SecurityPrivilegeMetadata.get_ExtensionData() - - - Sets the shim of SecurityPrivilegeMetadata.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of SecurityPrivilegeMetadata.get_Name() - - - Sets the shim of SecurityPrivilegeMetadata.set_Name(String value) - - - Sets the shim of SecurityPrivilegeMetadata.get_PrivilegeId() - - - Sets the shim of SecurityPrivilegeMetadata.set_PrivilegeId(Guid value) - - - Sets the shim of SecurityPrivilegeMetadata.get_PrivilegeType() - - - Sets the shim of SecurityPrivilegeMetadata.set_PrivilegeType(PrivilegeType value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of SecurityPrivilegeMetadata.get_CanBeBasic() - - - Sets the shim of SecurityPrivilegeMetadata.set_CanBeBasic(Boolean value) - - - Sets the shim of SecurityPrivilegeMetadata.get_CanBeDeep() - - - Sets the shim of SecurityPrivilegeMetadata.set_CanBeDeep(Boolean value) - - - Sets the shim of SecurityPrivilegeMetadata.get_CanBeEntityReference() - - - Sets the shim of SecurityPrivilegeMetadata.set_CanBeEntityReference(Boolean value) - - - Sets the shim of SecurityPrivilegeMetadata.get_CanBeGlobal() - - - Sets the shim of SecurityPrivilegeMetadata.set_CanBeGlobal(Boolean value) - - - Sets the shim of SecurityPrivilegeMetadata.get_CanBeLocal() - - - Sets the shim of SecurityPrivilegeMetadata.set_CanBeLocal(Boolean value) - - - Sets the shim of SecurityPrivilegeMetadata.get_CanBeParentEntityReference() - - - Sets the shim of SecurityPrivilegeMetadata.set_CanBeParentEntityReference(Boolean value) - - - Sets the shim of SecurityPrivilegeMetadata.SecurityPrivilegeMetadata() - - - Sets the shim of SecurityPrivilegeMetadata.get_ExtensionData() - - - Sets the shim of SecurityPrivilegeMetadata.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of SecurityPrivilegeMetadata.get_Name() - - - Sets the shim of SecurityPrivilegeMetadata.set_Name(String value) - - - Sets the shim of SecurityPrivilegeMetadata.get_PrivilegeId() - - - Sets the shim of SecurityPrivilegeMetadata.set_PrivilegeId(Guid value) - - - Sets the shim of SecurityPrivilegeMetadata.get_PrivilegeType() - - - Sets the shim of SecurityPrivilegeMetadata.set_PrivilegeType(PrivilegeType value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of StateAttributeMetadata.StateAttributeMetadata() - - - Shim type of Microsoft.Xrm.Sdk.Metadata.StateOptionMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of StateOptionMetadata.get_DefaultStatus() - - - Sets the shim of StateOptionMetadata.set_DefaultStatus(Nullable`1<Int32> value) - - - Sets the shim of StateOptionMetadata.get_InvariantName() - - - Sets the shim of StateOptionMetadata.set_InvariantName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of StateOptionMetadata.StateOptionMetadata() - - - Sets the shim of StateOptionMetadata.get_DefaultStatus() - - - Sets the shim of StateOptionMetadata.set_DefaultStatus(Nullable`1<Int32> value) - - - Sets the shim of StateOptionMetadata.get_InvariantName() - - - Sets the shim of StateOptionMetadata.set_InvariantName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of StatusAttributeMetadata.StatusAttributeMetadata() - - - Shim type of Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of StatusOptionMetadata.get_State() - - - Sets the shim of StatusOptionMetadata.set_State(Nullable`1<Int32> value) - - - Sets the shim of StatusOptionMetadata.get_TransitionData() - - - Sets the shim of StatusOptionMetadata.set_TransitionData(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of StatusOptionMetadata.StatusOptionMetadata() - - - Sets the shim of StatusOptionMetadata.StatusOptionMetadata(Int32 value, Nullable`1<Int32> state) - - - Sets the shim of StatusOptionMetadata.get_State() - - - Sets the shim of StatusOptionMetadata.set_State(Nullable`1<Int32> value) - - - Sets the shim of StatusOptionMetadata.get_TransitionData() - - - Sets the shim of StatusOptionMetadata.set_TransitionData(String value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of StringAttributeMetadata.get_DatabaseLength() - - - Sets the shim of StringAttributeMetadata.set_DatabaseLength(Nullable`1<Int32> value) - - - Sets the shim of StringAttributeMetadata.get_Format() - - - Sets the shim of StringAttributeMetadata.get_FormatName() - - - Sets the shim of StringAttributeMetadata.set_FormatName(StringFormatName value) - - - Sets the shim of StringAttributeMetadata.set_Format(Nullable`1<StringFormat> value) - - - Sets the shim of StringAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of StringAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of StringAttributeMetadata.get_ImeMode() - - - Sets the shim of StringAttributeMetadata.set_ImeMode(Nullable`1<ImeMode> value) - - - Sets the shim of StringAttributeMetadata.get_IsLocalizable() - - - Sets the shim of StringAttributeMetadata.set_IsLocalizable(Nullable`1<Boolean> value) - - - Sets the shim of StringAttributeMetadata.get_MaxLength() - - - Sets the shim of StringAttributeMetadata.set_MaxLength(Nullable`1<Int32> value) - - - Sets the shim of StringAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of StringAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Sets the shim of StringAttributeMetadata.get_YomiOf() - - - Sets the shim of StringAttributeMetadata.set_YomiOf(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of StringAttributeMetadata.StringAttributeMetadata() - - - Sets the shim of StringAttributeMetadata.StringAttributeMetadata(String schemaName) - - - Sets the shim of StringAttributeMetadata.get_DatabaseLength() - - - Sets the shim of StringAttributeMetadata.set_DatabaseLength(Nullable`1<Int32> value) - - - Sets the shim of StringAttributeMetadata.get_Format() - - - Sets the shim of StringAttributeMetadata.get_FormatName() - - - Sets the shim of StringAttributeMetadata.set_FormatName(StringFormatName value) - - - Sets the shim of StringAttributeMetadata.set_Format(Nullable`1<StringFormat> value) - - - Sets the shim of StringAttributeMetadata.get_FormulaDefinition() - - - Sets the shim of StringAttributeMetadata.set_FormulaDefinition(String value) - - - Sets the shim of StringAttributeMetadata.get_ImeMode() - - - Sets the shim of StringAttributeMetadata.set_ImeMode(Nullable`1<ImeMode> value) - - - Sets the shim of StringAttributeMetadata.get_IsLocalizable() - - - Sets the shim of StringAttributeMetadata.set_IsLocalizable(Nullable`1<Boolean> value) - - - Sets the shim of StringAttributeMetadata.get_MaxLength() - - - Sets the shim of StringAttributeMetadata.set_MaxLength(Nullable`1<Int32> value) - - - Sets the shim of StringAttributeMetadata.get_SourceTypeMask() - - - Sets the shim of StringAttributeMetadata.set_SourceTypeMask(Nullable`1<Int32> value) - - - Sets the shim of StringAttributeMetadata.get_YomiOf() - - - Sets the shim of StringAttributeMetadata.set_YomiOf(String value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.StringFormatName - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of StringFormatName.Equals(Object obj) - - - Sets the shim of StringFormatName.GetHashCode() - - - Sets the shim of StringFormatName.ValueExistsInList(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of StringFormatName.StringFormatName() - - - Sets the shim of StringFormatName.op_Equality(StringFormatName stringFormatA, StringFormatName stringFormatB) - - - Sets the shim of StringFormatName.Equals(Object obj) - - - Sets the shim of StringFormatName.GetHashCode() - - - Sets the shim of StringFormatName.op_Implicit(String formatName) - - - Sets the shim of StringFormatName.op_Inequality(StringFormatName stringFormatA, StringFormatName stringFormatB) - - - Sets the shim of StringFormatName.StringFormatName() - - - Sets the shim of StringFormatName.ValueExistsInList(String value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.UniqueIdentifierAttributeMetadata - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of UniqueIdentifierAttributeMetadata.UniqueIdentifierAttributeMetadata() - - - Sets the shim of UniqueIdentifierAttributeMetadata.UniqueIdentifierAttributeMetadata(String schemaName) - - - Stub type of Microsoft.Xrm.Sdk.Metadata.AttributeMetadata - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubAttributeMetadata - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubConstantsBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ConstantsBase`1.ValueExistsInList(!0 value) - - - Sets the stub of ConstantsBase`1.ValueExistsInList(!0 value) - - - Stub type of Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubEnumAttributeMetadata - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.Metadata.MetadataBase - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubMetadataBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.Metadata.OptionMetadata - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubOptionMetadata - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubOptionSetMetadataBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubRelationshipMetadataBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Shim type of Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of AttributeQueryExpression.AttributeQueryExpression() - - - Shim type of Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of DeletedMetadataCollection.DeletedMetadataCollection() - - - Shim type of Microsoft.Xrm.Sdk.Metadata.Query.EntityKeyQueryExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of EntityKeyQueryExpression.EntityKeyQueryExpression() - - - Shim type of Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of EntityQueryExpression.get_AttributeQuery() - - - Sets the shim of EntityQueryExpression.set_AttributeQuery(AttributeQueryExpression value) - - - Sets the shim of EntityQueryExpression.get_KeyQuery() - - - Sets the shim of EntityQueryExpression.set_KeyQuery(EntityKeyQueryExpression value) - - - Sets the shim of EntityQueryExpression.get_LabelQuery() - - - Sets the shim of EntityQueryExpression.set_LabelQuery(LabelQueryExpression value) - - - Sets the shim of EntityQueryExpression.get_RelationshipQuery() - - - Sets the shim of EntityQueryExpression.set_RelationshipQuery(RelationshipQueryExpression value) - - - Sets the shim of EntityQueryExpression.get_AttributeQuery() - - - Sets the shim of EntityQueryExpression.set_AttributeQuery(AttributeQueryExpression value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of EntityQueryExpression.EntityQueryExpression() - - - Sets the shim of EntityQueryExpression.get_KeyQuery() - - - Sets the shim of EntityQueryExpression.set_KeyQuery(EntityKeyQueryExpression value) - - - Sets the shim of EntityQueryExpression.get_LabelQuery() - - - Sets the shim of EntityQueryExpression.set_LabelQuery(LabelQueryExpression value) - - - Sets the shim of EntityQueryExpression.get_RelationshipQuery() - - - Sets the shim of EntityQueryExpression.set_RelationshipQuery(RelationshipQueryExpression value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of LabelQueryExpression.get_FilterLanguages() - - - Sets the shim of LabelQueryExpression.set_FilterLanguages(DataCollection`1<Int32> value) - - - Sets the shim of LabelQueryExpression.get_MissingLabelBehavior() - - - Sets the shim of LabelQueryExpression.set_MissingLabelBehavior(Nullable`1<Int32> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of LabelQueryExpression.LabelQueryExpression() - - - Sets the shim of LabelQueryExpression.get_FilterLanguages() - - - Sets the shim of LabelQueryExpression.set_FilterLanguages(DataCollection`1<Int32> value) - - - Sets the shim of LabelQueryExpression.get_MissingLabelBehavior() - - - Sets the shim of LabelQueryExpression.set_MissingLabelBehavior(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of MetadataConditionExpression.get_ConditionOperator() - - - Sets the shim of MetadataConditionExpression.set_ConditionOperator(MetadataConditionOperator value) - - - Sets the shim of MetadataConditionExpression.get_ExtensionData() - - - Sets the shim of MetadataConditionExpression.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of MetadataConditionExpression.get_PropertyName() - - - Sets the shim of MetadataConditionExpression.set_PropertyName(String value) - - - Sets the shim of MetadataConditionExpression.get_Value() - - - Sets the shim of MetadataConditionExpression.set_Value(Object value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of MetadataConditionExpression.get_ConditionOperator() - - - Sets the shim of MetadataConditionExpression.set_ConditionOperator(MetadataConditionOperator value) - - - Sets the shim of MetadataConditionExpression.MetadataConditionExpression() - - - Sets the shim of MetadataConditionExpression.MetadataConditionExpression(String propertyName, MetadataConditionOperator conditionOperator, Object value) - - - Sets the shim of MetadataConditionExpression.get_ExtensionData() - - - Sets the shim of MetadataConditionExpression.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of MetadataConditionExpression.GetKnownConditionValueTypes() - - - Sets the shim of MetadataConditionExpression.get_PropertyName() - - - Sets the shim of MetadataConditionExpression.set_PropertyName(String value) - - - Sets the shim of MetadataConditionExpression.get_Value() - - - Sets the shim of MetadataConditionExpression.set_Value(Object value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of MetadataFilterExpression.get_Conditions() - - - Sets the shim of MetadataFilterExpression.set_Conditions(DataCollection`1<MetadataConditionExpression> value) - - - Sets the shim of MetadataFilterExpression.get_ExtensionData() - - - Sets the shim of MetadataFilterExpression.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of MetadataFilterExpression.get_FilterOperator() - - - Sets the shim of MetadataFilterExpression.set_FilterOperator(LogicalOperator value) - - - Sets the shim of MetadataFilterExpression.get_Filters() - - - Sets the shim of MetadataFilterExpression.set_Filters(DataCollection`1<MetadataFilterExpression> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of MetadataFilterExpression.get_Conditions() - - - Sets the shim of MetadataFilterExpression.set_Conditions(DataCollection`1<MetadataConditionExpression> value) - - - Sets the shim of MetadataFilterExpression.MetadataFilterExpression() - - - Sets the shim of MetadataFilterExpression.MetadataFilterExpression(LogicalOperator filterOperator) - - - Sets the shim of MetadataFilterExpression.get_ExtensionData() - - - Sets the shim of MetadataFilterExpression.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of MetadataFilterExpression.get_FilterOperator() - - - Sets the shim of MetadataFilterExpression.set_FilterOperator(LogicalOperator value) - - - Sets the shim of MetadataFilterExpression.get_Filters() - - - Sets the shim of MetadataFilterExpression.set_Filters(DataCollection`1<MetadataFilterExpression> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of MetadataPropertiesExpression.get_AllProperties() - - - Sets the shim of MetadataPropertiesExpression.set_AllProperties(Boolean value) - - - Sets the shim of MetadataPropertiesExpression.get_ExtensionData() - - - Sets the shim of MetadataPropertiesExpression.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of MetadataPropertiesExpression.get_PropertyNames() - - - Sets the shim of MetadataPropertiesExpression.set_PropertyNames(DataCollection`1<String> value) - - - Sets the shim of MetadataPropertiesExpression.get_AllProperties() - - - Sets the shim of MetadataPropertiesExpression.set_AllProperties(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of MetadataPropertiesExpression.MetadataPropertiesExpression() - - - Sets the shim of MetadataPropertiesExpression.MetadataPropertiesExpression(String[] propertyNames) - - - Sets the shim of MetadataPropertiesExpression.get_ExtensionData() - - - Sets the shim of MetadataPropertiesExpression.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of MetadataPropertiesExpression.get_PropertyNames() - - - Sets the shim of MetadataPropertiesExpression.set_PropertyNames(DataCollection`1<String> value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryBase - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of MetadataQueryBase.get_ExtensionData() - - - Sets the shim of MetadataQueryBase.set_ExtensionData(ExtensionDataObject value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of MetadataQueryBase.MetadataQueryBase() - - - Sets the shim of MetadataQueryBase.get_ExtensionData() - - - Sets the shim of MetadataQueryBase.set_ExtensionData(ExtensionDataObject value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of MetadataQueryExpression.get_Criteria() - - - Sets the shim of MetadataQueryExpression.set_Criteria(MetadataFilterExpression value) - - - Sets the shim of MetadataQueryExpression.get_Properties() - - - Sets the shim of MetadataQueryExpression.set_Properties(MetadataPropertiesExpression value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of MetadataQueryExpression.MetadataQueryExpression() - - - Sets the shim of MetadataQueryExpression.get_Criteria() - - - Sets the shim of MetadataQueryExpression.set_Criteria(MetadataFilterExpression value) - - - Sets the shim of MetadataQueryExpression.get_Properties() - - - Sets the shim of MetadataQueryExpression.set_Properties(MetadataPropertiesExpression value) - - - Shim type of Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of RelationshipQueryExpression.RelationshipQueryExpression() - - - Shim type of Microsoft.Xrm.Sdk.Organization.EndpointCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of EndpointCollection.EndpointCollection() - - - Sets the shim of EndpointCollection.FromDiscovery(EndpointCollection collection) - - - Shim type of Microsoft.Xrm.Sdk.Organization.OrganizationDetail - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OrganizationDetail.get_Endpoints() - - - Sets the shim of OrganizationDetail.set_Endpoints(EndpointCollection value) - - - Sets the shim of OrganizationDetail.get_ExtensionData() - - - Sets the shim of OrganizationDetail.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of OrganizationDetail.get_FriendlyName() - - - Sets the shim of OrganizationDetail.set_FriendlyName(String value) - - - Sets the shim of OrganizationDetail.get_OrganizationId() - - - Sets the shim of OrganizationDetail.set_OrganizationId(Guid value) - - - Sets the shim of OrganizationDetail.get_OrganizationVersion() - - - Sets the shim of OrganizationDetail.set_OrganizationVersion(String value) - - - Sets the shim of OrganizationDetail.get_State() - - - Sets the shim of OrganizationDetail.set_State(OrganizationState value) - - - Sets the shim of OrganizationDetail.get_UniqueName() - - - Sets the shim of OrganizationDetail.set_UniqueName(String value) - - - Sets the shim of OrganizationDetail.get_UrlName() - - - Sets the shim of OrganizationDetail.set_UrlName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OrganizationDetail.OrganizationDetail() - - - Sets the shim of OrganizationDetail.get_Endpoints() - - - Sets the shim of OrganizationDetail.set_Endpoints(EndpointCollection value) - - - Sets the shim of OrganizationDetail.get_ExtensionData() - - - Sets the shim of OrganizationDetail.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of OrganizationDetail.get_FriendlyName() - - - Sets the shim of OrganizationDetail.set_FriendlyName(String value) - - - Sets the shim of OrganizationDetail.FromDiscovery(OrganizationDetail detail) - - - Sets the shim of OrganizationDetail.get_OrganizationId() - - - Sets the shim of OrganizationDetail.set_OrganizationId(Guid value) - - - Sets the shim of OrganizationDetail.get_OrganizationVersion() - - - Sets the shim of OrganizationDetail.set_OrganizationVersion(String value) - - - Sets the shim of OrganizationDetail.get_State() - - - Sets the shim of OrganizationDetail.set_State(OrganizationState value) - - - Sets the shim of OrganizationDetail.get_UniqueName() - - - Sets the shim of OrganizationDetail.set_UniqueName(String value) - - - Sets the shim of OrganizationDetail.get_UrlName() - - - Sets the shim of OrganizationDetail.set_UrlName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Query.ColumnSet - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of ColumnSet.AddColumn(String column) - - - Sets the shim of ColumnSet.AddColumns(String[] columns) - - - Sets the shim of ColumnSet.get_AllColumns() - - - Sets the shim of ColumnSet.set_AllColumns(Boolean value) - - - Define shims for all instances members - - - Sets the shim of ColumnSet.AddColumn(String column) - - - Sets the shim of ColumnSet.AddColumns(String[] columns) - - - Sets the shim of ColumnSet.get_AllColumns() - - - Sets the shim of ColumnSet.set_AllColumns(Boolean value) - - - Sets the shim of ColumnSet.get_Columns() - - - Sets the shim of ColumnSet.get_ExtensionData() - - - Sets the shim of ColumnSet.set_ExtensionData(ExtensionDataObject value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ColumnSet.get_Columns() - - - Sets the shim of ColumnSet.ColumnSet() - - - Sets the shim of ColumnSet.ColumnSet(Boolean allColumns) - - - Sets the shim of ColumnSet.ColumnSet(String[] columns) - - - Sets the shim of ColumnSet.get_ExtensionData() - - - Sets the shim of ColumnSet.set_ExtensionData(ExtensionDataObject value) - - - Shim type of Microsoft.Xrm.Sdk.Query.ConditionExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ConditionExpression.get_AttributeName() - - - Sets the shim of ConditionExpression.set_AttributeName(String value) - - - Sets the shim of ConditionExpression.get_EntityName() - - - Sets the shim of ConditionExpression.set_EntityName(String value) - - - Sets the shim of ConditionExpression.get_ExtensionData() - - - Sets the shim of ConditionExpression.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of ConditionExpression.get_Operator() - - - Sets the shim of ConditionExpression.set_Operator(ConditionOperator value) - - - Sets the shim of ConditionExpression.get_Values() - - - Sets the shim of ConditionExpression.set_Values(DataCollection`1<Object> value) - - - Sets the shim of ConditionExpression.get_AttributeName() - - - Sets the shim of ConditionExpression.set_AttributeName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ConditionExpression.ConditionExpression() - - - Sets the shim of ConditionExpression.ConditionExpression(String attributeName, ConditionOperator conditionOperator) - - - Sets the shim of ConditionExpression.ConditionExpression(String attributeName, ConditionOperator conditionOperator, ICollection values) - - - Sets the shim of ConditionExpression.ConditionExpression(String attributeName, ConditionOperator conditionOperator, Object value) - - - Sets the shim of ConditionExpression.ConditionExpression(String attributeName, ConditionOperator conditionOperator, Object[] values) - - - Sets the shim of ConditionExpression.ConditionExpression(String entityName, String attributeName, ConditionOperator conditionOperator) - - - Sets the shim of ConditionExpression.ConditionExpression(String entityName, String attributeName, ConditionOperator conditionOperator, Object value) - - - Sets the shim of ConditionExpression.ConditionExpression(String entityName, String attributeName, ConditionOperator conditionOperator, Object[] values) - - - Sets the shim of ConditionExpression.get_EntityName() - - - Sets the shim of ConditionExpression.set_EntityName(String value) - - - Sets the shim of ConditionExpression.get_ExtensionData() - - - Sets the shim of ConditionExpression.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of ConditionExpression.get_Operator() - - - Sets the shim of ConditionExpression.set_Operator(ConditionOperator value) - - - Sets the shim of ConditionExpression.get_Values() - - - Sets the shim of ConditionExpression.set_Values(DataCollection`1<Object> value) - - - Shim type of Microsoft.Xrm.Sdk.Query.FetchExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of FetchExpression.get_Query() - - - Sets the shim of FetchExpression.set_Query(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of FetchExpression.FetchExpression(String query) - - - Sets the shim of FetchExpression.get_Query() - - - Sets the shim of FetchExpression.set_Query(String value) - - - Shim type of Microsoft.Xrm.Sdk.Query.FilterExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of FilterExpression.AddCondition(ConditionExpression condition) - - - Sets the shim of FilterExpression.AddCondition(String attributeName, ConditionOperator conditionOperator, Object[] values) - - - Sets the shim of FilterExpression.AddCondition(String entityName, String attributeName, ConditionOperator conditionOperator, Object[] values) - - - Sets the shim of FilterExpression.AddFilter(FilterExpression childFilter) - - - Sets the shim of FilterExpression.AddFilter(LogicalOperator logicalOperator) - - - Define shims for all instances members - - - Sets the shim of FilterExpression.AddCondition(ConditionExpression condition) - - - Sets the shim of FilterExpression.AddCondition(String attributeName, ConditionOperator conditionOperator, Object[] values) - - - Sets the shim of FilterExpression.AddCondition(String entityName, String attributeName, ConditionOperator conditionOperator, Object[] values) - - - Sets the shim of FilterExpression.AddFilter(FilterExpression childFilter) - - - Sets the shim of FilterExpression.AddFilter(LogicalOperator logicalOperator) - - - Sets the shim of FilterExpression.get_Conditions() - - - Sets the shim of FilterExpression.set_Conditions(DataCollection`1<ConditionExpression> value) - - - Sets the shim of FilterExpression.get_ExtensionData() - - - Sets the shim of FilterExpression.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of FilterExpression.get_FilterOperator() - - - Sets the shim of FilterExpression.set_FilterOperator(LogicalOperator value) - - - Sets the shim of FilterExpression.get_Filters() - - - Sets the shim of FilterExpression.set_Filters(DataCollection`1<FilterExpression> value) - - - Sets the shim of FilterExpression.get_IsQuickFindFilter() - - - Sets the shim of FilterExpression.set_IsQuickFindFilter(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of FilterExpression.get_Conditions() - - - Sets the shim of FilterExpression.set_Conditions(DataCollection`1<ConditionExpression> value) - - - Sets the shim of FilterExpression.FilterExpression() - - - Sets the shim of FilterExpression.FilterExpression(LogicalOperator filterOperator) - - - Sets the shim of FilterExpression.get_ExtensionData() - - - Sets the shim of FilterExpression.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of FilterExpression.get_FilterOperator() - - - Sets the shim of FilterExpression.set_FilterOperator(LogicalOperator value) - - - Sets the shim of FilterExpression.get_Filters() - - - Sets the shim of FilterExpression.set_Filters(DataCollection`1<FilterExpression> value) - - - Sets the shim of FilterExpression.get_IsQuickFindFilter() - - - Sets the shim of FilterExpression.set_IsQuickFindFilter(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.Query.LinkEntity - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of LinkEntity.AddLink(String linkToEntityName, String linkFromAttributeName, String linkToAttributeName) - - - Sets the shim of LinkEntity.AddLink(String linkToEntityName, String linkFromAttributeName, String linkToAttributeName, JoinOperator joinOperator) - - - Define shims for all instances members - - - Sets the shim of LinkEntity.AddLink(String linkToEntityName, String linkFromAttributeName, String linkToAttributeName) - - - Sets the shim of LinkEntity.AddLink(String linkToEntityName, String linkFromAttributeName, String linkToAttributeName, JoinOperator joinOperator) - - - Sets the shim of LinkEntity.get_Columns() - - - Sets the shim of LinkEntity.set_Columns(ColumnSet value) - - - Sets the shim of LinkEntity.get_EntityAlias() - - - Sets the shim of LinkEntity.set_EntityAlias(String value) - - - Sets the shim of LinkEntity.get_ExtensionData() - - - Sets the shim of LinkEntity.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of LinkEntity.get_JoinOperator() - - - Sets the shim of LinkEntity.set_JoinOperator(JoinOperator value) - - - Sets the shim of LinkEntity.get_LinkCriteria() - - - Sets the shim of LinkEntity.set_LinkCriteria(FilterExpression value) - - - Sets the shim of LinkEntity.get_LinkEntities() - - - Sets the shim of LinkEntity.set_LinkEntities(DataCollection`1<LinkEntity> value) - - - Sets the shim of LinkEntity.get_LinkFromAttributeName() - - - Sets the shim of LinkEntity.set_LinkFromAttributeName(String value) - - - Sets the shim of LinkEntity.get_LinkFromEntityName() - - - Sets the shim of LinkEntity.set_LinkFromEntityName(String value) - - - Sets the shim of LinkEntity.get_LinkToAttributeName() - - - Sets the shim of LinkEntity.set_LinkToAttributeName(String value) - - - Sets the shim of LinkEntity.get_LinkToEntityName() - - - Sets the shim of LinkEntity.set_LinkToEntityName(String value) - - - Sets the shim of LinkEntity.get_Orders() - - - Sets the shim of LinkEntity.set_Orders(DataCollection`1<OrderExpression> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of LinkEntity.get_Columns() - - - Sets the shim of LinkEntity.set_Columns(ColumnSet value) - - - Sets the shim of LinkEntity.LinkEntity() - - - Sets the shim of LinkEntity.LinkEntity(String linkFromEntityName, String linkToEntityName, String linkFromAttributeName, String linkToAttributeName, JoinOperator joinOperator) - - - Sets the shim of LinkEntity.get_EntityAlias() - - - Sets the shim of LinkEntity.set_EntityAlias(String value) - - - Sets the shim of LinkEntity.get_ExtensionData() - - - Sets the shim of LinkEntity.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of LinkEntity.get_JoinOperator() - - - Sets the shim of LinkEntity.set_JoinOperator(JoinOperator value) - - - Sets the shim of LinkEntity.get_LinkCriteria() - - - Sets the shim of LinkEntity.set_LinkCriteria(FilterExpression value) - - - Sets the shim of LinkEntity.get_LinkEntities() - - - Sets the shim of LinkEntity.set_LinkEntities(DataCollection`1<LinkEntity> value) - - - Sets the shim of LinkEntity.get_LinkFromAttributeName() - - - Sets the shim of LinkEntity.set_LinkFromAttributeName(String value) - - - Sets the shim of LinkEntity.get_LinkFromEntityName() - - - Sets the shim of LinkEntity.set_LinkFromEntityName(String value) - - - Sets the shim of LinkEntity.get_LinkToAttributeName() - - - Sets the shim of LinkEntity.set_LinkToAttributeName(String value) - - - Sets the shim of LinkEntity.get_LinkToEntityName() - - - Sets the shim of LinkEntity.set_LinkToEntityName(String value) - - - Sets the shim of LinkEntity.get_Orders() - - - Sets the shim of LinkEntity.set_Orders(DataCollection`1<OrderExpression> value) - - - Shim type of Microsoft.Xrm.Sdk.Query.OrderExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OrderExpression.get_AttributeName() - - - Sets the shim of OrderExpression.set_AttributeName(String value) - - - Sets the shim of OrderExpression.get_ExtensionData() - - - Sets the shim of OrderExpression.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of OrderExpression.get_OrderType() - - - Sets the shim of OrderExpression.set_OrderType(OrderType value) - - - Sets the shim of OrderExpression.get_AttributeName() - - - Sets the shim of OrderExpression.set_AttributeName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of OrderExpression.OrderExpression() - - - Sets the shim of OrderExpression.OrderExpression(String attributeName, OrderType orderType) - - - Sets the shim of OrderExpression.get_ExtensionData() - - - Sets the shim of OrderExpression.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of OrderExpression.get_OrderType() - - - Sets the shim of OrderExpression.set_OrderType(OrderType value) - - - Shim type of Microsoft.Xrm.Sdk.Query.PagingInfo - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of PagingInfo.get_Count() - - - Sets the shim of PagingInfo.set_Count(Int32 value) - - - Sets the shim of PagingInfo.get_ExtensionData() - - - Sets the shim of PagingInfo.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of PagingInfo.get_PageNumber() - - - Sets the shim of PagingInfo.set_PageNumber(Int32 value) - - - Sets the shim of PagingInfo.get_PagingCookie() - - - Sets the shim of PagingInfo.set_PagingCookie(String value) - - - Sets the shim of PagingInfo.get_ReturnTotalRecordCount() - - - Sets the shim of PagingInfo.set_ReturnTotalRecordCount(Boolean value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of PagingInfo.PagingInfo() - - - Sets the shim of PagingInfo.get_Count() - - - Sets the shim of PagingInfo.set_Count(Int32 value) - - - Sets the shim of PagingInfo.get_ExtensionData() - - - Sets the shim of PagingInfo.set_ExtensionData(ExtensionDataObject value) - - - Sets the shim of PagingInfo.get_PageNumber() - - - Sets the shim of PagingInfo.set_PageNumber(Int32 value) - - - Sets the shim of PagingInfo.get_PagingCookie() - - - Sets the shim of PagingInfo.set_PagingCookie(String value) - - - Sets the shim of PagingInfo.get_ReturnTotalRecordCount() - - - Sets the shim of PagingInfo.set_ReturnTotalRecordCount(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.Query.QueryBase - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of QueryBase.get_ExtensionData() - - - Sets the shim of QueryBase.set_ExtensionData(ExtensionDataObject value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of QueryBase.QueryBase() - - - Sets the shim of QueryBase.get_ExtensionData() - - - Sets the shim of QueryBase.set_ExtensionData(ExtensionDataObject value) - - - Shim type of Microsoft.Xrm.Sdk.Query.QueryByAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of QueryByAttribute.AddAttributeValue(String attributeName, Object value) - - - Sets the shim of QueryByAttribute.AddOrder(String attributeName, OrderType orderType) - - - Define shims for all instances members - - - Sets the shim of QueryByAttribute.AddAttributeValue(String attributeName, Object value) - - - Sets the shim of QueryByAttribute.AddOrder(String attributeName, OrderType orderType) - - - Sets the shim of QueryByAttribute.get_Attributes() - - - Sets the shim of QueryByAttribute.set_Attributes(DataCollection`1<String> value) - - - Sets the shim of QueryByAttribute.get_ColumnSet() - - - Sets the shim of QueryByAttribute.set_ColumnSet(ColumnSet value) - - - Sets the shim of QueryByAttribute.get_EntityName() - - - Sets the shim of QueryByAttribute.set_EntityName(String value) - - - Sets the shim of QueryByAttribute.get_Orders() - - - Sets the shim of QueryByAttribute.set_Orders(DataCollection`1<OrderExpression> value) - - - Sets the shim of QueryByAttribute.get_PageInfo() - - - Sets the shim of QueryByAttribute.set_PageInfo(PagingInfo value) - - - Sets the shim of QueryByAttribute.get_TopCount() - - - Sets the shim of QueryByAttribute.set_TopCount(Nullable`1<Int32> value) - - - Sets the shim of QueryByAttribute.get_Values() - - - Sets the shim of QueryByAttribute.set_Values(DataCollection`1<Object> value) - - - Sets the shim of QueryByAttribute.get_Attributes() - - - Sets the shim of QueryByAttribute.set_Attributes(DataCollection`1<String> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of QueryByAttribute.get_ColumnSet() - - - Sets the shim of QueryByAttribute.set_ColumnSet(ColumnSet value) - - - Sets the shim of QueryByAttribute.QueryByAttribute() - - - Sets the shim of QueryByAttribute.QueryByAttribute(String entityName) - - - Sets the shim of QueryByAttribute.get_EntityName() - - - Sets the shim of QueryByAttribute.set_EntityName(String value) - - - Sets the shim of QueryByAttribute.get_Orders() - - - Sets the shim of QueryByAttribute.set_Orders(DataCollection`1<OrderExpression> value) - - - Sets the shim of QueryByAttribute.get_PageInfo() - - - Sets the shim of QueryByAttribute.set_PageInfo(PagingInfo value) - - - Sets the shim of QueryByAttribute.get_TopCount() - - - Sets the shim of QueryByAttribute.set_TopCount(Nullable`1<Int32> value) - - - Sets the shim of QueryByAttribute.get_Values() - - - Sets the shim of QueryByAttribute.set_Values(DataCollection`1<Object> value) - - - Shim type of Microsoft.Xrm.Sdk.Query.QueryExpression - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of QueryExpression.AddLink(String linkToEntityName, String linkFromAttributeName, String linkToAttributeName) - - - Sets the shim of QueryExpression.AddLink(String linkToEntityName, String linkFromAttributeName, String linkToAttributeName, JoinOperator joinOperator) - - - Sets the shim of QueryExpression.AddOrder(String attributeName, OrderType orderType) - - - Define shims for all instances members - - - Sets the shim of QueryExpression.AddLink(String linkToEntityName, String linkFromAttributeName, String linkToAttributeName) - - - Sets the shim of QueryExpression.AddLink(String linkToEntityName, String linkFromAttributeName, String linkToAttributeName, JoinOperator joinOperator) - - - Sets the shim of QueryExpression.AddOrder(String attributeName, OrderType orderType) - - - Sets the shim of QueryExpression.get_ColumnSet() - - - Sets the shim of QueryExpression.set_ColumnSet(ColumnSet value) - - - Sets the shim of QueryExpression.get_Criteria() - - - Sets the shim of QueryExpression.set_Criteria(FilterExpression value) - - - Sets the shim of QueryExpression.get_Distinct() - - - Sets the shim of QueryExpression.set_Distinct(Boolean value) - - - Sets the shim of QueryExpression.get_EntityName() - - - Sets the shim of QueryExpression.set_EntityName(String value) - - - Sets the shim of QueryExpression.get_LinkEntities() - - - Sets the shim of QueryExpression.set_LinkEntities(DataCollection`1<LinkEntity> value) - - - Sets the shim of QueryExpression.get_NoLock() - - - Sets the shim of QueryExpression.set_NoLock(Boolean value) - - - Sets the shim of QueryExpression.get_Orders() - - - Sets the shim of QueryExpression.set_Orders(DataCollection`1<OrderExpression> value) - - - Sets the shim of QueryExpression.get_PageInfo() - - - Sets the shim of QueryExpression.set_PageInfo(PagingInfo value) - - - Sets the shim of QueryExpression.get_TopCount() - - - Sets the shim of QueryExpression.set_TopCount(Nullable`1<Int32> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of QueryExpression.get_ColumnSet() - - - Sets the shim of QueryExpression.set_ColumnSet(ColumnSet value) - - - Sets the shim of QueryExpression.QueryExpression() - - - Sets the shim of QueryExpression.QueryExpression(String entityName) - - - Sets the shim of QueryExpression.get_Criteria() - - - Sets the shim of QueryExpression.set_Criteria(FilterExpression value) - - - Sets the shim of QueryExpression.get_Distinct() - - - Sets the shim of QueryExpression.set_Distinct(Boolean value) - - - Sets the shim of QueryExpression.get_EntityName() - - - Sets the shim of QueryExpression.set_EntityName(String value) - - - Sets the shim of QueryExpression.get_LinkEntities() - - - Sets the shim of QueryExpression.set_LinkEntities(DataCollection`1<LinkEntity> value) - - - Sets the shim of QueryExpression.get_NoLock() - - - Sets the shim of QueryExpression.set_NoLock(Boolean value) - - - Sets the shim of QueryExpression.get_Orders() - - - Sets the shim of QueryExpression.set_Orders(DataCollection`1<OrderExpression> value) - - - Sets the shim of QueryExpression.get_PageInfo() - - - Sets the shim of QueryExpression.set_PageInfo(PagingInfo value) - - - Sets the shim of QueryExpression.get_TopCount() - - - Sets the shim of QueryExpression.set_TopCount(Nullable`1<Int32> value) - - - Shim type of Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DiscoveryWebProxyClient.CreateNewInitializer() - - - Sets the shim of DiscoveryWebProxyClient.ExecuteCore(DiscoveryRequest request) - - - Sets the shim of DiscoveryWebProxyClient.Execute(DiscoveryRequest request) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of DiscoveryWebProxyClient.DiscoveryWebProxyClient(Uri serviceUrl) - - - Sets the shim of DiscoveryWebProxyClient.DiscoveryWebProxyClient(Uri serviceUrl, TimeSpan timeout) - - - Sets the shim of DiscoveryWebProxyClient.CreateNewInitializer() - - - Sets the shim of DiscoveryWebProxyClient.ExecuteCore(DiscoveryRequest request) - - - Sets the shim of DiscoveryWebProxyClient.Execute(DiscoveryRequest request) - - - Shim type of Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of OrganizationWebProxyClient.AssociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationWebProxyClient.Associate(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationWebProxyClient.get_CallerId() - - - Sets the shim of OrganizationWebProxyClient.set_CallerId(Guid value) - - - Sets the shim of OrganizationWebProxyClient.get_CallerRegardingObjectId() - - - Sets the shim of OrganizationWebProxyClient.set_CallerRegardingObjectId(Guid value) - - - Sets the shim of OrganizationWebProxyClient.CreateCore(Entity entity) - - - Sets the shim of OrganizationWebProxyClient.Create(Entity entity) - - - Sets the shim of OrganizationWebProxyClient.CreateNewInitializer() - - - Sets the shim of OrganizationWebProxyClient.DeleteCore(String entityName, Guid id) - - - Sets the shim of OrganizationWebProxyClient.Delete(String entityName, Guid id) - - - Sets the shim of OrganizationWebProxyClient.DisassociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationWebProxyClient.Disassociate(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationWebProxyClient.ExecuteCore(OrganizationRequest request) - - - Sets the shim of OrganizationWebProxyClient.Execute(OrganizationRequest request) - - - Sets the shim of OrganizationWebProxyClient.get_LanguageCodeOverride() - - - Sets the shim of OrganizationWebProxyClient.set_LanguageCodeOverride(Int32 value) - - - Sets the shim of OrganizationWebProxyClient.get_OfflinePlayback() - - - Sets the shim of OrganizationWebProxyClient.set_OfflinePlayback(Boolean value) - - - Sets the shim of OrganizationWebProxyClient.RetrieveCore(String entityName, Guid id, ColumnSet columnSet) - - - Sets the shim of OrganizationWebProxyClient.RetrieveMultipleCore(QueryBase query) - - - Sets the shim of OrganizationWebProxyClient.RetrieveMultiple(QueryBase query) - - - Sets the shim of OrganizationWebProxyClient.Retrieve(String entityName, Guid id, ColumnSet columnSet) - - - Sets the shim of OrganizationWebProxyClient.get_SyncOperationType() - - - Sets the shim of OrganizationWebProxyClient.set_SyncOperationType(String value) - - - Sets the shim of OrganizationWebProxyClient.UpdateCore(Entity entity) - - - Sets the shim of OrganizationWebProxyClient.Update(Entity entity) - - - Sets the shim of OrganizationWebProxyClient.get_userType() - - - Sets the shim of OrganizationWebProxyClient.set_userType(UserType value) - - - Sets the shim of OrganizationWebProxyClient.AssociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationWebProxyClient.Associate(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of OrganizationWebProxyClient.get_CallerId() - - - Sets the shim of OrganizationWebProxyClient.set_CallerId(Guid value) - - - Sets the shim of OrganizationWebProxyClient.get_CallerRegardingObjectId() - - - Sets the shim of OrganizationWebProxyClient.set_CallerRegardingObjectId(Guid value) - - - Sets the shim of OrganizationWebProxyClient.OrganizationWebProxyClient(Uri serviceUrl, Assembly strongTypeAssembly) - - - Sets the shim of OrganizationWebProxyClient.OrganizationWebProxyClient(Uri serviceUrl, Boolean useStrongTypes) - - - Sets the shim of OrganizationWebProxyClient.OrganizationWebProxyClient(Uri uri, TimeSpan timeout, Assembly strongTypeAssembly) - - - Sets the shim of OrganizationWebProxyClient.OrganizationWebProxyClient(Uri serviceUrl, TimeSpan timeout, Boolean useStrongTypes) - - - Sets the shim of OrganizationWebProxyClient.CreateCore(Entity entity) - - - Sets the shim of OrganizationWebProxyClient.Create(Entity entity) - - - Sets the shim of OrganizationWebProxyClient.CreateNewInitializer() - - - Sets the shim of OrganizationWebProxyClient.DeleteCore(String entityName, Guid id) - - - Sets the shim of OrganizationWebProxyClient.Delete(String entityName, Guid id) - - - Sets the shim of OrganizationWebProxyClient.DisassociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationWebProxyClient.Disassociate(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the shim of OrganizationWebProxyClient.ExecuteCore(OrganizationRequest request) - - - Sets the shim of OrganizationWebProxyClient.Execute(OrganizationRequest request) - - - Sets the shim of OrganizationWebProxyClient.get_LanguageCodeOverride() - - - Sets the shim of OrganizationWebProxyClient.set_LanguageCodeOverride(Int32 value) - - - Sets the shim of OrganizationWebProxyClient.get_OfflinePlayback() - - - Sets the shim of OrganizationWebProxyClient.set_OfflinePlayback(Boolean value) - - - Sets the shim of OrganizationWebProxyClient.RetrieveCore(String entityName, Guid id, ColumnSet columnSet) - - - Sets the shim of OrganizationWebProxyClient.RetrieveMultipleCore(QueryBase query) - - - Sets the shim of OrganizationWebProxyClient.RetrieveMultiple(QueryBase query) - - - Sets the shim of OrganizationWebProxyClient.Retrieve(String entityName, Guid id, ColumnSet columnSet) - - - Sets the shim of OrganizationWebProxyClient.get_SyncOperationType() - - - Sets the shim of OrganizationWebProxyClient.set_SyncOperationType(String value) - - - Sets the shim of OrganizationWebProxyClient.UpdateCore(Entity entity) - - - Sets the shim of OrganizationWebProxyClient.Update(Entity entity) - - - Sets the shim of OrganizationWebProxyClient.get_userType() - - - Sets the shim of OrganizationWebProxyClient.set_userType(UserType value) - - - Shim type of Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1 - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of WebProxyClient`1.get_ClientAppName() - - - Sets the shim of WebProxyClient`1.set_ClientAppName(String value) - - - Sets the shim of WebProxyClient`1.get_ClientAppVersion() - - - Sets the shim of WebProxyClient`1.set_ClientAppVersion(String value) - - - Sets the shim of WebProxyClient`1.Dispose() - - - Sets the shim of WebProxyClient`1.Dispose(Boolean disposing) - - - Sets the shim of WebProxyClient`1.ExecuteAction(Action action) - - - Sets the shim of WebProxyClient`1.ExecuteAction(Func`1<!!0> action) - - - Sets the shim of WebProxyClient`1.GetXrmSdkAssemblyFileVersion() - - - Sets the shim of WebProxyClient`1.get_HeaderToken() - - - Sets the shim of WebProxyClient`1.set_HeaderToken(String value) - - - Sets the shim of WebProxyClient`1.get_SdkClientVersion() - - - Sets the shim of WebProxyClient`1.set_SdkClientVersion(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of WebProxyClient`1.get_ClientAppName() - - - Sets the shim of WebProxyClient`1.set_ClientAppName(String value) - - - Sets the shim of WebProxyClient`1.get_ClientAppVersion() - - - Sets the shim of WebProxyClient`1.set_ClientAppVersion(String value) - - - Sets the shim of WebProxyClient`1.WebProxyClient`1(Uri serviceUrl, Assembly strongTypeAssembly) - - - Sets the shim of WebProxyClient`1.WebProxyClient`1(Uri serviceUrl, Boolean useStrongTypes) - - - Sets the shim of WebProxyClient`1.WebProxyClient`1(Uri serviceUrl, TimeSpan timeout, Assembly strongTypeAssembly) - - - Sets the shim of WebProxyClient`1.WebProxyClient`1(Uri serviceUrl, TimeSpan timeout, Boolean useStrongTypes) - - - Sets the shim of WebProxyClient`1.CreateBaseServiceEndpoint(Uri serviceUrl, TimeSpan timeout) - - - Sets the shim of WebProxyClient`1.CreateServiceEndpoint(Uri serviceUrl, Boolean useStrongTypes, TimeSpan timeout, Assembly strongTypeAssembly) - - - Sets the shim of WebProxyClient`1.Dispose() - - - Sets the shim of WebProxyClient`1.Dispose(Boolean disposing) - - - Sets the shim of WebProxyClient`1.ExecuteAction(Action action) - - - Sets the shim of WebProxyClient`1.ExecuteAction(Func`1<!!0> action) - - - Sets the shim of WebProxyClient`1.GetBinding(Uri serviceUrl, TimeSpan timeout) - - - Sets the shim of WebProxyClient`1.GetXrmSdkAssemblyFileVersion() - - - Sets the shim of WebProxyClient`1.get_HeaderToken() - - - Sets the shim of WebProxyClient`1.set_HeaderToken(String value) - - - Sets the shim of WebProxyClient`1.get_SdkClientVersion() - - - Sets the shim of WebProxyClient`1.set_SdkClientVersion(String value) - - - Shim type of Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1 - - - Initializes a new shim for the given instance - - - Sets the shim of WebProxyClientContextInitializer`1.AddCommonHeaders() - - - Sets the shim of WebProxyClientContextInitializer`1.AddTokenToHeaders() - - - Define shims for all instances members - - - Sets the shim of WebProxyClientContextInitializer`1.AddCommonHeaders() - - - Sets the shim of WebProxyClientContextInitializer`1.AddTokenToHeaders() - - - Sets the shim of WebProxyClientContextInitializer`1.Dispose() - - - Sets the shim of WebProxyClientContextInitializer`1.Dispose(Boolean disposing) - - - Sets the shim of WebProxyClientContextInitializer`1.Initialize(ClientBase`1<!0> proxy) - - - Sets the shim of WebProxyClientContextInitializer`1.get_ServiceProxy() - - - Sets the shim of WebProxyClientContextInitializer`1.set_ServiceProxy(WebProxyClient`1<!0> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of WebProxyClientContextInitializer`1.WebProxyClientContextInitializer`1(WebProxyClient`1<!0> proxy) - - - Sets the shim of WebProxyClientContextInitializer`1.Dispose() - - - Sets the shim of WebProxyClientContextInitializer`1.Dispose(Boolean disposing) - - - Sets the shim of WebProxyClientContextInitializer`1.Initialize(ClientBase`1<!0> proxy) - - - Sets the shim of WebProxyClientContextInitializer`1.get_ServiceProxy() - - - Sets the shim of WebProxyClientContextInitializer`1.set_ServiceProxy(WebProxyClient`1<!0> value) - - - Stub type of Microsoft.Xrm.Sdk.WebServiceClient.DiscoveryWebProxyClient - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ClientBase`1.CreateChannel() - - - Sets the stub of ClientBase`1.CreateChannel() - - - Sets the stub of DiscoveryWebProxyClient.CreateNewInitializer() - - - Sets the stub of DiscoveryWebProxyClient.CreateNewInitializer() - - - Sets the stub of WebProxyClient`1.Dispose(Boolean disposing) - - - Sets the stub of WebProxyClient`1.Dispose(Boolean disposing) - - - Sets the stub of DiscoveryWebProxyClient.ExecuteCore(DiscoveryRequest request) - - - Sets the stub of DiscoveryWebProxyClient.ExecuteCore(DiscoveryRequest request) - - - Initializes a new instance of type StubDiscoveryWebProxyClient - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.WebServiceClient.OrganizationWebProxyClient - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of OrganizationWebProxyClient.AssociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the stub of OrganizationWebProxyClient.AssociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ClientBase`1.CreateChannel() - - - Sets the stub of ClientBase`1.CreateChannel() - - - Sets the stub of OrganizationWebProxyClient.CreateCore(Entity entity) - - - Sets the stub of OrganizationWebProxyClient.CreateCore(Entity entity) - - - Sets the stub of OrganizationWebProxyClient.CreateNewInitializer() - - - Sets the stub of OrganizationWebProxyClient.CreateNewInitializer() - - - Sets the stub of OrganizationWebProxyClient.DeleteCore(String entityName, Guid id) - - - Sets the stub of OrganizationWebProxyClient.DeleteCore(String entityName, Guid id) - - - Sets the stub of OrganizationWebProxyClient.DisassociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the stub of OrganizationWebProxyClient.DisassociateCore(String entityName, Guid entityId, Relationship relationship, EntityReferenceCollection relatedEntities) - - - Sets the stub of WebProxyClient`1.Dispose(Boolean disposing) - - - Sets the stub of WebProxyClient`1.Dispose(Boolean disposing) - - - Sets the stub of OrganizationWebProxyClient.ExecuteCore(OrganizationRequest request) - - - Sets the stub of OrganizationWebProxyClient.ExecuteCore(OrganizationRequest request) - - - Initializes a new instance of type StubOrganizationWebProxyClient - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of OrganizationWebProxyClient.RetrieveCore(String entityName, Guid id, ColumnSet columnSet) - - - Sets the stub of OrganizationWebProxyClient.RetrieveCore(String entityName, Guid id, ColumnSet columnSet) - - - Sets the stub of OrganizationWebProxyClient.RetrieveMultipleCore(QueryBase query) - - - Sets the stub of OrganizationWebProxyClient.RetrieveMultipleCore(QueryBase query) - - - Sets the stub of OrganizationWebProxyClient.UpdateCore(Entity entity) - - - Sets the stub of OrganizationWebProxyClient.UpdateCore(Entity entity) - - - Stub type of Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClient`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ClientBase`1.CreateChannel() - - - Sets the stub of ClientBase`1.CreateChannel() - - - Sets the stub of WebProxyClient`1.CreateNewInitializer() - - - Sets the stub of WebProxyClient`1.CreateNewInitializer() - - - Sets the stub of WebProxyClient`1.Dispose(Boolean disposing) - - - Sets the stub of WebProxyClient`1.Dispose(Boolean disposing) - - - Initializes a new instance of type StubWebProxyClient - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Xrm.Sdk.WebServiceClient.WebProxyClientContextInitializer`1 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of WebProxyClientContextInitializer`1.Dispose(Boolean disposing) - - - Sets the stub of WebProxyClientContextInitializer`1.Dispose(Boolean disposing) - - - Initializes a new instance of type StubWebProxyClientContextInitializer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.dll b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.dll deleted file mode 100644 index 9f45cb0ec3a67c5d09ef87c6932dce4dd630a1f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 116224 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

M^GP4Z@4fj@OWz%;!>S_Lvy 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

nj5dG;(1 z&2{g1xL;o_CqK-iADpI9ZB0~WB7mRGY*gT>BmsZv+>Ii$~cSV?^PJ| zCfX#)jV^849zhLcV53-U&=kt2G%GoT4kVX@zg=dhpfv5LfUyVAHvC>34LRJ}3M%Ta zY7X3JiJv@+r8}0X1_`rn=o4EsIy)_)KFNg!G1ZKTK%Hmzp+5877c>`OJP<(<_&eG)mT< zL}oV8p_d4hl*r*S>Q;yrod?-T@}Hd-uC(>vu-5Wa$;Q5I|#CM zI<%&#iKb-QDp+gyxSzEA7Mfi1s3QyMhZq-{%%yiS4rm*zcq>b(ws4F$WhpgFmBxor zKaJKs&|g}-{Gfi!pyl`+)OhzhEv9;ZM|z_TZUJrLdSL!ny}z5JT=i{rxw3!NZ&TnX zy$nMR^6m0XFq1;*rDmz}JbZyco>+Sx1E##0gweZp?ae&Uo8(9#Yn@_Sdy}-uY4BA0 z{PVlFeYH!aEZ+G?_~@2?SOblZRIT|)wSx|CCdag{Cp+c~ckW^ME42aE7c|%DnXSh1 z)!KIRM|S?(T@P$Jw)Ml--TS}vr&e8SAP`*8Y6TV|(b%}K)eeMg0)`mi78b@R4EHU% zI=n3q9$+{@p4qpU!6x>L_<)EHiujO-4~zJSh>wc+n23*y_=Jd`74b6xv!dD6S0h_@Oa`?gUbpn2n!w-ds?ZhEi zGR22Emm?f{L_m*n=y47`9`0i_&x+FLc0=jnNte}B7s8IBHj^5 z+Tp$+1~Pi!u|{-Lm>c2BV7qOjGb|=&7F-0!aT*ED)YlZl6nTOKX}+$$bpdD8j4{vz zyPzH%Yi<#=6R$5IB0N`zb-KaKENQJ19GW3jla0HS0;HKS5Un6KE1@lzZU>F9V0*x} zn^&wxH7u*(7&K^SlNF@IE+lSRT*vfLxnm(1u_4Q(@a9{ZSAc~FWr=K2OLIeOT~i&& z1F05}OeL^b%9<9gpaTMnAr5J*4$_pGM4NZf&?O-dVa%{tmZ2-CF)TtEkBKqB5@#33 zVG*N8*>b_#37{hoEaV|5_clv9hu6y@#+&K~#-oTeJ^IfH1Q~sh`s&f3riXW8GF9&4 zvLPl6fHl2M7&fD~8NIE`LR1!FWg%7;(!Am8s1y;G4Kb6g(x-94l>uJ=fT({!)IVV2 z#5hh&;KT$@%*2UvoVdV=3!J#LOD7{4ff3QBUyj2vd;b~7|VA!b9n8KaES zY`jm1h>!k>W~zJQ=fizV;iW2D!V~WcSGF1H2aNPXM%ppbu940d=}{xSt6@a|o*3Q| zvk06q>~qUCD;5AW@zetH(yJjbd@AC_Op;(Tqb`RlF&HX#C|ucJuTs>e zN||}5O1ZIefZSJwh#CxvW+<8{o0k#rATozg{}VKCv4jF2CL<*D_{u)J|rt(3047NOU_5YnE{V+Afw}HA@5QF*L=1_nPfFh=x<5K$L3@D^0Jq$3C6O7*G4aVFDE+@j3XIWJzRDPU^ z#&I!fgw85`t5(!epFUB?`*igJ-ofbB)e9Py!0CY(I`kxU$;5AxN45fiaE64Y*}rKC z2v|xKhbyPhIst2}oEA3oy0RI}@nF78(S<8#Y_ z7TLprmJruyONcd@fZAv{3XF!Sj_0_MoRwY4fshc2JO^TJ5R~Hv!OCR6yx>8ioJM-V zMAAk|NU$L$1kFZBv-&8_Es<(C4`S9Zjv`EiXPAi`4)76z`N3!-<#bg%$J_X#l!gPt z6}Dm}6TQHyf7wIHbDZ*JP&SfG90)ubp73y}Nn{v@SCC;1U`?Z(94fEKx-SCwDysYe z*&t64|tKp5%HEtRD*q)=2#RBM)w08GY$M z@N;)R{GP@amfRWac)n-*@vcp=iKneM;a-dh%lZiJf1tbHDZh27uY)ej2;je0?)aCJ z@pbtf??3tPAB}dMjy=Emx6i$Pf87(${NsO=pV>5+e#wsQHVx8DB6L)~A#?<+gTH+*s8SK9&; zKkxg41M_d4+vHy%=)Zqff7Ee%tNdN`+grsidfgS}zx8u_Yd`+ds9bRG%DLqdel-8~ zR{s0uKjY$O2zI);yAs{qPAnPg>gbI`-S(c|s{_OKilLpEF>q490vuQjpMy0=pS{Sg zTZEMr1ugXe@+I9er1UDSksOp~X+*m^wq&8iE?TA#g8}Pw!@WcT^ z!rnt89neSzY$=sU>$oWgbf$d$0=RiDP4+v7%M%kOHUiZoR-3z(dB0hZJr5*g0h!H zVi$~^u{^75!Tyec&S@^^mRr;b6E7?bPn<)agjVo8_0f5@7g+)l>LrX4o+Rsfku$o$ zyAWp8r&(U$lI#j#L&$jlpe`5;Hcq@MSiiOiSq9)Oq!Ilp{uh$aK8&*VB2Z(@(isl7 zrOHZHYo&!pTTl;QqsqhsGVzd1I5OeNL`Eh?Wnz~Sy|RUK4)A7`?I7(HAw+o@B3hI3 z`C^Ys8USjfM!;fP!NSY6oTtPjeBspMmU5DpD^-lzUBE{R3*!EftUz1!82-6 z8ZvMhFD=JY9=2HJ8K^W>5Af#dF;_WaP_W6@$g`!0!NH$r_?)92gq33k2eyJWIIz5- zE9ColRQDKm>v$;22GL!~<*}b(7IU(hb78C5hF0_F|64Gru%kj07sGQ@F7c|Zb9CBVm&Uw~Zj+jVC4W#2D4Tm;y+#tXyp{@c)g}RF84C+%x`b?1H5GR?2 z0w&HHIOmMoWSVf!8}RdD?q+bzFMMhsu5|vWg}NXmq#|Urgcl5M7YuF}&=;B;<7x_l_X!;}Fujgm@*wjHK00C^TWQ9wnON9vvTN#U33ikmf4RV>DL*;9RM@>3BxB z;DoK~V}~uuo;V>UDykS(vXW4Akv;XL(^Caq{ZPNqZb4~*G(sG*C~ux(BQ!eMR<d0`WnVpKB2&AtS*|b^yXfp?iNM6sivk`{zyr3Zg2y;$QAh_B(m@S8w2auP z^OPX38Y?6Q7RM-x#Ssn0>51ZZG^F7;G*RfsG#F3dkTC>K1hpO?6ZY7;_2o>=dryPpYSxs^dubs_9jpa&D{7gf2(u*ubo%CXm zw1-aWQx#ueRqev0&B*0324|*EF__fy5QA5&&M+3jlq!J*H(U0?n~_?{!j?Lu`zSea z9!1Sap?;)-toSaZLIlG%7eq9`!WawVOCY8A=0eI@*}{qftO0ap(LgPsAxy(!Ic3>}G{=Fr?sY^3z%79a&cF!q5^{zu2gSSVokEG$Lc8>V3*& zh!$%+w#Za+9MO1ej?h^)dulRYmLV%H$21wSe?pV7tkwateJm&B$H+4D!1c_Eu&`6y zk8AGKNTV$*t2y9o!Bmbdj1q27@j9V-LD7{yQ&O4LXAIJoE2qgy*onXyds&e6H~cFt z+?G?$I7iTkp{0@r>$4!G*+&YLpfdzhDR}$E!OZWss9{$*s{}u%QZJ~~d9&$;@^C(& za9%VUjJeNjFtQ5osTFJ;;v*SOKP_ z0WK${c$<;h*UX$hrQqn9FG3nyex2kFke~-N^nk4p4r=H@4LuZ+jA^g0kPmBaM>NI} z1LLU1IL?!B1=!^)cG%>rH1_z4^>do=lun+}4ptZ@ zT=bz;!$L6;C zj9m>1HIb2+SaAMq38VJjwl~XrOO@hiTAJBe)|)LMrDh3G4I+To`Z)@mf@-3IC|z=h zwi1!|P7MC()J zRi(7kzFLkDUI-1-YK1{bQV&!K_=@ZZRTV+ZSwQ4f0~Cd-oVM7C;YE8qw0FA^r#tPq?HwJR?M`o3EY{QA6H7;X zA{~&WE9E$eWKUOTPj_dc6EdY^PO_sT?L;E6WP3+f%h9_8aJ#!BPER`J_Vh-2l06-%R20o|x?+jm&i0N} zS9`2C;`VkWqrIJ7u@1MVr#G4Gh>+f5ZXy9~kTN12&|V@HiA11N7hT`c)!muu?e6Gt z9hCJrZX(s5a@yOwJE4+PPj?D6kRWOFYj2O6il!X&RWzE6^!6m9v1kOH(&I)V33Oan zM>LXh++=S$*4xz+=}Px@L&e?E?pV7U>+OyuyP|GqM^A4$8cVt9Xjh`s=}dHVM!TI< zGSU_6gb5`h?LFLX;diD)bh$CCt`bh_Pf-AI?y(UXp($!1|*sdOUN*%NDr>+6XmI?~-qH_{t*dm|CI zy&FTLqbu#EoKytP1&*M{?MgVkiL{$cCA(w2v54!YJKJN?XiuuQBLVYGLOd4|wRb?+ z4mX*Obvxaiz3s5>-dIm(r_+^;L^{B(r?)rK9Ze=WyF0o&JKB2_sU(JMs<)>D&ZxGX z%imbO;>YK~kNf6M^5aV1S8RNKY=8S`jf z&!eRCzT$W;iMup%`EpS?8##?$SuW1Wa`8P-`}hph-gd?A=g02%paXV!JAhx|*q0j3 z&VjFJkE~WE@(JLJ=ryVc?%Xhq% zFHQ!oD0)s6y#tC)coi*|?pHKDmzsVPPCV(zbCv&3+~T?QxaxYifXnj&8v|Bz+oplx z^#xoRxChrk-7f#EZg;e;tE~eJLRYE6b(!K=))}We@~$GPR#nozBt;cC)k^1{WO?7R+3K3gBHyr9-MR4=tCrzbVi9fo;KZ(qls9K7=b}H3(CizPn zadJ%+Y35Q|)evtHv8qud`RG;?gpf7ldYn{KUA1m^X8G3F%k6c>n~MBs%|uW6{}u`*z-ARf{%bjKttstK3qCJPyMmpm7k3W%nv;F^H7j8S9?xN94C&vSeNGkh;t zcAjpV)Q`Ma)Tt7 zvpZXH#TEyWumHw$xNFPFD)91vwWuvg7l_}?Xqy98Q;m!IxEyx|tPb&K!Qx8XHhw2= zTa8O`u_9tulk;&#;>zoGX{nTTOKyr6N$tv>7h~^@0c#~Qh+@$lO=QPCx1(}-2!-@g z^8!_lLd^SdN4&eyEjhR?&Ea*f2w027J$W1;or%6tQmdY%;6|)rRILe<-jdyT$O4fZ=vLEAbesoQ+(NGZdQ8i$RX;7OJDD~$xYpd%bP+t zB*RoVs{&S-+U317l+#lg(bp=IzS@5qDyLM=z`SmkD@GQ1ZbsEqOkUhMI+oA5+i+=k zmKTv4yf-CtZX_b^^o4nwH%W3Dav?PfNcN!}`EoWjgg<4+0DQzXW>In(@&Zd;IkSFg z5@J-yzENJ-n5hWgf0rodCg-u*rP3j)t8%3WmkzP2Kq^!fXyc(GZiFLFA(hFE=ptor zF2+ADE|k^CHtB1lxzut@vDT5zw&38$OCQ9GXEJ_W@L{56?tuUxVje^cw?KYnA9eAt3*gkpGvbkl)-~UPi@Z zd9_+fUt0vo{>za4{Zq)k&P_Y`A)d=;=vaPSC#CjR4tb~ZFx)5AxchnDjm7jZlS+XW zd;}W*;1n9?wAxPAIz@Nhg~x$Fv($Pm0U-AWA@}>Hkee-sE}xxXWqpm5*jqJZozA07 zc76D~>)G@ulL-O&KLlMLm_paMOM9$*83!d+o!3fb`|5_YABMEQG=;S480+#`#~N%c zrNGtIL+0t$S&HZ~4@7gGpG1b4XuROYN1YK@3qS9c?a_Eu^)u0UAv5X}#{J%B-Uat) zytWLGemak$jy8PDgLxO<^eB@FF$3+3li;7I_9u}6(oeTaxzEXzhRO+bMmz6XH&-eC z%4Z@kUd^Pl`8{$+dU@sbRStQlTfxdx3++$nq-NfwHdnBqGwA*)W>DkUe%^(~L0*%bI*ocQi>(n$qhk$rVT+Ub0HoJRJhd`bP9=;acd`E)7vBtk&`L$I0;Okp)~ zX>*s&&EU1*${{6qwV#>Jk1L7kRh+vQf4?z#^XBA;k@<1Iz@l>8r$ehqQK}YWY7vXy z;-y0|f4TONVo*%ypm4UD8Nmxl{T-r&T%P8OQ!!~QvT_*Mw5P-B(7H`}R<#6~ciEY( z$rC*;$hfK_p}#96te(&5CDdA{*Qi zmsh+uo&Tdp(?qIjhw#4w2l~Y19!459nFz=|uPNuZ{{N9@>x%koVcXZ6V(B{6ix_XE|-HD^&N4C19LdMhrF2)1SynA?hsr3FIu4*lTpT zx|w&OO@C5dJ;a~Ix@6lJzCyZO-o#v&m=({?I4+x>P2-T2;v;~^KE0@={q+z2)5KRg zZ~N8_xzFGDvU^A4)}4pG(fYKtcIf8sezElji?err`;Wf)(vR$yy8r1K4devm#~=)d#9q4oHC>j$+5WPi$@ z+S#_=+36M^%qQOY;5s)^9(j=GNB0)@JeW7otG?S1UtMtewy{)#$(P4Iua zDcve_-gt+BXIc1Uv#>6k-G~o5Eq0ZN>$at`xN#N#{_95YSmC9*Rxwm>5ktVZmG>Pq&G3D zVU*H6yhU-#E5E0ibNO7|SHUy@ne>gk)tr8t;k2XO{J$t}8-@<7doBE8s=5c2>KI3h z9CjNp@vpu^y_I1XaK|fM0#CPOOKEOL>jJ73bhCL8cNWtv!D9xN#fDha!cWjE-0i?E z09$ghtRAb)>crEIr`w8J_!$V?WPS%|NIP_6Z2>XeA*`jXmbJ~gA9!@X`4Db<-HF(L zUu+wziE5G0dT`yzWN!lv-OEh>@C%rz`(D85&fhH4!5DN!tsB98vL)cO;(3h8I4Iy5 zA*1XMl9=vUuBF$xlXWw!K49_t$@#s}B|}TK>TZP{jx$+D(VirF;xlMXKP(+TF#`=z zUwQfYd#qM}^<8Z;xQ=XU_gruIWzF5p7Tmq^q{lmfH(waKmb{%l zt?i2EGsc>+J<`S%S=jq273b4zpJi}OrV2@mv8S<4@(z_nt zm~+_6(2&fnh({{OQJF2HSSmDIaIN?Fy(4UE`XXvh@fG;vr=7a1Pn;n}SmL<63LJsI z#P{bhn-vjxXRyuimDpDBjp2SkD+@9yr{!S&SamAaz&aYTMI>Z7t8aJca6#pAd;FRT zP2b}2S##T-8po*SF?&6t+p7Q8p1C_t7b#XQrZeU_BZ_Bg66lvHZ+C4EV{QtZB5i5i z@kAfs{>PYSPt?nZ=#Q%`@A|(opgsLzIP-FYrp4JV*1 ztX=CvjNO@<{yl_zd@S#G=0kklBhebN>l^A`|Mr5uJWb^0u5e1-YxCvmHPas!OO;gvNmvWuG dv24${%6Qu&ev!#-?HcD~Y_26adH%n*`U7q}7sUVo diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.messages b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.messages deleted file mode 100644 index 8a04b7a3..00000000 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.messages +++ /dev/null @@ -1,83 +0,0 @@ -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.ICustomReference: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.ActivityReference: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.AssignEntity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.CreateEntity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.BookmarkNames: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.Postpone: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.Workflow: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.GetEntityProperty: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.GetPrimaryEntity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.ReferenceLiteral`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.RetrieveEntity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.SendEmail: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.SendEmailFromTemplate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.SetEntityProperty: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.SetState: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.StartChildWorkflow: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Activities.UpdateEntity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.IAssignActivityService: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.IChildWorkflowActivityService: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.ICreateActivityService: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.IRetrieveActivityService: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.ISendEmailFromTemplateActivityService: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.ISendEmailWithoutTemplateService: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.ISetStateActivityService: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.IUpdateActivityService: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.IExpressionActivityService: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.IWorkflowService: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.IInvokeSdkMessageReferenceService: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.IActivityReferenceService: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Services.WorkflowInitializationContext: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.ReferenceTargetAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.AttributeTargetAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.DefaultAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.InputAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.OutputAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.Designers.WorkflowDesigner: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.LocalParameterDependency: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.PrimaryEntityDependency: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.RelatedEntityDependency: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.EntityCreatedByDependency: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.CustomEntityDependency: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.AttributeDependency: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.PreImageDependency: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.WorkflowDependencyType: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.ArgumentsCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.ICustomActivityExecutionContext: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.ICustomActivitySerializationExecution: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.WorkflowStepActivityStatus: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.WaitSubscription: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.XrmTimeSpan: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.ArgumentDirection: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.WorkflowArgument: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.ArgumentRequiredAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.ArgumentDirectionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.ArgumentDescriptionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.ArgumentEntityAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate stub for Microsoft.Xrm.Sdk.Workflow.ArgumentTargetAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.ICustomReference: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Activities.BookmarkNames: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Activities.Workflow+WorkflowBuildConstraint: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.IAssignActivityService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.IChildWorkflowActivityService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.ICreateActivityService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.IRetrieveActivityService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.ISendEmailFromTemplateActivityService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.ISendEmailWithoutTemplateService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.ISetStateActivityService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.IUpdateActivityService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.IExpressionActivityService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.IWorkflowService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.IInvokeSdkMessageReferenceService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.IActivityReferenceService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.Services.WorkflowInitializationContext: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.ArgumentsCollection: type is not visible to exported or assembly(Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.ICustomActivityExecutionContext: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.ICustomActivitySerializationExecution: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.WorkflowPropertyType: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.IStorageService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.IWaitNotificationService: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.IWorkflowContext: type is an interface. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.ArgumentDirection: type is an enum. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\Microsoft.Xrm.Sdk.Workflow.fakes : warning : Cannot generate shim for Microsoft.Xrm.Sdk.Workflow.IWorkflowArgument: type is an interface. diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.xml b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.xml deleted file mode 100644 index 8d8f5964..00000000 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.xml +++ /dev/null @@ -1,2561 +0,0 @@ - - - - Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes - - - -

Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.ActivityReference - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of ActivityReference.ActivityCompleted(NativeActivityContext context, ActivityInstance completedInstance) - - - Define shims for all instances members - - - Sets the shim of ActivityReference.ActivityCompleted(NativeActivityContext context, ActivityInstance completedInstance) - - - Sets the shim of ActivityReference.get_Arguments() - - - Sets the shim of ActivityReference.get_AssemblyQualifiedName() - - - Sets the shim of ActivityReference.set_AssemblyQualifiedName(String value) - - - Sets the shim of ActivityReference.CacheMetadata(NativeActivityMetadata metadata) - - - Sets the shim of ActivityReference.Execute(NativeActivityContext context) - - - Sets the shim of ActivityReference.get_Properties() - - - Sets the shim of ActivityReference.get_Arguments() - - - Sets the shim of ActivityReference.get_AssemblyQualifiedName() - - - Sets the shim of ActivityReference.set_AssemblyQualifiedName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ActivityReference.CacheMetadata(NativeActivityMetadata metadata) - - - Sets the shim of ActivityReference.ActivityReference() - - - Sets the shim of ActivityReference.Execute(NativeActivityContext context) - - - Sets the shim of ActivityReference.get_Properties() - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.AssignEntity - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of AssignEntity.get_Entity() - - - Sets the shim of AssignEntity.get_EntityId() - - - Sets the shim of AssignEntity.set_EntityId(InArgument`1<Guid> value) - - - Sets the shim of AssignEntity.get_EntityName() - - - Sets the shim of AssignEntity.set_EntityName(InArgument`1<String> value) - - - Sets the shim of AssignEntity.set_Entity(OutArgument`1<Entity> value) - - - Sets the shim of AssignEntity.Execute(CodeActivityContext context) - - - Sets the shim of AssignEntity.get_Owner() - - - Sets the shim of AssignEntity.set_Owner(InArgument`1<EntityReference> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of AssignEntity.AssignEntity() - - - Sets the shim of AssignEntity.get_Entity() - - - Sets the shim of AssignEntity.get_EntityId() - - - Sets the shim of AssignEntity.set_EntityId(InArgument`1<Guid> value) - - - Sets the shim of AssignEntity.get_EntityName() - - - Sets the shim of AssignEntity.set_EntityName(InArgument`1<String> value) - - - Sets the shim of AssignEntity.set_Entity(OutArgument`1<Entity> value) - - - Sets the shim of AssignEntity.Execute(CodeActivityContext context) - - - Sets the shim of AssignEntity.get_Owner() - - - Sets the shim of AssignEntity.set_Owner(InArgument`1<EntityReference> value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.CreateEntity - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CreateEntity.get_Entity() - - - Sets the shim of CreateEntity.get_EntityId() - - - Sets the shim of CreateEntity.set_EntityId(OutArgument`1<Guid> value) - - - Sets the shim of CreateEntity.get_EntityName() - - - Sets the shim of CreateEntity.set_EntityName(InArgument`1<String> value) - - - Sets the shim of CreateEntity.set_Entity(InOutArgument`1<Entity> value) - - - Sets the shim of CreateEntity.Execute(CodeActivityContext context) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of CreateEntity.CreateEntity() - - - Sets the shim of CreateEntity.get_Entity() - - - Sets the shim of CreateEntity.get_EntityId() - - - Sets the shim of CreateEntity.set_EntityId(OutArgument`1<Guid> value) - - - Sets the shim of CreateEntity.get_EntityName() - - - Sets the shim of CreateEntity.set_EntityName(InArgument`1<String> value) - - - Sets the shim of CreateEntity.set_Entity(InOutArgument`1<Entity> value) - - - Sets the shim of CreateEntity.Execute(CodeActivityContext context) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.GetEntityProperty - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of GetEntityProperty.get_Attribute() - - - Sets the shim of GetEntityProperty.set_Attribute(InArgument`1<String> value) - - - Sets the shim of GetEntityProperty.get_Entity() - - - Sets the shim of GetEntityProperty.get_EntityName() - - - Sets the shim of GetEntityProperty.set_EntityName(InArgument`1<String> value) - - - Sets the shim of GetEntityProperty.set_Entity(InArgument`1<Entity> value) - - - Sets the shim of GetEntityProperty.Execute(CodeActivityContext context) - - - Sets the shim of GetEntityProperty.get_RefreshWorkflowConditionParameters() - - - Sets the shim of GetEntityProperty.set_RefreshWorkflowConditionParameters(Boolean value) - - - Sets the shim of GetEntityProperty.get_TargetType() - - - Sets the shim of GetEntityProperty.set_TargetType(InArgument`1<Type> value) - - - Sets the shim of GetEntityProperty.get_Value() - - - Sets the shim of GetEntityProperty.set_Value(OutArgument`1<Object> value) - - - Sets the shim of GetEntityProperty.get_Attribute() - - - Sets the shim of GetEntityProperty.set_Attribute(InArgument`1<String> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of GetEntityProperty.GetEntityProperty() - - - Sets the shim of GetEntityProperty.get_Entity() - - - Sets the shim of GetEntityProperty.get_EntityName() - - - Sets the shim of GetEntityProperty.set_EntityName(InArgument`1<String> value) - - - Sets the shim of GetEntityProperty.set_Entity(InArgument`1<Entity> value) - - - Sets the shim of GetEntityProperty.Execute(CodeActivityContext context) - - - Sets the shim of GetEntityProperty.get_RefreshWorkflowConditionParameters() - - - Sets the shim of GetEntityProperty.set_RefreshWorkflowConditionParameters(Boolean value) - - - Sets the shim of GetEntityProperty.get_TargetType() - - - Sets the shim of GetEntityProperty.set_TargetType(InArgument`1<Type> value) - - - Sets the shim of GetEntityProperty.get_Value() - - - Sets the shim of GetEntityProperty.set_Value(OutArgument`1<Object> value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.GetPrimaryEntity - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of GetPrimaryEntity.Execute(CodeActivityContext context) - - - Sets the shim of GetPrimaryEntity.get_PrimaryEntityReference() - - - Sets the shim of GetPrimaryEntity.set_PrimaryEntityReference(OutArgument`1<EntityReference> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of GetPrimaryEntity.GetPrimaryEntity() - - - Sets the shim of GetPrimaryEntity.Execute(CodeActivityContext context) - - - Sets the shim of GetPrimaryEntity.get_PrimaryEntityReference() - - - Sets the shim of GetPrimaryEntity.set_PrimaryEntityReference(OutArgument`1<EntityReference> value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.Postpone - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of Postpone.get_BlockExecution() - - - Sets the shim of Postpone.set_BlockExecution(InArgument`1<Boolean> value) - - - Sets the shim of Postpone.get_BookmarkCallback() - - - Sets the shim of Postpone.get_CanInduceIdle() - - - Sets the shim of Postpone.Execute(NativeActivityContext context) - - - Sets the shim of Postpone.get_PostponeUntil() - - - Sets the shim of Postpone.set_PostponeUntil(InArgument`1<DateTime> value) - - - Sets the shim of Postpone.ResumeBookmark(NativeActivityContext executionContext, Bookmark bookmark, Object value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of Postpone.get_BlockExecution() - - - Sets the shim of Postpone.set_BlockExecution(InArgument`1<Boolean> value) - - - Sets the shim of Postpone.get_BookmarkCallback() - - - Sets the shim of Postpone.get_CanInduceIdle() - - - Sets the shim of Postpone.Postpone() - - - Sets the shim of Postpone.Execute(NativeActivityContext context) - - - Sets the shim of Postpone.get_PostponeUntil() - - - Sets the shim of Postpone.set_PostponeUntil(InArgument`1<DateTime> value) - - - Sets the shim of Postpone.ResumeBookmark(NativeActivityContext executionContext, Bookmark bookmark, Object value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.ReferenceLiteral`1 - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ReferenceLiteral`1.CacheMetadata(CodeActivityMetadata metadata) - - - Sets the shim of ReferenceLiteral`1.CanConvertToString(IValueSerializerContext context) - - - Sets the shim of ReferenceLiteral`1.ConvertToString(IValueSerializerContext context) - - - Sets the shim of ReferenceLiteral`1.Execute(CodeActivityContext context) - - - Sets the shim of ReferenceLiteral`1.ShouldSerializeValue() - - - Sets the shim of ReferenceLiteral`1.ToString() - - - Sets the shim of ReferenceLiteral`1.get_Value() - - - Sets the shim of ReferenceLiteral`1.set_Value(!0 value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ReferenceLiteral`1.CacheMetadata(CodeActivityMetadata metadata) - - - Sets the shim of ReferenceLiteral`1.CanConvertToString(IValueSerializerContext context) - - - Sets the shim of ReferenceLiteral`1.ReferenceLiteral`1() - - - Sets the shim of ReferenceLiteral`1.ReferenceLiteral`1(!0 value) - - - Sets the shim of ReferenceLiteral`1.ConvertToString(IValueSerializerContext context) - - - Sets the shim of ReferenceLiteral`1.Execute(CodeActivityContext context) - - - Sets the shim of ReferenceLiteral`1.ShouldSerializeValue() - - - Sets the shim of ReferenceLiteral`1.ToString() - - - Sets the shim of ReferenceLiteral`1.get_Value() - - - Sets the shim of ReferenceLiteral`1.set_Value(!0 value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.RetrieveEntity - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RetrieveEntity.get_Attributes() - - - Sets the shim of RetrieveEntity.set_Attributes(InArgument`1<String[]> value) - - - Sets the shim of RetrieveEntity.get_Entity() - - - Sets the shim of RetrieveEntity.get_EntityId() - - - Sets the shim of RetrieveEntity.set_EntityId(InArgument`1<Guid> value) - - - Sets the shim of RetrieveEntity.get_EntityName() - - - Sets the shim of RetrieveEntity.set_EntityName(InArgument`1<String> value) - - - Sets the shim of RetrieveEntity.set_Entity(OutArgument`1<Entity> value) - - - Sets the shim of RetrieveEntity.Execute(CodeActivityContext context) - - - Sets the shim of RetrieveEntity.get_ThrowIfNotExists() - - - Sets the shim of RetrieveEntity.set_ThrowIfNotExists(InArgument`1<Boolean> value) - - - Sets the shim of RetrieveEntity.get_Attributes() - - - Sets the shim of RetrieveEntity.set_Attributes(InArgument`1<String[]> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of RetrieveEntity.RetrieveEntity() - - - Sets the shim of RetrieveEntity.get_Entity() - - - Sets the shim of RetrieveEntity.get_EntityId() - - - Sets the shim of RetrieveEntity.set_EntityId(InArgument`1<Guid> value) - - - Sets the shim of RetrieveEntity.get_EntityName() - - - Sets the shim of RetrieveEntity.set_EntityName(InArgument`1<String> value) - - - Sets the shim of RetrieveEntity.set_Entity(OutArgument`1<Entity> value) - - - Sets the shim of RetrieveEntity.Execute(CodeActivityContext context) - - - Sets the shim of RetrieveEntity.get_ThrowIfNotExists() - - - Sets the shim of RetrieveEntity.set_ThrowIfNotExists(InArgument`1<Boolean> value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.SendEmail - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of SendEmail.get_Entity() - - - Sets the shim of SendEmail.get_EntityId() - - - Sets the shim of SendEmail.set_EntityId(OutArgument`1<Guid> value) - - - Sets the shim of SendEmail.set_Entity(InOutArgument`1<Entity> value) - - - Sets the shim of SendEmail.Execute(CodeActivityContext context) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of SendEmail.SendEmail() - - - Sets the shim of SendEmail.get_Entity() - - - Sets the shim of SendEmail.get_EntityId() - - - Sets the shim of SendEmail.set_EntityId(OutArgument`1<Guid> value) - - - Sets the shim of SendEmail.set_Entity(InOutArgument`1<Entity> value) - - - Sets the shim of SendEmail.Execute(CodeActivityContext context) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.SendEmailFromTemplate - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of SendEmailFromTemplate.get_Entity() - - - Sets the shim of SendEmailFromTemplate.get_EntityId() - - - Sets the shim of SendEmailFromTemplate.set_EntityId(OutArgument`1<Guid> value) - - - Sets the shim of SendEmailFromTemplate.set_Entity(InOutArgument`1<Entity> value) - - - Sets the shim of SendEmailFromTemplate.Execute(CodeActivityContext context) - - - Sets the shim of SendEmailFromTemplate.get_RegardingId() - - - Sets the shim of SendEmailFromTemplate.set_RegardingId(InArgument`1<Guid> value) - - - Sets the shim of SendEmailFromTemplate.get_RegardingType() - - - Sets the shim of SendEmailFromTemplate.set_RegardingType(InArgument`1<String> value) - - - Sets the shim of SendEmailFromTemplate.get_TemplateId() - - - Sets the shim of SendEmailFromTemplate.set_TemplateId(InArgument`1<Guid> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of SendEmailFromTemplate.SendEmailFromTemplate() - - - Sets the shim of SendEmailFromTemplate.get_Entity() - - - Sets the shim of SendEmailFromTemplate.get_EntityId() - - - Sets the shim of SendEmailFromTemplate.set_EntityId(OutArgument`1<Guid> value) - - - Sets the shim of SendEmailFromTemplate.set_Entity(InOutArgument`1<Entity> value) - - - Sets the shim of SendEmailFromTemplate.Execute(CodeActivityContext context) - - - Sets the shim of SendEmailFromTemplate.get_RegardingId() - - - Sets the shim of SendEmailFromTemplate.set_RegardingId(InArgument`1<Guid> value) - - - Sets the shim of SendEmailFromTemplate.get_RegardingType() - - - Sets the shim of SendEmailFromTemplate.set_RegardingType(InArgument`1<String> value) - - - Sets the shim of SendEmailFromTemplate.get_TemplateId() - - - Sets the shim of SendEmailFromTemplate.set_TemplateId(InArgument`1<Guid> value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.SetEntityProperty - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of SetEntityProperty.get_Attribute() - - - Sets the shim of SetEntityProperty.set_Attribute(InArgument`1<String> value) - - - Sets the shim of SetEntityProperty.get_Entity() - - - Sets the shim of SetEntityProperty.get_EntityName() - - - Sets the shim of SetEntityProperty.set_EntityName(InArgument`1<String> value) - - - Sets the shim of SetEntityProperty.set_Entity(InOutArgument`1<Entity> value) - - - Sets the shim of SetEntityProperty.Execute(CodeActivityContext context) - - - Sets the shim of SetEntityProperty.get_TargetType() - - - Sets the shim of SetEntityProperty.set_TargetType(InArgument`1<Type> value) - - - Sets the shim of SetEntityProperty.get_Value() - - - Sets the shim of SetEntityProperty.set_Value(InArgument`1<Object> value) - - - Sets the shim of SetEntityProperty.get_Attribute() - - - Sets the shim of SetEntityProperty.set_Attribute(InArgument`1<String> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of SetEntityProperty.SetEntityProperty() - - - Sets the shim of SetEntityProperty.get_Entity() - - - Sets the shim of SetEntityProperty.get_EntityName() - - - Sets the shim of SetEntityProperty.set_EntityName(InArgument`1<String> value) - - - Sets the shim of SetEntityProperty.set_Entity(InOutArgument`1<Entity> value) - - - Sets the shim of SetEntityProperty.Execute(CodeActivityContext context) - - - Sets the shim of SetEntityProperty.get_TargetType() - - - Sets the shim of SetEntityProperty.set_TargetType(InArgument`1<Type> value) - - - Sets the shim of SetEntityProperty.get_Value() - - - Sets the shim of SetEntityProperty.set_Value(InArgument`1<Object> value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.SetState - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of SetState.get_Entity() - - - Sets the shim of SetState.get_EntityId() - - - Sets the shim of SetState.set_EntityId(InArgument`1<Guid> value) - - - Sets the shim of SetState.get_EntityName() - - - Sets the shim of SetState.set_EntityName(InArgument`1<String> value) - - - Sets the shim of SetState.set_Entity(OutArgument`1<Entity> value) - - - Sets the shim of SetState.Execute(CodeActivityContext context) - - - Sets the shim of SetState.get_State() - - - Sets the shim of SetState.set_State(InArgument`1<OptionSetValue> value) - - - Sets the shim of SetState.get_Status() - - - Sets the shim of SetState.set_Status(InArgument`1<OptionSetValue> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of SetState.SetState() - - - Sets the shim of SetState.get_Entity() - - - Sets the shim of SetState.get_EntityId() - - - Sets the shim of SetState.set_EntityId(InArgument`1<Guid> value) - - - Sets the shim of SetState.get_EntityName() - - - Sets the shim of SetState.set_EntityName(InArgument`1<String> value) - - - Sets the shim of SetState.set_Entity(OutArgument`1<Entity> value) - - - Sets the shim of SetState.Execute(CodeActivityContext context) - - - Sets the shim of SetState.get_State() - - - Sets the shim of SetState.set_State(InArgument`1<OptionSetValue> value) - - - Sets the shim of SetState.get_Status() - - - Sets the shim of SetState.set_Status(InArgument`1<OptionSetValue> value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.StartChildWorkflow - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of StartChildWorkflow.get_EntityId() - - - Sets the shim of StartChildWorkflow.set_EntityId(InArgument`1<Guid> value) - - - Sets the shim of StartChildWorkflow.get_EntityName() - - - Sets the shim of StartChildWorkflow.set_EntityName(InArgument`1<String> value) - - - Sets the shim of StartChildWorkflow.Execute(CodeActivityContext context) - - - Sets the shim of StartChildWorkflow.get_InputParameters() - - - Sets the shim of StartChildWorkflow.set_InputParameters(InArgument`1<Dictionary`2<String,Object>> value) - - - Sets the shim of StartChildWorkflow.get_WorkflowId() - - - Sets the shim of StartChildWorkflow.set_WorkflowId(InArgument`1<Guid> value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of StartChildWorkflow.StartChildWorkflow() - - - Sets the shim of StartChildWorkflow.get_EntityId() - - - Sets the shim of StartChildWorkflow.set_EntityId(InArgument`1<Guid> value) - - - Sets the shim of StartChildWorkflow.get_EntityName() - - - Sets the shim of StartChildWorkflow.set_EntityName(InArgument`1<String> value) - - - Sets the shim of StartChildWorkflow.Execute(CodeActivityContext context) - - - Sets the shim of StartChildWorkflow.get_InputParameters() - - - Sets the shim of StartChildWorkflow.set_InputParameters(InArgument`1<Dictionary`2<String,Object>> value) - - - Sets the shim of StartChildWorkflow.get_WorkflowId() - - - Sets the shim of StartChildWorkflow.set_WorkflowId(InArgument`1<Guid> value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.UpdateEntity - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of UpdateEntity.get_Entity() - - - Sets the shim of UpdateEntity.get_EntityName() - - - Sets the shim of UpdateEntity.set_EntityName(InArgument`1<String> value) - - - Sets the shim of UpdateEntity.set_Entity(InOutArgument`1<Entity> value) - - - Sets the shim of UpdateEntity.Execute(CodeActivityContext context) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of UpdateEntity.UpdateEntity() - - - Sets the shim of UpdateEntity.get_Entity() - - - Sets the shim of UpdateEntity.get_EntityName() - - - Sets the shim of UpdateEntity.set_EntityName(InArgument`1<String> value) - - - Sets the shim of UpdateEntity.set_Entity(InOutArgument`1<Entity> value) - - - Sets the shim of UpdateEntity.Execute(CodeActivityContext context) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Activities.Workflow - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of Workflow.get_Activities() - - - Define shims for all instances members - - - Sets the shim of Workflow.get_Activities() - - - Sets the shim of Workflow.get_BookmarkCallback() - - - Sets the shim of Workflow.CacheMetadata(NativeActivityMetadata metadata) - - - Sets the shim of Workflow.get_CanInduceIdle() - - - Sets the shim of Workflow.ChildCompleted(NativeActivityContext executionContext, ActivityInstance completedInstance) - - - Sets the shim of Workflow.Execute(NativeActivityContext executionContext) - - - Sets the shim of Workflow.get_OnChildComplete() - - - Sets the shim of Workflow.ResumeBookmark(NativeActivityContext executionContext, Bookmark bookmark, Object value) - - - Sets the shim of Workflow.get_Variables() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of Workflow.get_BookmarkCallback() - - - Sets the shim of Workflow.CacheMetadata(NativeActivityMetadata metadata) - - - Sets the shim of Workflow.get_CanInduceIdle() - - - Sets the shim of Workflow.ChildCompleted(NativeActivityContext executionContext, ActivityInstance completedInstance) - - - Sets the shim of Workflow.Workflow() - - - Sets the shim of Workflow.Execute(NativeActivityContext executionContext) - - - Sets the shim of Workflow.get_OnChildComplete() - - - Sets the shim of Workflow.ResumeBookmark(NativeActivityContext executionContext, Bookmark bookmark, Object value) - - - Sets the shim of Workflow.SequenceNotEmpty() - - - Sets the shim of Workflow.get_Variables() - - - Shim type of Microsoft.Xrm.Sdk.Workflow.Designers.WorkflowDesigner - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of WorkflowDesigner.InitializeComponent() - - - Sets the shim of WorkflowDesigner.System.Windows.Markup.IComponentConnector.Connect(Int32 connectionId, Object target) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of WorkflowDesigner.WorkflowDesigner() - - - Sets the shim of WorkflowDesigner.InitializeComponent() - - - Sets the shim of WorkflowDesigner.System.Windows.Markup.IComponentConnector.Connect(Int32 connectionId, Object target) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.ArgumentDescriptionAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ArgumentDescriptionAttribute.get_ArgumentValue() - - - Sets the shim of ArgumentDescriptionAttribute.get_Value() - - - Sets the shim of ArgumentDescriptionAttribute.set_Value(String value) - - - Sets the shim of ArgumentDescriptionAttribute.get_ArgumentValue() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ArgumentDescriptionAttribute.ArgumentDescriptionAttribute() - - - Sets the shim of ArgumentDescriptionAttribute.ArgumentDescriptionAttribute(String value) - - - Sets the shim of ArgumentDescriptionAttribute.get_Value() - - - Sets the shim of ArgumentDescriptionAttribute.set_Value(String value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.ArgumentDirectionAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ArgumentDirectionAttribute.get_ArgumentValue() - - - Sets the shim of ArgumentDirectionAttribute.get_Value() - - - Sets the shim of ArgumentDirectionAttribute.set_Value(ArgumentDirection value) - - - Sets the shim of ArgumentDirectionAttribute.get_ArgumentValue() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ArgumentDirectionAttribute.ArgumentDirectionAttribute() - - - Sets the shim of ArgumentDirectionAttribute.ArgumentDirectionAttribute(ArgumentDirection value) - - - Sets the shim of ArgumentDirectionAttribute.get_Value() - - - Sets the shim of ArgumentDirectionAttribute.set_Value(ArgumentDirection value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.ArgumentEntityAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ArgumentEntityAttribute.get_ArgumentValue() - - - Sets the shim of ArgumentEntityAttribute.get_Value() - - - Sets the shim of ArgumentEntityAttribute.set_Value(String value) - - - Sets the shim of ArgumentEntityAttribute.get_ArgumentValue() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ArgumentEntityAttribute.ArgumentEntityAttribute() - - - Sets the shim of ArgumentEntityAttribute.ArgumentEntityAttribute(String value) - - - Sets the shim of ArgumentEntityAttribute.get_Value() - - - Sets the shim of ArgumentEntityAttribute.set_Value(String value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.ArgumentRequiredAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ArgumentRequiredAttribute.get_ArgumentValue() - - - Sets the shim of ArgumentRequiredAttribute.get_Value() - - - Sets the shim of ArgumentRequiredAttribute.set_Value(Boolean value) - - - Sets the shim of ArgumentRequiredAttribute.get_ArgumentValue() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ArgumentRequiredAttribute.ArgumentRequiredAttribute() - - - Sets the shim of ArgumentRequiredAttribute.ArgumentRequiredAttribute(Boolean value) - - - Sets the shim of ArgumentRequiredAttribute.get_Value() - - - Sets the shim of ArgumentRequiredAttribute.set_Value(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.ArgumentTargetAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ArgumentTargetAttribute.get_ArgumentValue() - - - Sets the shim of ArgumentTargetAttribute.get_Value() - - - Sets the shim of ArgumentTargetAttribute.set_Value(Boolean value) - - - Sets the shim of ArgumentTargetAttribute.get_ArgumentValue() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of ArgumentTargetAttribute.ArgumentTargetAttribute() - - - Sets the shim of ArgumentTargetAttribute.ArgumentTargetAttribute(Boolean value) - - - Sets the shim of ArgumentTargetAttribute.get_Value() - - - Sets the shim of ArgumentTargetAttribute.set_Value(Boolean value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.AttributeDependency - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of AttributeDependency.get_DependentAttributeName() - - - Sets the shim of AttributeDependency.get_DependentEntityName() - - - Sets the shim of AttributeDependency.get_ParameterType() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of AttributeDependency.AttributeDependency() - - - Sets the shim of AttributeDependency.AttributeDependency(String parameterName, String dependentEntityName, String dependentAttributeName) - - - Sets the shim of AttributeDependency.get_DependentAttributeName() - - - Sets the shim of AttributeDependency.get_DependentEntityName() - - - Sets the shim of AttributeDependency.get_ParameterType() - - - Shim type of Microsoft.Xrm.Sdk.Workflow.AttributeTargetAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of AttributeTargetAttribute.get_AttributeName() - - - Sets the shim of AttributeTargetAttribute.get_EntityName() - - - Sets the shim of AttributeTargetAttribute.get_AttributeName() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of AttributeTargetAttribute.AttributeTargetAttribute(String entityName, String attributeName) - - - Sets the shim of AttributeTargetAttribute.get_EntityName() - - - Shim type of Microsoft.Xrm.Sdk.Workflow.CustomEntityDependency - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of CustomEntityDependency.get_CustomEntityName() - - - Sets the shim of CustomEntityDependency.get_ParameterType() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of CustomEntityDependency.CustomEntityDependency() - - - Sets the shim of CustomEntityDependency.CustomEntityDependency(String parameterName, String customEntityName) - - - Sets the shim of CustomEntityDependency.get_CustomEntityName() - - - Sets the shim of CustomEntityDependency.get_ParameterType() - - - Shim type of Microsoft.Xrm.Sdk.Workflow.DefaultAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DefaultAttribute.get_EntityName() - - - Sets the shim of DefaultAttribute.get_Value() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of DefaultAttribute.DefaultAttribute(String value) - - - Sets the shim of DefaultAttribute.DefaultAttribute(String value, String entityName) - - - Sets the shim of DefaultAttribute.get_EntityName() - - - Sets the shim of DefaultAttribute.get_Value() - - - Shim type of Microsoft.Xrm.Sdk.Workflow.EntityCreatedByDependency - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of EntityCreatedByDependency.EntityCreatedByDependency() - - - Sets the shim of EntityCreatedByDependency.EntityCreatedByDependency(String parameterName, String entityAttributes) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.EntityDependencyBase - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of EntityDependencyBase.get_EntityAttributes() - - - Sets the shim of EntityDependencyBase.set_EntityAttributes(String value) - - - Sets the shim of EntityDependencyBase.get_ParameterType() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of EntityDependencyBase.EntityDependencyBase() - - - Sets the shim of EntityDependencyBase.EntityDependencyBase(String parameterName, String entityAttributes) - - - Sets the shim of EntityDependencyBase.get_EntityAttributes() - - - Sets the shim of EntityDependencyBase.set_EntityAttributes(String value) - - - Sets the shim of EntityDependencyBase.get_ParameterType() - - - Shim type of Microsoft.Xrm.Sdk.Workflow.InputAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of InputAttribute.InputAttribute(String name) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.LocalParameterDependency - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of LocalParameterDependency.get_ParameterType() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of LocalParameterDependency.LocalParameterDependency(String parameterName, Type parameterType) - - - Sets the shim of LocalParameterDependency.get_ParameterType() - - - Shim type of Microsoft.Xrm.Sdk.Workflow.OutputAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of OutputAttribute.OutputAttribute(String name) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.ParameterAttribute - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ParameterAttribute.get_Name() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ParameterAttribute.ParameterAttribute(String name) - - - Sets the shim of ParameterAttribute.get_Name() - - - Shim type of Microsoft.Xrm.Sdk.Workflow.ParameterDependencyBase - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ParameterDependencyBase.get_ParameterName() - - - Sets the shim of ParameterDependencyBase.set_ParameterName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ParameterDependencyBase.ParameterDependencyBase() - - - Sets the shim of ParameterDependencyBase.ParameterDependencyBase(String parameterName) - - - Sets the shim of ParameterDependencyBase.get_ParameterName() - - - Sets the shim of ParameterDependencyBase.set_ParameterName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.PreImageDependency - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of PreImageDependency.PreImageDependency() - - - Sets the shim of PreImageDependency.PreImageDependency(String parameterName, String entityAttributes) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.PrimaryEntityDependency - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of PrimaryEntityDependency.get_Type() - - - Sets the shim of PrimaryEntityDependency.set_Type(Int32 value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of PrimaryEntityDependency.PrimaryEntityDependency() - - - Sets the shim of PrimaryEntityDependency.PrimaryEntityDependency(String parameterName, String entityAttributes, Int32 type) - - - Sets the shim of PrimaryEntityDependency.get_Type() - - - Sets the shim of PrimaryEntityDependency.set_Type(Int32 value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.ReferenceTargetAttribute - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ReferenceTargetAttribute.get_EntityName() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ReferenceTargetAttribute.ReferenceTargetAttribute(String entityName) - - - Sets the shim of ReferenceTargetAttribute.get_EntityName() - - - Shim type of Microsoft.Xrm.Sdk.Workflow.RelatedEntityDependency - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of RelatedEntityDependency.get_RelatedAttributeName() - - - Sets the shim of RelatedEntityDependency.set_RelatedAttributeName(String value) - - - Sets the shim of RelatedEntityDependency.get_RelatedEntityName() - - - Sets the shim of RelatedEntityDependency.set_RelatedEntityName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of RelatedEntityDependency.RelatedEntityDependency() - - - Sets the shim of RelatedEntityDependency.RelatedEntityDependency(String parameterName, String entityAttributes, String relatedAttributeName, String relatedEntityName) - - - Sets the shim of RelatedEntityDependency.get_RelatedAttributeName() - - - Sets the shim of RelatedEntityDependency.set_RelatedAttributeName(String value) - - - Sets the shim of RelatedEntityDependency.get_RelatedEntityName() - - - Sets the shim of RelatedEntityDependency.set_RelatedEntityName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.WaitSubscription - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of WaitSubscription.get_AttributeName() - - - Sets the shim of WaitSubscription.set_AttributeName(String value) - - - Sets the shim of WaitSubscription.get_EntityId() - - - Sets the shim of WaitSubscription.set_EntityId(Guid value) - - - Sets the shim of WaitSubscription.get_EntityName() - - - Sets the shim of WaitSubscription.set_EntityName(String value) - - - Sets the shim of WaitSubscription.get_AttributeName() - - - Sets the shim of WaitSubscription.set_AttributeName(String value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of WaitSubscription.WaitSubscription(String entityName, Guid entityId, String attributeName) - - - Sets the shim of WaitSubscription.get_EntityId() - - - Sets the shim of WaitSubscription.set_EntityId(Guid value) - - - Sets the shim of WaitSubscription.get_EntityName() - - - Sets the shim of WaitSubscription.set_EntityName(String value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.WorkflowArgument - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of WorkflowArgument.get_ArgumentType() - - - Sets the shim of WorkflowArgument.set_ArgumentType(Type value) - - - Sets the shim of WorkflowArgument.get_ContainerType() - - - Sets the shim of WorkflowArgument.set_ContainerType(Type value) - - - Sets the shim of WorkflowArgument.get_Description() - - - Sets the shim of WorkflowArgument.set_Description(String value) - - - Sets the shim of WorkflowArgument.get_Direction() - - - Sets the shim of WorkflowArgument.set_Direction(ArgumentDirection value) - - - Sets the shim of WorkflowArgument.get_EntityName() - - - Sets the shim of WorkflowArgument.set_EntityName(String value) - - - Sets the shim of WorkflowArgument.get_Name() - - - Sets the shim of WorkflowArgument.set_Name(String value) - - - Sets the shim of WorkflowArgument.get_Required() - - - Sets the shim of WorkflowArgument.set_Required(Boolean value) - - - Sets the shim of WorkflowArgument.get_Target() - - - Sets the shim of WorkflowArgument.set_Target(Boolean value) - - - Sets the shim of WorkflowArgument.get_Value() - - - Sets the shim of WorkflowArgument.set_Value(Object value) - - - Sets the shim of WorkflowArgument.get_ArgumentType() - - - Sets the shim of WorkflowArgument.set_ArgumentType(Type value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of WorkflowArgument.WorkflowArgument() - - - Sets the shim of WorkflowArgument.get_ContainerType() - - - Sets the shim of WorkflowArgument.set_ContainerType(Type value) - - - Sets the shim of WorkflowArgument.get_Description() - - - Sets the shim of WorkflowArgument.set_Description(String value) - - - Sets the shim of WorkflowArgument.get_Direction() - - - Sets the shim of WorkflowArgument.set_Direction(ArgumentDirection value) - - - Sets the shim of WorkflowArgument.get_EntityName() - - - Sets the shim of WorkflowArgument.set_EntityName(String value) - - - Sets the shim of WorkflowArgument.get_Name() - - - Sets the shim of WorkflowArgument.set_Name(String value) - - - Sets the shim of WorkflowArgument.get_Required() - - - Sets the shim of WorkflowArgument.set_Required(Boolean value) - - - Sets the shim of WorkflowArgument.get_Target() - - - Sets the shim of WorkflowArgument.set_Target(Boolean value) - - - Sets the shim of WorkflowArgument.get_Value() - - - Sets the shim of WorkflowArgument.set_Value(Object value) - - - Shim type of Microsoft.Xrm.Sdk.Workflow.WorkflowDependencyType - - - Initializes a new shim instance - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Shim type of Microsoft.Xrm.Sdk.Workflow.WorkflowStepActivityStatus - - - Initializes a new shim instance - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Shim type of Microsoft.Xrm.Sdk.Workflow.XrmTimeSpan - - - Initializes a new shim instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of XrmTimeSpan.CreateXrmTimeSpan(Int32 days, Int32 hours, Int32 minutes) - - - Sets the shim of XrmTimeSpan.CreateXrmTimeSpan(Int32 years, Int32 months, Int32 days, Int32 hours, Int32 minutes) - - - Sets the shim of XrmTimeSpan.CreateXrmTimeSpan(XrmTimeSpan cts) - - - Sets the shim of XrmTimeSpan.op_Equality(XrmTimeSpan span1, XrmTimeSpan span2) - - - Sets the shim of XrmTimeSpan.op_Inequality(XrmTimeSpan span1, XrmTimeSpan span2) - - - Sets the shim of XrmTimeSpan.XrmTimeSpan() - - - Stub type of Microsoft.Xrm.Sdk.Workflow.EntityDependencyBase - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubEntityDependencyBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of EntityDependencyBase.get_ParameterType() - - - Sets the stub of EntityDependencyBase.get_ParameterType() - - - Stub type of Microsoft.Xrm.Sdk.Workflow.IStorageService - - - Initializes a new instance of type StubIStorageService - - - Sets the stub of IStorageService.RetrieveData(Guid dataId) - - - Sets the stub of IStorageService.SaveData(Guid dataId, Object data) - - - Sets the stub of IStorageService.RetrieveData(Guid dataId) - - - Sets the stub of IStorageService.SaveData(Guid dataId, Object data) - - - Stub type of Microsoft.Xrm.Sdk.Workflow.IWaitNotificationService - - - Initializes a new instance of type StubIWaitNotificationService - - - Attaches delegates to emulate StubIWaitNotificationService.SubscriptionToRegister as a property with a backing field. - - - Sets the stub of IWaitNotificationService.RegisterListener(Guid queueId, String entityName, Guid entityId, String attributeName) - - - Sets the stub of IWaitNotificationService.UnregisterAllListeners() - - - Sets the stub of IWaitNotificationService.UnregisterListener(Guid subscriptionId) - - - Sets the stub of IWaitNotificationService.RegisterListener(Guid queueId, String entityName, Guid entityId, String attributeName) - - - Sets the stub of IWaitNotificationService.get_SubscriptionToRegister() - - - Sets the stub of IWaitNotificationService.get_SubscriptionToRegister() - - - Sets the stub of IWaitNotificationService.set_SubscriptionToRegister(WaitSubscription value) - - - Sets the stub of IWaitNotificationService.UnregisterAllListeners() - - - Sets the stub of IWaitNotificationService.UnregisterListener(Guid subscriptionId) - - - Stub type of Microsoft.Xrm.Sdk.Workflow.IWorkflowArgument - - - Initializes a new instance of type StubIWorkflowArgument - - - Sets the stub of IWorkflowArgument.get_ArgumentValue() - - - Sets the stub of IWorkflowArgument.get_ArgumentValue() - - - Stub type of Microsoft.Xrm.Sdk.Workflow.IWorkflowContext - - - Initializes a new instance of type StubIWorkflowContext - - - Sets the stub of IExecutionContext.get_BusinessUnitId() - - - Sets the stub of IExecutionContext.get_BusinessUnitId() - - - Sets the stub of IExecutionContext.get_CorrelationId() - - - Sets the stub of IExecutionContext.get_CorrelationId() - - - Sets the stub of IExecutionContext.get_Depth() - - - Sets the stub of IExecutionContext.get_Depth() - - - Sets the stub of IExecutionContext.get_InitiatingUserId() - - - Sets the stub of IExecutionContext.get_InitiatingUserId() - - - Sets the stub of IExecutionContext.get_InputParameters() - - - Sets the stub of IExecutionContext.get_InputParameters() - - - Sets the stub of IExecutionContext.get_IsExecutingOffline() - - - Sets the stub of IExecutionContext.get_IsExecutingOffline() - - - Sets the stub of IExecutionContext.get_IsInTransaction() - - - Sets the stub of IExecutionContext.get_IsInTransaction() - - - Sets the stub of IExecutionContext.get_IsOfflinePlayback() - - - Sets the stub of IExecutionContext.get_IsOfflinePlayback() - - - Sets the stub of IExecutionContext.get_IsolationMode() - - - Sets the stub of IExecutionContext.get_IsolationMode() - - - Sets the stub of IExecutionContext.get_MessageName() - - - Sets the stub of IExecutionContext.get_MessageName() - - - Sets the stub of IExecutionContext.get_Mode() - - - Sets the stub of IExecutionContext.get_Mode() - - - Sets the stub of IExecutionContext.get_OperationCreatedOn() - - - Sets the stub of IExecutionContext.get_OperationCreatedOn() - - - Sets the stub of IExecutionContext.get_OperationId() - - - Sets the stub of IExecutionContext.get_OperationId() - - - Sets the stub of IExecutionContext.get_OrganizationId() - - - Sets the stub of IExecutionContext.get_OrganizationId() - - - Sets the stub of IExecutionContext.get_OrganizationName() - - - Sets the stub of IExecutionContext.get_OrganizationName() - - - Sets the stub of IExecutionContext.get_OutputParameters() - - - Sets the stub of IExecutionContext.get_OutputParameters() - - - Sets the stub of IExecutionContext.get_OwningExtension() - - - Sets the stub of IExecutionContext.get_OwningExtension() - - - Sets the stub of IWorkflowContext.get_ParentContext() - - - Sets the stub of IWorkflowContext.get_ParentContext() - - - Sets the stub of IExecutionContext.get_PostEntityImages() - - - Sets the stub of IExecutionContext.get_PostEntityImages() - - - Sets the stub of IExecutionContext.get_PreEntityImages() - - - Sets the stub of IExecutionContext.get_PreEntityImages() - - - Sets the stub of IExecutionContext.get_PrimaryEntityId() - - - Sets the stub of IExecutionContext.get_PrimaryEntityId() - - - Sets the stub of IExecutionContext.get_PrimaryEntityName() - - - Sets the stub of IExecutionContext.get_PrimaryEntityName() - - - Sets the stub of IExecutionContext.get_RequestId() - - - Sets the stub of IExecutionContext.get_RequestId() - - - Sets the stub of IExecutionContext.get_SecondaryEntityName() - - - Sets the stub of IExecutionContext.get_SecondaryEntityName() - - - Sets the stub of IExecutionContext.get_SharedVariables() - - - Sets the stub of IExecutionContext.get_SharedVariables() - - - Sets the stub of IWorkflowContext.get_StageName() - - - Sets the stub of IWorkflowContext.get_StageName() - - - Sets the stub of IExecutionContext.get_UserId() - - - Sets the stub of IExecutionContext.get_UserId() - - - Sets the stub of IWorkflowContext.get_WorkflowCategory() - - - Sets the stub of IWorkflowContext.get_WorkflowCategory() - - - Sets the stub of IWorkflowContext.get_WorkflowMode() - - - Sets the stub of IWorkflowContext.get_WorkflowMode() - - - Stub type of Microsoft.Xrm.Sdk.Workflow.ParameterAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubParameterAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of Microsoft.Xrm.Sdk.Workflow.ParameterDependencyBase - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubParameterDependencyBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ParameterDependencyBase.get_ParameterType() - - - Sets the stub of ParameterDependencyBase.get_ParameterType() - - - diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/System.4.0.0.0.Fakes.dll b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/System.4.0.0.0.Fakes.dll deleted file mode 100644 index 2ba2aecc35b9309263d29ba6d8ac8dfe8257e423..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1099776 zcmcFs2bdhi(LLRr(t!jbNPq|;p8`1t0VffK$Tuvq}mbR9bmUjIA!w)Sj zx8a-rR+G=#ABW-3gXg(paLY{tpPu)&J`>06trF-|vPWz6Sw9|h3bssol z=Uqos4%%%k;Q+*Bdjo%vtzbjT<9cS_YUu4?uZsQ(pAIU4L;P$`kMP z{kjj|;M@Ki(bBTxqLrS?B-|99Z%AwR`S^23zcC|P7yQ2eEG;b^Js04{^!<8g zMupA`aXp}|`yza`PNo@5*MH1_{%zeCylXwOR8m!UzH zHcTSWzTDE@gtS3y^r&T9JFg^M=U`ajs1;k=Ib zWDukP`uFd?5#>=1cufD+&YPs@MSVBLfvOa>=nIbMhtDx9W?dVHF zq4MZa{YF7s)1g`CU93Ryv&6d?c?Ni3j&}x2I zGvO!5lcwp%;eCc9s_uTv(t>2ksZPenHsA^VChBe;+R6iH((@oba#o4zzV8niB=r4Z z3$z@8z}09OmXF|1t(|b<{WyN$M%qPza-riV;iId!HA-dSpq0uxqNSJ9@xz+nRBMIt zGpL$V;&J>uYB}ABoB~_N5AC_=2OmS5;0NJls{9}vP>{d#gVM<{l>g%v>~Mm?Z4iw9 ziSkFWO8!p}>q&f|R}stG-VEBSr-ZUYLa&~-KqnCh17tJ@2zzzH|IxoPQ(1g|s_BE6C`Y(d5nt0B#@&Q?aQ*tBWdHkuh zb0kN?Dy?npoiD^PM#eBIfv!z1U>lTE-k-mShQXhA27U*$S${q>3d{R*k`<$5YZaFG za|{--6{HKsR#>8~KqAIgSYq&fNtj=moni2OIW0n#=&Jlxy83EW`L$RUyPJUiLQc?; zkJWPlhOrt>T4FVvbBNU#ZxX9t2MxyRH}E}$^>O_sui3_ru>#!@qyxJ1@*AC-7G2g4 zblHYJjBP|yasmFGjX{dm#`;AY8xwR?LAZyFjSgjJW2^}q(^|pC<^YZxS#P0R$N`8) zANIBseGbsS6*dOP;C+}I!;n$rMaJ+uXw&moeB_XZE7H3u5?iUQ%uXZ>cZq3zTXuua zfE#fZV*GfIIPX{Ew6#xN44v-&8~)Hb8Nq-Z8`!_Cy&FSByEc%cf&>(DB|>80JD=&| zy2OgkrP8==B8JMbvISZX>&-_DtretA3v$x-u`NjZL(9;fWC(*_WZ>dDB!ak}@H4J= zU{3qwXJ|D)teNN}#C4i67-D|?kr5K(%Ey+aBUMJQ=LOLyW=Sk@2rtCDnkBI$EkEWj2``2GQSB#;vH8o8 zKDS7cKgt+mWcdgF)Y`cY0}XsH5=zMWsi8(;-q+_54T07Z8VD=d+fMR-?PVadm)Y3JWdgg6o8hnA@w z6Pgj>-{4H0rpOOj*yvFklkLIngZp-VEv)aru5TS~4(`|apLiQRT9nK&1(6Hz4xep$ z#1eb7IPYqYSfX&h5mJ>P-2cX+2>08n^8aGl3HQ5r!`W9Mc4HVy>|Tc7;A16zyZL)I zCt&>$yV=Iey+C(4(m_tJJiqIp%ld&X+t4n_i-=Axe!iRlCgCl>=LE#d=LEC3uqpY~ zHt-t_<^)SBlFtbOQZXl()yKmhlM^6*vST(U5Wte00Qqe(C)g9lXXg4pJ}00BC2=Fj zpqLXNy)NVg2|p!qqp_TTW}LT#*NW;x2W{IPCEbrk`mn(a{^=kKTA%qLYZ`mIYHEy zn|lnjbAoB-1S^&y6>|bXLa6y(Ld6jbHE_LMARw++E?n%G2!GdJ;Nu6h3+os#NWYHb z*H%_hKHQ3{pI$A+v29WUF~-NCPMi&}#F0OqcXi~m#Q2Ss4&+%Uc%iPryG#Y-LShK}j;ySz z?|sQ5X0Yr#EI5_v>Y(Dr7-p%l?>*!Zvs+noSd-l7x-LuPaV_3e9$6xf1BAyj$Rkrj zOr5~86k!J&u@YI9i7ALa{ z!@bXU>)?GXj;w>*b;DP}x}~mXt>b{={)t1PFCT27WZe)`W*6@q7GitslVHt&COtFa zBk5C^OCsk9zGaBej#x8Uth3myxdK)_Ym~8HejKf<^7CtyL4Gq^AX%ft3|CBGV>F2- zz!FVh6W&!5U@7i7Amga&|16;1Gb=u_{fF&_{tp#4V*iI(wyun7h0Qxz!_`({%|T95B6$a;MTg~gmp}eusAQULnAznlU-3y^Ae|2Pa8(rRqJU!3-ylb30`4-{H3+? z5_$!hYAg`Ta0{D)q__pSfL(2d8`0WWqP1<#yJ~GL(cvs8q;3cfXQ8yXa9Zq)Md0p4 z5_Cs$0pA(c*EDEiwc74n9M;)Kq2R9*RDaYWtfZA zfw^@pOcGGc#p=RbybjFmYGIOqVs2Cy<`Q*aZd(hJ1Qc^pg4wSHv#1s%O3_~}%ys4^ ziMbR$a{BDsy)^#PIvML7w9^hOH23XZMnIfKJ7hhFG!*tI0}Gv&;Vz3d)5P7rHZEx> z?#U^x^P8=? z!#teo%lEVB%chB0k1vBqD#tAPGQ}+ODRud>eH>`w%S5APzRbh^SYNhxZQPS3eD`v?NOU|RMMXa?Q7SW#u2Tib)+*N*2)MA9>o3qK%9SO` z^-$hbxw1sLP5_nG&aZ;OteX}m#-dCq)~hP7AIp&OuSk+U59^108nzkb=3oW7N0AQb9?kDM z=(2vG%QjquBrjqDav?q!vS}G)ZNICRCq4YR&@sX88#@#78{oKX#qa+Rj~P_)ObEJ5 z69F%7&Og}lB6I$lXF?8BB)|U?kc#_1*oBn5=*R5;9PZ%k{*M5b?EgS~&i?JWf$uSz zf71OQT9A{rUtb9_DDMAYV^?Hg&kZE}lcLuW#cDU(id|0n9Jo;6IhpKzw( z*fONz{*NFbu52QKV(t)EHjPDzE1Ol7H;?6PTsa9G(EtCQ-xwKx;CGF>qhH-_wNL-N%9iM~J@%iK9%2eRE(ct3>@$zwH(H|FAPE;fx zR{~Not}ONw#FgJUI2%_4uq3W5o{KB9!qR@yxIzm`d{2-;F|I6;i7N>|CBCPzxI!~d zeUEUIk1HZ0*z@UV6ypj@j4NmGuBL)4{hV>-WYEt_vKUvKB&*}f&^mP6P+Z|C&T>?Y zD>>aJ{FLanvA9B4Qli^pTru|lv&5BC%cN6`D^Xuf#g)^_kcx3dkPufeW-upQB*c|1 zV-cSCY|s-=EEkejm#rIYg@$3>;C0*(_1n7xJzuna!m-b z2)#THZ4*C5U}|zF@TK-Ad&kSL(-&*1nvf^*eFF6dYLw(JBx=Cn39FZXID zpf-{^sWLfw8uz@W?SWEU8-PNwW~6`-3;CaMZAk^;q7km z_Du2mwd{ia&1L&HAN#il@%F?=RsX^^)FlqkE#2-V0Ir8_>6Xp4i$@Z2Id+lq{5A0A zws^}EZ*Su5L%cao#LifsK?8@jT`+K1`vn7M>wCe#*$1~@(62Z4dtmpzsMuia`|JvaNPp z4h2ca(dV#+Hp1e`I%N;>4lLmLHMGke9M>riGHA?W*igZ)HHxJlpyVi1q85 zSl5(ev7urer&#d0*P~JN#4OPh-@v=-iCL07*ZHLRt-NKN{DyoThL2Rsx_rlZlN5@unextAWsRgb4mSH>?M!LsU z(``FoTVPD(NBaTW@sc0jFW=?R#NLi4-{I{IM;bi$UWkP(p7@U0h<8E(&-;$M9clXD zsg`oT0ih?gWQ2HDE~9($GCE8tGiGiLyT^`D+;bXD8O=euCl+{i=YQnWOXgl9ncrFd z|E(y{^-25-`_Z=ri^MJ1j){2Vh&P;gzb9Ud(NQ6c)>C(cIwWNG>)ipD?(G^OTHoi` z2+{iF$jO4Ol|u)%?2iyW7G}{}8PEZ_uHpt6eefpWXQbsv_T1(qKc|o%i{{QhdBxoy z6?bZcYponcfK>&6{e|VWpzE=}ViR+b{%O_pXYr&Th@}4zNuwwK1MRl%)ubb*Os5?Q z{lLyb#F2g=8|vsey&9)&Dk6Azm&Jn-?2HK3TA6uz(C^ZI?2dk5H8Ro{J3)ri(Q{^j zepKBo-cBBJC^CZn7-7(-Gl0|HJx==6HOTa-ZwoOODPWEu=2>-MK5Q`mlwiIHoc8YV zg1Oz`L|+F06Ki&{pW-u+?R4~3`AkPPoM^d>0@8_^t?;# z9&?~BVZYGA?mlDa9h|^L{EPSijtQ(HM0^<&h;$u27d!k(I>N)4cs%y(k_Z9&!MlMl zCe{#X?llB>YvR()>9+t5Rs$lAoP|R~=;*n$8poe)49V&fwojKuK!}nUYk3S8yE-g} z#ArkTeJ@4qi=V4M>1b;<;A7XeGX=t7JY!8D@-E|fVbZ-k&$~B)r=p;)uzbI$7Dsde&)d;+ zO*KxHF8*wFacu-_t!yw0FeXex7x2ESi`W;hi)Zq>cvuOS>jK_ZbrI<%F`_pLD$&K* zSp(nD#dYivbm43X^Yy3;u_bujj-KnCjNlQ|Jm^{F{{}0V8ws#31%ssRM*O9<^F$_X zwQ`A@P%Y$JdsO56MRAgRYxq#$Oe7ALI9^8`NeATuV~@UOTYN8P`!t5W=4N8uf)B*k zh}AZAPvExqow^sk{H*ag2ke~7t!SaS*TTeJkJ#lnx7CgFd@0V@1cz&A%iI2R^)4RQ z(6ld=9nfl6?-JopZVin!lOB63d{L!)yY1m2L|$LaTVzS>fhjh$5!UY__UVHCa+s?) zY}U+Szo6J|*WP=hhl#yGz%I+t@1T5rj;{D&*7K55PHg5~F4Bt4U~cdR>cklXOPn#h z$-6pZU`f_@n5$y?9LI;`Aa|07yYP|pu5Id4=y1C;CAV_+GU$X^*#oODfjsZlV`z`h|#NH^#!L1k9V{hvScAfV2 znqnvRwiB_%-r%tw09UP@XZdO7CukvlMJ^x@j(5ss|4s)gH|pVlDCahxnMRC?XatNxg7S>f_-3$&6+vvw-x&#i~R<%F-eiB`lqN9 zM+-|FEuZnOjuw{0&pR2lr+j`F_cXNkm9K=)=Tm>dnmIn-0ev^~PM-XnbvE$1X)2?7 zu*afZ*?x+081(bkJob7`V(;1rHr!UO-zQ|S%g2oNsB*ht=f{lJ3jKahv6C_LD6uz7 zWsW4@+U4>&yL>~i4@&KlHFNrYU$L=~8l&%*#NIr`uBYEaW~aXE?DyXkJL&flpi$j# z%(!j8SIG5yE5Tkd{K@$O*39+$1I2#C_WLMeV`34`)76g2s>#ajjr99N#ZLPDPNv_h zrTtzhbgngex5|(?DDy*7eY0k+-ybRVqqg6}L8BX!Q`_&Z6no_y_9B9 zEB0d+yNlRc5!-DJK8`=Oc3#8q5Z~GIM7)Vy^zWb~F+(okBtOTE=sH=V>--1rs_SG) zwkw|$TG(p#+m%nnGH8FnYFze|3sCtdspzsNOQiiJ?<#GU+}`KYLhN22-2TP;BqkSV z_7$5cF_uW|-@L2DSQ1A6EVS_AM9=6mRps7T2IF6|8L{L7RR2S&ip3JKzTsWPVo9)` z6vAa#-Dtowb->z6SK3*U8rKWS>%&TP3wb4dj^Iu^c$Z;J!#L ze-(!GfRI}L7urH}9_+R)2lwrM0|fB^0wp_UaCnzdC-x1ZE8mX83-dG%ZON_j{Jr&4 z@b_(f{Jm}YJ3#q^4YMO+!*b#HodUkga}54Te|AGeh&`Kk zEN`cix9yDV>gDCyMtJ$IjF-P!UhZv{mzNsh<@+*T-nG1Z)+{g64KL3J3p)CtjF+HL#T~Ni0XC?Zq0xa|BqJ zjCqOR{Eavt-~$n`fYV2DJ`}==!&Ztjo;W*roN1k1QmIvTZA7-M%1M>|e`Gm1Je6(P z8LyAgCYSA_oM>n{+4hYm1to&AC{exIvlwtLaSpTfT`qE^lfX~{&)3`k2#<6 zQ+W;$!+H@f>{8hT8WBC~glD_9$_c#IktV127{H)cx zdQKDMXK1x1SToT?+f?ex4-V#4;ELn$zrsfx9N${L#*?ow4&7SA1Zx|z&ig;K==lyG zDPFteG=1Gh^3wP-UQO>{-8%300_1?*>7XCvj$fPHj?g=Xap`QK!(xk{#m^b&x_`kI zrc>FwQ;X_n*-C9;_XtGU(-s7$^SRU(+H$f#6phPHi0D`e*#f_uaL&}_&)ybJH7cQ_Y_)t{PriaJ^p*X^b*(;R zowkkoXvaqt9&N9E>fwmEey?~2Ckxpt?kg}(J8}xHpT&KaxXvrkKTir{Bm6Fh?3wi^ z?tnb5xA_?zV$S9VTD;e6Kb_4_wEYyD?;zfE1-y*S4{@;0=BF1RYx9FF^yd*8e#!L} z%fvAjNnZyOdj^LcZN6`@z!kd7Un>+fi;-}$pr%T?6?u<@hmZn&%wJI##xei z{Om%jqcyA<%n{3urQz`gz~*GT`LJjp7ixQb3$`~WnuQ$i2+g09bNs_W%gfZ~cqA(4 z_}N-*PjbAS>EO|gxlko`jwRm3^K7PbEOD!IE@6F6_Kn(@I~L{G`8=`A91HO(eP()o zkm0()0{jNZD1O&?wvF{Mzkd_Xathmwit8NHi+ub#$3mn7x(oBW4!W!#=&}uWSILX$ zK`taWVLmp<>fxt&W_ljrxJcxmZ6hAfDi)uahQHM{1M-r@;N;xo@xdM{`_}LbS}R1w z5z32?ih-9A)>;nd2;4<^arwYtD;LQJ_{3c4JN@TXq<2vb3nl@Ht<)}O=L^Pn6(pYR z+6{f4!QvF&>Hk^${gdRK{_{CF32`47KnZd4+RkB_cK>bwg>_fvAOnfnITNh>CwmTl4r5DXy_SV4k_<0J~A9JRDEpKa-_-#V{0@T zMR&mx-NhK*RbR-GjMZtqzgI1?<~#khRCrP)C6?Hpv9lFJK zOzBR_m@wV~NAxIJjy|=5#1d}cDAjGkPl;~HPyNqt)2)^07K0`ZIjlA$_D??}_8)S* zlIQI)VW?j^on_J~K4%y8<@`*-i})G)91+$E)AKqb%aG=`ma!av2}h6+(-y#A@SI(U zX$z*sg?Tc#-E6HsQerpu zdn9%*hAMF|vc$o-IPdCUWJ#j+NMRlO<1ToQibd(!=vYS2mS8KUC2|3xOOmMWWw1o3 zrFd7NSYnzmMo6s@kQPaci>AfJVo~@&;sAX}V<|5Y%iwDnLXa=H;J7YZ6I&APg3N!H zm-*5l<_C$FIjM@w**cZ^o?hn5qDmA5OB4i5$_Robw;P2wHlsJ&QWW6TxZG`SmxJMJGVPTJEd7wb6g*_Td*6h)6KS(t!do+8wG(h6+Pqs%>)8d$t0-l^UMm9xy<{sL8M5cHk0?8=n>V=UvZ~_vJ(qw}+;iF2dwfsJo2&Mw`#dIXN8{)ACJ9wQ{!1o1YK)q&r9R zojaqawF34UdF-1xQEmeJg+{Q~%wzYRyE*K!XjgVVu+Z@Uq{v?68vP3OeqU~*&dnJ!d^A^ zDg1r`^ID&myFD^5aM=@!a@ZDpOdua&u3Fd=GxRh21M52&yC>#>WCu(XEKtJwq49#v}Xe`&3tS7!H4uT}gkYh$A9e?@*y z06!x|&j~-t9)KbVKV^FWS_^vSDJ!pM&NIB8{r;B*wdE{dvi}wI?w+Y#*XpCN|7GzC z`(GP5RI~r(wJzITI-cFLt77NDz6$$Y)i}Oi8^?Yn_AC2ap&#zqor$&|h5aoTa4}B8pfbQ@4ozl&&6|jDo)3Z$(-9LD` zr`JiB^#fhD@pQpMCWl=a;tF#c%+}L&z^&2R*@=&<6cuN1Y^BNaX-ppW_j3;Su8j5V zc$9Z#j3v%0_`tq;#L@Q!?d*`mo2)9tMJ?`qL2R2tb8~j=skCfh@#H-(s}ZlOh!-B6 z-O&NMQ9sTgx|1Aio`K|k%CW%P(BjFv0mc(=b>hY6uEP6!rk(=9x~Hv9<&~8{SZ4zdcde`Cv^#Qt^2-vsh!CE|S)-hbk4Z(Rcj+hZ$5x|ge;&8EISLOHEN|C;_e$TB(;E|gs2RY-p z6>+x4M`Gh)?PE^|#ATLkgtYT|TxMaz9F(q+;W3wpB{|Qw#M-Wa)h@%_4RQax^4<>D zS>W~t*;yb7m0&ynhsRtZw%Fhf#NLtE&Dr2yj-z0MI~ksW4H6>5Rk?rJnLL&Gmt9rI zRsMyo6lSh@jDK-D#(qNVyXbfladyE+R>!+V9q%fnqmJ1y2c z<2|g7_b|v#$0SsO?R1QJVZ;_4?@8>vh~1oycTaV^x8W)1m=GDR==*Sju4OyRllb<1 z$kV>$$;J@%?fW=L@$LH=Jn`*pt6&>Z(|8ijpA~V>SL4J~l!3gbubX)L6R#+P@SeWt zPeOF>PJ4cU;Ux5>N?WPJ0acj+69}m$7^nr$S!vj=fSJ8=k-^GPJK_D0o^x019TDO*8<@Dn)5Dfo`Iw-!x&p8Sv<)XenY&&h?nLIK1IbV3nW9e z&y^Le`as82wCckRW6`RKm0=Ei1-r(aBFaPT`UvuOB>DTXcHQHcw08Yl!=|-sf@T>F za$Mc=+3fRqML8Z+El2-+o=pFu9FMZ>$=+}DpJjW~+>dSW`N1N82iM2n(Uw2i`xXAM z_sfpR-mhG^T)y@ms4`J=?^kPu6~jXur@Hs+#t3FH$5`HEE4W8v&$OPEQj|)qy3@^3zh6}v>vW%DGEibZF9C<0*r>MDC zJXw*d<`u=g;;^3La2nhz{*~hRy`?pikB0Q&N@cfeSuOpP-zf~wUR9|^JgPencPcOqdu_o4U%CXo`u|CRR z)qd8m*ssGPmfr){e*Mm3$sRafiBbO^coFOHh*d4alPs3(fvXJ5?A`8xM=U>&KEgp2 z=h45nK(Zws?85mzoL-Lcx2t!@_@t0xRAwK+Jy&K0=Kb%inPe=UlOvUrlLcD+@c&s( zRt3rKgDGAt-=2vkadVy}-u)x*>gGI4SYDO+TD|e3)_ZKUcfn`>765Jq*6q(L-=|o< zWxGE5ruySYt^N7}FGrQ}a;oJ;w(pzarPls^ftRDpcsb4TBHQ`R@KS3(zrf2eWxV{s z@*>;&&G1rdf4{)Xv1PoRZh4XI{%T&z_xly4=6=7{3buQk^5UNy4N>R}%ZqIPxlioQ10?(;=K&O{=6L|Em7WLS-j&~9^Uus`kolwKOU?&GIbjEI8s`HHUS@yw zcMjIg6#X-^0_CL|b5t!(%=+Ht&>+&HGAhJ~NHYteK0=C#!_c5onEZ=UPrqU~K+{`iXj; z-?e=&oL~4qhbk*3eGRUx44!9^Fir!G&feV(Bj*C(&1M44BQzw<4goNtIS=lGjw zWiIQ$9cU4r-!*ud@pr0&b>nY((^EJ8F0jyY;=w^n-i&pcmZr`;oEH1)&pfDo70*1x zzQ%F*i#o<(tuqf%CO!k?u6TAFUT6g%XC89nFyW_U9M(GX5cx^YJaB)$WE@^(`I0ja zA}5}CxEOzuSN!-h50}KUdpP#ecw>TpUiY$iE545G@^};a&OBFvOjph{+{16AzfbVH z##ss04`(IV2FY=tJ6>$qpOv_ubZ}Mzk0Djl&7PHD{cxs%ZOZ6A=IK6OCtcPLblFDe zy7}UacFf5>&lQkX&z1Oq7sKjzc>c%_@3Ya|tMVfkc_=J-42BJLz9`2f4h?fSx7UKF zsG?7my_Tzpbv3by`wUah;wb_yg}V2+T5iIQ!#R$du%C8~a3Ja%6LuU3k>M)Lm-nzd zN&l}UPuGzrix~DY&x-xO-k@&ns>q#Sv=pd7}xIonzIa| zxaNGPWlz?eMTp?5d`-NGHRmFK7u3h!U6wyta~A%v=FE=BnzLNgvu2=7)Le7cS|Q`S z&~X~qoJE9K{kz-pCTq@k!;7DHO>50SQEIL^YpuY`MPE44 z?zOzgnsYO})LL^c@PaVtvk||p6LfT+gwG+&IJ^uGVi=xr~6Zgm+qMm)=a#p&(bbaULFu|7qMWw4_aQjK(ZTik;Ha8 zQeMo=E%LIb@WQjxX3dZ_bG%%xy!e@0(9uJdmt)Awua%dw^^2PO0#_)KU%v=Q#eD&n zID|7V4ekqEsW^ULAm9}D1%4wv3g@2tTG`6^ZTk$F$`^A?+MG{_u5xH*UqIlP5Ik%p z_-+d%82VMVR{scEgna>n=b^5SP<~BYq1aI4nd}Q_?p22MXicnZ%CXo`v1DJM3aj?M zK(SxfMl8QCp#6HxV#&UMH^Pv=tz~s4`I~(QU=i!Oh*d4a$1RrZ3uwQ}?A`7QL@Ynb zuXj*!Um)1w6BbDJ1%h3;_=G1Lt-skL=Wni-F@ARHZ&))o#&1wgo)l>HH&0nk9_JW8 zOvkw6r5=CtStI@ikszI+2B|!4dFel2@Hd!_J&7i9kAfxcQNUf9JqngEt&#kw_8x`m zspd0;S}Vl(n*iWu)>X0W&z5i5qo|G_?WsP$i|_qcl$y^JYOTP_&1JkiV|kH1ie`AJ zwMS9l<(4vDdMz)qN6`!~we~0qyxdyG%d?gj*`sKNms)!i1zv6|dv-%hfvm&6qCVyHV-a+`G|QVI1A5y!aiA;EP_gyvW|o5h|CmSWt8C<}O95%6*D^ zH!&7)ozU&wJeaN%j?Y;{t!Fn2J?9FR^JY~&f64Y-_HJCy)4iL7pJeYwk!tSUXsvYb zhHGhlamlY8Ya;NnU5I@%M;>P4;fg_19Ckl_onu49*uJMdpBxd#l4#-clu<> zi8~*zV;t7nyNNRKU)e6@cvBmpHW8^B;^A0hG%di&L&vmY@(NU5fwY6E=znl+56HD*n{tfn@b;H`yq4A zzoA~w2lxP&7X{u2ggt|2LCuTsL*aAstGFY3CTys4>9OSdD9<;m2rqI08J6W89}(L> z;}x;JP5s3|$2q7VW2K3$6nG5togh0S}WM%3o2QmZz>>GiTMFR}O$& z%iag0wSs(J0(s}%{QNn{=Ur13t2Sd@J@5 z?|B31*he;0DDgo^V66|rnVX0uKBx~!^t9q5#Y%k8+YV8DP@91iA4CF*DL%+`uMQui zGOX!?v{o2n@2I4`4+@fQx2%W{n(Df*Iz_~d{TCn97j1g_;Unq4*XdssslSkRl7>#% zN;@q+=tLsH+kAi~(Fd`_yC3qd`XH9-@j=@2nm$Nt1^K)S@`(=$@)=;c79Zrz1M+b` z=$BSL8}%L(eUPGfAEdcUwGU#OM3#vUde8AjA2iU2ls>4#awk6MccQ)WaWWlRl#i45 zBUJS`VMA4)_#hDke9-jxOKaz7=Y!n4(#rF>ON0NZna^phpdXwl@%nksj@Je03lRv! zCw+=K;*;b87W5fzM7v^%cJ+7ORl8!z*%kB9^4O*vRi2S}!hIeyZ(y&Gtp!`F*F!vf`TwSfIe9(!TXaM;k@Akp1gPIqO`7!Rh+?CX5%WkG)f z^cmyN9geuV{X{#HvGmaH-d)1BYBp;T8fPd(U92POl8ZPO7-+{+^4@60t{f_IcsbPp z*3YN|trc|e50wLE)RCFf$jtwxI;aQx_C~P3$YVc~V7r)xa}v?dO5C1-a-R_&Nw31( z;h&B)-NFzNvXeU90voE(KO@#Dp`Y$I!m+L#vBam(M68*svAj?JQhPCrr96B=P{so& zJj3JYB7d%;J1gl9Eus4_r8~^hU6*uEt4(*dT6Dk4(>7qjImerG4$IZF8bx6&PM z`Mr>I|6uto(w(yw-LLa>pDWPCu5=Z@bCK@cCH($J>CR*MZCeQZo^JU)tUz}J>CRh1 z_Zy`&WV;&)-v z?JVKFYjuaz|yD~qssFH<)Cu7@R`pOv{r~w zm?7ozgfq$KpF~6|BP;_&op<#f7V}M|TDe`YuM4r-ojGF7B$9aVj=1Tum$2%2lGr## zFq+Fy+wGEi+c=Wg=cRU85BANCU{9aN{;WytMMhEPb@qEu z9(xqm@l}51fTX{JbA8x z^4OO)iTy<**u(SK%Pk)IjhuHW$$1a9>zYTWdBou{kGNj*+oM2ZSnmy?>~e3`L>{5F zLLM=X^0Bndy)Pvn=QEE$wmlkkWT8whG}k^R<>iPRFV6}ux(@AlVa*&bBb1kAEHB@X z7i^!oJrTE7Sr7KeB`AkFvFFWWj|Yuv?D9FHO1HABVCUBdwN}u;o>_MvPcE@gZf&`I-l$Y7yEcNoa31@_4E70D_FcV4=j`cj!M-`Q zC)Uhqy;HHrTJ5|`Y%CAhekW^3UA@1~VGmh~GQT{HnV&{$FrFC#&xEVdWquy~%AZIqX|W>gRM zX^mhnk;i_#N$kGMG|=xQ^Vs7-!|5M>a3$1<-jOAG$CY_k*Nj*i)tHQqYlP3GK;QYt z#7^&4J{!aSrV;F=^Vkb68)VcN_EuYO_SKmEZ0E4m&;>s z1scuxrK1|bUOta~W0Tk)HG;iD9(#u6L%$IhR+YGLhF{xW9WBH|%0*pk+c#>g7z?^( z>z7(9#EP-XTe5Du4tc|ZqhwNRpicA^EYVl2$-C++STeq%JfBexD%%O4`Mn9P75H2Q z^fS5Ch2-<9G^W*q{Y4|#tLCv+SfM%WAN18*n z#XL@XRGD|h2JCX2VkdSv5;UA$M*m!ozE=?JI&E#dVkdhp>k?aR4dZn+8LwB?m&e_z zW3yHsr?rC3ucdq>@lo=)t5cgV&tH^krB)uNwF36qd2Gq!1RHtWCa5D`N-pZi;}oS* zE05D!ftPjiyht9`gdA$+aRuxNd2Gq!n!v7=#}%;G&0|X*C)n`9o1#wi%`DM3Z^pao zn^`ixxgJ}omB$tMoCx}5d0Z1Rs+GqTu<kW;Vz%Y zZG{%%A>~5yIQL8#&Ns*N6Y?&PacI~x9v@iMxGBU7Jac#(uKlxkn>&0Swp$$)aioQ0 z<&ZpE>zS5a8K|z201?(0%Hy+QRchspS}XYEEmRgse3rcNTAw#=jXKdcu|(gr4ezRN zV#)ZXdiboBM-=$n67-#KO8AsKLimKv)`0L@JMj>HJ!>*Z0NmbuWwPWH`864>738(8 z@{z>y>!~Unk+JJi<^EZzRz7b8d%HaLTq`w)y$RZt&2^Q-(C_W@*e5iJ{bVE9JLIvy zRcz!i2cwRRP`RihhtVEZmRh+1IqaC{<#5nwM*lB0g1u87d#$Gw@L&3-X)K{3}`f?@7){0-ZhVXT$9*0HiErd9{brQvA=Ev8}BpA z<${A&4Khdc!K<82Ok#;K=@-1KF^MG;lj`xuqk&QPnAijKGx_p*%4eM0)`NXWBiMKc zOAhziNF&(YdF->B#D207Y&^}I8)JRPHP`R8(5`OZazGyY&?d2OYy`WK z$9}&_?0LpF(C?l+_Bx=^jIB*>1pB}|_O(r7f6@r{L3!+9tA~DLezT^`Z}1WVIX8bM zT1dt#7iMpvJl0@x>*qYRa$co`c?;N6^4OB|Hi2C$=Ph94JV?&xO3vE^cCDPZ zfc=|1w&c7`VAsld3)py`Cf9Gtc?BEU?H^GmuEVgzocAo=)tr~5x^iCSpt3G}Oj%sg zT46lm>|u`2-_TDrA)`AR!Nys`9QFrIVh>-VfqoyE$KDJyn(6oHjbQ&akNtR)*llYz z(C?%2*vo-NGyU#q1RLkla{4~EN$gs4yMmn`lgF01T@!X*Yi?J-J~odnbGs(6pKC=T>BezFnl6Y|*KHHp34+70x3Y94zh&}e3ioze*QiFxd& zo5Y@Bod){-yF7LmXf)IBT5A}EF?LcOTh=g|7-O~8Fbdee&tq@ExqK7Ywbn2S*eB<) zWeuYV?B{B%VHB|cFOU6sll`9Dh^?KH$G*8qTl=~Z>{IjDBPTSc?@4G^w@*DSk9~5J z*pD`X{f9jEXH8<)TDvLO+Ua?0S-WY%&TFmR6tK_8W6Ro&U}G-7mdxex29&s0`IEor z=ugT=@jXX)q^Q1m`|Y}BFnrx|yVF`>o^ZBeC;O!9fkrouk~NBbOe5Im55Axp`jtPb|veM0=K?s~1^dc;j-!UJC7o_1+P5;-0}`O`JB+ zT0sZrDfZg-Siu3r#s<5b3B3e$;+&Et&M7bDU7b_1WagCR=k)L}j9*`B=)G3wgMQ{r zsJzz-kE&Q(sRw(81t_EE(`WC$D|x5Z1$k_FuT>Q`-i8*>dUW+7Q!eV~R?*L$K@Lto zteMl#g^In7)z7ok4<3TB{l;s_EH*ObBKDVpeOHRjnmO!?6nlcj9<&~?abQN?)3L7j zD7*|Oz7G?m!xfG zAmx3KB%qk`K1kO+@o}}^Nvry+`94Uk75vOqDrt8%Md`{g>wu zw?LboE%A}a+UxXcMcPV8D-v62r{#T+7=z;AZa|ah;8>!AyODR*!Ld}&`yjRFHQxuR zwSs)E0eS1+l<%{38wcN@3AmLk}z4CFg9a@x+lj|Z>^*CWeRiC^MQUrlKX?y&owG+>e z_8Y|?YuzChSHW+wcJ3IhI$9^+22lPs>h1i7;_v0R`_0wC=*^gU z`uE_C#2wS)cT3;E_Y~I0HC`s$F@AL7IGHgG4Ovx$@)5rRK=OQn!rSZ1S@uIZ?FE=YM-dC{ib&++3S0~T|1vVgT)b_jF+Z%^x$=-#KD_C zUBB_p%BhP%2>w0cw>miS$$0Cm0*X(b*S=?TB|_fkI!B%JUH=1#*@;(X^=pl93rE}v zqg{Jf*#fQ0-dLu!g0yMPPV??*bk#iGfE#77CmFim%b;J&(covsB0uAL2bS?OwD;vy z`>dJhB)n&mLkbMh-QX>(DkQoayxlaigynWGBaE&4&?vfamgvIo=UsK-EcqOjF;3(; z4M}2(Qokhc0R5~a@nY1-HsVu|q&xc)b&HptO;fiIH^LD;N|vKfEl1Bqj%aI9w+TNb zx+OpL>y~bg$I_q;q$fbnuSe$jYp3iN2hlNo+^_41Of0qX)m) z!twu3u=Fs-?kPi>-wyia;IQ2oLr~jUq81Wj*~ote1SAZ|g|nO5GJ$9GzIPpo168As zegm9pt-$F6)tnNLzIT%Ky*rW92daGUY1Su-Om;z=o?Y>gLwZn=b`#Q*0}@-Q?_G?O zjR(EoakBqI0cUsO>`{XAkmBr_;;@zCY(Sic5}eZuIC~Li?-Cpg1V7gHNpaXpak`1~ zaDsD20cT(0>{o*Gh~jjoIBcajrx526kK^KWVzbG6j@1e(x1(8EdqMLq}chya^c)k#C0_ z+CLKYmnatevN*&rnG|K6Xo_X#a0aI*og%`zP>02m*o2?h>gd4_xKa-h%da6IBk~@? z&p-qTQSjFm=p+I?MIiXF7tthoHkNqzCEiuf#uDeo_2du*o}e(#llK&Xr{7qfB!_sK zJRyfTOca4|k;)iQHdhm;})IaizU~BgGv|n*}9EZ0Gg7j1j?r~*t0O_c{M`aSp~(0I^@43R4<{RE4VLXaxC%g+q|nL$C97(90@t}CtsaN zxa>TmC3p-UBMvmfq(#wEhXdYphwZepp*# z8?lKD-493ybU);G9dubg&}AF?1M(vNKrYlD{N!s^m}Ysa^J`Yb%dc5ICsyZVxedla zgX=_pRV2So6p)JRM9+Ksu4kPnuEnJ5MDIE{yG|s4vQG4#HLI04PkzC5E?p-=Zeqvy zk6$OE1-UWq?L5e!xK8wKVZlcbw}(0|Juj#=O|b&Kg}=}b=f4nB;d zILlFSohYZcc2}4O@z<&6~PfNu4P*?BiG16ZVGL6a>GC!Fb z$}aO@O+qgDV zyw)=@1(|=F$ChVen$Y)n@LadP|Ch%;Nc#+x3F_(+_xl#DUvY5@~ zSQELN)(W;UJ?Og})~z=C_n1FTK40^>91?u2sXsxxL))7KBMwcJPZDMy*7&d z2-oLIt+U`-E68AoVkdDz&Vs+uICibG;05fN^4M|~T(B|w8IC&QDda-uGv%>bQEHwA z*IGdiGv|4cv*1;7C_f9XR4cX4f@`gSJ&R%&&w{_1>Y&{AlxpR383Ts~dvNo(z1ltGYKX;_z0XsLjlGi;+wXnOqdml$F_0WGG|g5Dyavz2 z3ovk8AF-Dg*LI|jrx6G1M=4I&qZtwVc)E~|ePlz0+K5o^1--g;_46#2oWDGSSZ5Zn zk~8r*V#&cP>*{|rkg~2$0*WbT;$8Q|j%$x8)nCms@med`@q8+2Kc+;-kn~xW6*&|C zzU#i~^nBZY(dnPirsr&YB=+QWieqNpYn>ycRi|vFot884ej*ce zljTf2+a$6~&crY1c;f&)&xn)*^nA;moQeNHv{yb(E%Q7j^vS%iAyqODv6zG|Pxc&y-~Mn%5-c?^;hA9bQs1=pw)S*!n;JV7a!i59*NO1V51p_HY_43#1mh~f3=Tos>;__m2Ze;D0VsahKiL7r`Ji) zZ}CjZjc6Cnq&yMzYR{xB>w0I-q>!p8_a?MfXMotXfA`Dzfnya8#fL>x*(E@(fS*!?B-q3HA z{V^dfvY;eWS$ytgu`+wDyH+ew7Grr=Wxnc8n}0msK=0OJJN8a4>htS=jyCVlKduQXzFXd}lbm!5>q61o#jpR9-J%@p ziMJ8U`}MUPRE)QR1i${I1rooG6KRq!PC%0=Kb9!Jb$M6i$5Oq1y};AjXpHWICm(ME zPfuB%#IOI0JR#mbEm~NUYJwIvB09Ao7g09F`O%-zF3gY438`bqN+&8Gettx9oC&j) z`kXB|6aGq+Ff+!?Zt(XP+MHD8EYA?97azzoai~wvAadQX-9Iz7o`aJ)%d>(Y9T_8Y zmcLlYeH9Xd-x$rJI#{AQHsM`W2TNij&IgaQ{K*-~=g8kFZk`zBkmSMZgN8TCQ{8k? z#KAn6tyLaJDs!;OGI=~tylKc|0|%Iw#|swn%m}IDV4&@z_Y(fn+PS&9hL@|#uf*~MhR4C}ov+4QFw@Pb6`HAB_&hKlBVR+qkT2j| zrP>dU3Wu}gn@0Wk7)i3?G}v18Bl*JDek^Z}D$#gYqVa6OyJ|cvag4n#%$GqG@qODGRbt;*V&Asm zUF{o7?AzPI{6V2_@1(`Q#-eof-Kz3?Rps|%S?qBF`aiwcqd$wi17Lafaz}oHsonTp z<4h;(hqIS#9fDIpd_XS85GZS{?E(6p6N{ZDLMDo*qKh6 zu^-a@Os8;^Khr5Pf<5n!MsY~9#38*0@9L0dNyf*to`o9|^w-##&YeI%E6L)SPA5s) zt$nV0-#T>L(3wt-;w(p>TKkq~e{;G`_$kqCV`n<)N=kHFJkx3HpKGs4+)kcdjQVQm zOy@3T(kY(ljQVQoOy{m;NX0Xqf`qv9fkcXvLfrW<7A4SpR8{`Cs*F`X#9(PYPG;br zR^Rw6-f;f25Ht1x*Nhqa@*AV6hu<|~5$lJT!8T>FsGD>^cYl7@L6`LdUAAE?A}d5PZR674f85mP~xwG42rR+r4J{!^q)t=H_XU*+?nuG;;$NuMKt5o zUkOL~SR^unJs*fhF&44JSacBYYAj;u=Zr=Bfqqt!#aQGdSsjaxsYAC7#UhU4EJwvy zl+$g(Pl;|Di$!!LCAuxfB4htQODsB|OghC_6!q0qEUJ_t6=RVgAr^fuq2kgIi~bRd z5{tg5D*v;p{ADa>pJO`|95EjJlHV99hw-~coMHVC57?$G&ismWKz9ni>!8c}fiBxH z&X5<0Gjj3s#hHVF<3@*%GsMfsnLgtAnx69s*=_pHqh~YADXof)Za8WKfJV?U^`}@KfT88jCYD|LGm}9-E6HMDM3#TYvYW+V z-yG8#sQ~AEBp}2&%LQ!zx402U1WOzdNAa$X2$s08_a7m353xY%Xx`IuJ zge;NNvAnCKSR$!!gw$gs#a{e379H2$#v6b-j;#nK7a)2(i7FIJggSwD6^bQ7{ZB}} ztP=Vzmb0<-B(!4;{5`)x^$+~65nEY5#6Y$wi>?1hI-q+Bzw4mO`hhOnQ0C-C1R)nc zUu>NU9On^yY$aYkw)XvTvGqhn^074_6=Q3^24X87pvuP9-#IuNTLn;J>-VsXG`9B7 z#nxwFNuF_3#n>uH2pm61pm?8w1FrW>5D?cZ7qIL<;zqQ0mT2#1@vhoC zOD-|CNI!|y-(nrk z_ts1ou$&!r*nSnxR7Nbnw|%aIif256L_kDW37T zq`=caQ19u$M^dRYcINy@&4;1$G3w=LdaUOC9$3owy zw>Yw|KbSZeLxb>_*3R!~_Ofs7_L0i%T4chr&%bD2u4CD;s znKi`D<)V2zzr;ZsI~VM{ozLh^;&L>KCczR-;tJkXlVHi`lG{Lb4cf$|Xr0(ZkVw%c zhL9Ow<&Syr{3g>+AfRoR&ye(d-xc;2aQ@BA*46&LRJ`}b%6LAG+ z0{VBU*u3AhBWwlQ=Qe((2mA1Knz z^2_>xU$!xHFSqd3FBfr;rDzv@{WFE=51Z@`~GvIS3TIiVT_66x-A^3y9({$QDo|b zy%I)r8QU^-ng?w)(oDAnM)xqt4{#XYWq2cM<6T_~Z(fVHT#Dz;2VBYib@qcVGjp{| zV@CB+@LZLx&>T;shqBA4SQB#4S|QTV(>TA1^UW#)__z5jM+cCj*+c?izwN3bKjV5Y zE8}NqH9xGG@Dp+$x;rq$__KiFi1BAZ%hJhYNn9?19~CFTPcEP%d#0j)Dl_vAG_{J# z^&&Iau=D;-W~`amj*kiSqE2Q$ZxFkI%oef?zCs3PPh{ryC=-5?IZ(<^*?Y3Imgc5( z6$iLuGUV#@9MUe%9(;y^J5&RjM=AOmx;Zl{Ng~X~rfmD7-31&7Fc8 zY56)d3M#dwfvKFbwsf}0sZLvBgv;8}D9g{yrVwP?!GVwR)L$kCi?*F2wq_dURWC;W`- zy|Rp-q1F7bX2MVKmrP&0z7UxblU~BIbP!o`DJt~k=B3wJeaRenNi^wM3Ljal+auP} zRanbdtkZ}!ms3cEWB9zs#SG7Q|ML~x7 z%Z&w`)riyOaCDr7_>|Y$q(x36fS>562=m|LYD9#!w z&YBiyFUMLdle(x)5GWq za0uRJ0j!zR;C;%;gp`wYEhle)WcR$}1koM4^R7;lS#o)%&0(fX{a7~c zOhTv2&RG@o#hFSr?o71YA3!VEKAK3M%9<__;>NX;3Ps8*?LJ&^ELsJVtKi z#F`0T-j{I}>EyJbFrdC{Bg@b1AlW^?%84-%KQ~y-&$!;3%J>;t%@1oP{DhdusjL^# z#)c!Nd7D_479mTYXxC ztf%v0=QJ z>c6rAx?A?!Jz6X9{UQJoFBbUT#qzxoB{*8`(d}#1!^;cuo1S@(THxiSGG2DIy!4$r z!%KNwR!vn75V_>zvepW6d0Bb!aXH9kH_OX$l*^d9<)SE+%WLRJYXx3jQC@tc3B2rX zd3juQgq_Ge@R!!kE$PpB;%v`Y6nDQ@ReA4NW`2?R&5w7$1NV~t%5RwIhy1Q_PK@=j z7XKz9`xLf;5ohVXM>?SUKELar%ld&X+b~>_7YSE#0i2)dxzjg*aO_uhz;I}Kae*ac$1)F$NdGT3V;04cHMz1cvf4ivi;(RRj zrmE)dJbhOB4D4HqG~AzmfxEN?qF8$Se4;>W!9r!Xac zEbclNay^OHo$IH$o{8FHRN4)l2d6bV&HJbwWbmPt!JgFo5?%)Oxub-iWImkoQ#K#g zTDqpsA?4FNzosu7F{~GV|5jv#vGoxe#el;S1J1|1s{w~48LL0jGqCT1epZsjGiy$g zalYepyFnegZRpGzJxZ3NPpxj{8Q7d|6Mjl`+t`^ky0sGB7SF61`>&m^str{ddIt7y zWzs30S&RB|ekRGC3+HX{!%XRX;e#@y`R$-zj%SSo2~iHuA0x``>SryVfPjPnxqxMV ziW|}1S)#pv#=C0oEFp$;?nk%jY;C`qdH;v%LB5a}p5MvQTESm`4jgM`K3ELf4&7NY z`Y>Xb=T%Czatzv)<#<{vVE;q0UH;&)uO{|V5qo1`-)>{WeB38r0xyc~>4tPLH;N$e`mztdBVrH@M!{}AHicb^qU z&l-Gb`uGcrvg!^%S=OT*%D*tqZGk@CZ7~*RAD1DEo1Gl=Sh}v5fTVKOidOPA({idd@W-8hP~FuU|RlI92uM8c9%I z)$$w5>fv+&%Llu1zNW*?aqkh=Z*h%Q1M)&AR&`G%mT@|#uW$zxA6^{L}$Vh z@BWu})tRsq&yv;le+8btMq}$CM6S#(54Svt|67qfi6)K^O&m`}N%_cF);#zkE1Tq; z?bM)yn&%I-R`4g^DyOZ&+T=d%E)V{#qb-)$zk3B{#Z;#)rM13|dNYMQ; z7D()I6#~KXS|QPBk1X+S8}F(;vJ~y{5-V#NBRm}$&e;}t`ayZ}=WGK{$6B7`ob9U8 z`LKpl+wKcEh)&bI#yB9f7sZ8ECCA0*UB+g*#{9Bl^2^;$0LHczOY$d2G(oS1{ef%U<|J=X4Ij4#hvH5Kg;4~w)1M%pJ@+J}(#_>}g& z1==f+_V3DQcSPDJS=u*}_Ufb!oA^Ed;%s6f_%E(|uSg94ZgjjKHqB$FQ{A|AZ?Bs# ziLge{4RfvgEbo$Qtwg#fJKiJRm}^b%NV{C?|1AH@>;&p-2HChg~7|=7~MsyG?(LoI1U3CyFk(slF z)ZJu;D{1G%q6FM?V>!FNH7m$)eQPMc0Wv4QYpk2GepugP8*hgbAnWNx*4{VGMmnH7 zJHP9o%ld&X+b}4T7mvp6`rRwaP4R&^dMLm_3YYF*d4bgk;9G&cPB zwJKUrl1By^6xXUIdKuWYs)V1C^^C@zucR6KSmD>IgrodgmBSYwKP6Xy`Y1hk<@plEt+uCrQQ(doJhZI&|C6S`|lemZRcYRZh1FKP9?tY^{o} zq(ryHwJKx(_3EpkwW>MFq*Gk0iu$T&t!j*pf1j@pFGKp=`WeYt1&NX4e2ElKYgD@+ zmf?%%14Z%0av{0X_V9mwtpAhv`WXG+1^7Vj^t$pD;_Ez7AAZh4dNPN;(E1~pv#b~V zQ9W~(h~;H4LS^ujbXvMVuYQpQk~z!z1j6v0A5G$*W{Gzf;9VWmEX6rX?YTsOr+Lvh z86VPn@N}`|N%XP-c|v@@MAYyy)dDpvOmxmANYM zUdU$_0W|ZOMfnZJmgaYjJc;!~KEpO;c@pwep}PdX>!8c}fiBz7D9DQ#gaUT+#IEeJZZEd`8+8g74xJ`yq%Vv33-qH=zZspzKr7_+0z^2 z;B1~GfRZQO2-8rLl{{%v*SR#7zFS8uZD>!A7L@pkAcJC_w3(NI&65&-N@8hac@oVy zjitg-K2H)E!Jd~vqd2Tt;;>$pcXe2^^mFD(i-CStlEpm9NwPXmdan-MHk2oE6lXd5 zR6>=XlFOc6PPYj^CAw`aPogU+(QPqLGWP$oh;`;55!|Vqd!3RSeA2~hzq(6wQwGBE!=WH zk#M`*@K!OFKP9)h`d7CP{)olv>U|)dYE`VtS_rqpdLImba;L{xGvUZb@a0u9cNlIE z!SA%ZY{3Y=1$jXjBEJ%b~eZCJLiL^sr zysCp@Dt5mRcfF=>eZYcsQ{Y=UFs^Y;LcbrgSd#laNUVnnShCgTbH9}%;KNmbkCXt0 z_45TRp5%g$67MK%N+x~tmb8*e@o0C>Hc0U?i}QIubZl$sSb4u5Cr<5tjV3Pys9H7k|q=S+>JY^vzcklx@>_I+mWhr*@G%^2-k3^QiPP$_E zo)Oy7PI@iYQ93X=4xODmVX?$co+Z{_3Ru=oR*QhoRRKPq2Sj*Z8;xSnXNf_79p2TT z&l2ZRZtOm3dF$$ZEI6sw=qoE{qEEwm{~dBT=f7Apk(9T(aUky^>f~h$b~C}M^gm+(>lI>M>7M&9Vyzyr z{92V58~wzq7VG}#9&5y;*N9aflh$xx`Iz*&g?q(x4S4m$;@CH@u{Bj={tR326K_}~ znH!4(L@a(2e`)QUi?NvVz_-%k+p#Fq!gs35f2}INTUCB9mfbS``_(u87H@=!Ak+H*K=(yAzCpK5(W-sxE0Dfpp%oEe#z5aU$x(;mH#3 zuE)DNJXzvY`(t5#2~BrCiRG}LfPG2CI=}9}0ork%ydl3qbsK)Wd2;sME3A+C>`Mp@ zQ`n|#p1cw1fbPcpPU&I|zWA;f)(`V!wqb%oUPSbAp>|r#PqwD){r=fsRrcOa*9R5n zS$uv%YMceLl?q&*8`;jsGq>itHs#d007Pl_TFuiVid6II5v>)n6iU$X^e#*|sYAxNP zrdfIsd0(y~`rNYg0^e2OL^@-a-Mlw}5cX0kGUZ?SK}+KbgKI>nfW% zK${y0qU1&-pu)s(v|d zD1X*QF={?*qqTyiZLXY5NICh3LMoo$OI(IvCQyW8>Z-BcBqd|85fgblcy zsomxdUA^DMCv=sg#-6p=0swA=_~$sn2-(H*EzjEQED~&tmxi9T*|Ln6T`e#2tW7m9 z<cj+0H?a?~%<%H%~{|21tSeIOJ7it7j_^1bN zVo@~N(vNzV+LG%`fSlWGuC@;VnN#h{Z*;Gl-!4}}J;|xAf%D;e{jSCL6xPS}b-ZR9 z=2UDWl9P)%eA8Lsxthwk2s348#I;tC)^5N_d=v2~t()i`UHaKtxtoz|HywjzvGQiL z3D2cQq~y8O-5nk$bv{-KAoCZtRz!)Fy9;8N)AzG}S>}(o6YmauAZ{5vKY!dKLft8( zMX0hT%7zMs-HZLZ_aGE>wLcm~17(SK58z!jP?ltjxizV$3Vii}h4i%I1AKj_V=SyS z?1|-r?lWi9qrb?h8L%z-lK}-!iPdA{Jf}mte7>V)dC+4;J20 zRs(DAax6Afti=*6m&5mGzdAQhbJLcXo2qsz1N+dru~z0hms_o1&BO+L?!uAftot5g z0kG~P>`TyR2FdO{y{);uo&iOE#`R+65_08~pP|+Kux7$f&^?E@*ZqBlBbxt_mZb&B zlIp%5Kd2mqk-eYx-RI?DWIt?;Uwrvq>^pop-uDL2c3|*>c#W7X;w@F7D1H!cdkJM1 z(eSF3a3e%Cyj3LJ+SvV~?clzhcy&d%8Roi)|2zns(|;b!Z;ZZQ@VkcpWc}bj*@pg; zZNz`d#n0zIE5J$oC-L(Bb8oS*xNg|jj%8UlwEh!EK*HLDea}me!!!O<0BJyYvqT(Z z;y?HCHtqaWqyF>22<82!LKXezzJ!9V4n?ErKUw14U-GW{PnN`g+OfaiPd)Z&70K8S znkkO`{k)v)*iZQRNya`+GadUX&*Ip3s+0U;+Id`I>>r|i_hUcwy*T!}*>|q;%_yVt zFb;lmD41&~e5ijqz4v^7N zuixsgHjw0fu<&5~KJWW~+O9G{lj3L}dw#&-9PYBf0f7)8A4%X23mPQEao0U|@xxsX zCn1o8gu@B0!QE|<-~@LkSkUizs=BLdre|i~-MzaX?@rH6_fuWgRoy*30!Y6#GZ<^S zAbzVe*kj-P)}aY1_$`CV{Z>~{yQ5GkDGEzel%sjq6osYCZ=F!337 z*7xAIV&8MWwLAMxzcs7a<=MdloJbkb1IUHhPl1lYH-d*neeGOBBFpOcdhMwwrDMvJ z5|8#Xn`a58p~iLWAyQKN>3MJGMUfuk{{)5NkbjQGjDkhexzC4kvbS?j1&eD%BYcb@ zYs&up$b=RA^|98g2OSc6^^gZTp1sDQE=&ttj=rA)zaI-fzkQQfmfT+LkgBzkR6Mg2O#di|JSkB_~6+>`PqN!go{!1y)0 z7{YaN{F);bW&E16RGur9(|A^R*W^^t!13(Q{0pI;!M{45Rjv*3d5mXr_6zHXudFyz z=5)4$cK^b^Ewsz$W4o-wagwx%oy&#EVUq97JOwzaePM4V@o48Sc{#}0FZ-CCYrdAp zO59}`W2J0w`5z4_#7Yr~wM_Zsyp{2SRKJGs8gX974>T*`6!%yBN#Xn&f&j`I0vj+$ zSwq-YJ6GJBd0BDnb8AV4+S#kUnbaWVcJTj^2XA?Tz;bESI+++g|O>q!m|E^qyy=?9Hr_ZGoN|+4gR4CS6I5Z1cUD zPXAk#SFhe-`D-0_^1Yc!Uaiavnf}C)w z5?7#kjw@I4FTii+UmdS1_ek)0j4QH7f_2<@wX$#b8n%OWujSujyU5M+@0{>?wEHag zUa(GGyEle*Z)&k!J|Ej zXB#;fN1;qJj9OR&HYRl*frjeVS?sB3b>}LjIC&&Q zvBE;c5es?RP9<#zINr5N%cZ@c<-9st7WTB<(mPsCh;eP_Qw_A(Q;{#{*U_?!KmF z*qg*NKEs0BMT+L;rlngz_TD4j`}is11*nS?)CbZP?HQpK z^-$-qYX_@A#k_F!4C^CeeO!liNy7T1gteH*x|&$pEg7FUZ=37Ir^E_+k@y($?@LWy zCA}E!f$lLN3`V!0N*Z@r;<$S&@7lP_QrZ(N`{mM^ly0Y-(bM@jAnLyAV^2jJz6{N4 zWEXbIMQvW(Q~ffjKE!-mo!xxt_><}L<%U$^4{Mn|e_{Nwm{#`)K2nTnD|ueO=Sr#%RV7-%uXk;-_ebgCu;=AR?RyceTRmDJ9>DK-4NnNJNL8ClPH-XtPVz zg%KWGd>gh^jOcnmeNLteR~hfaTvgOM)-qk#HUY)_MsV7@i@Go{&Da=H=iaD1s(fBO zpRDq=jQUg;O7tx2={d1T4|QP?_Pa<=;r#p}J$2{j+f&d5#D38yGyV*^aEcQN9p!SK zuFFYR)P=zVb_88(d3h{GT^LAt48l)Q7vx)7gC-n=2q2s&^Djk}$%VlJqnaR-3rl%L zc$B#672+PuH9W4Yiw-63uxi{eAY7OFS=RZbJ>GM^pQ`g~dpyzk5yYD^!>iEw>lIdY zek#v(MG>qufxqu5@iFD04Ykor2UgQQGZ+jRfy1X$Gl zM_bVSY2*ZNYLfdVN}cXAGpW@50D|dH+`J#pxr0BuZMy$vXk zZkC&pvo1GX9>qBmu(|3Do^!?b=C%LK6huoAMk=#@+TFFg~h{oL1 zo{I6?9ZG4+O@)QX68_KACb{Whj(5$usiAZ><)-#jq~*>!T2}D1NN(CXE#^mimz&;I zM@ycYwoZ%nxG^`iry^hOuA}8Ao-dM{CR*xZ?8e;m9zzN-cGQMEH$7amA+9y{GB>@~ za6)bxaq`^sh=9{dZkjk($W8B4G?$wS9LLO`dJal%8vE5sZtCztC~|*-3c0C4{mes2 zZhE8|RBO3uj`cvo3c0Cat?02NH`Q*nn42c7kefbe@+#@YN*+jZQvt$Y^gODh+>|Be zrZ4cW<)$pPlA9Vmjk&2k747CBG_R3K$W5b`;hRTkT#(%KDD!P~cGH-fK5R%O{^Yr7 z)Gz=3+84!`%;l!mC&>ltvT}PW_M8z!WzWa@o=a}3J&!S&#NX`&dJ4IzAvNZv_Ea%9 zWh@h7vJj`6!mjM;lH4@$sps6(;Z?-xk11>+Hx*!w(^v7(lAD@c_9-`g)Oa6q!Kih4 zZmK}V`25SFF7!V)Wz?s-P@*T#O%pvSH!aXp6Q46z?qz(=_%rB2$W2Wb^4v7)LMyqc z(}g@Y{kNj}+*DvCH(k{$g5;*rHgxQ1&P~g>VL*5?^|P$=t9d-hO=CY>$xR(zh0Z^v zu!Y>z>HO**T5?l`?q6>Dbn0u!O--hGZkqaf2=XSKm-$}{y5FnZl$lAT?&rB_mF^el zsnPvDW~RswUPlv>AIOE~2lSH<`#A-f&sYQXy4J)G z=51!QL<;*srbS`!gz4}b=J5WbWU0=qB^n|)qt#EcAxoyV=eFIWWBf8$<_{n7*m6G4 z+QeQb!=5qB6uqc`VvYD*4q8_{u}0Pna0|9|9tONY9mfE$t@8n5Park|iZ{?k3Nu*Z z-8XsH!VH!qC)IO=x-&ZQJ(m$(>t%Ef3Ut1N`jD5D_0nkXXOOPeJ}6u6sqHko|2W zEh`eTKh`p!6$x~l^eXN_ozgdc*Sm zfXCX}mkgHoA=(tnlM9aB{k6NdJe9%j*m$koVGkyj>)@;VXm@Wbptn20tF^lm02u7< zL}J6jK0+JG?pWg8k9pVZj-~$C-8-mXvb#iQZg(dsTVxF5UfbT<-Mb3s>`u_C?Jj`z z(eB<;sAPA7RB3l7ORxH8ckeq!2D?j)%Krz$3PC+f}J-5ZPH z{VW*X|Inxyo?Jk_lfw2s@stMJWBawXcZw=mpKb5I3g~T5@M>-Ej{pp|_a|b*%DzGy z$@W;{-LHAqY>%b>*xsk8U$VVKXKs6^DqH$&d!H$svpqqpw!Hw>N89^cp_1(hQl;(v zS$fq!+xx;XGT2^XWNv#Rxqg7w+%zI9>W)=YHfcK26hOP}rTdxdj$Cur4n7r^>xcLTr~c$8#!f>ddDf0JJI&+evBIB~SW z?h+$&yAv7r$L{c1EOxJ8cLG>%cdBAyccR{~yG_OJ{t)bLYAO>q&&tK5u)86i%3ybF zyw>i{PzCF=-3?VhKi&ymt=;_{fWhwmL2OvqNVJjcjwRlmhIh^GSn7}64MY9Xc$etR z?e0uvOP}p-xWYNR6SQi(3t)Y;yAcYN>`ss>?GCR;$v!|m_q%U7-jt4!!R`_xbGs86 z_s8z0QoMrQ31Ge5sfvl+iF(8CHWRzsG1%QGv?+Ec7n8#7ru9??yJO?Ec6XL4SfA}~ zItBE0CwR4XcQycn-JL^hSlBFRBiS8GygMuJn%%L~AG@0#^-Fe_=*;czTxCn2?QRBz zb9N_a)pi%a`e=7EDpayNL8`PnyujFRyPL@|GT2>WWNvpNJ5@2U zJ5g`g-R5F<`vkk27j25&$;G6wyV*RI!S2|2t=*lk3f5=4n_U6D-3eZ;-CY2{V0RZ1 z8x}Sn+DLZC67SB>yJmMR^~dh!K>d>4B|3Av`=_#{&vrMb!a2JWv}(HxV12Z^xfCkd zogh`(-9^%?{>7PdJ4Ob(ON`9zPGsC4yPHSx3U()e^>(K!CUz(44ZGVy?Cz*wcZ;D- zu{*h#6n3|Or!v?b8?Uvyi&eq;Y$H&-L)%JvO7Vlw7bitSN*fQMI0l8 z-6clmb|*6KkKHY*cm=x?z&#Icm*!n-BrYfg)NIVlHIYyyUX#e*&R#$u{*4ll!Z%Xw`NX!1`!+ODj~eJ3*?nJG{cx?>O^^j*-Fc5+ifF6B+l%?v_!! zg53#Vz1^vbiQS2Mb1h*jF}%xYc(T!Z>r#1}QhD1_dAm}1`&8DA;X9-oSf3vYs>QP9 zg8i@CSGFVS#dpGXkMB{&eO$|%Y{R}XHph4PSj!em&*W<5wL!LZI6F1r{J0K>wG8J5 zkE3hb`8g~1Vx>2pvy%D~&p`Y?1)^Ob13}ZmDLGSNXAgxp632D?OO3Fece^z8X@$Bz zv6l7eDc`5M{a*L8PvKpp)Tgk9{u9Fq`>UdiIy?>*wZ?T^#}2`@t&A$k;jzTKtMINl zJeIgOQuiJ`;n%+9U6FC@`>y!Gx_+W*;DlGxyCOK%n?8@s?i5-Qvsv4C@H%;*%&y1l z>KPAbgxBG*w&9K1+Tqpd>u$sg?@Ffr1)i^{Nbq?jyI?KDS&=wJyBO~IDElLBr)=-Q zPl1mCXC=eA(`hU0Z+DNg9A%56XvMdxUF6>?+JpVM6~_q|aH3s|NvyjK&v?6FMeEX9 z?2;?u_<6^PIx*< zr0{eU_Q9zr(mkY9J~Wl-Ki5PoGnMcSlUgIN6=z*gz;}m!!N2I-M*Q1wz7wCvJ3ey0 z6YEGUR?+VIYzOUbz`rfD%jaXeti#Q1q(xLrF5m<8Z2n1pzSCO3Q7OEr)=j+X^PO&1 z6|`}DWTt~Jqlwz{oz^y_SBprjWy&t+JKZ8kF*lmVbL2DkVu~)eKLSm2-&BF0jprX5YVXc>q6QUoK63jl zPmrANbX(woKi{c9Pt6%XJa4M?^PQ;1VR(GoF^MtyJD#LNj7QMtU!hWR4J^?${F--d z=w?amL-n@c8w%$SCQkP1e5du$ekCX0^<-a6vXzq>e<#^?w;SQ)5Ui{sRaeS z3qF=sTuIS;o+3HlsY^YfjY{!fUI zDM621kRQ~kIsEu9d+N93nH*c`nH=+`xH|4t-@>tCYd!RV4eICXjsT(!{fK_Xb=+e* zRfo4tGv1a>ct?7??TdIr25g1?&FT9md%CwH9-;uoH@<&^!=CP~6i|7;gX^L4{wNQ5 z2q7^cvDl*I=l;N(%i}H2ed{|CZztl-RyZq-$D~ah&J)r+9r19qt(A(Y^l-F}T^t=# zgZiufF@jjKS=G%GS_9k9!-=K^!J}CE%6%A<$enK}GN#x^vzHh?EeTX$4KSj9( zKJJ*X_La8Bi$#);tY}zE5(}xUj(v6g+K*VZ{n{a6mHWkthK2V#vVP?}+`kcPr+O?_ zG%T28z`_XHfl6syWr^eJINr5!l_fW>&hPmxc5(peIuJi49}(Wy*%|fYxO$LKq8t}H zImVmiEk@d0ZS52IKiF;8ek?EU9@vfHe6VvWLA7YXN)vYK~ZQK}YKx&1r?|9vd|ttLp3ptg%>B zXJ4c2XCAMrep><1cr`jUXa-yCdu3a%w$@fbgQncpGu!ZUC9cz4UAf;l&rtpiY=5Sz@;L=; z6Xg<7=_g`@x3&`@&sMed2-~uno)FQc;XGS0(DGbW{m-gtNty&&%1kMk`<&Z@05ixc z1rqD2)$3w?V@831RL~)qHc}N26x(Vc9x%Emwu>XFQ*+KGC!bc}a#7bRZR~B<&UMZ8 zD%#ldRU%rB99}XihX*fWzfe_qTUO4otvNRyRmU`^7UWwkpE4VZbXD@?@@l%uJkc>X z=`dCV^CYR*RyBz~i2REkCXK%_+rW}sPwiH#Q)(BHbJ=K#v9)2m)HB9xmC<<(#)7kU zL$lNa#a=1D_B70wd&Zo-&zK9&*3Gj*#RbYZ8>y%p!&(uP(*SWCb+%q?t6DgzEeI!Z zu@J}Odkyl>hXuv9tA$e2HiY7|KwY2szHNKNsTM>lI1q%>gye7c?h$j2O5yh!bHUj& zO$c2_--i#_BG56g{gor5NpjCWOo># zq=F8er+bFXz5^QgVU%AOvSftC%-5L=|2gwDkr!beYXdirCD&_qFB9vxwb#vKVRu30 zJQj8=RNj9>?qih4K83|Rz*!)rb1hPB{qh4XYGB_$USn(4Fw^rjo*meZW&XSdzu#37 zzpn-$>;}lI9YY}VV7^9iti_sqUil#G7^?`;jK9Hc0~-tIdG+&%ZBET&*VR~K`Gy); z5zjGhA%?}7C5%d8)n^`{s*P6sFOWdfjUG%QcqExogd%)c)!;Nc z`UZWP8iT>gPSi)DFhG-N=TF(Xg?)jaA@BA%!ADi3tyQROeO)515z+jYw1Q5Yg6SVu zwRIEQ`YJwL5^QCSmz!!-@??sgJS#m0yv;e$+nnpX%}&nS$n~0O%BSAje1Z;E&6@vL z?!%83_2^Ub!)B7&+Rvkp*|IQKZoD zPTm>1rEk_?n%n!Ls``gS|80$UzpSdUA^|O72=s=D{Gu)xpvKf`h4jWuT5MC6UbV{~Mo)5{lweL%%)6K9Kq#M`H- zAD6;*#}jFRj3wUPgLiF#jHR^qbh?bDi%3)0JDt(giORZHE9{+)G_jV^v^#0~hBU#3 z>h@?~>~NMZ_r0qQ=Ms-|mf>JW#HIM3w)W#F6>ez0EEOyFuhO<9K)gDEf)=az1;Qn$K}56iB<|cWowl46~3?XO{Z@IPwURJzLGe2QHT1p ziQyE^v))V5xG;aM?CX+V$mZ#*JRVmGIuhO{(Bo;nuE^T;)x`TJK8XOl%@ST%yWTrN zg*}qeGp=2;qN&Sm6r)0chq{;KE{`Saw$~8rTHOQhu;Sj8eH2XgL;XwbMbKp3mUS!P z8f11Y@q!&BUWPr3;}s3I8SEg+>|Y*9&a{p^tn&fa5hwV7)USZEui*qA5OG+`dL%yJ zyWj&(K$YYJSfUR&k#}#R!0DM-qHXFP)B11L89kj3Kt^@nL$jx%=h_d=t43exR16w@ zy{Gzhiv4@hXpU`u|L|e3;_CgwhSfRsy7hZZ?Wsr+tyd|+{w*+0l^zt`;3*n~COZbS zso(PZhYR!+_Lv%y&{Ma^)Sj~M!_tL-Aev#>Hg5DJ4c*1thJJVA-`+Oln~gW2O4rT! zDSfk1KG(Pc3{y5Eg%3CCHyaa4aa+=XN>chR1~xbttI{_ciDjBMt0PZjcq077lNo)t zlD^yeN#8+b`fjhJk63l|4IXeL=zGf3HQ&*Mt)Pyr+w-J6K7JJG$<2 zgvA|QgfOxeH?~pl$+M?DO(N5~Nz*-~srVhvUda@j*r;YnruRD1l1zzJK^*9s;Rizp zoQ}WGc>2~R&+a3A_mjRkvb}F*p2>GYhtEE82=>F}ig&0IIc@w{=*S@*4>&TXjh_o0 zIi#JSm4rqrz~mfm8$%T~#o|k; z2%x{S4nsS+K$HJqlXxdl13s1rbSCc_5KFRGvQEbrI?D0a1zS=5V%Q zu!lKV$g~c3*;a6|ZJ+j0hs!n$_rxM@U97Mial=@!QkHN3O#xl3AQs73;bk}r1H(6v zqe*l9=VbVNoReW4&dIQjI6}EV|LT03pOeYP?}=!o;M>?5eH&|8=VVR> z&QE+>D|0dlr!XgTmZG^i8G$1+Iiq8EGAEPpdY+RRlj+FW2`Y@?2K9!Ak~tZL65qym zPMYUr99DFt=O~z;lMytD@!qV1Ymk|rlS#Y`G1s|@mSV0bGuAR5%A8E(VV~w?&NCbU zpkYxt>P9{%GmyFgMZN)5(qPOI@7~C}HW;%s8RulqNAs%DVNND;C!doUBpO|wleuG3 z&&kkwm7*{w6Di8)WCjNt^K&ukGMAP480KV3e9Y%$5+Cd0tmZkH zYZTbUSprEvk`2$d)w=W%>NixoqqH%Cv&BfSD2GY^2+CAlDz8lqlY<}s~ujZANib& z;BoEu9rV1d{gXIx@@}#CUMk9R{`;l!2c`0dsmz$D;@qM;K_~N;yZ9G@-M{&_VJ(@@ z$GnAgn76Qwi9qS)stgI=#CF+-R69zE#0|-Xdr7@_GPX5J-tr`>q`ZYC z<}FY0uH`K(O~$ddn93%^&?+PHmo}R=pk=;*vTv8ElFN^ z-jd{1ryo7!E!_?;(~mrF5j-r9d=9N^YoB^V*unZmDk4948f{8`AQy{;Hm*o-ATviwVFY-YBtdzSx~ZlLw&_#l^$=(&e>UBV4B$e}L9 z-~ISJt}o*?>oA{U9qEx=0H>$Dj(>^qa_8T%^|fxVqdgT@!T$rCLVQX*W?WZs?Y*so zU25yRiMwe>SbSQyR&+HUj{A4#i}VaD#RaafXl z2fF8TDCugS8~S6byJNbs4Ktn@Ym{{k$E#1Hx)+EqD752SAR~6;lLh)izC*20$=vLy zhhz>O$uQ+OQF)q6pC{5HTwQ3Gs0 z?OO^&vp7e2D@f#Rn}<4xU7l8;tWP66mh=e+so9zR2`lvJZR-=x-ST}J=z)$W&~yZX z`hS2b$tYOj-4A)!jDn@~zC>Y9w$Su2X?g@d;B!XPJE&anLXpp`Wqdv_bw0)jIiGQ6 zPy?UeRiG+9v!X%a=rPA<^}SPiK9A|fGGnwT>rdx1s5dIT(xVp6C#!n>p7r`M!8YxB z+>?Tr%*J(0Pf5sdGzd~^YyVkL^N+}Ns<~W1C?DfS5*14n)hE1bqGCxK8!U~j78?66 z@3S$vK($X<%|=m{*w|;hYmKoa_BTY@S~s-y1#h!0xj?NiSipPPlpRR42eLiJ`$yLU$p z9XYIHI8b2kq<-{_X$LR=uYH94Ulk>t-3<^LV;n*3Q3U7AMP+9I?yd`M_ZE>LR(ZltzYVp~)4uC>Kd@<+KWrUgXY z8~9#%Z{YVJMEy~ihbA)pK5LnikiCI3Q#9s_bDZg#a0Z~+N*vZQ9N8NfaWtlX(d&Th zSDv0YGvEiFCiTb8PsL%LM3NkHMrnM!^ht6|)-|+8Db`WaE3OwP-b)$YOvIbH7H^=# z8&$?*UBi=Yh}yd*yjhy@+M4iK*YIQuV$XQ9HscL$!ed>-lkJB+e4Zbq!Cp z9wt0JllEmVKRJ_jcH+%}pOU`BZHGe@P`CfhDFCW5y6uqF4N|rp3M73L&!oul=IQ}& zNHZR*8=h=840v_=IXCg@^>bJgKUvqnWV@k&Ay=FS|I^mKTX0M>qY-g(asd}K3OABt zVu_Av7Tz_-#FC5=zpor48vW8#s9W$C1g`c=v-HO=Ouk-T4$KGpao zd?p0mw#iTQ;FqR#c)>3vyxcEo@0##>@JrJ);pKj*XS^Q#()3MuxnJrTuLr+0T@zmJ zml9r`pXkXi&8UC{za$c@^GgERcfT}4GhXhO0$v~e(o9YK%>9ypG5eiY9Me(3G0lxu z#4*W**h^2}V_84Oqn&F=4)b)3i8O~n9K;;Po{E|JtV%DU){vR18gDT1Ov&6ge@~*jlmQt+PoFiv6&4J45`@>3dq^aA}BssEnzOOm*oC;LM z=R8L?K2N3`c`oa9$dO~O^Bj3jN`kg9zu3a5!4}%dbY`M*A-16F7|nA*8<_qDotV!k z33EYgkD9)K*L0Z+noE?gp8sCYZSKJIe0~LT{1>F^xuCgwqvr`L^l1U>Q_%C+r+hAG zo}lN8pi0tnmZ;~8@~-JQOReg8M$>|*T+s7KQ$81@ov-IJ)wO=kZ6O7!;&ZO&#^=eT z=L=h}gPzA;=XyRbB{7zB6736$rcVr-z8Kj~O_vKuWi)OiS+PV}EzY|pE0(wlvXC@& z37ZNwvL^l()-{&Gqg>Zmnt##IGW^@HuEFQyx(4fTUY2!)M!7(Ksr)SX!ZF?7PGNIv zHaFb6b&Vx}Q_v#f(OUC$jrr7sKuas@8XK8kD6DHNsd!YTa4v}e(r6d<{z29?<`=}M zx4m800L$1lLWOk=gUZ)676@khBUDPNz!FtqS>82OUg=@3~M36qsr93I!Put<%1q&!-{&ppUm zz@ezqb(pTXWJt>!(&4)15|LQTvU2Qd9oNwwl>7fsB`G&cRPGgc*OZ$j@^dj^;60I_ zqf-(5{23o2KjmU_^7AJ^QY#4jBw{r`7wI2Ae`-j9pAjkNC*FLPSawBJN&IAq{9K85 zjh`%uMlLQKe1r@I2gmX@IVcyXwK8kjygy59YZczLwpe1kF!|>Fe`j7h&UB9fCInD3 z?@#KpdH*HQQ&T{h_g{<*qggH~On8<|kjZcyJA!#4DT66LXaC3)xrlbr%k$J$Rf3Ue zh5fH=j2d&HUpJTiucLz;*T55r_bie3Yx1t~o~0D4<@47Uq4hXVzOivJ__NheS+zLK zlSi6Z%UC7nso}Nt#(DCK9nSB|IIGv;EagQa=cx$}?0jjFz-vJ**J3Xz0l5GZ*2ay* z8kWeKb$HiU!;*^ghtk*wY;3FqUdyB#knj3@kgdx_ALY9)8c|*b`LeNU`Qp8PvC|Fk zMCt@f?8Jt=Yn@=J&+`2RDi`D%Y0Bk`*ZfC4<)!|SpOpipqf&=;fNF*?L$}lc2 zTP!YDEH0mlVxB)PmH)3)ULlor9Ahjzm5gIykI(NxF=OFB@GqFY6aO~6Gr{NMI}@x! zU&%V6HgaL(Wp0C)JKIQm(Si;B60H!%I}xe2c??@atEL4`eb26eTEl6Soo3Ov+#x8`@f-TN8wUGHBjn15$N&}!b9 z2yhKDyOzAfUK*~iWHS4WqS;!nr~+m7FW)hF*E{l1W2t=1xQ;mg#1C*%zk+W3)^LJP ziMqjBW>+$1;P?vhDLbP|@+mCQr|iPJ=2KXrPw6RlGkSV={@(A55ce@2Qsa z_i*|}SP$^$?|lPD?Q#~*T}p`CmN?YA^Y>`IN>Pa0BSklOisbw~9Oof6=HK-$&@)Ni znV<^+K{Ug%ZQSTdlJob>HYVXa6DHbWF`(K+NlIG>ZWlsSwbMHjw|esAorz>ilklC1 zoW70A^xaZP-%SnlO|Ew)HdWF}?@Wk})xR?#Y@-dHh_PvsyfcyWY_l@Y?yclm{;qeD z>7;&VA}4ZlC9>k33E`lBXW~9DTzR>pWE+#|orx{Ve0;c)j}LnCBqCgdK^E6xX1Q8ZSCas zgtV@jFZ#i{#zo(?hWPP0;??WNwhk}T57w=~Ll*NBNi^nW7K4PK1C2;RAQuR`#^FW^ z##mx7wkz*iFvb!mwtgy2EgYKa;$5bsa)C;_v69Whu*9Zz=Ur=xC7p*k0b|PK*nhdH zW%e;_=maJrnd*5MzsGVJ23F|j&!nHr$HZ^NRFwI;iuc?10|axm{rMN2K8}AIay335 zb2ZkXXjn)1DHjcP?Q^xvuJ=GI8b^lt61K*;pS4UwBv->pZ!PC)38%0ov8STBTutEU z{F&()p5$r?uP?dUUI{ALwn1I(p(IyRs0LfR22~ntZEpqhxtgHWMXt6a40)2~YP4RZDCBC9qC8hyKG>Mg)e7`Xl3a~01O&NUO(>!n z=DC{L#$?Ua4pfq|TulgT%GHuBP1aoPfHHj{S1Zw%=W2<*$(5@eq@yov?O`4w(DZ=$2dOM$KJG1 zJU26$)#-!J&2oJ>GGP_;L6ReDyG|c^$ixSX7L2^4R*S`zzv3iW8MO=ue3A z*dB8L*0Oj~=H!1I;=GgbM2hoRVw`sh?^>M4l9Ii$ki7}Jp^KHPq#NkRpZOp&L%C?| z$Az@>u(q&qxgUQ-I~r$&ey~0EgSCqN_`lGP)9^&<2TSb7>AY+GV5!yh$}P$?{Rx$o zrjTDnnpX9^mG$TqLhM)P1Gw@S=VvmUQ|oY6^Ek3zDLB-w)kO-s#k}?B#o`*ND7v?1 zsk~OHyml&cy*XQ-oCpe;^Pa`OU@{WE#+;YW$DEgSnDerZXo_4k0mDfwjc@th=a^AlssF3p-RG#xHREs%p z;-SrFouObp=M^*=Q`hyJloUI_HOS28yxIEX-xV#5aZzUf@;sEBH}bGgIqyFVC-{(v zljpoY4L$@?bUuV7`VcVO`4E;SW6pafnpceuId7!;de0qMpZu9vU-FZ#i{CNB@y5I^>i6JO%+GX2PNV(A_ZH2D=fj%2a@*Sx?--M5P2edh}}C!%|| zc#={0cr|jm5sNO-jvRMH`w2{SmS{(M8?M((wc}^a&u}fy*!k4f{*%`Jd)N=V=Q_V7 zvVAt&z7lS4tWInfGO$+o8&KWW{wETGeC8VPK=K*6K-7pB*u|18F_uJ(>tackxa{~_ zX=-9j-+ost{yr5YefvWy1Nbhs!IWDr=*#y*-u;SyFJeshi)okIHpb-X#_=7EZDU#A z(cqI<^|q(t%mRYuV3ivK9;eq3j+xdbQVdgk^P*ZTb(?J3Kf~vicVnGG52BAo1RZT~Q`ZNM2b=j$ z@WbmJV>GxXUB`m1*F0V8biZ6j*UU+G%5Hu6oE7e6Mw$BqfG2|3s2gQ$=|US z_p5(+-P0!LwQPwxU0dO&8V@T&hPQPYk9EyItW|~gMuxWy@wTnS!%~XjZCA!)UBm0B z!h18r+n#tk)Z*Rj@OCWYv995rT!r^mhPM;(cCN)kuy6g_rHseAhIe%lPi^&Wk2j|K zjVj%G3Kd6n?^Lu^K3R}(SXIV0NYaB0yTeffTOH?Vd7rebY`Ubhyi=s*%_>@^+?BNK zT%?6hR?%{s(XwlimQGL0B51N>l@cxQ7HN5_ik4ppExQzH;geOgAn6Hw=_=B)o2O+< z(z2@2Qa6XUJL<$ayv$qPVMrl{iQaM#k8}W$)SBaa9r=2}o=rG+*5R<0Y28tVgRy2W z{7+l^U2&}0I~8Sc*{4(BgFRxLNxF>6ZBViaEuH&=bxnA~}#b zMTC`&bBcUE&MC4E29e6S%17A_+C@m+QoDRUw#z!wuG&W7eatc4kZj!f-4XS#^EA=N zG$LJ&jghddZJ=#+vz6BQ^k{GR zbidJ3;?qH%Pp=xEf{tr=o_L{X!A~+~$T*uF)*L){r z8{kaiapZfduMy{U#YvJMIB3F>5J1Np_>Z>nSmz~^W#GqAj6e_p>-SU-_MO8_|G17d zl+ldw4gsdl_gxQ5uHNHfGVS~|YL9a9h}TMcDoUP~rK3lQ+iwYlLGs&^Akj+LouBV3 z&{LT2GbEvB<}y9_AVg6UW86mb20?DVPjr!S+dG~lye%AfgfJ7yq6rWmtHx+2q&xt>|s_d(HM##4kIm73%m$pI4woeBSM-({%@as(c=12&(1q zp+}N)0|W^%#9`2xw)Q6&LtsoohOc9iT&Uh`1v=jI_9W*59*%llN8kr^>>9_+VK{80 z0~>JR4>5;AQuO?-BSkT#_0f9%7OR^Re*0JG`dTy_*!Aua}c>xR;~b#G|F6i+oRM|)b1F;q6vCJJSsd@9U^2%lCb&MDfL zJrYjf(<_NjI=>MxPAA5CkxzB!2mhRHhj&I&+aaTTRhzao+t6~`?r3@aK>Z(;M*|1o z#NYuJh#by^2Z33?h1%RF@FxH2-uRiO&~FvY!k1zYZ_kRq`|qvV;24G%sz#z8Q{(5mtLx3D3`aL6eJ2yig z>%MqkPem`l9;g@4)!V?QeaNQ`$S3O1c;FAt@mKHut`2|Z?k9>TsqjhIVZtx$%_r}| zKz6P7;a`!A4Mh=12l=2etcH#ZZ#X_kl zRE)lLpM-5O!+VPEed~C(8e#@kH;N=?_!TLFH~Ih%rI>*w-u;kwEoNYe)c-}OZ<`7M zkJ6g*uWxE?XMCi#^BQoXE|RdPqV0SHOm92mzrYPf5`Xnwd6LXUUYEZQ?&&Gmk|7B_ zb+%+rnS4K1f?WP36fyt$n?9UH`xj ze756nj6wdZSQ0y(Db1_QW&VGn$6IJ0;QdxvjK1sq|0fyVS;RZL7VlGscTO4aT#vUV z@kFE$*O#c442C5d%>Q`T42C6`NU!8F^}6-ek;&yV094B5JWscrmY~*=G3u*KEYXBg#T%4pNh@`3i}l~!u2`10K>kS(#t(;|6~&;kZuCJde@FnB0= zMFz`7+*i_G|pGGp%t)%{xW=Ths}+qzr=r~(dZyLkKZSM$=rQ}*HOvc8^5h)Q=_J9nQNqF<4~xSxWn)C06bT@qp08(^6}{ zw=)QpRU^U<#z<3s#;SI{p3jdGXCi)JpE;igD^L}mSjukI?{SqH|6&{M;GQgsDc%Q)b22YKqAx-gtqwpxEsOQHmouX!4WAjhB zY`zKm2Cv6wq#JTUA6&PNb~W)s-kI=2tUXfEE$>up=r?N_@~VbxI0gBN&R#>DYw-hJ z%5bJJoFF~vBXC&Da1N!H-&72?UT6PBoS?G_C;Eoz6v*kUAkjClqCu_CE^Q`I=#%a_ z%KgxFjabvxW3i%PoxpDOh;@A<*7WsQtY}#07qE2gS1w7!Os@v`b}nyXPDYkaqO8<$w{6#YS7J|6if<^>)2ey zYP$NF@4x8kEvVCVD}D<74>mEAA>AfTn@zBmbsCw=xQ;Cfy85}tk-YA9;@nZjiMl#- zlIfieiMq;)26ZQ88ahQkQ@tK`7qP;6SmIuBJq!-UoK08{6E;d9%mxf|16t?gjh8>+9OxpQbf! z<9=s(FPQDz)4gDzc`} zSCo<3(f>T&nC{Q3cyZbm)ECTs`Lm$;WPzgK-R3fVdBjnJk+|E_au%BG*wXxH-Tv@L zQK##CjUP>CY+hsTqyu69uh=YgfEBIdR}(BSI*!HpUgO6avF54AVnxHctzxVy#4?3% zLt39Yw-TF7T6Q@)z1yG~9?xq$E=41qF~QIz?-wA;w?iVFJ|kX8F8ZABE>-TgU_#_2Dw@0kzeD_E7Sb4r{SpCU&msLcc?+Po$ zN#^;ks)vo+BZ|IYVDd{ThQM|;#A!^i^KW+8Q_&YJr{tu3H)>Fx@9tdk1-;C7mp7!4 z??$9N-`%C4tG&&4f1G3*@?F!_Jl_qS>R-P5e@><$-%T>j^IefCLWtE-Ed>@VF|hbK z?^EaX46ucWpReN!En^BW;}&mxx|WMf7>ZfH@F5^Iu$@8aZU-(2>JN4sU-cJ;<1I zO+53J#1vtV-#P%`-i~$o7x2I3U)}3B4thI!?x9^TqY3WKdj)^@~3)#70cfKVQR?no_Q;|Yyu~Ha3OQi5aPhs1>pm29mD1PN|+823Mq-SjR z*J=N!AqhQhRwZyu_kY?`HpfF#3UfTc#|uTww?6VDEkKg?AW5*P-=R`+AT06j?|Ii8 z2unfMbO_5xpKg|BpdJ9oybP}Jwbx@De!2DoSw1W-__AGb9adzK3SkA@`yuK;L%r(BAVLQo}>>d zc+@5|O(^mRFJ0w&G;BZW(ZNL?@yP;Bfkzzilt2CUm;xAGZTJE0c3y$`2`rvOvIpWB zjOhfIy>YB)Q@fjy?0touuz@hPP)Umzs$9sJz&$LJ{GI=;fuo)-yz@^y z#@qQj|NE(F3NN{D6**J#1G4_`GQxn`_w2VZr0|}7L}D!yxV&e-fAFbw`-)y8PS{s8 zIz|RqTlDYQZ>w-J$rR>U1yJVB*?>W=zvJS@;(jw!ETui=kr4u-64Pjg%UiG+gQ2)l2E<+0AN<_-X zm4he2xU!qV`Ef-6YsM8EP{K_ST$4+41NXP!dwO+#3pJ?Vdm<0=aplm8aiu^{jqf2n zt&b~IRiab=%6?&RZ2l2@O`mGN~*`M4rTOi`wj zk>Vu|EbzStpat>0askyo5I2&-vqXhIh<8olS>k&>(@Rrtg{BVXUA{6T7pQayE7|85 zSz=R%@~$<-5}TSqn)-@Ok;oZSQHHyjO68eTSz`Y+5&KUiv42fqFdu zHjHmt|s~+zT>)&{H zxFLn{E+XaQ-Qkm9ygNeS{CFpTHRIh8RpZ^qE%?MV-O*^jl9Ty(r<^R0cb~K%+g^=# zwBkyN^6{=pwgq}>WZS#(j;^Few)uGH^nbF9cgNOoCm-*Uy!tfW9ao2xk9UHEfn}78 z6jM))fdyj(W8QS$%uw95S>wW6=(bMKcxHw@6=wiWD$y5~hUJiqqiFQRPv^}P@C$lj zEjON#VNcoI$;oBC2o%Vf7)M7xSTXNN$~msF0gh{@@o&R;$>-y^#yT9=SVzV+xv+7q zkSiCsY^N%8u7MYl>*iVPsmSG1fK#wW;&EI%!>>4O&Uc)J=^}SMPptV&49Cy-PQV`( zONN>=ee-ez#xW|>R?fdjy|DKU{^Z&|M;A||Co+tk<-z3q3lSegb2_Re7tIn~^j~<_ zTr^8j-SRRLJ1ZiX}3*&^Ir~T?kuX=(C8S z&!UDN*J=i5>q4{Qv98(hgLR=@;>w%Z&tDaa`x9r!Ggue;8}7)u&>T_@_9QQvPoVUn z_k2Y3UM?UD=%JGkOO(*xdDkSw5(D2k(QI4$yd)bHp_WL$Fesdb0Qu}>ctZ8LLD9PERp!Rh4@8D zJfrq`QW1SQn-4J`kPEZ{9d|9W#Fo$HU1JMNYZgG%SMn~Kl8a!^JmUuY#L|4f zyjQU$md3ia()F=lyLtHVjt|t6Y!O}BTG!**roLCfy2g~X2E%_Gr!Et|Ol>^J!+Rf1 zc;`3av9955U&PaMsOI$j6S;3kJiOLI{q_BeXZ&5DfGT(FXrvBH5B2OyRyW8)2zh+; zVf%xhb9ubw+ZOz8D0U)_=)(5X5mU`}EO#SKJ$&YY6Nir)G;#PWgC`E3b>yIlL%NSL z{fi%>f|-)d@oP%h5N~wEuPM#vHSjM+33Xn1J-4StWQ!eqBf7ACt=#t@+kZM6l| zia%vt>v$JeCZ*$|OS(2WkH?cWWb8Z}(Sp)tN@MFYFk36|qO z?Rj30C33~u_=v7O6)W*Gok@DJmn$~Y7@o>?e$UO2eeQg|Z^B3H*%;Ah)&&mIVk>@?j+=s@M!i_j5DrLTCt;HVbQzs*Wm_Zy>_pLviI^Nss_d# zJ|TmJT!4Gm<3{2sOXTSdylXsVNqDO7Kn(T$Si5_0B(^P47~X%i^MJb3elU6em30a| zihGOx1t_qeeq#~WC+hp6zEkr4>&a2yhYmO%{2k`$TEBZpD|9_)Z&C?etW%^*k25(N z3t0GEP$F)z5^W=!T{GGmgxu!M| zKcLt6Y_ZyniPUhu6&tKM-|CdeN6kA&c$<;+yT{?*o|oK4DfWXC{2BJFD%f*#A3$Q;<6G=nt;~H750&&}7G{s`6rATf%q9-sHGP zZb8O&SEEkXHTZ#jC8WZh~!XKXiiNya^{MS5l~)59kV^u)26<{e~z ztD}hOe~2e(L6T&$Z)I-ND2kT-p!GfM!-|%DmskGf2=o{B9iHv~Af~qV6(}r@!aqsH zxUaMD4x5Z~KgC1w{JDP*2n>oe{0#r8{14uBMcklwVJ%aLx2O<*4gA;ra8r5Rle5!S zBF-56fUgM$`{7Q4frW%^EdCpCl8mn`2;&7%0#P<#klzs!o3SLo<1^xG<-+{iBHrJK ze_I6)b|Hc)(ct5qRq;p=ForGwDg_iUYa0Qx?H>sMp2|1hGrJn`pi4!(pxdh}62|Lr zmPF+3&ppns`8f&cXhXl&AWn0?)>Jh5?Q*|Z+xoSH@0aEiQ+ruTKCu?@*2YgsmO+f` zD3*wEU1{8jk#!C2Cqz3#G)MFN9WgGA^mvPLT>1s-bghS?@k~^p z4Ft#`Zzwmygx$`@R}2ro#Q&s0gC!0c8}Y6U8Z7C1Qp{`W$8po`&UMkbx^di|ik9{( zG_RHxqPM6Gzb0-xx_mqG>+i-d9lxgW{F3qOH>lI~Tl^IH6~@)yDHK)V_tJP$aaJ_2 zqmwGw_%&^Y^#@ex+895TSexKKf;nv}Z6_>NG^~jwEXF6f{ceUTJ?Q!739zi^TX?`j zO#Th_yCw1J>~||g%I%l6tYbH)j&UBVTEDj@PAmGojbe&rW%|9X$34yWPh-#NyzItw zPoHu{)5gx{LGGw-x@33O2A?cQH+Zn^lp1hgdx2KjVszNSQ!?NH=(b9@7?&-wo`>Q6e?>vfH+{G2}<)H(m%JuNclKhgB1k8}QSG~wlQ{t2&@ zIe*{3IOqSS0v6`{rH48Kfu}eHjj@PWh~{?ef^yOI||3KG|V3h8pB0aw7$ule-LbI zbN-2+Y0m#$FV`^V@8#+dWzPR>m1`?={thq13GdbSjf(}=H<|OdzA0AooWIlAfb~Jb z3UmI($34Ba%AEf>YLIbWA(xq-^Utx~PgrG{?d7p#&cD>J9Lvx7=U5-sW9{v+WX@l( z5O{uqN+}#=iQ(vfdDp^Gmija2{}JlPNckXCf(+4rFJ~!%FD|5sND?~?MDiorl2X&@EkPsam;DKb0_&foM z`g~93gAPQEu3Py@vLW3GC(cRyFZJm*JcE?g`oxOXr>i)yo=+$U;X71HqG5@5zvo>O z4NIb9+W$hFBy$IxS&rXZNOXn%e}&qGj3)N~AWxLcM=PUa|MPi&PAk{X`+u!K^ucAB zvZD3>p@K{`-YU$86wdV7D9%vzZa(@O>vfnhiM`I}qc5N+p!o-bANcZhh;i^nsH(bL zv=-x>n)E!b=?y?L(Z0jJ1~#bneTbKU#5fnKs$(4NV~jIJ6J8$UB)nE)9N)hfrft?R$)aH^!;BD%TL>IJt6Lgjux2I2Wm0`xfKirSUi(gjm4( zmd7~Ow^m}DJf0e!utJPuSoyvNycMeNWYzV{$2d6_UQn;=7b_YECB`ZBt2xHWvG9(2 z9ag@tL9j5=;B`hf{;}wFxWPSQ@@yOlu$P#Pl zSb=4Rw0l*?v~c*{qn8ya|_VQh( zCf4^cZ>A=^e9TLDt&DlTe{syiTTbj?Va$^r*6roHoL%hSn0I>ALi~#yp`T zj(Nv;C6O^tDCx(TH;dzS81s^B^D!^L^?A(0u3&Q7jd_ArJ>~_$wl?M^ex|%0+mDl6 z!B>O#=I+3u61LB-^=IlLJowD%yoS`)+0$?Z++|Am^Wv_3S*w}F(31;RD+Cp zKt2vNk9l(>tT2`vRzBvH`jun(yx!Sj;32k4*YPkP^8^d7a9&hO4w5B0$oY8JaxRwo zGv>{W`q2l5F;BQqGv*0t@W;oAKmJHYyvjW>3!z=^iCLI`LG>d1+ps5w&&NG6ti!>J zb;Qlfg^gW>yt44kBU=;i?A4x_`GEr-U|bFJ@5HO#6LXb~0fPqgc~8s&ibrR0t)}_{ zNM~`iPe5f)%+-Pzb-cHGVirtLHj2JrpHGl*0Ll;z8QCYQ0Apj zB`GsYROY35*OZwhuGJ5fJ+d?UxPATZnNr;T*BIM`y}Jv?visVA?2%<1&~MM<98T_{ z4THfFfD1}=f()SA4ch;Sen6ECyf*~B)_uh@dD_ZdP*cV7fO$jFpjF4_L9ngG z=6`c~8|8|vkTmYXe3X;xpFKAvHosZrTGuxpn>)N_}U zNmt^!!A}y_zUqAq>vWGLYi_rwLDtKRA$D9R&9Sg2v94c#@mMk+Rq9uBY@TCbZ(<$R zUpMd8&+8APi&6elq5`iV2I6y<2A8)U<2$#ec=3lY?Xa@ ze?xcTdp(X1aXtiF$m;P}*GAZdIFBQE$OX>8|KL5;FaoT?PICm13(~S4=EQPZ{_bcw z!`V^TnYVIAOW26F3ZZYMc7flk;;AGBmUwqH-Zd$(#3`hI2$@TfOpaS;rXuKz_CB*8 zU*)~JiKO!^{9w%dyQ4GO`|4=k?EP#!hxN2y;$C=9meq}Io00b0)ZVMU5rAsUnbzZ9 z^n=ZWoC)K;yhkt#7xj=Q&5FPK{R01wYyCz5u0uS|{f71L%zqH0fzJIwP2D^5_Ee1V zevbChP2@;-Y91kdM2vTi@8AjS;O*=n(lRk_>Cm z1a3qdEWaJg!0)z=Ut4i?l)BU*YxKc}4EqgY-x>L;GR)VUFC%tXbIxVBPU>e^a~Az! zKUvYR1|1v~D8(1E`F@HFFDKR&_^FoRx=w~yO6yLBtXl~uKHw1WRpuAk7lfm5x$L*; zn*i3k&RIZh-EKB}Dq0Y&RV^sYGDHiy%2Tui8E}^{n?C6n(4*f3D9}^*CV(LcJ$2s% zu%}Aj1W1Aja}g$(t36$7lP+;xa7-JaQgXX2(e3_sx|ys)CNK+dqZC;EkucX=$a)tiWQ zbA}cD?QaxJ{Ov6cP5dqER={CwAw@E_$c6eu%3w~9Kc;)Glpk9^JBJ-Y8CY(vYi@k9 zz>S~{zg7C64YxY#AcNaHZF8Z?j(e3A;Jfl-E>DZ_;&#;Ox&uE2Bsl!b9LcIG7uWl~#F5+E-@w$ko1Hsw2kFTRBrkjg2VY9X&V$dGfp~8;ics>_-H}S5| z@Pc0bAwh+?NP}WUgOd02?q}!VR5nAUw|>-#;Vt5)APMs@g? zDt%`~qf5SN-J`zWORRc*-$cQx^__JMZUf3#;9%GH;eXoN*9kH9mh3QNY`KW?nA_`{ z*!lgWq_vqVuiCd(8KPbTC*__xpD;gm?k&p+1Jhs9kNggaw9$WLS$%7?2 zqleH+Tl?mL=q}zR(Q*M>jds#JH*{8_JNk@m&=LeDJPhl$Y*Xik9`>Zm+|Yw&C&5Sg z_*3kX^E>g(mkPXXoA4g-cyb0y!fR!2$m7MFVmk#a%neBoH9G6|kTN&)5W7fz_I*Eg zq9e`?ZLd_6=7xlhI5+gDr$pw4gpwrNUe68f;CLP8hLUXaxuF1OW8FMnwqgU#b3;2S z9Bn_$p9os@+)xl~w6{Fge+=x1v3}xb%wu*+SRvLoELJpoJC64DuqtiLOPkMoaqEqC ze$&p1R+xtpJk_CmU(_S2L+V3wKKgkmhZlVNE~#&2KC+_qP3ECWd~DwPo%3;A!rE8k zBID!Zo{usQ)gAd**DpU0m1A`zta87e@K`brRq9vH!~N-JcEb<+agMcXJ=VWHmdry5 z7Ci56sFeIMOZ3OP^RD@0mijXf)rtDi--dZ8;dsqFl#mAZ|0IZRYu}UZpA#-mr6K~j zgGm!d1G#|xYOFqwAH!rl=xJ2zdImq>8A6sYhK1;C52Xyz*|T^85i(oj$`fmu(p^M@ zdQ=o4;uPjb1m`*8+@Y~chO?*PgxQaX!&-)OFL5600q6N9oW1IBSj%u;$#Le*`1S&E z{)3+?zU^%|FG|D4H`X$oL5HG0j~DtgUxxD%abB*$*~f5RDdMn};mk!GOi{>p1yv6U z@B4{-UM0?JH8|r92Tm3ZTYp%~aDGOde+L}(2YC$pI&ne_oAe<1@O>4C<3)&JMH4t) zu%bb2MW`nQ%5;1FjCXGk>rMPr$!I_8(_7NA^@+6%XfFaiRp`?K9!JK&w~6yk87KB> z|J0{<9TNM*id9h7rv*Kh$mu;|yvxZdu1&Hl4TLBT8ciXoEGvp(x(rJ z^HCWm_UXXXr;i;H`^1V>P!>aARkt)h`3bT9TZeT}!uqs?#fpYC!E^#1`Vdq~ew!uw z?L&Fj{5DJCIzK}*cn>55(uealU8h{2))A~_ug$Q;wvOaoYm23p=7-OZKDP4`&|5b@ zY){3xio?)8#)vdOOycN?Kld!Smn?XOlEwJ&h4kv=(5pX^K=w*5TFVVCh_t44Hh-v2zFe{+LGN6ZZ-C>5pLKu6yq;s7n6N^;Zdj~nzF6Y*QonL6AFtNUAFU9M^g_?L>NP|EA1_s;KeqQj$XOjr}W4WmJkA9E+ zg}Fcev!f-<)v!VJ$KQGvA^!M3z4FHuc&9btedqDSA1Az4{ISQ2{`hnSEcj#Tq59+R zJ*4>K7yIvz6CKeX|3#@N`D39Y`eUpKC!G|3ER^)aAOF?yI{4!x+uR=qxIX*izbTya z$AVVvkAqb}SptKc>1B=B$#p2*%aY(T^v{)QgEDkRgN2H>>?KWj9V&QnGDGu#75r?HhL|pBpYRk zHu^8#H5+BARU6G{x)PNOHX1qI?P(Gl)z0_TMz2z!Dn92nYJBd=F8XMrS6i=xjmBQ* zHu@GN0lS!94B@$G7c-~K_8?0BsE@H1{_CR76?*_ZL6;+a5 zutdAKjd#s1SZdWSGMa8g<$_&Annrn=#4fb+eYK056sU^Nxm_5aCzD;=Y`qS45qq86 z#e0+l(u9$U_CKdhQ@7S>NXl9`tez za|ceY`P{)rD%ZNcHP7WfRNuFJ?!fxi%G^QHl{nTtlCZ+uf$?!3uOl*-`>`5Gz0CYv zZjSYE!Ya#bUXLYnxut$J&mH7g-St@Wc`TXB6)d>s$5AOcY?kP-pWt0{*eta?ci`xX zd)*#I{pgRw-iu@>^Lx_dTRTD;$C?H3Uv2F(O@qxBlC&>aDle4E^e22rXA$p9WnbLF zc&Mu#Kk$@D%j5pRNZY?1ZHwS3OH_BEd;COoTHkY7RN4;T%Xkv?_@2vC{0oj@l{voW z@?TUMJ@?SAMG1;`TNcCL{rEhtNAsF>grEA}xqL6EeGt0o_UgN@23--U?mSLLf$FaY z*;8>8Afm=J3(NeikjUt9ao^30*v(Hx$>}Q&2M-rxKa2E??H-**B|{Q=X6`Q0!zaOO zd&>4|vfCht{%Z*#K`EmDTGEsBm~mdmCGLqX?5P>kJ#Q5?`c0*yBe!&nD=f3T+_CC?irC4T?VQzG*Zp5N5V!W>!Q z91lb3++X;Oy+K~~-|Dw*?5Rl03r0(rMT@du#?$gwa^*`Wd(zU19yaBl87==YT1tHR zk*7uS&%~Ej=4BF69Ft#ED3=#Wzv&y6^Q~OVdC8G~*yOlZO#M9v6 zUa?+;JUeRA|9K$Ev;QZW6xT-=_kEHvbOqGt`U!rDeTrk~tBNH1RemasYp-N&fOV}~ z(;k6teMK}3nb^$bLJyXB7u&a7=)qFVPg=FN z2%j?+&SEi?&hv#2*v;bYZ(z;%_omTO(%h9iEw_^`s=2h0y7+Gl>NLcEZz-1OZXy1A zjm?V%G87$)R@&MZuuyd6R7Pa*Uo;|-fn1Q5ZJ-}Zcsr8s0j)w>R>cqO2yvwH0`nI7 zGSeHFgKZm+U4&FfA!s!`ijAObRVOdlfEm+>BSGQU!I(b9GbxT|iN^F9?^+zslEj@u z<&2mmJ$>tU!^^}kMHy}3j2P3@@)zA-tu?9=$)_&-*WNg`hSQ}Cj|sVciNi%-?T>|G^i# zXs@tOtU9ZG%0(RKn&%bWUa3gS=Z=;zugC_~G`WY!XpwovZ$+Z&n>L3($npF;TNQX; zG~uzX;mN#W!fRz8kjIPrfWB0~!d#y8Q0MZt^N=!^_Z_=Pe)j#Htwcwh%fpUS>Q`wl zPw0qqc{_SaWG+uANxbg$T;5lX*PYV3XpPD?pUVqyW<&G%F;MKac`gqdOQQ{ic_HZ^ z?UfZxu<{L!AlTOC@({+@xDw@xU2#NHx$fn9r*i$3HzV1&{=Ldo{X^b2KbPn5f`7%1 zxVpam+9Sz(RMt1e>g~SF?-N#-%QHUa`+x=vgtk&g>iV@GSQFoEN_rV%ckH~Y>lZ7U z%w#UF)UTX}`!`}CnXAKMMZ=Q0Ji)?fkKHsb24IOX05;XQ7=R_=f%@b8Oq&Bp*Ma!K zIOBK_eIWMpkTCJbVJ=TNUb7EKNP|EAjrimBgFnW)zWQUiXw4tv+peb9;d~wJ4>DSU zKW2k!v%mGKCjNK|6+h(P$~sR49yTD=fE zFv7XD6+x@^$3d{I`D1TGQLfm1mgE}zv6Jf_-onKnV>Xy_t@B&nA3MC@kFoizu5YYp zzC`@7^{sFI7(0z3R`AEh$J`%d;1l3!Zm+ zR7yD+OZ3OsOXB=7Oa1Z3*s(>zygwE$)c9i|4gPpz7;Ibn@9B@3-fohL2$!+FMBTGo zfMjd|aUEfa9l?GL*AbQwYqxJoR{%TIxw-l|5*+EF{=9Q8q(61@HTG1@sIYv`{vxB& z`I<0CvNThu!BL-D$3CSu*jUQ1!alc;*h7x$MZd9yXgpWlF^D*nj`On6) zaqX$dbF5SbY@Lq@JU^7!Lt5qelEwgyN z-=KTibas`sE%RA3ch}OwIu*3U;1?^oBu1Pq77xTg+9qI&7-M4D(sVK*#lwA1A?fn}($C23KMZ2B8 zi0!^jYpr&EDcC1QJJ$8p@NHUqDq=5f*gJXb=_detL=n3c+t~;8TDBc5+g0iBWyJ2o z81bWHdx4E*x+?77qK&>_KhPU&EX!44zgvM_{|z|v2Ax}p&oEn2c@I(xv8STEu}T-P zAM;y@&!W#zGnKpxJ9r0t>g`nK#kU-QobyIKJ2SP6d2ucngk*0X1rXc2NsiDA!_e1+ z5ZgoBTq|1}e;4o=vKGA+F%HwbcG;-Ik$P-G3Dh6%&HA^;q3J29t&F`v*?`Y|yE4zS zHQT*IX*WM(dmgaGkqy&*-RX(Gk}ccVsWj(j{9zTr&iG4hhxI+|tP3<_A3<_O@3UoL zN2EF5Bfl-%#bH{^@l(5To&y`@BF&iiPc1KYJX$vUspH3Xjr>?3wO!yx2irD&3?4u| zDfn~IlkM5|;wnQ&x2Q?<(byzJ>T@4`IU$msDE)1jJa-@ljs~da4K}Jo-r$Au#G8*@ zpnnnH_JTay6kkHOZ@HK056K!f=R|;0yjYhy!KjaN{gL_y@6{o!R!as^_Wgpo`cQ%%(BY6s-Rtwk+1qISI;iDo?Y> zbQiWe24h5#=0Ouqf{_N>$G%lIFEU-(4=3}UXk5{`2JQiy+GEHXLkBU|&M`vs^SS2N z_05lG^P-jYJRjG{b8K{~8cx2q1Y zt9H8EtpE#@qQzYn|KTnzUbMJtaoMtqmjVTf7I%l@?p~bY&_#>8ySsen%p{ZK<=(gN z?Y3Y4=-%9SbIxQknM~y7HeqQOtGBXOa25X5?+EqAc02ABe47pj`vc#>-=X{+*YEP0 zd1QV-$F$>oY}X(7+H&);-K3!o_d{7^&q4Dsm@|m>DRK{6GtL2PYHYv9_o}VKVS{C- zuGmw)?`3IK0^NDwy7e0*@k#iY!0-Jc zRSW^xM}L6_Z9eQbN-$Z_0X$WeJs;-JTk9I%Vg9J01C}p!2%M^;ps?;+AoJ z&D>U^)*B#m*_?ts<;%TgF?V|>%U#!;0@nG8$}MvWHJ3Z+yskL~tn3wW%bY?5cQR&3 zzAGR6bX{`_Sfp^=$*4l+6x20#aZaJ15|qp-xUS#EM0L(7VDp}nKA%&-*O5Cvr+|&a z1TLOau$Zk=a|+n(>10mE6f&nE>hR;Bdgl~Y4l?I+3T8*0n^VBv!a{w>oPz12D{~6i ztw@HvUz9n8U?-iMQ^4joFMmF#;J~{yr+}S&o*!i zbYAD20(MwBohR*I<`e|k%e+(^Ps!ZVft;(@S?8WY@9D=_crAdy^jW*avD$#M;xSg4 z&pIfY2MO3N3LIE0^9_cKd5~Ro9;9qu?qK4dq4O*_HrMYniuW>Oh1?e)X+u+;jRN3P znFzYd+vp)3<73&p5Pz`YqZqrf7#2^L$96c@*NuywK=!g2$DZ;r4rUHr?I*F_n-l?G z+|;L^3T(w#$2?5h7cK<-Oq6mEB|Bb_(t9?zS=s$|{-QNEuy!S6C}g11d& z-UM&PHx1?Qm^ZnF*UTeh5=?>l!3rjnyA5SJ`auRO;Rnu@ajs(mnQOQ`o$F`_a}D#D zh9|FJ>@k_3Du|Rw}9PT$92@hv>FrWT*rhtfAZ~LLvAJiG?o0A zGfeq?JEU4%JA62v>-d)vOxIBzW0lqBBj@!R@MVMlFRJ4W&-KWt<2|&Fb$l>W>_d|8 z+;sEURljp%Pk9N@Je&kLA|%Y?97hSJ_hr*QdWM)={MS(|8_p)-JajE z0sC`e&)~7Oub45$migzSiH*}XDzN>M1-ui%r7OY_97X8f@8)t3uPQebUMTmX=f!fD zwdtz$jrQuaowRAGZ_xt)_Q$c$HgijXO@*5N!E_G!e% z8*9bb2Lx=qqZY8wrqoi0@ET~L2y-mXN!oXE-W<-0cX3Xii`ffT%=p7Eu@|(bd_QrZ zX)f^qGXkS!PH#sOG$3kgNWKxdPW$5_0x(qfj+}8vQpkH~%#%pr^?Xp!g?>-cS=}Kf z2Xq0iqPi&a(PvWMZjBIc`lUYfU@K|jqhBM#Txug_xMx+vJ){_S$xAxMJ-Zt2kYe0( z4Hp`LKjfOG+Fw2oaSrj_-Ub9&P9I+9hX$P|^AJCiVQy*!4DgJ#+22DRzqQ)Cw)T{_ zzoAyj#QrwF6f(@??XOqE_OQRD42s6qMK1#zPLPrk!~fN?PW*_K_jKeg8&}v{HoJW}idCa+hFPp}@%f@Bv z*S=g>gLu^RdNL&M8^#T~{=p|vdV9+2b+~cEt%lN{&(bgGxjPr{4pV6MwRya|kjL(1 zynCdAm&Ch*?%Q|0@$NAta!b5xa+mqMs`2j8rtQR+O1vw`@Eqt_Xln&)|0f|g&j}jA zzg5=$`MY2HXP&4ZEVmyUeYXBx#eVE5Z$HNZUq_>f{q(sU_Or0BW3}DoQrlfV*sh_r z4nn@ZVeF)~%O_#G_LS#7&bZMH2HQP|+|XZbYgmTb`kZhVuVL9!p8I&?PW;h_|~6v{FT67oY-ikh>DtI3g~1!?KWyR;yj+AOh-S++)((T<9$@4y*#Z)g0HN9 zw5NQHoT@@szSD9xWybD!wMW&*@^L$qSpI721MwL9$AIkPol}B75L<3|#)1nXkLG%%RfF=>iXwK6^P8?j`Z79={Q-6@0;RobIloH2SJ>s!o za*ooorqfo)T&7cd%IowD2%uJ;wDFNFH}(^V9Uv~LO$L~fYwLB*r=C?TgUqKc?d!Fy zFRD79dZr;KeUZ$kE<wo-$;9L;{|N_a_z^BDbFs(UFvFRO>j|jh`CDoxC@b+ zecT27TcwZV@4k;?p7Ghoodf)`K5kiG2ji)aJJ-1LJ`OQm+|QKTzxmJl`ndCqJF$Q1 zK@eSi z?0!?!7I6x2+7>S|{UvSucDBWpRexo^ABca6t|$!gy^n7VC zuIO2Cp=XR9!`QT3XE>?J^*?i8Tdp&E%IoYZlOWOAs=#Pj#p_JRa4W=dg{)cJK^wxD zhjB$f?(WwtE>~Ur)5uh?rV)Z*;BP2Fk03~xs!SSe(ljafri@p zxp1H6?Ni5m?wvq;%5&df+{wy7?;F6qrspne!}mo#EknM}kdroi4w2U)vX6(7HYW2+ z_Y-#v#v!ot4EK7&O%hiYHwF$2xq_viPwCh8`c~|I8TJFj#(=08`=)@6Ax6M%xCz+n5SzyeU|@q& z24?T$P8q-`!Y6Ucz@31QL-XVUbDf;?*%p8EIbDo7Y)%(d<@!lK#<@Aja;1zX1zNtl zgwaQkZ5UR{Th{gEuH{V4z~$oOTa*eTHGNw`nQ)#Ph8uzC6cVi`L>x2n+{z`>@eNNN zb)$IWXx$RJ>)Vc1F)g3AC3i-tJ>}cdttQEB@|u`Qf}uf>n>D*#-Jq#eFbfI zL#Hpq+t62k?@2JW@JTrt9-)4cM(pgX6eYE}qBkS8fzfWsD z@JZBzJ>~1+0q|%&yeEb##H@$+W4oQ85%sVU>ml+By<=IVAN>G%+CId8MNAJG(?=;2 zb6I1Zj!YX16WajZer}j7=8^YBKPJy7%7ZUzSQ{9zFbeHn=zK`&q#>Z$fkBHVhvH!T z6DXG>443tL zFF-2xPhDc`P!8evc{kd$04Z^?OW>&wj5R_=TFx z`#sgzqe5hc2-xvM~_mdoxI;Gva>{<5<9D}-=kYAv9rA2i`wFN z>GxhK(@x&+h5G7LzxQexQ{L|h6Z$<&RHNV8ll>mLfwuu5-GE%shIL+Om3Ta?Yv0J% zb`Ac+m;+;NKNfKF$ZrJwW7d;{00PRq5N2RQpm^Yp=z_QMzObi^0alHN7WGsk3K=(}*#2=uGX;2f!AE1l5 zx**V}j25@1KyWedAaig$O!4l!ylak!DZUq^=NhjT%P#W*^KLkFC3WtlUyp zci|~mH8J(fYv#4OTAku-PjQ4#+fcse9y5NnpC;mSZRiuF3-i><#=epnjqE4Z&Lrk%TzT{o2A*Q6SR6VSb=>d~jO>LMdD$&EI$nR|yvu3FtnAb$xi+b46^q^zX zHDkVh?N}r5^RcFb*3-o%#`-$YxfDK`)Qq#-&r}{*E@sqB8jS8o#j;#QS$3ip+K9yWm?cTln8xsFjqe{0HwG}^@7<#rgLwZ;VZ8q>uL4GSJn&Ed`_2*q(@mLxO+ndjO?3zyDwjez-$(|Imh zQ0yJ0nv3VTc6B<4=N}SzO5(8k;(eMi1d8UlL`lW*zUT<{{3|jAAI21Y*l)aRK8&fF z;(ePNs5;MOPx*f4d*Byp@~e0TLFTzsla+HzC)H55b;a0h#f1{(F?LbiCi0ZjZGAB| zT}esZ<}r3;|Klab{;5nmd5j(Et5Y%d&t*(`j4e!v)-X|tj^c6`ko*AvalLXuyXo1` zf;gcIaqk=EqAH<@nC3dO!4ktylah(DeWdP!HJUGWZfp_ z7kyg0NzC!3H!v0FZ=l=xn@9}C_nTP#1^N56UVf}ac zewnwuiB#P$V^4WM*b_YJbq+$Y5b=_aJqo7RLKpWaW2@b@i!)i0{T|7_Vq>YguhO3K zvh*@pbVrEEg1NUK%e$0i50j-w!%k>hJ>#*EoCo^?^0eV#CdRmdsk?p-@Cw{-95R9O zvGclHyuK2$^I~p`a%G6Lr|VD4V*N4Xb9?6_J{Rjx7^rklW1wP2qmo#EFV}P@MW$es zOwlNN^R5{sQ?8#p3VP796-L80qqrkFTfrogvkl75RvXU zeEZ%`Pa1dVSqq6g$yp1=RQ0R{d&<_=*i2mC^l(Mhy%>u$7e&&lleW4QbX0wvbWv92n^b}mgJ9H5;`oIiPl72O$)vaQd)IXp%#)cbyIP!Y9 zwWW?wdiU(zs~J-0$rr=#OBBs=rb*!Ivyr1#5F&Q$e zZ8-gqnH~gFGr=}QKP_HAm=%G{zk274xg(zxbzvqZNn;Mir%`|2=gueNOy_f_1Sx&) zRQ!tq&d$H;bAQ4I*RpTM^LhB(1%N!1d7?Jdi@437rEREt7{%V^HBjF-Jtzpsd7zJJzqjE}d= z{TM%Jr><|tPi@+9Uo7|9`ClxGd^5h4qQKPogqXTqXnbBh_6)Ms_09NcOg3lXUbaPI z+2ot?*bU_7gf#X{^dxh1iy}|ycia0KQ-v0o%WOox+b&wL`bd0Q@*aOE^IEchrFb8a zJ>^^Vv?fVKnHP&C*@5mglv(G0%HslKsqee()0r$TF7WzaJeEbi+rFRazoY#TL6*9{ z+djR?QlXb6Vp-(7?LjZK?7cL3tdE;PsTiKPeRxuCh9^tLWW!hquHb$?e}TAt%6$G( z$Ws38^ce%!GJ+j^0W+HE$+y$Z7pRRl#j%&zINnBUYQt+|jJ-m+Tz@)~Y4ADiPkn7J z8xx(vLhUcL>F3@TjLRf*@5`}F%j3U<$L4cqRwkLkSwXJZRM`AV zu`Kfa@?i7Y{u0|rzL#Yz^?kp5Hj|~odRC5Qk?)s_^ zk_&HJ`S*kQ&Ed8|dTw3x-9NvsGndLCwzaeF5+-2T_lgfRzf{ZjF$?(SuEw{E2;fHl z@_o#}SIhS?V?O^K#d(x4`97wUP`{6vf3Nr;7Loew{P&9A^^w(teww3MrSQ`n`$U@d z%X?Tc3JqDlk13Mqyvq(~qji6;c-~0Y?)#XbZu9SBIy(3Q_4BjF{!n~x_3vZOr*!o5 z?puq(MnBJt=A`6%#javG&pZfan=R&=oolK5z-8Nk_zylY=o1SX?g*3l<9a`{*t=F=$#oxz__}sX6f%39pbulo>_c5((%2n_8iWdr8?)#Xg$Nc-4hiHQ= zuQPt;viy6+3kI&rI?KP0Sy8UsKB|AOc;Rxc{QH=~h3;xmWD1=aQ|!bR<6Y~-n38di z`lLBxTax~@gYOmp5BbqYi4PnWS(5ax%xk9mP%rf6A{s}>SV4wEo`DY8>wkv0ZYwz3_)d+ax!lL9eNr{Bt4B>gjivwm_Iq2(YULg&1g^gSba&A59_0PPL4{4k>w+? zY%?DPRUE3SfUiBv&zOAdSH}!I<0JPSNWR!6XbLAbP=EPSIYz{H&16&SQQUc zGEa9H3x`&C_keSy=)i>pSuc5z>*TkHo2bQtCgZgF%q#(fc= z^EIm}T@?2T8{3S2JkGd*HWJ#a0|Amk`*kiLJ&W3f2y%emGJTrTc2E-aS^ zu8qi5QLdaTj{9=10p(m+4G&z$8y9+=b&)CbMNF|TT90?FFJh|ZxG$2+#{g?1e?{CU zT99}M%jZEfiTgwiGOv%lA#lpeI;Xro#h_D`3rM*Er5wdcA>L(*vJd24lbtD9V!^f% zVD)!c8}T-C$pvz4%v^@W6tOnpUBhCkrapN$-w(9jbaeS%MtjQl$r}Pc>60lOXZ*3b zCFtlWK(-uBvt+-8b$t|TZC9+#C?Sg_7bw8yxDkrQ6pOV5?^>~#Lb2eNI*K(usHt4` zlrPt&AV|tZ=~ymoc&I4Xa9=KLJV3ejV7bH;u;n00W50k;`@R|T)!__diA}M6ps5YJ z1sI#!xd_;|xf+5_K3)Agi8 zo^i6C#9~7r_GfNANhD%_maiu{<$D{QHLmM^?Ok6_+QziwR#Lon^7W+Ss2z;g_=Gez zxnTRz^BeLr6R`8d&P<5x(Di-W20iG!y_=X@hemh28l5k9E$cRQtyOJj<#yu$U+#RZ z>IAcYJrAY)90e<5Ytu3Ge;8G1T%4SvU{85JvAxNn=O{Qm%ngi|6H`6Rme&95VLj1M zTX%#0`nKC#rE>Gh#2dI(h8>JsPj**NfYyQiLBS6k$|@OQdg#=e-HygoVQKlAomg58 zemTsI*R^K1lSxuh_xYM#T=!fvt!4e4F6TeFjL(+4)jhBu7MTjmRttNNN< z&b4dca%*Rlqd(fx##D7U^vc7dUC6m4t`?S)&m3ggiJ(q3j zBx_SzwtOB2o3CshCNJCWp=@p*#>&QwMmC7S)5+eK)UqBKxSXfhL#e{KGu~1sjEQ7D z@)RNR@k#ad$iQPd+%wXlTaOejiBGV_DillBBVDnqANnnxpOrb%Ch8FTlPc=W^+S6F z9X^e3i<{0KWCaO0;+jM7PzWfQVn8{BcP*e~DvFb9@fCHgb?yy(jbti(MZVTq=_|@* zG5xo;OTSUH`7&8rDr9l}=dqkuGvCos zjBlQ~>Pg1-l-I*xL=nd52AcVCmmt@-*Eny>k43k`EXYiE9LQns1iS)1`= zh*sqiKR20Fc{GM#UTa2|?~Q5*V~E;gs6mI;5ks|E*^?ORFkpljN_~1hUh2cLmXDYA zi^`gfmzdYe+UM4!tQr?LX8ve$@?BHbH}0==>>ID;AivSs^O6xbeJjsrdOyaN{%Hzg zPXj+z+&>)a#fpySL0ITPwW@-)AiLuO&j{% zSEWK!&s;|I9Vf(2BN4i?;m8s?IHq{_7~ZuGjw$YcouJ_q=waPh4+GoR3u6(}f%`6v zdF=ML{Ao$ezjSYC+K+h>`Mby8J3I_@ZlF9vq%j7GGsfk(nT}o+M%hk)Z0p6ct<#R< z=ls6Qa@oQPlE}t9scbG@I6R0oQ-xSFmxu+OY0NcOESJ>dEXd-&uVk|M-sK3Tf>rDH zm8>3_%j$6|8qDb~=F&KF{g_8$pjpX-T|ue6__eAdLz!k5Xl0_RnX!mU;w`R=ZIE$c zFIZFCoMl|Y0@qv>T+CR)rM`P$%q9MAZgS0&aru7gC?%7A3Y%nr9yL4WEuh0*C~R$k zD>#d;ft~_ePvRu@hWMmR(k)PtUNEHLNJc;eaU^n~^CcahF^OZ${F<7xyJLgi+?a`g zvX;LP2(2J8W;!GFA5EG6i1!`_F6TdvQ>qZ_3lsdu!ZDG=`e!=-aT2lw|G^af$H}~F z{)4Hoe?I90q%FL_G23$sS&$p#hR2FGVZcUe%+J&7JuQAJ-?%8UBRrt6cugc!RQ>*di zd-(!iEo-`Q`TUyhX-b%^=}HN8P511$h_a@84vR>Ac788kki)O(o~}|Db2H`k=6}zsdLV zxr*gn@F3W4^}T#?*?hg871yg<(~attTLGE>ML1g^?DyCCM0HQkDG zpdk6uW8pxetA z+DX2b&#A$DV9s|Diqm$4#_^FJywAO$8XxnTIn6x`-I4II4_HL{fV+GEvuH@7OSpte zV3!~l(9xy15j4jXHFp{Bn&z02?qxB-df0U@SMxTp-(2orkLC1N6pZ7v`Y6mbo*1obe*yVvrr zsfVdrW1CE-E08&fZM;lN#xhB4qlGWmbM@HfN+pV78`ER#R@lw5?q zw0fL`(96f^zRlhUAnzkwoJ2^Cla`5VRN|zI)SS&nbCAU>DEZs zE=~${o5x9xuG4YSZAur#Ny1hfC%KC4e4KQ9T(2%pit06wlP=ME?OdF6M|s)uILXRZ zOPmyJ#m7l^1uhpSnI7|Z9xl}e>3wV-yTox)&UI(ta&eMz zA5pr<9}8QtKXw({d4K$9T(8a_NA;Tf9TkemoY@PGRqXU=o$EL^JA79Zm zfBbmha{k!3a(`S=u6q6P6XjgFKNc={-lvf%_+zH%kDuXP^T$ke#UDS3{1yIKv{2%Y zMKq2hS4N9%Z2pf9naO@>vVTZoSlLb)>8|C%+F13m;1|JPyRqQ2Drz)FA)br{R{>u- z7QE8iMlEB(z~#n*&nZ>rqyDZWGtwK_i;+D=jvm@7nG<-&-qx;^gN!%f@7@IZY=0aosR{tW=$YgSY3>7 z>M3-Z`#tKM#wQoG#R^e8<;QL>s~qthHvu(P;JfZ-eiAEOqvqH7vD+)v`0}w^;HxE8 zh|A|=g;$j@i4~-T8Y|@Qt6$3^j_a}8Ybr%WtRQmuSRo&~i6mW!6~;!ocCkXJ+dNiq zbmqtMzM%U1>aQzZ6e|c@ajf7fw)3&V8*#n5SRty{JXW|)>$P)Zw>Qhnmd6TKw$8;0 zZwD?HE0`YhSmAnYklrWebyj`s_Ez9>v4U~su|h?;a<1xQw|C09@>oH*(9yh)OriT> zirvo#yldSLQ(cJ_-bMb3SV6Q<5-W&k@W*S2Kc0vFn4!X&A&J=FE6POoEEnQ0xn{Ou zyq>=_&t+H(+1du+zp^v#alHMP7Bl#<$A>Di_a|#3KUVt5wSf001UBa_FDBlQ+R8?; zEV72R4rN)Fvc#NzPT?cvWcyw(;$!<}M&tUJn~rWwxi-$Y)+g5nWn3Qzu7MR?%xGM{ zlIy0FYm#f-+aF}ZH> zT)K9%S>D#xA*u<`x*XRx--K|Pz{(tkBPwZnW@@<{*xj6Ro zP_}I%HrfX>8rjH*%*QQT#9UIgZOOG=#^uZQMO3!!BQ_};^BUd5q!SZ?JNg3!qUAy=$)NLN$IXbiJy#KBq-~FU?QG6$C#qpi1*v`jyKgadz z;=8C`^Z4#gt=G=QcfXXEEsyW4Y_-I9!B%`f`di>~@tx^$_t-{c55ryBAZv^7a;{$k zmy7R=Ymb;q_ApeGE4Pn0zRS6OFX!4b=8`=O!Ufm+7cvEh%oH8+-@I!MnW?VCcYh#% zMSLe(D2eYxG{kp%LFmTj4SamJcSy=6$bBl(Efwj(A>CgVa`z24&;|>>6Ns-Q%e%$h z_!nB3fPbreH-yjo?|U$h=%@gk2beILZcnr4V!fAI=*HU8j5>_ipQ}bS|vU?}q$qOzyiOEE$D=4nkx0-1Ry%?~@_pR$l6;dkvj6I5H;4NA zuO996EYnW@-H=dU>Sq$$k$v2cLj2Ni()KE2`YtZCoP#b*=y}?tr`W^yJo}}|{XI|1cTvwYYwVe8v6F{nqcOFKLSVgXApR5B%Fdt$WYJce}#dK)0gq_v^0T zh_|Qw&i{!`7WZDGm*rs8q;(U+0NFCiWa(5NIEgX2KF~Aeec%Jm|JTw7qB+|hvA7SM zROw_e>iR$-ls<4aydY(TlRof4EnMm+x39rZvd^jc8}YQ}#7}x1JKJXCfwT7?{L^m)S0Hhm`3))ThhIJ5&ZxzqYNnbn!`PvS}f0)BYIh-GI>)+Fw z97AJQ+T(V((udi&InG`WxLe1#GUs;~aSyM=^<(l{YxBQtD2*Ezj{i`zV^7@cF2{UG)X55yGj&cVCpftWHKZx_odIzE=N9!FW@y7M}o5t&`vIX;$R z1FJoqOXGXu+sD|V;}eK|VutN?Jgb6>jz`4kzisNvNF5hrpHv-trZVh7ra$&^8$#|K zV!7qq?vsgqN-npb|C~j^b^i0zSn}fxUHxn^{%IZH&s>Usjp3uYo(`DC<`dameH+>_ zE{oLf8RR+>|Dk@rx3=l)cTQzu8#)WmSS;{5c^;#c!4Wj$A#nt9VSXV0=JDC&>Zb3R z1TNb8yd>Iz8GU)f} z+!+#6-2tITQ)mjiWQDLyM?VB%=a%WUXc!nXD@o%R1woURL!j)YGzQoi0~Yrzap^-}ZTY9qUz5m=P)~EQ-XNY?~nqHzU?>`q+VEWGs;)c7*-Lby34;vI? zOaJ&Ru`kT9egC+af=mB+Q8BuY$##yhB_?~0*cVq~J72uG>En_Z_g+f(2oxebAch-5RLyx^wz}D{!IQv-a9$$+Ad)G|vF~lBO zCigM{`|?=s>xuoWw>_16w+y?T*jJQcFBh<{jIpP?7ue5vY_*ZyV{EaJ7m0n9V*ldX zaCoPBVFec(xjIHaoaoNB6?=~i`z2yuQ;NM{gnexpcCQBP0BqPZ#-4{U@XN%$F30Yv z2i7c(D4}u4|CB)ksq2d=r2itvUKz(L&j)h{58%sH~ZvTttmBij(CC5z}hue3s zvVyby{~Dik^pk0yHrcZQCqOjp9m_9k7_Slg<_tSI)2Cll3Ae=3#}uZcePRx&hq2_i zRXKi$>_@7>2eeDaI=U@p+50|kM&Ky(y|0tQ#eIRp`I?m!yE5+k+km}4$j>FboVf1$ z5a<&8{Fc-GvO)KHE}`=W%U=nRpJ%&b{IM#Ya>3GXfEdbj^n>*2=?|+_ z{7_$ic>Mi!^oOg1IG#yy<+~dg+8?rfYXoT}7-U+c)gMC4Vn3`|k%MW;p+AHi^25xH z&9~Da$TgrMC)3dnA*cL6d+86mzgF7RRftN_;x|AR&P%V)zdGMNbvOMc=(Ii2$zm>g zI{Y2V-*G)XubD^Ujsm=G9NyL);PH2l$2=~M;rLx*`{w)7d9Z)F**f3v-tt;k9aSE2 z+EYH7VF}_0-__n;z-W0v``BI$L%=WJOHTRMX#cm2f137+(-Zk5Vw1q1d{>#ea|8Ih zWuW22nCStCF-AHcAIFaK@xegTKt4Wb_w932JQNRRm=>GTAA(KE50o|3+5I)t*$XIW z*(f3C%=s!>NkN@8JXl<334ckQk-yG5qkR_D+5HqFt+VoRsl`wAjgz)5)_{zY#A@jW zw!=eloiQzSray!_lOMc&)go(MLC%xpk%lhi70Cpp{hV2s4DD*bF1#!2hM9QioO zb98Q;w4;I-kCPM{HrbVN(oRt&f|_S^H@juILYg%%=cCuC+(ovh2tav z_HDM_anhDS_xU*KHMT4E>AT>mc$~y^^n>*2GETA|cCE<4wB*nqLJs*M^u@LGhjopU zb_20SZApJ9<0R=1S-#zav@%X&TBOw`{?}Y005KgdFk%#z}W@oWydL)&Hl_ zIQb7hs_^55Jpr$!Nc!Fb9zxJJR{I)lA1(11U*-`$Bkr9##t*nU4)BwSdnvp)z`NoR z{wxoB0<;S+dlIY3eB$Ti7=s}M#u|ac#m#%0?8)qUJE32v?9k5LB=xc2;J6I^+V>6f z)_;1vv`#*lk^5ght@GA=5)#-`UVAMj!98)|c6tO7yy5!}U0awd<(|8Ud#rHVS-Hy1 zCyTfbFm63T*A20HKML+Qefv5X54raBH;OcrX|X2#L98kL;gFC+ES71>p+5xslOIC7 zuy0&GnZx>yb$74YN6?&~SKSA=Zn$w@thGM%*s?9F1a-zWAvL1$dMZi{s$bGrCqX;a$+8Mbe#Z3-?;^}!hZsL@_> zFLyo{{WG!MTy(CJ{e#>|jJ4H2Lw8F~?^p1YEgG-=lt=gauD9>q zFUXzuy<*<*j1RGn*?xOA>;Ze(FSZwXU-fs&|1j;Pq>bTyRZLj9`BC4z4pna7ydH@y z>06fUJ=Qn)ANBlNH~Yu@;y?Z%|6}Cu#fhnkdDx+$jE~10mpl!Q_fwlXAjAHX*rUs^ z4-42&#MlF#0rm$@{wMj1>W}U1z?eho|1WYpr5yhS`F;H#t|Zdlo{m|5Aj^kj@%4XD zj4itPo7m4}*lv#ch#>#7G4gTG0{NpXxqI$RayA-Yn462)YEn=*bX6++%E!8;`5eVM$k)WCam z#QSPY^EYWeBMsj_eGNY~Hc#d%=Qx&{@1M#AlyW?71XVFbRh_`QrYfdb&tnB@dIxn1 z?-EKbq@K%S($|sEuiapGe7bk9*X zxXIk~2u0_hQ0JzHP+YMe=C-;)$M5K16B@(8BZco#_G|w&yp>~It#d!m_;Ee|tqhIf z_#|4BJ>}!aldPm;;#gsEV6=SUO!rhg6Y7I0*2ihQYxTjD_#*YChsHJ}ZTd~>l%L3dBi38k=__qdJKJRgvhx^(ni)ctL#J0HScbvapcNTcG6}>01ix3yT=kTR? zAo}I;^q#}nCX0K|fn}#G2csgb#mRdPUzseOde7k;V{-2~c&7Y4hp&Z+es>q>zxum= z_U;kCeX}qcxBK?Zxk@Ll-o57_gyQNy7QMUvQQmX-Mhizh9|caClW1NLtzewK>ql$W zn%9{LtNHvrhi{z@;`ba9c}n)e*Y}A8>p-sogmeUQ z!I-AwZ|C$3F|iAWFAw^^QvE#PB%Jv;ajyKP%Xi-YXqlVhct+;i;&0~!E;rwHg_YTP zabbcN|0E_lg+$+*Utv8DjpLDi?T3ZAFXLz(AaT?3J{HutiBBS8v8R08bfro1sZbB` zl6)3RvN6M`AGF9d^liq{x{JtC{0^Tz0bWU0`~=dmn%Q5Mk(oY=L<5?mWobZyu1 zuDLd*;MyQ}E%up7bv3dle!^?$i&(0qSXVz%LyW?{#7~XQ8#?p6fdVj+lMB<|vT0pL zdw+X*+id-NBxB&>y}$O9*WdLfsjg`cAs=IduVP6Lq5giNq|nrjcp~VJDc-$_cTImx zxpVcumU3k+XiSBD`Q>W~IIcj)GOcHe4ZZHuYR{Ns zr#;(KUI#Y=KB+CrMjd<;>)yhP_GFiTjWqHA5q2+uh8s3>2X7c-x zM8JC|bw`EE1yp+%ZUluhMTOtZyQXlaFwUDmzQ=c1Y;yzK4-fuhLa$%<1~O2rW+Z$GFrt^Lu>2)AsU{6muVESNBk27E>-z zpnF*$vn!@p%=>uPipdnmLq7}D0S@W`-X)Y=Ak%})WKc{I>LK1WD5fM9(thOdSZ6W@ z`~@6szv4gWp~>sbzFU1ivO5+0hG%dd2gyYR%xFRSr>yv2)d(3o?*JclM9d{~U%!*< zkBrODeT`Bw37h|n*d%ObUZb1#1YGWOM!RBgm{?B3Y|jh$<2x{5o2W`(HKOM~iV+He9yphKZ^B zlc;-%Wx9nll>Y?FMdix{iv1*R1Z6NqWjw{ZrVOSOtWm%&A$Wf|L8p7T;rhS<_;rEOy-fcqGS97_c`JK_j&%U0hiBvT;?gmec9o@QX?*( z_qfbchWnbs9a|$VpZB=T!#N4+PO48Xq_5`~M)#`2l)`Z%zuG*iI7M4tS0g#`yY)-2pbS-V9N(aH=^c%<&ToY4tO>gq9xhAI6Pj7|#&HZT;(7m6|YVQSPR$Zx|w%TJZ zv+u?+UMA_QIQGleCnqM4Tb~R(e%^MB5^*Y9*C&;U^D4|(L}hV&Q#|%d&N4Bc);?{*|%G+$amD-Jir1_v#PZEnVCrkae*{sGYc)Kgit4pjhDa+kc*G>bIFZYX~+`VMw zG?beet=uaI6=UI)XRrg`cpU&Z9;8NH!Ub1q#c~)QU-mxg(U~5OqKUQv?|I@a5 zb`5QHN2!S#+bVmG!nQhDEYSf}PElJ;X1Yf@i7o3ijWKV)K73Dcv`0DX+Py%^R!GMv_bpS zd5+xI&WD%wyszzDS=VnNyXw~YT5>a%m?ka*<{byO{O9VrjA#Cc=gmr1#F@UzD@ScEkK?H@gMrxP#ztR`T^3rN+$!Pg@i%0tB3jajf*x@52J(*%QzQ~ zI78V|&UdPD62OYNa7~>5i#W^5`F=IdY2$JZtci1xh_kGm?^WX@fR%HngtJ$}?y%G8 z;`)?#9Tz3%V)(D9KK;9nA1bNtrCvfvv_|#t;_2d|4v%Q1-zw%^GUCn3>Ulq?&Pxm{ z?rABn_RV=rvJ`n;OcK?rn@age38R=qS|nqV>ElA)Xk>6JGvJrT=FxO3@FQOVLi~ta zh;Pt&hSlRZTjm+=z;OX>cj7O<_=uhKM!TseOJoHvNNM88awd@w{#;J+~L>A6r3bey!#FB znv-No#(%1ZH8MTiL%Ht7f5m$E0{P)3MGyChB#|CwiuJG;_0VW~&~>#nW4?avYlZQR z>AdxHWbE5M*6T#aH+(XY$jxMYsq$dg`TdbJ@Y*xSvRp-3x>FWx7n_B@a7*>K$m_PW zPL3KM%5?ODY*0;q_^u)c(~?7f2s!MB??a9$$icMa&>tj6`oj+)$CS*$wB*nqBuDzg zk0FPM%e3UsAA(f&!%r1Cn3f#+L{2X#jMX8vU9QuRg2tP>wu?Ot`$hf{`FW@9F z`L^@bo|0uy;{UwhL4b4YZokOU8 zzRS?Z4tWKsRt~>W5;QBGW1c^@vpIm#GLf_71yWl$HkIMHAVXho z$F0Lf23vbk8Tce*u&2BX*s0|r_61`ZE~gAllz~qEKM3mI^##pPrlTLkaZQ{2&<(II z2Tt6P94FJGK_N=ctN3Q3-Z? zP1ti*#cnFW9`L%C8`knaS_|9VBzW4lJDL;I(GS7S*>WYx0g+a;Bd7ulmj|n89S#)eN`aPtGpr?PZ;@LRO|lR{bH! zDnHaCYh7m-%v3C^oLwNY))E5*J=Jx_+ib?2!~k-}+hpFSXumg6JjNauXS~g7+&UxZ z>PXIb>*Kl0;*Y1JzTC?0d$WlRIf*~yjJL^&?0xV~aT}4C@EPKskA+$E3IW&0A5$nW zeQyr3;7$O*b%OWrxg?)Z$isZ1aF*#%R?`q(AL z6@64c<8A7okNoTcK@NRV9_zh8U6-Em);C}$v7VgqCbbx_cg^G;L+sKs-lh%M`Pl_i zdfU?&b+-(=o!F&kyiFgluZ(L^&Ul;3W2=qq9%GA*yh!ZwGu|dsaIum6j5lZ7ie2{^ zZ<9vY`Pl^yyGv&m^ihVgvkSCR>1Vrec0uo$BR{*qb7;hm5`rZ;3#A+jB#E*7j`-A$IXSotya9BH(iil=fa%Nm2=Xjrfo9bm>o~Kc;h!f z3}rg{LHfn?hdC;8FfBRshmb>l2>n?teM(*L|IZ0xjoXtxMc)6HK859*D@ZGGJJTYq z{t)_o`(f^i9860N{UPL#9}v4O!q_d8vpl|;!N>Wn&m;CL+pS?w`5tZ_2%zOm;+x+X zKTgAXgba&%8Pp#fpZS`(8KW+Sr_k5U=;a9KNj58o_?pFu)#$9{(l@};mn>|nJlFb! z7+cQG#y-=gwk2|GKLtLof~zZ7GDe^0O`uQf%CHoF34R`L?}l|7>7Sa(GqLv9Glep^ zIh^^Fh3)m}_+74>$T1x`s$pY}pbGZtN=f8_%&|#IbB#0}XG3V+O5X^^+rFY|;Ay z#9l7Lc6whZ=w|sC`3xe@nCktc40}OhuTX~lzkt1Bj6M51z{bK`T&E{z*b5PRr84Y= z1NO=>_PNBKImO17`U+cInArWwuonr~{bTGo-Uaq79$Vwx#9v5!_djBf!GCD0p)TFb z{h|tuky+vmt|RiSL}t9Z5!&ggvCQ&r<|4#hC6hVchr4(XeAQU+055$W=Za5@@x=xg zCH`s|zPG`}6kB}E>c!yjWNYvjAN!sjbBJyhBgdM`F^k!`)6Ej5o3S>J%mc6`fQ=hA zw;DKH9V}yYkc`K+`oIHw`#dX_UF>sd;%<=1K4K0^eg%GP9I|Xs(!f~mcL_hIlUx1p z=*$ljO9cFqWOM*x9k{VmEjzqp5AfOm-*s@;SM_%e`*vnVNUaqK1K=VVx{^q{JAl<=zT?EZhT0*-maBrS$NKf_*`*jtxj_Yc_H z#MmDcU|*17_apYUW!S3(?CoOgjXs6k&8gfMX4w6Sy?q(>ssVe482fo*&zoZB`d+1~ zzE=y_iN4qRtQLK*T27<8rusyY#RR_F= z@~8veDb~T5{+QA&2}B+Hq4_K7OUueP!DuZ+%_LSNtxxJ>|={ zHHdYt?76snzp{KwiP=~z)-C3iz5zWE))DYuqB-wpH&bZNFI^d95BV0@OM7f>r^z`* z(l=~I?ETf|GpRQ>sgqNPdVB}uWr*zCDTqT`5}7wA?g5p!Ugm9r%m>EJ=oBI^>t)vS zMX!pnWuNpG#6Bp)#`!C3sGs83#v$7(gAAGuE~bE4AHrYY3;Y;i_n1q@2pz12>=4o9 zYaz?2j&%G{_gcty5q7>7;;_547P6x#@mh#N zOWk&UEoA4Y67sbWM`3NZ-nEdOg8cbf$nvxv80io-QXgX^Z8$k=4EySx@16d8`d-Wk z#J<;^HD*tF-?WPgfw((qt8wS?&59}a)p6VG*M6-JVjA16M6DM} zxh>w%K8H`jbJ|nB+t z%4Dt@f9zH)v&0`x=J6DN>}AY({LzovLK_(B+kpDgYhqgvKfN{kgv0O@Y8tOzj$x`Bypv+O(Sr@NzZ@J99T_X=WfHC8s^KX9BK@WM>+51J>G!uM*U`#_S6@7r zo0HmCS!ln*W0JLh0?Dc*(Y~1FxIV^~a_m6tV>0aI`(&+AIgTx(Fn@hR%pvmcNRHz& z4kv$GkpK7?{8`GsnwMX7lkeHUP9NK|k?Ur^fSv5w*!*W;ukNw6j&F?R7TpXY_6eEX ziEj3fbaP@XeoO(~=seO*F^9|}VaHEX+lUg5EMs zZO~UyvJo8 z_-E0byqQHM>Ul`vz1gEt3FGvf2-ZZr^FZi}&xu%58V+qboD-4AQ}W&{&#kEQy;<4> zq@r`X8x}U7YNh0yh_y_v@p4YYA*P{T(nd@}6U0qM&WRYHu0`5?sI%cU)LC8UM9|6$ z>ukbUA~`3bsLm33O6sf==R~l*mDJfpv0QRagwz=t^l``(Ud&^PFXkQ3yY^xpQ=L91 zVkk1Jt~7qM+G~nsl5--w9hJS4IWcnhcQWl91KZDkm=e)s5jG?y%ZxS;6H$qs&}N(B zd5UpyPQ>9>YMmpoQcn_#BIiV`Z8qDvb0Uri<#y*p&~Hgooirwsb0Sp5R_<|rPQ)-P z_j^$t;GM_bu_$s*#5z{)_?(DiYG|ur^P(jZZNoIUGw9?cOF|qebjYM1bf`V`j{e? zN6v{Ts*gmTlKSYxIT7spOX_3FSS~pyLh1uAbf1o28k?_%hUA=xGeVMm^zQI0d&cpg z>>W815BYC5;|+N~roi5jSCDdhM^02};<>CLr{dlM`W`(o%$;rX3u{UW7~(PC_QRV2rBoRNoTI(XaisFwbE!w6>uDecNyMKj}ON zpTy|bp7Qe?BUD1n@0=~dsCe)%=ftv|L7l8`Iw?CN?_BESF0_h-DLEtWB;||ZAgKqw z?9SY#4J?BCTHsiK=N#qpXXla6?IjK+^Yh3j2P&OE)3T9@8I4NbtKWcyLq~lYGKKD& zDc(Jucdh$oO5$ZbH)HR(PGr1wKIL-X%8ukp##^TV1Pw$c9dzzc#goGf31ITwZw84b zashs6Y`%p}1ZHvuCE)>jasfflq@bhdmw1;cihmaGn)podT*M0n>K+GmHt#Z%Tp-gq z%w$kZ5$astH7KSCb&)_l>Yy&*T|&tPY*)v;x5j#svE0ST)^-X0gS{*r+O8YRod+1_ zLN3KKrjN1I$3Qhkk9}K)eHpPwmSLYCurDvhMp-Y!LqP*fQ3Dt8u4#ZNmbLi`!l0}Z zHLML=<-hLD8$!tTU;IRCWAl}Gru93B-~Nd&?X)Msth>!MO}m}>I&!XPVQggcIXtTB ziSErC6=D6CU`-=fn&Zvx%^MfxnDSS!8&}JPK(ENQNl~^%n9Y{!vTRcBRkYYB_og*M z^!0_O4rC3@l~?dqG`!7<@HR?BGALVf^H3F7n-^j2lxU@9tSySLO5`$~hbrB&DEq+_ zg>ng@z492eJ z1$lxl_9D-IUTclb*Dw}afpu>@R(JN8(?z9C?%gq#$(-~>A)!h}l(tV1)@H0DdpHia zq;6an_IuQY$@PG^fMs1+3kZw4u)!tw_bs{KD)(WeZMcYuMYF3VnvGjHIv&$+Nynqc z%=!!cMrj_aH8_RDUDcaEa?K(D^M`(?l;3JPa>Yr%qoq+Bs;4}Wfp(kIlTyGn?9K-(c1sG^nnnvM(saIU@mNASK4=lnOp2#Ksue_is-a+-^RSF1? zc5o5KSB$HzSC2hfS&qMoa`^Flq1T+@x41t_dd-^ZlV2JM{YJUUq&)>YE3D5FtV(s& z)Hg0OI4+m9g@6SQ6%x*X)3$I(QJp-Jv@t7h22~ML7WUt7(B>=_s7*%19M}4o<2oO6 z1lt}$nOE@LQe*S=j5*dy>NuBKtlc-3R0oF^;Ykc*tv|zJy z6yuB!YB;6{>$T(KI*R>WS&qWdnpbrpNAn5wa?CfRAV*REd~8vfO8jQfPuxF;ac-fm zOZ;ZQD$sR>Z$GX`#xJQ88=YC(2)H`aQE3my7hx@QBCvA58L%LuQMs{Ng^VW@;U1jW zS&@udB^6jF7Gc%cPr&F#6lFhv24Q8WYc_-x0*4XTG4#q=M_7e&wGgXTxq`k6?eSJ(bThf# zE(BOP3IXJLKrByL2yiC28abhNRuO5{F5OC7wM(zCxwDICPCca1=7OGL-x}hBLab}* z!3y1R>*_h2ES_B_TcqvP0IUAdA zrPF(r3bJaBdsUS1vZ5T{Fo$(H6*)#0<@hhDgg6IwE!+kv8k@JF60n!zVz-h%R4%a4 ze+d`*Z36^TT>ih5cWwEfDQgT_FwP%ZS145^@2Gk)$wU zrbv7_?;0^veD~#UK*>w1SKx+w|8+H(*ifdUALMP;@B?z*!<^h#v=3s3^8K1-P_1LI zXcJAl>%Jns{fgZi_LSdObS>z0S6cE;>(L1KTP{aU$^IGTPR^1_&eomZx8&AW;H=Be zp0lSs_f5u~oHjM_@8G_oe(rrSkgS>e=3?&M>*6+TwoZaJUB+!s`EuV<%*_?1Q0@sD z4o7`29`BbK*uI1h7aH4F_x{O!8`t8w5T7;6w{e*VHE++S-^RUFW#K-r?d4+~?r6Tz zRK%513H(kk-a2bYzIC)AKiJ^kr#5VnWttFzSIWXX1+w@ft(lXtcmQ**)19|Lu+f#j8P)l;&->nox)gp2n3OU}7 z_fW6f{!W=3v0f_VV4hSCuaY|=l_cl)b^Ft+#QTOnVmXp`O09gY=V9`!?4443%G>Fk z%3b+R=|D1Howm=3Q|{<20ki(rLDEJ-$+6F@X+L+CfIa28?=kM=ECDW82L0=MR6obu zvafF^o?SXh&qNH!-Sw;-_ip($kzyZ+4@TrTFtRm$pD?Loc~@~Tr1$482F=-dUsp!( zNxfYb)mzy+p8FEpox2gR-M;3lOf$)Qsh>r-x{t40tQXnG*GgP>20_5}`!KIoV7h|j z41z`ef#oP-9nX@S<0f zLX|>&^Zb-~V-7h#cEj|fB-n|mGo#2DK`$7^?+qx6@uplbzSq6w;sf_7CW70NdOw46W94EJ2FHC$N zdKcK~WU-x!kAIdtpQv95Jn-?{4ds0NLrN#{#AkREZ}U-?`hhqC80B(}puB;UsQbt8 zOt1*1c=vJMHH%=%#m0P(>e*Pne(g_%7{Fw6eXnf@Qak69XwCMNuak#?uXXaO$Z48- zEUpudqg!sYIw^a9Y%F!OHBv&akZ`?@z!JhC#`cni8{BZe4RgGb$*|at2Ahb z&!e~|%Vw;Gn<)!?1mzVUAs5s|+4oOJQ5P4v;|7aq<= zX_l$F4xbGLtJEQLTfq*Db=VcZ{+trVeq9PE@8slu-8EcaZ%=3S_B_k@0{%NoyKGB&++V%VdQqvOK1;ZY`>cxk&(A=9gLQI! z_mcX5DR6zEL4*Q}W-2IX%E)Z0E3c{5GE6_TQuw=2@`gfs+shnS4HG!OvbzK zBA*}c4)Akvz9)YZFxnDyj3>B^sF}-ZP~zM>oc}HJhwqWc#kqkejdR~py4W95ehp*@ zV3ZQ)-bqTR^Ibd>l*|qwE7F8v5+0mHW_^OV%?J4geKDSzRajvh`&tp+!%zcll8nTp)xxZlf-8@#t^o23G zSkN;umlaxk(Y?+w{D>@}g)zkz_7m?~3u7w85%D8-;_Q(C;t1)b!aO(oLs2P?wbzOjY5DNyWd>i>n#bO(A zF}!G#{_Lw*FfP2e+~?cK1Pv!au4H_=Zu=u;az*bLSIWgasa$@Y;A<7E*hhUGi^g?) zZ{B9#<@0o=gQ{x>_LQ%`Z>;`wp3ds;n^+c^zqsG*Tl<(iKKmAVe0&y|e4Tt7>cquo zRwvA8CNA+=MZ2CjwOg)6xHE!{r|P|>&ot0bHEv($%#iDT2K+7mAxB8e`>Y&_lg?FcPW2Uu+Wfxn=$ZT^uLZu`McdM&Tu%JqQuL%MlIx$Ot}E4UA! zctv}WA1t~5P|5v=OYT2Xa{tki`;V2}f4t=W=#u+S$bD>mcoG+}B7TONT0g=>bo;!1 zEg|03g&a>6<>>w|a(v<=$Xar2wrN=owCDJ}l&6dM=1BN#HwgC}xR*!^_iGkntzR1! zUL`Ywsoahd@AY7e6u(PWn#rU-!rP(Sz+7+sd;EfWlz(mbYX0lq{7jMl_D-~KdjM@$ zB==QM7GU*FB+3UV0#db}R2#nqkT%m%Zc%1+3nu^uPt4}y-~D$;i+{ovb0Se^8P?-XHm z(hnA5b^Plu7oG$$MMto1-iBzL1N@Kh{u8*2HG{SR@xoWn!d}0(e;& z`KYXz4d{+v!W;opoFnMLyEaF_l+L?R#(CngmdMx>zqg&Fdrfi~*#kKld*MMZs0d=oW5ODHXKt>U!_cEK@xmKH;LRn=tBeTgVV_rra%FAXw6@F@L zo|+G!9Z$o*Y{zoJj}P_5ow$85EsE10Li>^*V9(RyfneoK(aNXeU9)ngFhy=QklWkz zc*5J8^+C4RbO!wDRP5}H^2)p`Gnx&Ey}d_Q5x8=Dn~_}3-g2&)0++Kl<6=hR5_=Oa zs%>Wc6x$oqqBi{@*qi)-fNmB(;P<6A#qB;hWB70%&sCi}wWqviofYU%7-qziJ?p!6 z>o&OMeXpO6_N*IfYqfpj_LS$I&A4@5((N~VmE0eAZrxjVXY31P?RNKBgx%Nj+@|z8qeu8@f zaWH7`mm>F2;?7-F?sQ6~420eh)f?oWsvwNvUO#~xl4d+8GFje6CBeN0vC zWlFF|*Mxm+RqSO;u;-be7P*hBioIM3_DMBiA72%F`4a4}3b1qgK7rV!_Ps*DPV9T_ z32U+M6RTpcSc3gfg021}-`_Q;+TQe)6dL|S*Yun(m%Zs9)1P3(vofA(Z0?8uWyI4z zBxN7ODj|(fX;nVPP)ROyTv5F5b~QZd_ane}cz=}ayImd6po11)?e^UgR~O6)VBOks zjR@a9p~MKQ*1#_z*kX!z*W_IbwwQ|IpM2lYT6nto z%xH4Segu&Vnp_*dG&Zlp-x*}CnPpBQiGd@G>A82E)vTHC^pB9K+F`0x8PkPW{SjH;%{T~R!ot2>omDd zn%p)dMUL$%(%XkLQ& zZWZa>LmGnYfs_a$7x4S#?{}WdvIO-!R@a{V~PncqINdHXp?liH=T_!$VS<<1rx(;$xYM#B#y9;C|zt@z_wt z8pq)||80Vkt?eb>CO96CxC+5o0!k5ZX%ozCO8SW3CiueH$qD!+l#?lz^F-dYax%qo zj==98FWIZqBr6yy}%W@@EE^D{yc$jeXa zHjK#yFjl~gfXoz;SL9toW{SvX3e@LB7VV!^kv_X3eNILC+=}#h73uRU(ic>uFRVyk z6w)Z#N|cgHlM57LWfo!-YmaxCV$u5Xt`&_b7VTnz`oW5JNk{{_Kc6CqTmWPhf*3SY zgkF_*4Vo!JUn)?48uVo$4d~VQ6rtq;AgdF^pqV1{8oX=JOc8pdK=tVBE9CN!?k{h9 zT@h}8YfWY&ms|jKEutD1Q{)=JyT-*7xvmtb-sGaeUKNsJ3s;9UnAT<{GRXxn*CD1c zF-4|zdDobjBGWYjHLYj5Hceg^k|5fQc}OG|fZUvrM#L0}w%}bOVv4@HY|ec?O#k}6 z`Axsp?8n*bA#>6FY0(`0C;r zX_1U)n9<1a4x=N3kGWpF$b#O-+>j=33`ucrH&vu>4r%zHEg^vTAi03I*$Ov;4`PZw zXlvdzAH)=$-7NyOlo#aIG7_91>Ul;TXkQzvl2$W zPKsIV>x2w0=5}!+YtqHQiR=ytaUya7cd-X<1Si52oyeZNYfgkIdaFAGY9OKdOMrQ2 zxB=|F_!u3OTmWTnqL_nXirD+`u3=KkL}yX5~5 zRno-&OO2NKe@EL@|39QUZ|?sCZ|D5~P$i7~zZA3B{|gyh%p>ANjtWlu(QpG^Wf(BU ztH=fX$C0=Zyb4qFDo63Ic@?JUz8({(lf3(SJS4?)jt*%s9nDPiUvdG=;lwom#T1#2 z;ay{5icC)k)VZGN$u#*?NDA@OAr0bVi9uqy0L5{nFk+@id_3!r=jn=% zK1u0fA1wtd@zF}zMISw)8fWgKJLIgzN1sxSGxyOQa@OLbPp-z9`)K3rl8-)3NfRF} zHCpDQ9c@>A^r_W(a~~aeJLjWMSHj3gOEHUmw2;BcJTGqKb~+ijk+T6IZbUBNFwVh^ z;6|9D8#$ME&5bZcfAxYuJwPaNg=0dxzr^hA;Rd+QV>Y@hxd7_KwrbB2rU-?xt1UX%@m=p<6VPh ziqLNf)Q^M))b+eeD7iqU8<@$Um?G4TylYTQ5$bJ$`rGT{oizDwNP_5Y<{^<>0P-F} z8WB?@x|es2h^bD`-QR@FNnc6k;=c0RuJn~Rm+|C%rRV8NUwNz2#eJm|tfa40$}aYm zw^ZZI`^pYEYw0U*ug018l^t@{(pTPAjWh2njk8OA<(*2J^p#ShWqqZi?P_0nM|Ix3 zuME7M>nrb4!l8}Be5#}Es!x5oI&bb%18?Vi>a$81`BW)pu}>8;xR_7H zi7e|~%x579pE3rB;#1@T-lH8if=^+JKIKK;HJ`#1o!93AwTijeFG3p7FYzh5E4cv3 z%LFlZ#T21m;a!7fiqKyQ)H+`1uR;>Yuks-x%LOoABZeU}MdY!(YsgFy`D=mN#DxAP zqyhappCYte0OSpV7&KFaev@|%nkhnmD^S}KdVo9O?z?ac=x^~sqRRzv-X@NrGez`w zc-PRGBKr3NwVPMT4Y_ z%tkJ`0O}7!H7=&e^&{^Z7gOZ=PoS^{ zLMCw?iHqa9@4FJ${Zq!1$90~kD{*Zo_KGmq;!xSAw z^%a*hkLx<*tR=2%sK%Mcb;jAHxURdBCUKqAXjxq6XuBHMHCE@%I z6tg(46Ee7%iNuM#=3PuvNW!N~2t;vSaslr#5pD#Z!W4Z<6YrW&VT#UcVu5;>$bg!d zcj*V^0+}XZCi8<#5o%K2H7KSCHHkod>Y#e_E}`TCnI>ZTOk7+$mIYSw}MybR!ShsZUwKUyTW%v{%@RasF3fYucl z4YkMs)+>>fweSkHDj~{Rc!gTUh^j7X;Yz8vxdi6Q7zmlk0FJAWgPHLPnXg8anehsl zFDI(Tnz@9z1m-Fj2${(Mj%$#Enehslt0KzGc!kU*iK>-mE@du(xf%vSW-@@II&v^G zULo_fh%z%?A#-V>x<@mYF_*x69R@;XGJxZH-;-))XMC@lNYgpKvu3Ww_xe&aYJ8^}bsOK6Y;MQ*n-l9g$9JQ9ZsU6cDQFwt zDVy=fcM=0HQ<410Nae6@1q$*bWPrzL41n~GFKw1XOWqv3YE=u9U3XGG5}~b$7rZU2C&|atgMAs zsMP{d*1{{)x|*n_sRC(FSroty5Hgbi z9CsoIGvgI9w?UMd@d}x%64fHjTrK*ty14|Q&KL)U$N)^7|E@W0S=@a0LHE06}pxC5M{T5SLna4C#sK?lf55N z^iX6#r0y7rJrrIcRS!g&3a^l=22pL(iL4oYS<75PnjgS8C`1NOK8TbogjXmu5K$Jw zt8;yx(i7rF`9Tzp?+1_O#t&w>={WtM*2#?@>@DT&evmTe;s>Q*e8*u(+{#{uKZwsDH`PmsYc!Wppwn4AMBS{*Xak1?z#EF0aDQB z2PvEJ{UC{fi@AZE$dB5^)Q-Na6McE3xde~%5a^M|Ap?BNAOMWV!7KDQgArwqgIDO< zZX&ARwQgN=3Cu$<5c)DQfa780U|)t;$UGELX2vUIu18d-HS^8Um-Wph2#v-#C`1NO zK7o`hgjXmu22mEmt6a<o=pCNbBy z#auTv*Wkp)Li)*xkpb>%9010N;T1ZuClO^QhF9n0^DR$7%JF^W@!a^zr`>d%zEbPt##c^|a&})y8FTTK zQZkpma(p69r>{(^nH^vGOd?IEuS}|$9bY*yk*3pEvSzM)<+D;W%2!g2y7@{an_FKw zDY358R~p@O^Oes@L7T6nY{vJMBnCdF1$mLHw2x^Sec3Ad@(yzeE@ukpk;@?ioXd*< z7?*=r=yIka$}R`5(6_ZFs@kYaZuicZ>ozghcbV%twDsCH7PvbWXlDRO?KBid2T2B` zYdWTj9VA|1YF|Q>Q;S!a+Ixtqp)RHN<`S4^U?5~B12|?P2Q%XpGS5PknehslI}p`u zWCp5GhN2>a-hq+dxd%4$9a{R%eMgAcw-fw<@9Zt&?*{7M5Se5v2Af8UX>xh7vf%1@n&uGct##Q+^5R(u5=Dw4=YeMdqUAQj{om>6XhIrYopZW3Yr)`vW zK(vQ^L3=grt|4c;#esJ6j5MdeSmWS+2)PHjaW695gYDd{;&88Za1TN5 zhuyf}G~7e&+!Nz)gVQyAmda!pau0XoUTnBW*txgF;a>0H9*NwKxN*N_xJTK!J?YN! z{=mWgC~`mM#=XRFKW^u~E?eBA6LP=p!aXDo_XbD0pFr+0Zs~rBjx8;eLv^rT4`-AV%cQOJSsQ{Q!6 zX7cj9op}Z`n{UR#k95V<$zXakM^lXiZ10m)x{g8m$>IS{RYFN=2gE8n$bv*35)j@4IVZMAmAOEv;DzwN|-n zVMNv%5~GFlz|S0II2*O*z@NC|(Q2bL*Ur5#iaQ`~1MbasZkmhDL++Oy+nXtv66>k(<_fqxGhpyMG++tq$(R$o-ZZ z_Xmc1iJkkM7;fw%+Z^0)BlkOQ+#3w{yTom(10!-7{TWB=ONZ7{)OycN>qDcpEJh0> zvR0)`u6n8u{EdvS>{`^;mZR1Rht}BNOk3M%1XsogVr&*{Wd!jzT(IA4x9d^Ac^~yw zIrMbD`ABL}zgcZ3AIjvKdxwL24RWt_<^I^lz0S_P$i^+(?M^#4^^x_+{egp9^^s3Z z5pA$DZ(?RShM}MO+QI!Ha&L6w-ekBxvU6wTiLPJd{>H)mF>-(6#{H?`-el*#IS%(O z2luDQ{h1s0XNG&Tox5Wk?%fXVEy(@38~0|z{e_)-P8{xU9o$=ydz%~g7Q_9eoqJ0h z?(ZDjUm^E)H}203_YOOEAg{A7_c*wBBKOyB++P^(Z|vOH#o^xT;NFGYyWP0A8t!lH z+&!|z{ar%tZ7$rCqqwC%*=J8T`I9}!z1NX$?N7dxEVYq*> zb9am3#&HmSaW5v_hmiZQ8~0Ab{VQ>saS$W&P%$S)3w@VU>$ikjU&m^xJ;IG~xPNfu z;|Oy94u9g#4Zktmf7sLgM;vZvx{oGI_b$UN%SffWcs^&{!bWRM`5!~><8JBRZMaX^ z)7>7Tf=>dxJ}(+M6TPX;%NQs(E1CtPP=J+XSB}5XkkRw+7+cG zeZ((zE%Fh6qt;o6mi7^Qq!{@K5wWpfc%iNl?IRA^xyeU(AVOa+{E6F+_L_Y7?95e} z+4zXV4sJhk2i&;#8E(tYJv0vYuMX}MLtpHawm;Z4G_a(?(*p2&V!+oipyHOnO6Atbo z$bFd`_b-OKsGWOE9PX12?qbMY+>QH?;lA9?y(td&pAPO4$X(Kn`>^3IW#>Kf8+Ddh zMbvUFvm-_;s?45>!+qM3k1LS-O866ZO!(b!SF)#jaUAY54(`gxeU%&cABOvCJNKC= zZuxxiZ#y@QlU0!W8p&;YuC2$(qmrD)$*ROIYnz@gVqC6*x)(upt4H13m(SYu$ZuCe zz3NiW`3(4&$;-8N^1e(CPxjN`5wv;Uk5~A-KOIqi-j7%CVyYg)A9SSSI!wn$A(#3( zZqo5FgyBp+h3Pn@pL1KHC$uy7=lPt!K8qoq+w)=$rGJI+gcOf`p1*<1K;{eklkmpQ z6|cv9)o?4{lO|s^seDb}#fY5GeW+!7o{w72=S8(p%k_EDpGHeQFEUyfk+m+kI9dzm z7an`QXnt`6YSo56(fw=eLuP()$_UmW0V9a9S+J22#P)%CgI6nJ=G-@;-c1fYHNW`F zNY#yz!iX$&zmbBrDBqLw*|q359P6Rh%?>U9*sYj3SnGwngHB6D>WKAilGG8Az(rI3 zPOjgsN#)r9H5)oK$G&aK^Nh)4Bby>V+``x_ILTyEm#6bRlUq>F^*xinja2M=CK!>W zHW(@D+t^l|dAk+066fu#5sb|n#%94EjUeVNzFy`6b?7=8#;4$$tts5A1r`l6trj`c+t zkt?A&=7q*cc(1Sv+<_nF#`g;GJ6a7PUp{*OZ7z6kXiFu5w8FLUc^mvc%vQ?c|I1q5 zyq+uwSFU`Kl)kS+$aHUN)t!a=!?>*XRkWT@+yZr*ZtojK(1+cJdiTR0s5w)f>P^r* zQVnK~-R;zAg`w!qVA1J5;q1>nkXQ9*!>iwK%`1uVJucawWi8=U03&iH=v~df_54`o zA?(OQPt?kSKk@Q#0q3EYow*F=;jBFm5j!u9Q@xS5Pb{y_Lq3y-zQkx zGaOp|P^-V2)`doEK#UefbkUOE-^;XXQJp`4S`Wr*sXEWk zKw~eC^UgN#5bC(LfdVE^v26e&vJ|~j%WXi;nF4knMLvEB_>#VF!=ES*$*Zn}6ec~W{*6EdAm38vZ z_%2o+dwtToSc9>ghrpkx_V43&u`ZTka^mqY2}nIT@xbVu`HonzlzAKvP%p1TZz$>w zbJr_m*BkE8!|1Fx#i8eX*K7ppJ>&Gj`dzb2?0V{5Ga6%L{xCZ0(Yt0*`Mbc8zmcf- z2>fv=&%$=SQN(U9PmIobTO9ez=g@l;^&WHAyVS1txI+)4vtHoR*!sKBp*I@!o^aPI zV%Hnv(8K7gSKX#3*S`7fdgMpPqTV=%o|^ApCe?5(c+#eY-4Y|RlK&CtmR{~k!; zA0Vxz(4G3e2Y;gdfYK^zw3gZW9cp1j*7^fofG=9hx%c!G=1c88nI5jkhhj$S+L(M{ zMAo9cDC*=ek1Gd}%w7~;;a*gEM0qa?uhd=?`d#N<)YF(QwHM_~S8<50mX2~S%8XkW zk<&$cQ))t{=Y|FBbz6IL89&brS*K4&Xb}ZAuh4TdIXA?RQN2lxHkZr9zzk!&t&Cu_ znP5-KNNi+&Ssh&W1?_2}x}S*oeg^(TDe3wsVe&o6riFEn5jo$rIz!zDblqEGB$ROq zwzJYJVLI;3ngI8Z0BHo4-bCx2{uFl1DEbQ$5&K(!5+3Ui9Ej7Hj%R05ME zhe)cAj*uqjy6ai254G;%_K_O3?ka5r<+{r>MvTpsLhCTu81;9BqsC;K*T5V9@a`7; ziOQQQ>oQ!{F(WR#6K`~?V#cU5!XoTBNCAB6tdKn1^*9jFa)}Hxmvin-b%CMEeLYyg zWLd2Tkz7+%#W{;m+wfk1GxL zKu83qo6dQ}lu1s{c~mmogYDdO&Lf5!8dJs|@!DJ2##4h~duZIghIixAUAw47YRN{!uIw*M0jchFk92s|7!u^GM2_ z_?*WzF5Gm^BZfPt=RB$!Zs$1<8#j)@IX&l5&2T?ObvcNAz&Lx|(m4;C7Ve#GbhMkq z=RB$#E$2B8=04YR9@k3tsB<2a7q@dBq^S1+b9&C>I+K^@?d3%0JUB0M9-7m09@iW0 zDKT|2*{((BJYuwRdd{PU(V7;c^`c#i&UwUWInQ29hbZpnJZc&(b#Ypy*Xbk2jh<-U22&w135 z=%;v`*bNBd5E&ZCt{xAU9_r(61yoSyTz!*Dy#dBkwTyFW2&&cx?DS{rWX zIS(5*j)TrK42Pil-OqX4X}Hxn51y7_M4l_sIS-o_`bDQ!;&UEtVzun&JYu+Wdd}l6 z!|goh5yS0Fcj9v%Z4I~coJR~dY$nCjZQ^qtcN=c!IS(5*)@@GDd9*X!>YNAHt@E5m zj8;z1dE8^P)Hx5Gt#dr*(O!y?j}Z0^N;>C3?Ak}<^qfZrlMkPrna+7|x}}fE z={b*%hTF1p(>aeA?wp?U=w!Hqc5XW7VdKU*BLUutq=OG34`X#65 zJh~XEj2Nk~U5d_m*z$%xDW~T=?loF@?c8+EBZfPt=RCR^?hEbQbk4)ZjeR?(=RCR@ z?t(F8l;5sJ=R9m$SVlQL=W(CWDrD!Ta~?6=IX&lbzu~^r&Q0e$Vz_g9&ZE2GcAoQy z;m+wfj~<5ma(lYzoJS0|^UOjCh~j=`p{L<4W#^`I9yV@lH#t4$k!85c61VBbrR`dD z&Lc+aFUQzc4)akS{>0sf?`5P|M6Hr;TD^@{RGHB^j~MQp zp7ZEqxGUMyP3JsfxZ(A?nDM_dru!#Q-TD z_uPf;`55-4oSwUQz~rkY)t%`}*W2ro&Ry8*61AMqZ)#y(x<0>o&}gZ17d*ehh}@Ux z+=WdG$NO_ScQMci)``iS^W23L)Z=|l&s{uZr0T{<-DuAnox9+?<>uVQAgM?b$oe)( zmva}a>2_A20dOQan=sg9vXM;@AL?Ulu0T3>5nZ0nXWO@+p6k2LLyT1Hvu%vXQgrSj zY2I!{t%mR?+Q-|^lss$%WAlcwS&+_Mn7m=zbe{9TlM_kwhPvxvY}TW57twm>bnar9 z(Q8WlrlU8p>(RLjqlf)Gr{^w)8>!o4q?*~K=-h>^?r_Y^>A8!MMyr*bo6cP@_dj&* zVuTcnI(I=X%Oj$;~<3VR5 zY~##1pN)9b2sqD1$U#*5U#GvoBM$EV;xR)V>n|`OcPBaPd*K<|p!I}p+vU9L^i{3 zXGi>zKYJ1VU*x8VKWEUlLTuiAW50%c>Vs#` zC(?BO9zs&h?ED_Wlth}&-$O{MSt%R&d?Ar05^y)@7*)2p`aOiHQdEv+RY*iORXLhf zw#$yP$wHmF>Edr0^t}rHM738{r}`!P7Zd9`e-A+wF^y|DAMx7z2|dfKin=e$_ccvF z(Y|q-6vX$!=hG{iGMhMU#fV(C3pkVDD`$`sc}TmMndXvyreK!2u0uaVFxvp&bY_Ai zIUO>YDX6lEx!T%wES=-a|>#rG&zii`{XY7;*DN!Vr`+W!ZlgQo6mHSm2cW-;TUvY3d&+0ve-0G}e zoOHipb?8<6%j57n&kj9@{OasbJpRRYetC9C@z=WCnSSS4q34lbofV45 z|CXJ9j6MBpqWI-=E9XAqWaL--h&F!JE|*AlY?o2{h}V{|w;jptJO}dva;tMNPVTo2 zchomoW+Qi|ZZ~dc%HfnVpKY*l+s~B0V+5ksP5Dc*fbOr(b<>N;ul8AN{Hk2uHPmw5 zr0R44Qd64;kMJ_qhCHVbe{C`qHPqTmx28=W$l7V^0eHiCi&etH8KFhh*q|1Jm^F5QecOVxqT}MtjM1irn6Yax; zTzN6EFxD=IAZ7%{D@0cy$|EpdVa66v%3o1~`TL0CU`_@^T7{8#FvlyTT8$`E;T4sC zKs*fjTxOsDRKv5^uVX&@;qTX6JnkacEDZ z$iZ3wOuq06^R*69&KF)0*BivOOmVG87`e!RSRY_4E+f1`t__GX7hVz9BH~)BxIRP} zxyXQ68!;Ah;T3XygeY_26>+^uTpug0j}b;LG9cC`7>l{^3b{5R%3OFwT#Je83&r&* z!pKDi#QF?lF&ADT*JebS3$KXlE#mrGacw~uxyXQ6pJOcM!YkzZ0#W9|E8<#0T>BK) zR)mp@42ZQ2V=)(AA=j6PG8bN9Q-7PNe3z(Y`8(zk#{4+np7;&o;kPG_;QxX3DE>de zwX{`LgM!EaAs97-@5pz|+%d*Un5k*j+3?FrP2|Luu<(&f{fJN|DO-3uk7=f$@3 zY?PNsa=RZ7*Q}PPdWWI#cq?Q zzC>;E)Z0ah=J&Wx&*`@*zBO6{Vzm0XYn{`#DZbZ?KOgGK0~ep8zIJKL7LB8 ztn!xZ+Z5dX5`LS4L+Ni*?Bh~aJGr1;HMrS?xHbs=4 zbGtS@(qi<6vz3hCO!d8E(TmB@~aBO&zn57nW%jI?@`Zh%& zJvKQ*aqLzfGYgYU<7}pP0~VZD)P_YVs}D+NM4* zBG(5!7ra#0z5Ux1Kfy}iAN@83&f4Y7S$&&A=id2kiXxOCtOxULim3GbBj2XLrGsi4 zFja;!F=gcZHU;&1x%Yv44CnN1ir=JgGICZjGz$d7?Gj6-0tlP9%i<2*UnY*LEH zo1CuM&KfPXW@9bqnvJ#2Y0V~}^U85Vt=V+>Jzy_C`kr8ksPc2RiNtF*j}(g6CY)I@fF^Ro;@V*|_~BT(fZ~Jy-E@DXS4gm+~5WDbt!wWjz;bHop{$ zTCrI+(HTdG}8t=VjP&NW+v)S~VYc{2qoi&@S{?ytgB-Lzd zHqyeeVV%9^Xw6nij}7OxW=k_#YR$%4&NW-N3Yp9UCuR|ny@8bv+)`!;hK#@X+Ic|i7{(7N(;g5HG*o*#)8f@n{14FUYNr*+XY4;a zPB)CgWg1T>P61DjisW7q^D$gGU4iy+uIX7FMa}6cuSsUg3U`gaFMIK$%dN+~kk0Kf z6&xqu6J5i(rsp$^;w)blQ~8Nb&$l_(IeRWTMY=-bzKxe}*ZefVD9-#aN!C~3pC%XU4iP9;k`%gt~2PFy^#<-%NAp?iEH$KqA{KeHh7GKxY7w9I=>=$0p(l5yw~iGZt}}+?(zo}DH>3FA{9Uh@yx9Xsla4`BZkYCPF>?T0f``L*kSl?3sXWWeaz~ zaZqAjd$-bk&=$B724-DHU}}@qc??J#ksC+sqDYmCXHl5MF(5AmSDn9!VQ_gYPU!wNx!e`PG zhYx(KEk(DFf)cq_&u{GQIZ=Dr5|s}wN9KuJU+$hSI!W$+%e7pui<;+ixw?%p+BwUpD@ypUzsoJ~g7oR&GxmLZv&p{`qcfe6Ihfeqb)-W(W9d8$&BBISyiX!Md^7 z0=sX8#jb&EkzD2vZetnAI@+F%FDoj=TxQ0X#M{%c#eX1|@m=(}3~hC0#x9%ws3?6Z zao0?!a>y}HY+|5;*;4Q`dNJ;+_6`;u?yq>^Xc&(USLlSj_a*eDwp7quiWBNu1krsy zd3A5J^MW|VRr-nS@s%AECtQ4AZ%aiEe1z%aw)if6JYji3ow>HrpD?#PtKc?j_{?*d zxap}l2I4#WxQQQU-kK;q1EbnQy!22JyXGgGJ}bI!55TJALa?`d*LHg@^QLIg)=z?H zYdv#HIL6rOe=)}5(&h5u#H)F#Yx$IW3gUBb$$9)NjGsOIxb0;T#{UP~%aJI)g!wV) zsimFVxy?7B9&HR`u*JUZQ$LeuugBTXK`Edt>gP1IBJ z_~V5wRyO@vbbq(SUmV|`*4911tZQwN-2Gv6RZK&_88=H1j%O12`fS5QaOv3nYjn6n z7>=Ejd$_YvnTiSbkp6A?e0}zv0lqSNi!r8a+QRw%hH&hZ+{3kM=@u@!{B6|5qo~quMfZFryq7E)<2ZX_=V2en<%G0 z+xpXT8GmF{dt-fDli>WvZ4Z;9;>T}aF74Hfe}jz+NZ$WAJ#phF?|+Homl7VEYvJ;+ z_5Z~2*X1()IrRry`JGdLu*E;8{$PuLPW{0a|D5`REq*rpL!IUg>p&L=&m=@T{5Rn0 zidR;=>dLDsRYxQsy2IaR<^)7>{AkPEfOv6~M-*?~uTQt0_x8mQFP2LYT}uJhqPg%l zPlfXhLKMHbMT48*|M}qhUHH&J@jBgMr%wL!ih!q8tGCmF5x73(xk}`Ri3ONP;DdO7 zg8{GKinEspu^jLP@cal~QWi^7WSD{wCNG4o1pmQr(TWc6lHzf=UkLEBei;V7pF?3v z!2jW`PWad8Ie7=Z0W98x>~w}rWJ{Fnsjcew2{G^}ob(q(V5b}Zg~WI8I!E`vFx;HB zLY$d`*l-9Zu@i9jfu(pi^L}krVCy7k$h%jt+H>_i;>i&nh%p5)Y3&BSIZ&#WsPGQt zGY{UK3M|s{!d(m(5k;yB(f>Ypvrv2vaS!~CF&0A#FwK^@M5R6?UWQVVcNcsk(`<<} zc(FmI{?{Mm-H>?N>!EyP3HX&D`j;h+LR|b85ruaNQ8YiQ4O4s}(KersI})~gP$MMz zC@f1n&T&_Cg)*IpcYFS%!)=8h=f)Tjkq=Uj%n|YIS3yQ&WW!dvllb?n1MdUAMAqsyXhSjuHQ&-{xvq`23boQ!`5`*oEa*`(Mrn?lzk^QwYVa!Z?lpY3 zC!~Jb2uwkn$vRbw6&4ZqPSB-x_E{b7Td=T%vP6BA-z-srE%*o({mT;Y87);BtAJmY z>2YShHPfT|Q4h$6>``sls>{|~C`n9TLX66yh zdBQlmMvA!&7D>-!BF+f!Xz1EKB8a9Nzb&!E3a z?6Wr7TJV65QIlDg>%o3x)cMiKB>vt>EkqURCwr+xUDzReFvZdv(qpf!sYs=Pf@R72g7uln&$@VSVt5Gx{vcG7W!8TxL!_8ObEN?Vu1+)Qe;;k#Eu z`XsgzYD-!*>T7EUtGxkg^6n4!YU@U5{Ss^5Nm`buG+fV1K7`tmce{eGlh(#+dc^6* zBU1-1gR@ZkGF(5X8T5o-`F>h0`)Wi~=G6D&oDZ5Ps0`q@51_uKZ`uj9r^-d$jfh4+ z3bB~{+BIq5cLBG=E#RePjJBO&J_Fhjaq?R|S`CA|N$e5ug3{Ur^9bo3?_z5?j8qa! z|597;Jsr|w(s%UTth%}`Yr-5I!)1w;TrTBq&~Z1axpzeT zI^3i9=76r8Mb-dI&Njo)>STV8jnf*{VcbGy@Yy$M>k#-HnW|3L$kbcnlO8%BRXHCw zw$?G~!VEyNjAp)>%Cbc20o{iBL93JDT0skwmIvCYw3fm+Ev+9R23lES8|Sw=l(D=! zOQj%7)aAR6VZ1vz0`jBHRWb7|htKhRaMl-%!GQ}hQTtYo>GyHNHSsTIANUIij zDQSHKeO0!^G3gqcovN++Pz&;|f1QrI6lQKR?%S)hl>+?|vAp8a8-;j?#-0w__1*Wk zYU{b)+S)l%Yt-g&zfRG2OLGdw*3ej`ZQA*~#e}$!gzoEfj^(UaDC;b&UGGHP#MVyS$qU^DAk+FhpZ7eWI=FO6a?veW9`8 zs{FD<9`-{$YwNoof2XZ--K1rS5?izvU96ZbaWGY5yG!U8mw&A-!D;!3v7cZxl_`Cl z@4mH2$MAE0@8dEp$~9APgATX-Lv783R7t*x-8FNq_7by15m*7?ZV#;OVT_mIe9SVR z#Kn!W!05POh5>hX%>YTpI*xJWd zpG`X4D)139#%l0QQn%nnor1QR+KPa$lXrJO3~6nHULmaw9QSq5K&)J9A-IeGBH}p5 zXp~RKxEIDo8Fw_aCTY#RPGhsb(bkVUwDlU7%N=a>tEumn|4Cb!jMZV5`fS|}Z9}SE z)>&HMvj}pSXsuhpcYhIwwgeDmRP;JwAGRGafn-IBgV>A)8Pg&HeOklXaQ{q zeXJ#BzzkG++g-bLj9oDQlWIdaeOJN0vBZw<(&5%|`tIb^f2d+u;?t&jr5*x5F5^x= zs;$DsG~X?X#S*_ft>=lS_G)k27e;!VC&KI%dbjkpcdXDmJ6nF%)-^Ex;u;6WUue&A zk7r;#9pgG+k$XYEz<#H+N?oS0^-%i~d!O$%QhX6H7sd~H_XX&Q()yCa^#YGsZzAfR zNzuA10h1}{6x3D^Wkp0+6(b@pV5}}%YZOaFl;nIIQ+yGTqA-}5bBw(lV+@4*9L8Hq zyris%_!RCU77snTr)Rarm>=Vw6z*`93=C>R@!RHDd=#k z#@4jZ)-;%r$rzPi)7GX}wAI*HuWPIg%td94>-%Uc1zMfN8dlfV3ygK-vU+s3z8mKB zEiufTs`{ME2A3f4ywyZb_IT>|qQiG9G<(;w*=d0_mNcaL)1KHxi4U9W=UdaEoaGa-N0eoW-lKJlv_<-< z(Ii+$$$f^G!usw7z>LpCERh0z>zcD@jpJ}>89H3SENu3tvSaOqq^k0?vPKlqZo`iIY#J@BxnP*ovz|BWmfxoDRV4FMS_{DfwTOqj1CGF61( z(J;oE0ISFre+e-It}iEK&j%8jFD@1p33&qMVHjq$Cn+u7$Mc5R7wMKK-3pc z6S5e>AaYFHE@l!kdZ`efoq^S~XeC}H0TP z38|3>IDq*=&qLxDLSBZtYj9eK!k(ex6d~;uQq(h6iP&-H}d2kMtVU$5b<=4nXCLWR`z-s$N_$nOg2 z=AGhMNyyU0P{vSVqrICvrwMsrr9{Siw|D~J#WTgb;8QWoWbZCdenOsnQzBEnKYB_L zGWVoJW_W+~R3@Y*%z!c00u$6|BzvJcq@8`5puf7~MK@wW87LrA6yv&egwcMT!^6|%%T(7T_I@{6U`0q=|6bU)^+k;>^d z@5|o8gzSShk7+*Ueal;skXjRk@hsz0|jrkT2E?Q473QQD0f#0YYZAkw^*OmA)f{oPd3o&ml}1-!;B7ggg#2 z4@4^XuJxq_uzdD_M?$2Mucq%JLLRCukt)7AzEXrNhtj|>)qVARRS4M(tp$mNL1dHXQQtB`3W4uMq`hynZ!IB{pywje**Dg=iI9OeNu--^ zvTrXT%{zD~Ob_3SzMlvws*wJ^Iley$*#h$!aH6-Lc@WzNt_5JMYK**7sCGx1}u~(?#m)%3hWmk@}%bvUvEP8 z!%hey6Ff(KeF?b;>H?7io@2iLgydCeuH^m8H-eB_BV?FGKEHoFA(2rMndwRKPbQ>E zCyC7Ur1_^4G6?1`$oz^Y;-5uGN0{j$(!iVHpF_wxX!D4y@a6R{BIFa5p5DG9{tbk5 z0^f^aR{Ki$zaZppRTrClW&OJdd10008Rx6&KTb$Rl|m>%e?|(H^UbQ9NBbK4ixJWb zN~|=rpFO_2{nrxGS|LMx9sKoWtRLZN-YMwazApY|GE8TWmlWuMu(*_C}Gp zjDLoIEg@^4hu#LBq=J98|6@YLWQkPwulD~z$iw@D_yO`&!@t{K2xgm^;#-BZ_W$57 zOGr0`wDte)uTDt%ei^H?|Fpk8A;(mhZhkA!ijaj0>EX`|bRlGtLVEiz4)iDF1BLYW zUmkdbkP?b{pub{ZA|c;BCAGGBss&~e@+{2dFwMjLbp!7aG6;GBBDeY*1wJOEjbd)< zzay}hkb?(hm{I-?fg^-09t%(5VGeMOw|5`_GxtpK#c&TH*8bD5KRQ_fc}F3=1C6Xb zgsfLc|3G8wM?$*ol3D`;w_C>unF~G~)AOT0%en+sXqjT2(i#%zV_i;2aTRNLV1QMD zkQ1uDMg_)OO$gbnv_=OeS*;0atYVD|OtCr>f<9*g^xTiUZ(CysSpcgTL?#8^wk8s? z9!5_@CI^;UQwZ@vFF<5P;6v+8Lhjx!k@bP?)@DMMZI#Gw?{4dBLTacmd%b(CZwdK% ziVSnmyVu%7$mP&qkohO?errD=kJpf44tsyL4ioYVtamWXkAYvT-w2tive zsnQ5oB~zLZQWC}jj5RfIWy;-z^ijE(A83#=n2@|9Wtc62TT&h&FTM3w|bq#Ph*zKV6BH7ey0 zA&;x_IS`nT;)kA|Dc*#!37MA$UQEeHNKsWjg{_xT3QGh=>bJqy6}4uklqBTg9|R#K zta&L{5HcEi3Wh0Ty`6F+Ast|Sibw@(c}f#P-hsM6q>{BRbqpPp0Vl zy+m4A2U5lmaw+`9SPKG2Q>GJ=2`g|!T3aVlUM6Iniq#fg5_pG@X;AwZroEMs`Y|CB zRhVv8zSM1mENvsh^stJj{z%9(u)l_}dRygFPZH8p<+Q(bRjMD#AyW)EEW-@6ZcM$1 zkkv3cV5}k5&8fu*S^AwsMp>;=s}nK@S}%qfZFNX(K**~qJ>#q{sm%ykshG!G15)oL zWCQqQj5Wg=l{#34fiVSH=3EG(|1pBAt7(U&NhbG?duSHlaLwT$}oFB;4Gexp$irXAFu(f-2frX>h^qJFz9GSFgxptK zhB@UM8r)9E2GtV&_6-kyO-QM3GK|;%Sa2^P3zfR%e=_(pAv;URFcJUw;BSPS9xRc( z{t3Z92ssE(Z!yjJ{S$-733)}8#>M_;f+q=it*eZ6ssFj)X+oy;mq;=H)Sw^sxH82X zizHIgKRuX2NX@zuDeIpV3=>kkr_`$GpBKzah*0%a*}ouo5g}bvi>i^bFn9?eg;hD% zPI)(2j*xsCBy-)A6~QWmZ2eFo4N^W1;`^qVV%ipo+?ui@*oBZQVQ!2$ZISYAus0!n zy36!5P1zqDM95k2br`07%Fn^a2zf&BbWS-LoK6VNOfbx?*6HBOgmnK%#_ExBHn^CO ztHB>)m;;tKw2Y8?@a!3p-YJ35Izrm2dhef-5!y<~k1D4dtqVf?2&t}m!N8Ofp}z_F zMzw??DOZQ`!v15Xcv-xkB`Kk_I|*rZJ$ODG z(NYSg^&?~_%w!N*opO2FC_+X->qX>Kf4Q{rgfxuEFrWJyq`gB(1@PDy=1c$mY5NG- z4fT%5PJhp|?+ID-xkPsR2dAARq{{UY+3O#Yc8ZWo6mrl%H0=x_-zvnD3UBsYfO%gI zrHahK)W_4(3Hj`9$+IG5OjzMFPGA+KC7!<0!~ zme!Y$W$#L4Q_8BeA%y&{m@B1zkT#l-oAb#qRZ=&mO(3Kr%%4%Kdg|9{uM;u~`Z6Ll zQom1IMaazSWSFvn!)c!o(yOLKDh5uZ?INV~PZFsdIGOe>Az$v2$TfjeX?qDtSFx@Q zoK5?IklUcup;pa6ApH+Q-h-BaNS#1h`YA##=`6$43zSN~6rKZRil?rZNW(zs^vejT zrI;HB%BB}5#HYeE3sguiMMy~%re&Z?`jv#-4=oC{?hIU$UYU?HD%RbBYUx!7X{Yku zAy6y51|c^qq)VW7`VE9Uppg3l4bmGBGEN~q1C7(05VB*p)anzsExj2b1C`c*K&$jS z3Hc2?5~k;&K)dwL5>aLNaG*-`MNbgTbOO>xj1HIA*60%M)KN0AiK8TQ$ zRVDM()Cbc?5@PL<$hOoc(x(wJ<)}n{dLLt;*rI2zd}F9;d&szmw+ zYlXid#JH0E$|Rf_=j6Wte3WSsLsg?oLSIJQ7(E93CD@$V`>y)xk%?j}x+_mCVKZ z;A7zlgj}d{u`&2Wc&ZF@iwv_V_-yzMLdLa_$d=&b@VkV(a7b!x3%(d$L&z~z&O3tB z!ygec_7xdsS8!(d3qryQ*%O=-{)UhOsxA%$Uk)E6q*@;t>rn93@UMjIfWC}*KN5UB ze1edA@U#MvW5M^rp@LW!17DWNxZsL#UP4CBm&lOds&FAfxjt(`C zj3?xE)tknJT1KW2((^6JJU-MqGK-KI%9BhA-4%I_knx>ln8~58k@pFCPNjKj=>Euu zgbaaM9HwwasAps|Az!I-o)dZ~vX79y`(>Ew{vKl0PWvk3heE^QCl7~tJ)$Z6*IAs%$bfRl z6m1|(MJSC1X^4z~Fq4l7`qx<$$h^jZ+~GjFIgsAjK%Q`fdC`Hq<3KhzkdGY5&PyPJ zVntZyqHbD&%>9IXZ9{$_q+`T{`Gt^*83y@{kd3xjM+up4LrxL`Kfp= zcc=N_jWw`5qI^4O+Yr|y=E6$oGqOtkD8yFcTT}zy8l@OFRnWSly>KS@31qnoSfuWg zrS#qYSHhb{#FCgcyHP|gQlr_(q7arhzy-R*yk#(Zq0 z^WEK5^xf>0L9+DyGc4yjmzHP=r7P?5X0SR@?N@@iGFr*XpeMA5N>KL6!ZiiH>!^-Q zYxSAPZ-^RH1_z5n zTO+j|muu@I#=MM8g8uOUg?o#w>r@Z@&rd;id*f}eUKmcfTm~NH39ypoE$1=Le_uHN zDbV#{iTA-@$$t3~v{PwyzZSl+03JA5+3P-&EZk6N=@Y0{UuNs6@*Xjru>GxJzk{s4 z!#v`BvTDLU{wA_o_w|Uc$jV}D6I*|S^&{PVk+CUPz`Pl-WT|?wp3J2sUW0zw1pIyC z7>Vy%B5w!XrwK+5&b1Su??EOjh0p;HxEMZ3VTiWL1IDxi48`Alz`WCid}&F=Q=nsPkJRO^6o= zD+l3blGO*oz2+M3k5)n~qq_~1&$h&PxL!xt2Daw%cz(%^9xc zPLuUL%pNX)EBKO=8f%l4b2-o`Ofjyi4PSI1t9fPJipK+sY{ji1oU|UlUXRK5z}-p| z_UH{BaUEf^INZfGJ)%Bg3n3rPz)GB|^L5t}FT>2}E=uWkwuZu-M&`UHm&QqG z?Gif)B`&Qixn|z*!h4j&@)XQz(GK$DiE+At`4 ziS2`#=0v*N8)C?LT?ktH3xw_9KKKE&N!bIgn+2aGqq{3PZZU}QCSe&_FjFS$2adZ_ z#m!AEn7M6Y7WlRe&ln3sS;-uopSfdp)0`|vx~7wb`={HQ*0n_97G`?)PVVPj*s2bF zRkql_DrxJ#rA@+XAnZ>|d%>Sl%YJ`2JnH4b7tNLFRIJBF-@aQ7Lq zcEjCyWKAyT5$}*yp|nS=C+j#^JINXf)-kermhp&`*_hHBIK~HH6(Q{UvL10IS=%98 zL$dz87Is+^?YVZa4@=zYUIf3^o>F!G+uu#~J>q^!%fICvE%DJ%`1%iNl!m$YP_n+} zb!|Vu#uK&{>h~qG_CO6TBr7-db_0yCvj0|q@pnD()q=8@o;BVWW&B3YYxNS)_>45J zV2zyDuOC=;5KBR3`M>Zvt3hoa>HZTVB7CP3c6JT{Uoy|X15R+9Al=4(J;q=BmVnp0 zuy=1whbN?DMbD}86Xt`qE9-YDjMF6uI|+OkH<@m!LLPAi#W1=z0alH$da$omhpcGb z#)L)dwk7Op6*rl#E*DFz;`vZm&7hLS?ZLk86vU0t>g3L<+ByT?=Uz%nADAumC2K5L z50f>Ut-%3!2am94+4>a9ej;Hd0h>zJe!%9Dbvt?e2(onm)(|q>X2=m*$#VV% zq-8gi-_2nCK-S%CJYvW}SDdO5oT{pv%g-4r#VLJ_OEO-m9pShSbGRjpHDv4-)=guL?3VZz z=Ig+GQy9CNF=s6#Yky|+D+Z&1Y*#heYRT58u#<2(wQ=VtX^B2CN2*A7M}SogtYo^4 zVOCIwVwll>B4CXOn+vmy7Gy<__U#Fa9_@P(mZjn*)BR6c(VHh?hheOEi1KkCSdWmE z7py1AT5bvPJXr(5XUkbeaUR7ZP)8E$3)V~uR}T8%Yh*PBZ!2qc9q$TlXan!m!rf$L zWuB~<=Nj4F2mbe-BbpjKKRYqWO07SX^C~L)j%?x1=SSHn@wGgs8P3+LFgD5>Jj|By z=wI^~zmD%-&hsXVt(|2_t8AT(oa8{6v zFXw(}6wKjpJri%<4tp&;XU(~9+VCbkvzEOFX4i6;GZp;HF2WuH-}F6M(Z1;q!lHeX zcOItiAn;+_WMz<>{+64#dX1ededjA&Zt~XI(lt1vkVm9beRyDPD)*m9GnQSy_D`3= z`Sxb^J?``4PtSh}61V%@-2G3_neMahcS-zNCr)Fj=_ZcmBFtXUG5 zDSVqRMfciwVc${iKL=qiQd$ck%~dHaV;=N~+GGvl{f)-Fk9mSuvzz$o(q5h|-Ou5E zfpM@Qu{;2y#_J}8%=gzbR+_R(Y&1MGRSJ^*Yc zS@`^N5m{S7P0rU&KBnI@S_bn2xndprDX zYfF~WL(n!prTTb|ThqH-gB#%Pw{$nHz7W5Xwd@f%Tk$fsoQGlOJr7y&dRcDzRy;o4 z-?ICbUb39W>mLK27UELM(GO2SdnPMi2i*(ETLfk?5ZGv-<|BC!xKLYltDb1r{1v!{3vp$cW@8VlDmRJGaXB35d0e0x6 zWxV6z$AlP1ckh94lgO(7s1Vc08Vefp$SMzS2+8+P$HH??`R-*0=rb}c*)4Ico2*^M z^LmL#i2qwpnBDwlH(cVic&RiPnWz>T!u#O(Jy!Ug5Vmsj#&2TX+%Q*zb=hSw#wD)l z#CQKY-*rCUJ~3ID=H}_J>6hjmCDZc~Kf(XMcq04HJcs>X2_1(0vP5?K$4KZ~ za_94o6m6N=@F94wK;AV^2AX~*#0Ajv;Fn(5s>3XLu40K@!{nSWSr0X8MnkhCi+jFD zNlW}+w6*`tckN5UYDcadT5v15Nm&aA) zI7?RLFnm4k70kyk@TU8PWL8>3UL+XtpY!pFQBYsEqm!mI0H>_ug&s^+sInH7QU@amSJ89 zD=JwZZ`|ThGo!vK+6qH0$l1~=#u`G|%O~WoLfOgZ?4LmW%932ntHnu>f-X^N$xQj4B%%pvRr=#2|ynfB0MbLq@y5X>8S z3*gNQS^MQd?H!8Y>g#n+a1dwge5L%1MhMY z-&%P zI(?@Qm9tSU|Lho=Y;AABe6j|m&j<6)dSvy4_cxl5m76yzQeXxuz2kT5;9Jx*CKtm~ zIAoc(sPi*c9LDK!bhn&J7U;kV$bMLZ(h7X4a1NNF{)%zM|z)hyQ%1v&0;h}(|B zJqy+|WVK_yE7+>9tpCQgmMqQjTGK7?R6)K&m7Be)|ID7ZA5M$iL2dUEHLFTiLjRfh z`1js)ik|Pvcka+jb)Zti6=`>{{xeI>61`xibqrQo$%p|ydmQlsIEv1FO2o95e^e{kFogu}SW)LvTyUyR8{xZL!a zg&*sZ{P(`jRtt8#ex`C+3*$lrYQhqqv-K!E=ftmjTcSvc5NFBi3YHupUWG5p$#0Wx z0hZuv81CY}@SQQT;6hwR*57?RqAXcKn3-1vD_QAUYBwcWxZITPzgMRJnW>65z9kyf zU{$16ZOLlE?6u@nBN_7v_B8)2b28m{H5h^QWo>H3=l`3Eb34I16O@*zu!AP&&*P!z zwImGZ)Ur=ktFQOhwkR)Zi6Hc8dDqli9tbCQXX2Ik5sv#y7mv7yG|ZFRE%07OH^N@x zw?LM_j6(966@3`)%KgrDD)q@~;jXDd^dn{*b%&9KqwW)A)d4>weNL~v;E@Px3h$S^ zMApNAy$V(`jd(SE{_FQYF;&S*@@DYu?@`%j^wPUMUtO+u2bbTdTf_syZ4aD4dkyy~rt`+mpt!czcmQ!uf8gYj!2Eg{`I3 zSKzqQ+j+#tgpG!~ay8b0b7^)Zr+3!7-C3|NCD&0cp-0J4@;#VmOSPe#-*s%69nIX7 zU&~cOY^Idvyd;Z(UyD##&Ennj^HsW~59-=aT+RjH>CFzxZ@dzp&!ub1{u#y+*MeDh zo7MJ$<2qHX`1?6kI%w=KXeIKS?(y~j63-y$dksH}Qy5n`a7UR&P>e zc9RD{ZKYG(3m}*I$=a??Nm}9!xVs%z0G7xHrF$9O9RzC#RCYyr;{63r}=jU+8$KdU2Yw1u$(eN(a+x!LW$m0Qj~ z@jC;#+q?d!)A9$DWG^bo1MpqRfn@#M5@t|fB`Z_&J?WL%tcAXVJz^4Rm==}~o)ga` ztSt1^*Rr9To4WjGYEYL|;u8Az?pnh1Rpa5}?OVhfakBfKes;rUcZHGjbwzep6ULA0 zHALdF|4)6^k$Ch=yhAmUy_6Xdv%6RI-?*B{?ha6P!?pbeeiN7cP~!GHucV&S#9KR; zhY?ZkhvlZVSB91PDoTr)ufpNAsrvr^K6{^Y-ft44CJ{*`=zQQkjo@VHJIG* z_xpT*zt89U`F;KIX@8!x_C9O9_S*aGv(M#yC#*obW9fBZ4`HbWu;EbpyW{?QX5zno z&1yaPSAW3=uASj|hSAuo$L<&6IV`RCT!@#j^eo)tTa2ZNGhoLMOW#8t#ISV5_i&#M zOLqsQB5-EXfBn1Mcp3H?KF7ND+Qq)DIGA>T{;rj*?tCR&yfa^Ij{^UWW6Rs&I_fl* znoNOTrNq*e5K*4x`dnt$?GM4TYK4&fk_Nxwilv9v!7nOe=@EFZG6hQ&f@4(b!1ph| z+5lhc!M_#()(lJbiYgb{yBC=s?6718t#FjSXj6pa7}bWKoBL@NTv=n?Ex~%SbR*tZ zIRv{O{qe8$VfVw7CcrVw?%=jypQ|kV)$DlvGg|ek$NMT@z!koE9{B&Qe&gYrnPz9F zK;Xf@UejM5^mW2&AfX* z%&f2CU;iwJ^b@dVZFbpSZh0Tf<7Ra@0P<=v)?FK9*f3bvnYV8TL(41huV26j-HN3J z;PVbFU3U+>or$H%;MEZ<&4E%`(ApPW-xcB;WR;-w6PC{Ig6B3@{M|VJyYc&HZ?xP9 zD_ZkZ@rN+yB>dCI_;;FZ|7^Xn3-4H08&2zgrlZ`-rK-sFocI5U~MOP|8i3A*&xQU3K`;Y$O-{eUWv z)n*Q>35wT8|2_%++A#R*3z9u33nSEwvI1~#%=FQIcyGdd1xk<0LO4=>3U+YY2CZ;k z`eILTJ=ll-`gcD6*%QwHFMb{Kzh-w(!C5F3)!hR#k|~V?))LvTz}jNzw&1V#!r98$ zJq4@-{`En)>g|lB@!!Lj2C(EqHVnm5*)&HygQb>1iARMm>^+CB!bY%Yl6P z1WR|nDa0`>m4|!6r?GU~DIqRlseOGuW9LGRyesuwTr)5Hju@8m6@s%ameS#@TMkPb zf>IK!*OHOF3HJg`h9yIG)Y zV%8v^{v^Z_{Obl-3%rh{o8TP31xxjzv=d8zJ+}5g4!=x_c6O9y!zep~%=&U9xEp!u zT0Yxf4I|Io-?C%t7>q$P%BI1}*UY=#Mj>*sy(k^ zJ$$PeO8-oIe_a>uhIewrV7z;6-$?t1pQkwqKNN;^0QCY*ym~NGco_@TYi7`q&9z%)EDvJI{iB({~f=@`qw`H z^Y?43pk(he^$Xa7pwtFhHZ>XmGakSxj~F~~L@j3rrT^Oe`)k$y`mf=)p{;(_ zKL|s#nxIv)3jNoN89pEVwSWJ4fBnDr<+OiBtA9_g{+WpWy6%5oy#IL-{dEuitN!|* zr}KYaME|PX`2X#=|C2fTYSw;(^Ix;C{Qq0l{WJ0YPsaXt&)ENtJ^1hG^S`H8|J>-V zd$l9R<8I^B;NI-EG~O?n4tEC3TRm%n(p0!q&!3^MaOXY>?|NX}OR4aETP&4=XEa~O z(%Y~dkd37igPBbU*cGrH@B#icW3dnivE(in;wYBBX$8L(YW~{Z5ofV4+P#wCWy5RK?PJ?cjMcETz09#O+ureHT12 zgQe{dhbi3=um!MP(GLGw^mQRRW9isbxC4l##3k^B11v3F1iQ6ZstBdASgH!o`b@#n zPg(FqG%THOB*a`S9b6;CA}qCpme*lvCg_rlr6#Q%@h+C0tuDlVEcM8QF9=}iTw8d$ z2uriz7(ZaC9(ei-mXbg}1+DvHFWjHWhozr`(n9$ES0Q_Sp%6D<=@_(J4oefE~$5IS- ztqx#m4E*mAES&`yid#=>uK+>-d$3PE zGzRX2wL-h2&`L)vy$!8&$5MOnY9N+sz^EODr5oXCo6%SrG>XUXW6*DtksSx`_0j%% z-Uxr$Xn!!y=LIAAp`g^mh0Mm5?QD?+EE8E_h;12`&L4$4s91Uw{+f*?JFD>SmM`r5 za&;nn$rJ4w!$|%NOLk04VBaC@40e~WGznP#wYuMWfNI6DWbd{8Sr58!C;eu$dwVzB z{le0py&+@uR`bS5y{f^xKtdair^=nZ=z`rqt zAB2^<4<-0Y0FonlS{8$+*^mq*GLeWB6AW=iJtzcRf(Rv!6KM;i4iHz=zaIV*YS|Ml zLS#}Q=yB265K+IkIXYwll4E(U=mghW@YFBdH79Z%kX8{*a*$+4-?+{}n}}$AgFaR^ zKI5rvA|jiJa~nJ%mItm-Ma3Jn%~PUlqB&L`k%Z(}p5Z5iXb1k}5w($wiB17hXRRiU z$mZAMLX-!ayrLD6E4~q;5!mDv9g)PMxsb&R;8>T5Tq4CGu4PElO6sG>#6(#6f1u!c zP<)NVC=bE{Ig7-`ez~|rgk!&4L~p`&qG{VrJNZSrA)-oxgME=-h*IWQhwH(wt2;sz zh>N{|=!rHq_5xxs5*vE~@dVj$>vkc-KW=xZ$soNuqi4ogvhl( zt`+%i#@NNODJC5eTZawA~DM6Eh0oUF+4=B0&=UEhQ#_@ zSG+`oeXbklb3KtsHtcgfvC_00_*_qHBpdd*zIcZS`&?h_HnoDjXdpfd5#1LJ#K{oR zBe$XWHAHk@G!mCr*0GyNZ-ls-h!TbbWBE=oln9UIJH>lQZ0vW6{X{tSJH=rnb}Xlg zepQUlJeE_%J|aApQ$>@iXcLU(X5s)59?Q+*RBbN$=+k^?EH@XABC%t+xkw`$R<(tg zNQ6~wA!Z=4W4Wa$SX95stmPc+J!bdbx*K9U{ZP!ye+T5E%)ir`QuBguZl!WoF$8tY$ zib(TbOxnXJ(&N2Fcli229&NLWNPn==S1Unus<*e}Zv3 zO%z0OED!6PE{YRjozq2WQ!5y!&x>jyk{^72Ufdocg@C*u+J;C8ATvczBsQ*>#Y03m zu9wA7Br!2>7W~>P)Otl6B{J$pc;^zxt8tNLh*nK?TsEUJL}w&6qcTKqvf)T)iy=ff z(%IrkQ!9vcj+huCgW%|M#HLPj#3w{J_9fy=Q!9vlsrVs8ih&Dtu=0Fe93a9g&)4HLTr2uC)3vOIYsI5TtcGhv8riUh>%>GN ztl>H_1BqREt`{Yn8-I?}HCKr1#Tp{HK(wmsMUxiBhF6{ClUmFEUgv!%ANGsybe8$|mM(Y>=#^a>H(J6U3=AwlnK7Q2aX?`#&O?$*b$y|Y2_j*duNNtFeK=mH$_rww25->ycyR!Z;7|i#`exz;(a8xcis{Q$cB68 zZSfTm?wz;ADI~Ucvc>Q==IGoz*&<(CL%4UcMFtV>oo%9gJG2RUXPcOY#P-fMF*`)` zJikq>Kw?#miS=d7dh|aoq z#mNx)7Hr-ZmqO$mkPk$Gdre%t4?u#A}t4%w>e0V^-$+hT;jHm?9j{rF)CJ@ozW$p{) zYjKgtISck;w z{GHfJHmvja;$0%F^Y`Kal9)IKS$7!xIVEoItdDLoD!Tx@2`^eBu_NV2(UA!2{G;fF zBo-|P*ULIH&xkXI;2Ub~@@VqMo%S=LLl*)6Y!qiiFC;dKGh!gwa1=j@5kxqOpTsk! zR*)NK#q(?f@#(R1R=iAveLfrK&(C5W*>Lv$ELNMAgB9A(B8zO;pL1e65%%Yt_`uW( z{5dZUAvxmghyVHz^Ldf{fR6o$v#SBz8E`boB;v!&eKn8^@Np+&vl?^V@*xVg`MF<-g(!wT-Z5?#I{_-IZ8I$ z;4JYvv{S^X)%W*DFXE&kiHXASjF;}gB2Fd}JDQ3(ONel07ID^7tvsN7pX=d%fm5QN zZW&gdM6Pwl8WNp(J$w&kE$rAkZhy3imf2y}HYJ=iL-78WK6(k~k7KZea{z7Z7%bs@ zg~X1*63%yI!#RJwbAbrw{Pm9epz$yfJj{0k+#PWG5&13=zAy!(q;t-Y=+BUS?ZD?U z&ftfP&(mHoK9_O6Lt=F<<6J~y6)WSo19Yupd04SBP6CoxbpJ-U#{n(h>`Wk%d6gr& zBKc$NH#pF|y&<%Q`m`;n>SM$w*?+`^%Zxrkt~a$hA|Mlpmyz z6^oY5X0m`t(p(dJIj1C?*R{?4li~WlF6{F=8AKMqS2Oe-jdD)0!N%rZxUbh6;wtCN zAaZpkx0CpYu_^T>>c9sZbbr~Mfx6D+MA)CYP9Y?wPqkw8oSQ-<3Le&X zs)fiEKpHx?b35d7Bj+w6>~o_ypBp=E$%cJy>~u9P2R=7;`jHK5*u;5^2>aZ`8EI;v zhSz{UO`Rzray^hcoY^6AGmungWr$P-(#**=M6BIr&Xp~lVnZ>*MOtq&_qKEf6L~8j zyO6}hu0pVD0`0VP`aPy=#l%23OK8&8$umq7I|@2D1&Ode9h_oFV$rS8j$UtcbQTbK zdJ2=|$Fb$;DLA^Z*-E4v9Ltc@;bytFo-pl{Y{az| zAhFje9i74>OgrnrpQ1Oxoal@q(gBWjJCOUGQ$#MCWRBG-u9rJG?Vi-_*t0_?ryCMG zLw0idlMVNBXJ;4@?&Z$TC?v6HB{)_;IC>W+Ax*cOEuLs@dZ&vs6iF;P3wqGlM4!?& zvFJh|6R=i>Az}~2wFt-qPO*__BQCPGpE)FO-6711Dj$vGL%HbUl!MPMRUn3_4bSCt(cQL|4+W z`aAQHm{C~_{`jD?HbnF;)Nb%2ThC;kzdplF& zG@R;`ouF&k@jlh5fy8P!)u~H1oC(vMyNIxc)13B5?A}hgbCk%Dx@MJt@C&_L8%XYH`-RNd8_0%zp5s(9EeGfBIZg`M zu+MXy+ljExbDd_URxnaBosJ=*qsVmnhKP>hHD_3e=-!#jC}?8 zyxi$!NU#D~>1-v!E0C2=VYnWE9u&L+S?LTwVpkw5orG!H#;!otI!lq**xztoC&ID6 z;cPXvf)z-XQ!5?YiSi00%UMr^S0GtV!{?0+uRyY#t%d|EkSwRnbZui-AX(02BKq5z zdN(!8fg4Ql5B5-Ly|KyZM}*fKo1Fthc)hVDu6MRLNi%dicK+Go)J9@^XN%K_Y`Ax} zI<1Is?`(BCBC%IwZ#oBv9II$nO>a7_UqqjygXpU5O=mZeFOIWK>P%zvTWKaaM0h3h zrql2xZDUt5Z#qkm*p8vp%SjoKQ6nhzMf|blRXOtnqN@kmr_=;(V zS2Ek2C58kmnV6IKs%eK;GC9s*B13w^Um#bvJBNtyN@kannqgYzmCU=&AtJnzdDnS( zwze@d?N`vwd(OxZ(WBsfC*6=>6zp+wiSQ`c<20Ou?F6G>k24ENO!T|ktOoZu?p$qS zNFGpsk25$#Qh@Arj)ur1x`&*hnYPvrAfGseUo)i7Rq(qcW#Ao6CoM!8AvqNyX+VxR zo#)wFIY5p&`n^c)k8Y>f%|aY^(&roU?s2nzKIvQxk@jG7(&@Fp+KdJAopUrq-Uaf5 zGjyS`sX-q8Xj%B4wv)QZ+B5)i*2xKxX+X|99Tyv$o}l4JKz?<0g-CJ8^52~H zORP;FAWG(j$Xh_7GJUDFsZk!@v6Ky$8Il8$>XxsPYeM7|u(?{6TyAZ0fm|cALnO5V zJgqAGtuQuxwRMxsx6%;4+A1p-BC&H_CApFa&vlh#mZ=rYbxE?xDr_g1>yqR?B0Se6 zN&S8>^k9_dx+IxvNHEtW$<}MMjh*X~WEK&g>yl*o*RdVZ9CX%KQkCTlA}c^2O{z$D zt+C}xA9oP zjz=pwfC#TQTFD$FW?n4@=B;FMwytGJLuk3R%ps!Zx`%{=-K86 zAot0Xn6c5MekFJcP97%0lX;uV^Po=KjRqYR18eF5&rB?*xx6FxCEJh!CD2}F2qd0JjHB$!)9 z$q5I|(RpqeC2u^WiM3UREwh$JTJUL(XKpvG9)<5L}l^>CbgkO+G? zP7Xy96Qv;2eXt%c4--i%2w&recE-!p&vZL6F%CxX`#_$RTMY^BN>7xjpBo$hB;2d4 z4EOfpVxK5iqm3OY6XjMUHui~fJK1pTljMFP9Q!1B7)dNT5^i7W+2%Rf?=T)c`s+-1 zju?*qoQxhZ{w#eMuI9n#$#M`9+ow}x8rf*Y^sfFCc>;-5Y^pp>gcX}AFH$X5Y?|!$ zg*ld1>@_(0G`X9IR_sF{>9XOM#zVf3KV9xN1n=V)r~-Q_af(fsHIC|9R7?83ayxq;zfBDiB)W-bdQ-RcofW( zBam3dX38-{Sh1OLalIs;BO4wCFUeU*Y+NtN*T{zBnk82e;kahWEF`h$>PF@&@@1Lw zwefHYoGW#1yewBCu~ED%w;CHU%Q5Tumt}?Hx|WUNRauP)NAaqxizF7EdWYF(%aB<_ z9=?l7$~Sm)F&bKa8C1=XnMCSd;fOszX3L92Diwn7)l}7_^$Am}Z9tX~$$tjE&w)1X zx5lPaKspk+=|@-*pv@X0>k}ucPx&_EaB;AO-5|At+&47H3Hi|+$kbXpF zLtKf;+UI>lTEe=eK9XABVXbKOmPU=)as579u0E*ey^Y`ZH``f_IH_Xp-n(yow0N^_nb!Bo-|MI_sm) zle37F{>k_=PZmCH{Q1FUn{*;wu6OYM&ODg_J*Th8B2cT}O}d>4L^c*>5`|3CHlIJp zWE7Fl;9icYC7`~xSz3l|h7&m-*qkGB4?Oi@Y7IVXYOSxxwN4RnOEc;Bv#}{!jB6by zk}o(`w{ym(YvA)?A|D2%<9TC~=NfM30Fk3bn6&=I*sO+ig7NS@BsMqZ$wOqb3zQ!Z z`7=+py`XE^Y?&wTC&Jk>Pxe9*i&lhMlcCmpd6Y<_fONiSj^1sMdD39MJVfLO*i6S- z?SDlZu@p3@T}`*Mg2)yieUSX|igmt>UNRo?EIMCag~Vpvd|8}qcr-1L<%n?BEs)7b zV$mNd!xzdGL=Fa|{BI_T*TLsm;PXPcfXDzKdQMmfH|il}AzRu}>u-3JPwlMv*P|iVOm0u_q5n<&Q$~9Cgt*B{dkxY`NowC&Li{ug_l_Ni51)w?dvH!dbUM4$fyha&45ze|*(gl5W?{Ly)M@yiA6bo*2*fdG7D$RTB+A++Mh8r zN3E4vL<+SqV|lGifv>J0`YX*sLK^nfzHNlVI(rZ6=dH>*Nw5Uy?uTWEuVNE7<5OB<=G$ znMvgRpq)RSW!A~!g-sMZ1FVzfkXYr{$z-x&<=4x4L|FOtG8IWI`b{Ns^bInH$V7^C zgKP-%p!QI|)vZ0;Ah!~kK^|_9wct#zZ3YE4>xq08*d)VMy0+;{ifxc9i2N2Dt2~?) zw9Tc!p9Mr-32aKjFJx((O+h;uL~aj`RZKrF3^of%`3-Ugk#nT{26@GG+QyEQ4YC9h zJ5n~tGDJ8xHppZoHa9lP6+}2UHp=oP%+WbFHp&G=I5#%RlGhs>&W(*Sg9zuwMp^6z zW5cBRBn`4+^B2WQMplGhs5T_Mp=ezI5*yq)rfFzydmo%iA6slowH;X zk^4#KESXZ$cz7H2dzM^7WL033bd#~UoBAS4E+Mj%`XWn~DP?Rp53^(@5zfObS)#PD zxh8057Lg}{b_$mBse=d<|a9uY&bJF%W*_FGdIh0BzA{ki%h6u;^G~K zEph^p=5yhDMBvXB8Let;Is;jTWF!)+*cLh2*x-KM>(zCwUyxWewn~|7qF^<)%6v%d ze%+gLFcH1`^f|QiraVkU?>-f%A;ep=SA!-nAQlm50tcASRUvT=2Dbk;Ci zwnkz#%$E0&4Qsef_94O=Zj*zN*xjd?ga?cpc3HvxA^{j1^-P4Fh*E_vLL;Aye<#%I}sbNbJ*Mdt^3|BX!L#%^ukre*006?pz?nptMIGC&EvQ zeIN(lX5!*6GkhQqBC);mf&2!ERrLe;0})pB19{Q36MRi;uN+&)w7dtda}Pr%?3Jg8 z*MlF*S%!$FU~>^|^4)H1-soYDwO>Au#3-+yaosO7kyzzFl1qrN@*m0drk&uc zWd~%*M%Z%j1%r>{6#G~{i#ArVkL3&`R_#jrGxO z{v4D^h6LZHJ1EB>v2h)glZbF!2jvVT_S8uzfJdPT%@1LOK4*w z{Y+lg6g>={-1|%>BC$JopUdlsaHOBh@<{Br=?=>*BK&Q-!?ML4MtL4hN8~yrMh!g% zkH}bv=y#mIko!YK&vi%TaYKT+?wG85C;BXSt~(~DBe5DDldlkA4UfqMNbFqqwM%bFe3+YN>5(W}cJF1t}s{7XXP3q{R5KJ#@O)n&RMyH$Vs?<($}76;}kn9OSRRtZ1$d&Rgu{2 zJu7RG4J-DuY)XU``&qU|5{uqU{+yG$i4^Z+j($$2wlg07)|*KVk@i8YhV6}w&PVO@ zIk}ZcZMt$fCu`kfY);+JHtUJZ3TjokSKHW}KPT%Vv3+q)HX*`&aZa{I5{u@gtBLb+ zH<2+gsPD$EhTzrBQm|3#k2$7PhwjE7o{g32g~Y0=)IhRfRb4fL2&?LNX-A`(>&L61%R;rSK5zeGG5 zYCjQ~zerEd$)jdSY*M#@z)gvL2SOA{yRii^B8Emdr z&xgouK#Hi>kl21Ns+JOAeTu5}NbD-NSezQys?vRb-^AH9bUnLKMx^d~Szkww7u+5sspzT93reYVa&jjNTKO*R}?Yqg9B$JJV`M`CBTHtMB;Ng90Wr*lr?xfxfkq^P9i`s|8>eF2v zBEtG~SI3dqTYNO^ocsXjtt$JdkUs}RvW_@p`$BDycql>4}D$JEk2I8r5s zi0;8rs$_^NJ7aGy?5Tanm4ovKowH2!d(PF079aGy?91JaBQ_vtis(U4#_Y?|u&l(w;b zI!z4>5#6WLR9c8MfxbvrlS4%J>2#G5BDzm!s1=3;{WViXN8+)9F*sA*kHq%ZOx1%3 z_t#7{0Er!gFR6=$1pW1r>h?578r+w8NgXgG7=tgXUZac}++Q!p_17!v7qqec^@@s& zMxTQnvsY9C61z+Ms=Ag4_t&ec3=-R48EOp??yn5haE$SX`zu2oAj17MTXlQJ#KmK9 zw%Uor^q20P+3J%JNdPiOod}Tu&|jJA0urn9e5J6NBSanr4VS5v+z$D?Qf(l@KCg`Pd6jyLY}n^j z>V4C4;PWbVfNa?3)#@uE?DJ~%ov9W0yhdFN5k2D8sC?tJ?_+`yw^nr{!ZYMrwGoNU zgth7|A{@n9wF`+IaqCq3@g@)XthY{WCBif0I+gq^+5{tRgUTktBW^>SJ{wir3A&aY zaT`@vBsRx3s(xg{`n;hYBf|Q;p++IGBQ8rNOf>%Rh|5wLM0mtyspLt+?M8_tBys+DOu$b`+RBiV4ITU2i%9O)J{ z$kf72&?~*IYGjDK47vK2N=FilmVvWYHjr)V+Q~*|-ksZ~ZX&`yZ&OJ~Vq!e(;palF zn3_d|e`Vku6`g{L1-mpkagpYzhtS6MX^t9>#P(^98cjAF>2@`h2uHeI%|a3rzYd1? zziPubT9rH19G&OG9jY%9+dDhdaAOn1zC(G_ejob|bvY4^eTOQH#KyieF0Nf_B-P>` z+@+pFV&mGSW{?fX^{#r22*>rVT7ksI^`5#qU3+Mv&|~>MRR)Ru{^4#l+1Q9%U^S<& z0(Pt8L~dwi)<3&d-RH3#F=7&v8AMihU~-DcfCAi3lj){bA-MNtTFxM{y(^P*L~6o$ z%-FPe!PKe^J5`1(Ad(%lEM{n%m`Humy#Kyi4InbEiy~M7MK5je6PGtgQpzy8;hCRtc{dQWauv=4z5bq%)A# zNRnSg8<7HPd;qmRQ5i&rb%E~(KwAe@z6@=X9js&ysWc=p(GqIi3O1jq<3z5%3XYDX z#cb2^BxolS$$BE^65&`#O3Xol)!?5O-oRYhX+@M~3*25p8Ureyipov3>fjT240H zr@1PN2={5O%0Uu~PHbrU>!fPE)Eu4PRz9f?6S-`%`3~nv)o+=xSpiw6bv~(nLSkp^ zlS(buHiqcZNp(etz|+EdgrXl zyIR}W-Z`tTMq+#CtSUh^+&e$33PiYfepV?+?E2@N$|iCI^waa$In{cN@h2CE9)su9 zaU#6_Ij;u4ZX)F~?0Iz%iS4iR>Ki0h)${5HBCP89xJZ9dzmN@|J%3S=wfa~#(qB{p z5_@fRL0wCPBfX$XnOeb0_@YWeawJdf_9oJcY6+2XT}`fDRAtubV;ynUKA`7a`2MpR zOC%S_*Fb(#N0Hb_9XFS3Zk`HXl?EHfePBKM930(q`yn~vJO(yb!aVP}Ie)N;xVy<_ zKG@s@HW9b#2HTE)$}6v1KScDI=rXruh!m<1ch=l4NUZYt-QGl4`TXu+BzFI~fP0w8 z;d&;Y6Wl+}{0VO3joKfZhY4(!!eKO#Juin@D|*c>bB9zkOJ zw5aDCR~t8x7g#Yu&4eu+P`J#gSNlio0bD5xhPu z?hZwABu}9NW^Gg4Jx8Pg5WTi3?hfCgk9EZ94(H_#K(2ES5UE~Hh;BeixK*}l8+)wl z-C9VFICHz08T)!Soybvm&hufYb-jCr$qx7$Hjt8Ti#LDYPARuNk|R$3Zt(R2uqoxP z`h!hrcWa2~o&VDA?hv`V0et(~JscwU0x9SI5F%ZGRCMKA`slX5D!X}!aDP>f>#r*A zm1M*HRmClV#O7EP_hz!;{;KL$C&K+z)vaS{1@lj`dsm3)Sv}e97$W*yS%Piu1s;)8xouuQ`{2Sx*hwBbc&m9NN{Gn)h)RV zZGyeiTjLa~>8?c^J1T3sZzHja)pU1}4J%g5{g?>xyy*Ks`cFU zNbIat-z~Y_9P4mBGh;W1)2D&^EZSIo8n`o%SbZ9}v&n|_Y3ME^!um9H*CVkr_U-O< zJM_`*IKADifW$^|yIYM2M{&Db7fDRCdko%nfY=+k8AOWsj<^7%aaDt1+_FSCiY9JVQ!5x3P2GASqQ^y3w?&BD&=9^2<#rAcy^o#h4hRuF zcAB|qAyO7YUWp*2Xcr@MXW)b1h)WL1C$Hc{>se`*5iOsqW?xqmYebK?) zO||qFUGyA&pIi3>bF2k7z`OR)JDuF^NNlcla`zBnwdrdq1j9F)Q zw;^I+6GvR17rw#a*4k%$*5ng7Ru^{(5&cyh{aY;$xQQPco7s;Wn+M!cMEFXft9y>f zbk7m;cKE8c+ikz8rOAyzdc^f$Pj@fc*dFZZ9!6q&u&4VC*>Df`a?cXsk{|K0?mi;igZwrJ{ltWj>bUunGjj(>6O6?A)<5R5qExw^oMpHb=QZ; zqdu6Wx5D8p697liXQEc*ks#oAjAcjKA~t zoSQ*}$Hinf@pEh^*x#7y4mTv&vzi*G^HkS6tZP}Fr@B`lu{uw6i;@lNJk2dbgms?g zCL^)?8|m&=BD}wm?xr3wk@EgVx_f{K?{B2LUB1vZb`+$$4~58H$gy;HM2LI>Q8SZhi zVZ~;U!Y&gV?`d9q=j zGu=6+<-q4mcQM(p&#$@biLlSFx!FkUYGci0C5!tXaNiPLAPTm6`> zWke|D+IV;s zk(KTOB=)VSRc^|0Z4-;~TT!drU4{gA)>gY!ztJ`}TUNXELS!@?Yqi@VM08)QaXW>G zJ{P?1J`^Gopw>D!EkvFNveBIuBCi73>@F}Q=&!fkOGs>gz3uuZjH=vUZ@URdY=33D zvkbxCiqiYW*>1jXjXvC8+v55w<_@LUhn+8GzuPIn#E z;&Hmu%|>G5+UdSaHXPS3_Y)!<*Dm)z-koPG(PUw|kKYd$>E!pFOVk zo#{dLXODXY66?<%w?61J_a>wG?D>(KO@wpoKwRt}yA@CUKK75@nn-NyAG;07 zhGYN4ZApY<|HSQx#OByRHiEtMN;yU8?I%9l(0QRizgsXrr+#itGne7Yrw-C{4eBtK* zN!Kzq`r7kLw|I!?bIMn4k|DvB=GX36BF!OoAL@VYeul)V`n7wE2&?+FdkTrY(md`C zKZ`yGSDMG&qeOT;cHC|Mvx$qJc{|}AC&G6$PQ)qytvl?Tu4R?~)_n$vRsLIdGTE^5 zx$etESovIc0TO$qdD2ZjZ~Wma&69365x&wq>9+sH*zlF+ckWR`g4ypo_s$F2#wcH} zG2C5p??+-aJni-%!Wy2Ai}XkLA+q7QC*a^Bq)B7J~dbPpR6eAoInH{~Km8hqFKH+M1-{;u_J?r|jc zcQk%;$Nq{M2EXLxdN*Ct#OjmBt3ZVH$>XIUvEQ1`>tz$+Z%ya*TKtAB2j7~`>m4G( z-uSVzfQXFk#*GPH21xW1gXk6wcO4AO15jvljMufizeYy9? z`yiKlU!#r9-pjo+NNo0A?)^$O+^6}yyhp9sEZy3 zzuQ&7n?Z!Xw_LzW@=O%`yIl$15+eM)NN)(H6ui6SWf0-7D_`R! zVIsZuyIORAz0}Izy&Ai=21`UGs zMpM}R_U|ABCJNcI5qC^9=O&-%4gVnyoZoj zHSY0-k_~6?z20adtj4|GWF%IN4xT7(B4su1^ZF5CHSYKJ5n(m%_nKU1YOxxfy=_R0 z8f`(JuHHT*R*i1nAtJ0sH}5#L!@1Gj>sG?F%xd(CQ=^af8QR#~=;M8h#H!K9J3}_C zMqkgl-e|~b^!4%~v1;`5h7(~m9`ueAVKpA|THIhfWHlc0vWc)71HF1TY8#sygT3ZR ztQv#8c0^c>!Cq%1Ha8ye4iRBBhQ_He%xhcH#KpNW%ed+)fnZygT$&a%6p#(t1-$u zK<#jDjP_cWHZ8LnW8>5q@4bgMHaEt52a#Ac#(PJ}hShl1`+*3n@vL_diB)5Q*RPB@ zI;%0sJ3xfhc+RVPv$0_{p7YiaVKt_BmCI@yt46w42Z>c9-D^yQ)kybRAhEgeytj)8 zt1%-^jhSAfa{5?SjhS96Bvy@?UPrQFHD2<16Ja%8@&+TZYRvME5@9u7@miEOv9lVl zdh3a>8n1fgD;OJAW45;tiB%)hTZhD|k?CzA!fIrCIn)m4#%o@~il${&V?mr6i@eQf zW7SyX?L=bLSmf;^8&+encZ3M5vDnK+V%1pUb*yBL&T1_4a)_`R%e|x|W5a4J_cDpF z8Y{i)D{C98#u~2@6061xRUtk>%|p!fI^x>Q*(evl?5x1w>elEncx?W5a5^>Ai@=s*&x@ zM`G2;_LdW2HL|_+)DGvyHZQrFX_?i?iBn^Tw+wBp8auogajrY9uL|BdYy%IHy4Xg3KmrjJ$*y9yU(Kbd6y>qh9D-j|+?|^Tw zc}XEM5XeVf-4J;U$j4rb5YcxP4|<(LMDMqJ>J12yr=Zs7-cv}d@?Uu4h_Lcscc%3rV(UaTNCWA<|=Bt(vAUY7zO`TSBDw1IEMS zUScidA>Z*i?hQwhEp|W@`Y!o#?-&xBz2A6eLPXyM{>D?abvw3CPk2{^h~7K>*1I7@ z-U1I#dR0SYJCIXeqY&8xev9wlTmSc}`hHI&R#o30KsKyu#D9Vas~YjgBC)%LQ9rSP@rQQ{ zqkbk4-Yty!DGiMc?-u6qvkeJ$3-kEpZr3(8pY!;)Ah8Oub)GN zXXDG`)F|NBZ}fXL3i!>DSTzdx?a7AKNbtK8VKox`0Z8m@T+lyEglFR`{nW<#SlNPS z<3xWA5uS|`{W49A4bR4f{MV3JHH!GFkytf~_-_zlHH!GzNMhoJS+HjV34M*9+*G$5 z6UE>wPns0-Gl|Ruo8CZ*`-yiLo9n=4J&^1D3?lR4F_pY<_wgn_;Z9>SqLL8Rft2=# z6S?9ScuECG89$fEI-9)jm>7K2TBKby$efu@}be$rjW<~^!aF|NNV`7_bR z&Iy(L`ABSkRq|Jm4fj`)zljL=c<0~5ZMY(>Qwa` z84{hJ>WFuMB>O{=Oc!t6?}+z+RP#p>nGN@I4Vi36w95&&!!SnM%r)(Zr&Hj0NT^la zexsxw@Ln5` z7QWlYL@^J@3?ME26e6d<=Q%*`_D2z^A9chEAg%lrMA}1NYy#5S{|3pJ=&2fx*a4)C zU$m|9=c8K_y%k`_~}H>eGT zuo>!CLSkpg$NU;0(yxUOkNI^?tzbSJ=BEUz30E8)rhYayb4LwT~l42eC*P4PDp z;Xa+>#|#Pjbc+A6X$SjsKD0B{{~<(H0Ga0J>tTHEd^!9w36ONZ7m+cIjLy&dvxrpA z2j@7jneHDWvJZY|Z!eG+{K7p=J0C$N=(FAoKb6SqFeB+&FZ$Dol~=i)GS0BRwZ>B{Ro= zgKF_^>Ks1@iCxLe@%NAouVm)>pAq4e%v}FCl5BAa)@%A&IMZ*@TSt*Cz7NPcBzELx z`rAT8KSP!2?=wVve3xnGHNR{h-Hwg)HNOfGj`TIZ77}~!c%Gk$#NH{M=O^~n?Zm_l zFPLYW=lf|PqIF*2pCZC{))x8g`~c@^>Mz8ZPobBpcRnvHt}T z)^M?(izF7k1$tP&GrPne+8=$6)_^+<`d!W?e)K^@x&Z-Ufy^>Q41x7ehh}j9#;^5| ziBywWKvwyOh;;Alh=V}Z`2z+R8%+u~7vc>+VW1@)fNb^G6IuNsd0?Kf1Ifm%ypmoFNDZ<;NhqKyb$>b$Y=iR+zvej z_qo4`2>bkboX>~-7}>DThyA^#<-q5|{vonqpO5(85MiH>_-Bx0i<0k~QTc`6@ln%* z&3iG)Ceot2BdX+qC!PG1p~j{^*l2RpUqa*-c)viCV}6OpjLoGUh8*|PiM$Q7Xbx=H zo$&JwGd7)|9ZgR9qll<(CR0MQKMjeUTh9CWok=VJVcqHE#W5aVx@yO5+(JfyWIT|9m zA)?zU9k~=D`YWk7NAi!= z$1*K9fm-DvB@792wL)YF5}T_PA|r@!u2zVQMPhTcV&oJOdmgM9={(NF#pl6FkzFC8 zJxq$!8gFbkSF1!ak=R_V68YnvUX{pY&+1w>SF1z{BeA(!C2~F4aIRL3R3yT=S~Ze_ z#O7*pB%4T$rsh1D9BDlPJ&ba$CP$7Ng6Bbf)~gm7JJCeJXU1D2WhNQIxmqWZ6(TxU z8$>!jXKi$@Hi@{C4dGmE7Re;Sx!Nj{Foljqx!O81JVbOxwTa}0h}OAXq~law%jW7m zk!&RPJa|teX_{$SXRpq>dn2<#M7P`_k}uub=$7w`Jch*1ew`xEgowUM>J*ud#Aa0I z$SXuRqdLd+a+k<_vf*<|m&h8^a&S)R64^vH+{+I{b`arSeju{f)WY*%mHKc^9r-du z9tID)N6v69I_vd{TqMFC_KNeccf@;Mt6}r7cjO8rHV=D8ijoa`*e6nk2z%HkQrXlB z&eVM)bwWh_{kiBhdn#FiuEs#MNWmevuQ z`##FCgb+DGTg2M7+(%g~?P}edRyj5~elzp=e4csyzJFA_de6+~nt7gQp5uD}2|W$| zend3-nomr-H5z@*XBE-W=xeq{4Mn4$*$D|nqo3JZ5&blHfAbm=dK$dHIexkvOW)%d zU|vxK>hM1C{|1;PW`I5PhU`GoLqfg}G-DOXG_I}`zgd5mxS}_ck zGLI?(zW*TV`6KgBMReYWn3s@{??WQINH%YvhGtx{$!E*4v=_-{X+`w2VMEP|NXUz! z=KatrxUL*#HXseouN1Q}60#>H!k*#gv#23^hMR4n=U@dGZgxTqMRkPvHWIRDggF3O zDSI+Sd`6lhNQ3r_GRGnzdqzdr^Qk!vHDu4HW*YPy*z>8m95rOmXmcYHvS+lJp-852 zRy^K+P1rNW96U$GIamQEnJJ3oMNJUbR`NP`l9_{~S4p|2E=m8-b*rJR#6EyILJ^(! zndVp|oCiVUMySb z82)TJNGOIso3V1-s0sucSsF2X~nuj)Qy5A|!Mi+#BKhUbDk8h%;5)UbD9%+V{O?Kh%)#`^;fT$oG9_ zsv_F={pLj^^!1n{@8AZVNCtnmh`{q?ewC@Ma+g5;u+iTl6K3<7O%l z^=nP?D;dWld_QjfqcnO}9yi4g$IF=#tcS-^Wq6jaFOup{cs1}*A zis+~onH5n(Ui@p;LPB2rYt~mp->pZOs497O&XQeBmch!8W%0_9SUgv#lvLbp1IL0!*lN!APe7n^L3GJ$t zva%J?*(nu~ol;h#bcj4C#^%! zbFfN0X&pxm<+QQ&7ZS>8W2*>S1xLLmR*6h$v$m&+}1Uj5jiWnS`Bw;jhvM|t$ZXjEBja}yRm1SmHn*35Rn<| zZ?)W`HFE9@u+l?B#(9txzgKGXto+cLtcc$0{?Ib^K|eGr2U|%YB76SG+7TkM=ONak z`(-PbmC~M}R`U=s#J>43tF0osqEf7mNT{Mxtlo;~ybq7a`*3SNwxXFb+{#r%=Y6uAK%AWb$*4M((!$qHBAwni*eSX5Rpgo@z&Z9 zkw^0hRz`@(oKCb3gor$vPqy+yL>|qjS{H!?>&A5Jnct*6I%3nU7m-lJrdvsh=yhX; zm7$1UH)dG%4$6M?(R`*gH$2dxH*=(%&yYJwW_E89v$LVjgiNs44z@^_q@iKosE zSr?JaoF#Ue#ps8v@h9Y18AjH<;@^VgSjI^p69r%J zzN`O`m>1V0qG7P<*oxK`gDq4Z8OsOnLaaN>=?#E=t zC1}+^+~1L&n(TE&w8m!LQPXVztP(cMKvMWDJhjMK`OCM)nX@WDj3|>deUUuyA(0G4 z^4Pm2;I~mYYkEc5!!`&apM&LW2a*LJM5zjQSj!^NoE1b?g2VOziE4;rxvbj1;MZ>f zNk;N%K(ZClp1Ld-H8}^w`w(Jumo>P0t6v^#u86K5k0m0Z`tewjBD#Kj_WyfLCD{&a zMfFpX9a2QsPf2zhHB>*P*k4GfeoC<-XcZirN;B&}X|wo_>vK?1rP*{O^8}F*E6w7s zDZh-hg2-LIJJ>Kqv|o3y(MZUzJJ@7J^c|=&Ebh7*%lJ{O;q6}$t3Ml$WU2V>%2YvO zBYZE*t}BgRNy;+&hO#F(E|+Dc6w!O#VAt)S)KI?S*qcbm<~Y^|S_Sr0 zWFM0TcP}fl5lG0MiV^lyV&hOl_EciCq36J!N^Bu&$ezmV8zf{;WtOgpUVo~v=7umApYRIqq*hwVh*L|!|5q*cQ8f$wSj81pxs<8|p!5zBl?73o61D;+I^;4a7Rz!PR zi}gf8p4N)+qBeUUHI$v&EE#$ZvQwLViW>5w4x5UEyr{#zfL1}ZJiwNR$PHoP11w#U zOhbMXUf!dx%c@69FSO0|*aJw&=6bB5BALM#;2&aXNH&PG82J^)hnQ0wB9?r6l={-+ zLu??D*Tfp$K#cJ)%SY0)4}1;s5tdj2T79}*yoV?Hsn0Ti1ox5}utXCy^1Ja{Vnj=} zUXcu=*jVw@o@mv8Rk1)r=Pi###QAYHRcUm!JkAyXR#z7;N$kgc8u#e%`)QIIE`ANK^D&I}5;BJz!x!GXy0XPJuxHd~Pl zqjpS`vAm6V-;6m9Xyo_je-PJSP1$rH!T0BzvS?Rn)KlDzM4X>ueSlbvyNF+c6Y*)r zt|93n);ifwGdA3lt@J!?#wIDEE1?;ig@h`h8B0?{UvWGg5$C5_O<(q`EyDDYRteZwEqG3N6`UBy^?FlGQ7z zG{KcZOEyap9gUW38ER;zv}AXc0>9`Pyysa(Bov?LS-c{8ro6x=BcYk{0=tHUX37h! zdugzTW=bMEfP`jBE0%BvXlSOq$kqS}W=d<8PzE$KQ(Cjdis+frnw7p2#}ZFo$t#za zBQn^AjZhk$!8UA?B07U@*lg5L2HUbFNGOAC*&0RkOnH?h#H!JQner;zfrMtttE}x^ zprM)aDl0@nGo>9%Eh{y8rX;aziey?eQ(kAI%7Lf!OAW8Hi%8@zHOQILfpshoW6@0M z$O@3qOzFt_-7Pgx8&9@1jE*ct5j|5nu~Z~f37sOM+L=v34XyK?*?j0ZSm!&luTVo# zeS@t>LQ#E#{RpkpI^SH_(}nE`5qZwmmF0%W3qsS4SrwEQ#tV3L{0{4gWUg4X5a}Tr{EZ(98O?M=n_7mBR3G>sX0W?5oDD`oXDP#3A&_8qWh6_ksagfUPc$+jU!z#bT2iBHeiXY$ z5nc16ST)p8zCL9SA)$PI$`TaO-+>v;b|A@1fC?YYl4^rJ1%k+^j%I~OXfI_98(c?e zg1wY6><>kBcE+#^AtL)3!;A-HE6~X7q_UV0k=Yr`;(!F%8P5hHq3n!jyA;vc8P9%0 zLfIM5auw0pnZSD21)J$BJrmdgB$S;AtoeiBJAKo863a$HdtZ|xvNM_WtS4LP>`Z0@ z6w%q4%#u+<*_pyVLqge^!lo;tvon=dc?j&uOMvW5WowX7cBZoC4}*rXGmRYp5@cr@ zd+ZUZfym3*G>tu@h>qcO_97CB;q(YkXR!9Dp><;h>kd5!>&6WBE^5frne1aEYRI11Y&G;8*fX1@qlWC6!+u6W_RL}XpjBYc z=PWlwWc7Z|{t6LUyb0F4j_(&`7lkcCo%h);XL(4-p7pFi5xrBoA;Q9RmefT0uH&4}dMKhTOlR+*hAjM^4M9Q{ ze$PfhtH8n^*whe_=b}Hbh13dd-o%z8A)7ZvSh$(3Lk-1nGusM12bHjy?LZA#_#-=n zge?4#9fwwdgt6@6Rm z7nX~JzAd(kB{l;MeOqh~OGiTA7Te3>p9T$mTkHUvj)cA~_A85S4jTHl*l(;468g5- z!HB44v%^ZG^PbI4DWdb9%?eRNQ9Z=2BcZ4sVpaXHE ztVo6>uXj!fa+KZujO<6xucPc55 zOHu@OPVQPtUY=P3~44!5y716$*W*bmLzMo;4NXYjyY>y&(FZV2~ z{~U}?d%0&>8jxTw_Z+MFypD#v&OOH(0tw!3IL9U`qJ2NdW+EZq&#^Q`^xF*utj-Iv zXZ@T^0h^12-fs9aA{ytJohV!BXq;zvDx#xtp2eYtqVX52iG-r@7pt#GhH-L&IO7(1 zFJx&*k}HX?o(OV*#k2wo2h|eSm4f`u1}mc9iTH;(FG`L6g|dIxTp+=5`64r4k{Ufz zF0wm9Q4Qjv@iq=&fbzr=1RqT_spm1qsopg3P)F^XgwL;FM- z;v(B9V#$hR81u#6sm$QN>@;c`qvl`M_GR$Y5@WqD#=062`D-i-HT!3Yx7;2R?=-ST zufXUuD{rutis)S2U@xPFa&eP&Mnbu`$$Bf2VO;4UsQr?@}5)Ps`ay6w$R&&dx^-)kb;y0uri? z^7b`F^fxWlgs0u?3h&ES+S6`! z4Mnu4-Ryd(Ay415pF~2QzG=5qM4yj!w{wutJF4C7K7Aqb^tJgO_CZA;8Y9KL=wY8! zMEl;;K97Wa?`ao7KfztaUUo`9=$U@Ey;p>%z3g*Jqdo0q7b&7W?PW*xhiH(ey=@N( zdD`2KRRpeFz85yXWv>a5bAr5WKQln~1AfWtly~e`714h6u{$9lzxvp{716WlT{{N} z&8GM5mIJ|4noa%ebR;yJ2HMRBfre(&V0%3hnoS?uRXzX>&88vtWF$13hS|o4prP6H ziQO9s&88GP8wt&(;SrG^VK*Ku`_YjfVZWe=j{FF_Eovz8Bkit8DDoriK8onsG|J9Z zB*RF5P+URYEq4Cx=RT5S>G_pvw^u|*KGl8$2}M5D?yX3saXl$Y_48ST7vtR-@+ASrrmI;)MOgxN5a|89D8wy6c<*0ZpRK&8mpN2 z+i&8JbM3`QN(v&+59db2d7j;i{D)@=5qF?H?7< zHMYe583{#xiG2WCSxfJZGQJnBmf9Uh$bK@6M|z0sToI9__8ue;b%yvXvlB*whSu=q z5fNKqFI5^Hu@&~Wis*=~us5TIBKEbt6A4A^Ydc#J_|~HIbfw*N6pVhacy?EMy2@Uq zh>p){dy^vC_to}KNXYlq_8vttja3!I7j%WEYa+Z@Yd82*j-|a=Yd@`s_F}D_h#K-@ zo&6dT@?xFc4O#{B>sz}oX+-79I{elijD#%w)*hvZUVGQuMM!Av-Dr0oEiKG6Xzfk6 zvysr+yUFe{1~jzxZnX~}p|y9LoscRu8ODz|zcTG*iewtJ8vkUM{|x$})%X{C6cSpE zx7!zy&}zKH?l=}&(Q3RiBF?+)UzA42d6#`q5gq4Ub}nit&b#eDkx-m>+eM1#)p(EH zb(|bs*Tz2k{SbMelUS$hVT$N#*>8_VLb=#)PgX?ioJ2<%heg#Lu&*JJ-?)`)-2uDH zc<}V7cw-F64kXo1%iTn&sW$;M*E&Usx{_ozl6z93)DFV|J9;8$dY?Cp0;TDLBqvUM z&s>mS?d%XKQl#l5XeIM?n=Pu!UKS#jBC(S}V;nb(l7bwJ$VIk2Olfp3vh8t-=v-vm z(@{gYIAkwGLb*6(uYgvn=H*rGVf%a1V9g(~w;`c8ABnIh$KHh+I>zPLN1*56x;w|t zM-AC?)V_d(>^W**QzX+m-3qdE%pN{PMnl)eF?*6Cx)P4rvyhO5$Lusk^sM~dEe8 zqw6>q*_9R1aW1lJAfY%H+4U6BasJm%Lqc)>&n`V1{GvEtw^NW%oDCi`2Q(DtXr7FO z;#`6kAfY&$Jn3_2MRB%y77~gx=k>k-4aM2vbCFP-U0$oQa6Pp5<#BtiY^CGu@jDgK zarSr|YADV=uZe`>?DP7H=s3slh0u?hagD?nCHa~Vk#n#V-x?zFY^OBe7a|p_iuV+F zUWjZHNBuIqFhs_R)4@CW%@FxTXkxiHPx=K}mOHL@@w-DLRlM6)mdA(4Zqce7e=I}} z2vVLutB9_R3j8G`R2vm|k|KKV>mHtkg!aDTA|fBhYtO$m@^QSOB0BPM{3+B>MO^Or(I?F919 zis)!m;XRR1G^+5vis-xT_i|&Q8a?=G*}c3s5{ggNi1<|H`;|slW>uc6h>lNHeg-uZ zpZoY_Bov?fxUmREzx^#Zx2eXvBcb?I;|G8Q@u|*V`|{RkROh`yL`I`J|3DEPjr;j9 zBovMNd8#6rRxe!VYw*~`w??A|PeDS_h>wUyJU^#2IvVl3ND&>4cpkMx_N<>hsL4Gf z6pflZRuNq-wRkcTibgG703?V;ZQgIGj)t7ewRwsn+V?s<6$$xXC&G&d_!QL8(enX5 zA9@aso)7S^P(wMb%hw|zFY59ip_N)&Goh9Vi(wBzD;hu#ps@x&9CfreJ~NBL$Xw5m7cEti9aR`mp)j)YeA#=P1J(9o*h zgil98t9mmY{WWN4RezfIK|-r~bDo2QR`nJUaejt3TPgd|)$$B~NfBKw&+sJFP@JFT zJ&;hGpXGfO(W`n(o(KJ?$oG3ge8YqnhR9$+Uf{+mIXbMpBL!*2V-(3WKFk)^f`Yun zdxOR}@*dpjdzoh_l3}eCMBaaYnYaE%_LE^{2_o;&zsyf7BAySw4bFRC;qR`N8eNC4 z@Igo@@2~I_MKZ0f;`e3t33(eHvqrWOZ{y-sZ5y7dNQN=*J8^C(&S2Z{i>RTmFSg;y zYoXPCd_$xSch&)++1-Xu2NJAxZFuyzp!prgYRi)q$uJHJFCG`~VYcN3pfP9#c$K$a zFI$PdO7UwcJ%#4gh%C3~KPrvRa(li@5uN4s{2*#5%Sk*R31vBn7b=ozz1$2|$k+Jb z4Pf(E-QZoA*LV?T5h@qq5N2{Up5A`x=k=PPH;-9Dyvq#(OIQl`u?r(Sd&$ zBBKTA$j2z6GuW9=LP8nr%x5c-X{@d#ru2@o|Y2vkyk)Hcy@@?6Pg~p=?_}dL6Dw& zWr&Oyq!+(?lho*Q(YJUFMRYXY;twLBXuQQ6Dx%l1xA`(8w2t-RHJcqAG4aNC$z6}Y* z`E$NU5gq3*_~XCG(RDq~WfbBt2$|JE3B2 z5&i52O^I3XOEHW13?y$>k#Ady-*4jIAeoP33EzQaK?XcMvXnR91O2SUy`7~z14*}4 zV9!#XuopBhe?%l5N&FZh_2ofS#HU;rxa+!K9Z1&ig5BojyvhM+RU6+wUCxt{eAORXt>8IGPKnXwFX?>E6MltOf4m28 z7_H*7kzA<+PZoW{uOV6RZj{kkv|7#E%0!CqC+vF%yja6mB3arsNXsG+Lcz%)yiVD``y2rcRpv%sfP^Y@Bk!IA8mi2V zJRb>F=0@J}C}^lMML$TWGQZ=4j)8_M^LsuK3039~d>N9G;;S#8h^TJj)qaOoRI8hK z8WO72O*}3aG>b+<9d6>Ykx=z+;<0(4F@}(4G7_riO+4l}XsDhy@l+&K&zrdQhtdS~ zyovWlLiPM3&p<-;{3DOchgMY2TlhdERL@)Z0VGtbJ^Y{lYqghO0}bn65i+=!4?GL@ z3=wzwHlKQywpUq=0K&!>L^M8o<2@$#Te~9lua_nE&`9I97 z{0*%nkvso~c`}k6d9d?;gdbK!dz!=ZLBsw#3oBa=@A!}Ehdn5cj1@&cIsBv|y46u$ z2%4w{_@$boy!k~KJt`n`k!%-V&XGAi%8L{U_hVdwRxQNJ-#}^FDWWyUco)#H=oYw# z&vUWWtK#VJgs|`!Z+Thvqg&intkGrCwLB$gUyK~T?0*m zh^jn(o#44ZqVgVxJ5VQigX>bGEj+~=E0V|l5$nc4G5RUq9!dR5Ku+_%NEX}$=XGaz zA&{tAWyLQAi&kg&GdFJS`7D1?5s|NZ#cxUq%~{?H$zUYsc*_5^D&VQ8d1J760$H>w z;0uwgK=LR5;s08l=UJ#pyay~i&l}&o)t>Xbr6PI33MpCviJ}$qJdZP?MSSw29>q2D zJRhitj@Wsg3?#_udAQ~3{bW5Q=9b9v-#iUTF+u(m8rDA-=FSzKi{#fQV1ND!PqI`$Y*8UR`+bFH1Bp6V8IDa? zcpU~~?f(!gyuwEzp~zq1#}(0|7x4nrd|xEKfW^gg_`JCd{X~gf>pKPcm(N!OTFF^? zm9GjBxd;0n->itfvb)B!kkFOgH7@Qa3$4Caa-An|Ahh>&BjW1s244&s>t%%=HS7)kgd+MH_6C0%HFQ0Aleb1f*Mm2CM@960xZz|Wq5W{fspl#SgZ=O*=X*tT z45OUwifG@Xoc&11_b4X^`Z44_z`s4j(b1_TG8eud7wy#dZuKkLc}fxOSG4myYRIqR zPJ1NeS8=C{BAHfdFWB=e;rt2x1XsQ#oc}^Z=Cp)k`*L*fOTG_lI%Pvdz7NZscp$<1 zu-r*OLhr+J=ddC=8r(UKgrdQn0!8%uu#Ph@M#VXJAJ%blkpA&I z=zUl(BC5XAzvQh^^_@=?(NXoCRMb#ZW1JaCD5^0|nj-pr*xQ{trNEx9ctpG1Nk@{G z07tajotC9RQy_?p^X*P95_&_nq|^Hjr3v1|De3H2MAukJCoe=~KP8>Q5Rv&RkcO-L>}uY=Ce};NRYv@&R`^z!LrUiMRW$sI){-^2Fp76is%fMbNbu~UeNpa z<(zCJl)-XN%UFm8W$uO_0Hg&UQs~1}i#;6wy(w z=;R@xs8)0e6cKkK#22^viF{RZ+TIO4H|!*KI|Qj55uf{VIkA{oYcajYy5V^w#CDx$rp;f$kJxOZB^nTCYCsNu|2B-4=3 z>B*yce1y&MP7$`EJ-v9R_&w4dZF9WiDH6J;>6Al4HrI5jD3WQF!7oPEaz2NCg0-%e zvy57y&9$60NXX_|&SvPxxL5QO-%H%(bn3)G&#Rd9r?P>mx^dF>N+b? zLy>>b`5p;*@t~8XNTyL=j4q!&sOQwLs7ALsiSy?P!k&kn9~FUI$Ybuq&YlqY%rT5d zoZJwRE5M^pVTjBX{XFJGRZ?+Q@mVa$6HaL$!J5$6>5YWegvQPmMRfHxc78!ZF>LG{ zP(-f@O`MLEA%?UjG;y+!(3;T1X;=k3r8VIxX9p5m6P}8Qd^6|udu1yf`DRWpMReqw zIek$>k$>75ii9Hnw3DicUK5%-u~oqyS^=6ni;>U@(A;TwA82R=XyIf5308m>PVH(^ zqvuWw=W#`J3|lx)A)y$ya1s^CG-$p*6XE;w&US1?bLV*{TM_O1^G+UW$oChV^GL|| z7o025N>#!UQ3;8TSzX)whafLHcZSHHg0yz3g~(+=+BlCYqWx;;Jc)$-Y8T-}d*>O{ zkQeQpHqdjhtKZ(~h#K-D$$1M2d6DGwhgQl9`Tpr^&Ir=reDC0lMMCy;h_I)lGYvIl zPe&&WdJgRA=qyJK+0)6{h=lCv(7%H>Tbt_IAD{bJSnt(drf>MT=4zjyPdQ$Aj43|d#aM|j%98KE?KcK2{5 zDWWU9hcg>Bl#8Cu5+vklPiKuH`n{W8PScuTA-#9g%gF{3%-r5iqgqk}@sa0Ry`ASn z^ydVRd1tHQ_kPn@Wis;!i)Y*cB zB0n@DV#A#6sG-^z=43<9L2V3k@=!w&`@}hqgd+BdQ>2LgE#nlYLv0<6es35?it~1e z$oLF*J_?b+LNmhoEJQ{MGRm0?BzWp$v{R&re(GbiGpddpOF#87+A044ZB{8pXm6^srC?P=&E+CGhPw>M90{O432lMD~+!C@s9nl>_^x9c&C&idUj86 z;*d}VCphtn=qEZRI_r@p}XX1PBId@OTN%4KtgxP7ddSkLMysU{$)fi7CT#%M(1L&vs)3Ji^WbhYG^hs zaZVtiTr6=4714LempZRKE=Pwr%bovaPH#ov+dh&kcd|o7?%b|$o_a#I(z#gaJcopG zvC?U)NM`T`%_=8f5&Z_uDyMZL*^ge0S34O1 zoNOc%jqjX%MRaARJFOebp7r+%esD67P-Sj*>NNokRpwS_GZL!IpPV{PK|_`KvojkB zRpu{_^Au>PGIu%ykx*ssa`KT-W$tzon?Wn8%smmg*z0Um8eN%tou3rZx!CLMK@H_% zpK}xm|Lpl{$}-N14OUD$?LN$q{D*60+w=ggrUV7SxbEInHkAIj|?k z$wm#?bJRJ3gzP!$6e<#WYr`4TTt`e=c+454h>qCr&Uhqb;qMU^<~lP_Ll)*bi=gMg z!d&NT)R2XFPC62@FweeFw&9lxWMRa`5I@ggV4^BKX?#WoH?ZM_Rxde%Y!2vhpH0m$>X?05Rn6qa75{xa`z> z1^S_H>J~XGffzYhV?|C}8>KNSiM%%w)?al7BPk<@{J#2sPBxMO;>`tlXZE^NuPyXE zAMcvoaK2Xr*0D2U^c&8O5V;`8O(#bYU58O_J`$?KD7R1%c7`=o$xgB^azpDMAAf_AN z9_*1%qRRK|EO&B<%oiHVHIlSury$Jj9U_K^qwOA21R^H)>m2t~h{%=AaW996JPNyR z@z-R}(CRMHkLTVIA{7ORaqm?`$GN0i6A8t+q+4GReOIWIn}&pDO6iC=mv;Hq5<}SBdN5~GHEthkrBcXGWyIrdjXy}|I&Yg^e&Pl4c(Vam< z=Ok6#K1k@C zmZL-7;oE# zb1yd?3B~y>x7xd)p*X+oPDesT0#_uM{6D9-P@IY=nZeIw%B&u#X;>_^AB zpZk&`I?nyvB-Bux`@21mP@Ma_eHGDh9^mFdKfy{e$Sn*Jd0hU$y%{2M_50BE`hq?5 zos+?C86=d8!ET%)dbRn;O+`Yh&Bqa*e(e5({m?x9*fsjev9zZjyG#*%<~hVIgM>UC z;>IbWSDR#a6cSo(lHH3yg4JfI`%!;2RxrDVx?>d4RX5a~goHdD>dsa~SKTnz86f-7 zvpdBdjD)Iggj;}ws_s*F;6P|aRri^D8VOb1IJfm6&`{NlcQcSs)lG8id;l7%y2ZZF>kWenByK@!MRX4+R2g}j* z?4IS83z5IYIzP+3UlASo*=}7V6#3b1Lq#&x6EAV%dS;HBg=9`s!)PzaJh$FQ;OXe| z;yp4!=DTwh$uOKU;=MmX7P!vGpqZQ~zUAo{Mw&Yi$%?k(JXBm8EObvJsrHItJTAzW zZtEe?>Y(VkyC91rVz|`(QE7Axm%6(Y(J@@=9z+er@GCbT3B~X$w@{HxBkpB!^(V$! z=C(_gqeBcA3bNeop@@#y3in+k6tNZVU`2GTe(e?@p%rqKn=};sqFP<;?m$Ady3TDo z3^Y`$8{I4=M1+yYADXz+Zd^8IdKAi?j9{OU%3sx-mxjQkoA`QO~BN~0tHo4Y^} z9r@qfWvHRZA9Ob$p~xR}GZfKx$+O+W(J*>m0_+21ySYdT1d)-?cKeP24c#R_JX7R{oTy~5@ayX zE&rLcNB>exp8K96I)i!c2S_M`d2Wg#I)lgEn6cn#!ISVl>~VKCkRYeW-RN=PJLUAa zI}k{a(|p$&5B<=S5BU)}J>kw&8lBS1j8568J?qJ?-{VMCbIhJ4g{7)zj`!Box)tZYuV(ReU3` zs(3HrjGK?7Z9nmpfg%Z$VJu0e2y)h)jl|n7-VPC@AR=OgZuu#)m5x}UTU`+yu|l^l zYA9kC+(t+!Vi(-ziewragoUuxngGL80k8pb%Gx$X{AM91)kI~oba@P<1XThWtOH{Ajx zd@MYRbu%J9H{F+}-x{BrZbwCQd~UiuP($%Cy#7ciK8Ba9NT&6`K-fQw^4N@9{fhE# zS0s<^iHB#lqrCf(++GvNZC+C(59Pvh1;xA{kW5BRG4CLfgGi#iLL~jy!|27mo-^g> zd8~Lh=()J}36d5_N_ex8+z`KaET32~z1UgMs^x3&c7y3nMpE|$SnEtLX13BqecBbG zYI@y~6cgV_Y$MK6OfMruItXHUadV(m!*9hoi6FK&Fht%~(^wHsC(kQ*Ps~@X*zMKD zo0Ou}Jzg6m?U2NIeUSX{DQGHspCYkF1F7VtAvydri(s(Ql|(R1)VZ!~JCR`2r`AfZ~V=A}a`<9IB*xlrA6(xg2jjN0P; zFBy&MUXmhttdh{k8msQ*AQ>iz+#{;)by)~rP|e@(9YaDjf4_GH3DtZJFJ=+6>MD+J zvgdejJd$4okv+$Iv0s9Q=0#0!A`+SxHNCHp(7dSSWgww>QQJ#c4E@l&sO_aAp?Oi; ztG`5Pf_YKf8;^wMMQyJjMC81v<27Fjt!Q4<_2!0%oELSyYe;BbJm|Ik3R=;;sOPOg zLi6GwFJ>8NXkI+*^$rm^FY0?)AtL8R122BLZYAf%`&5LKfW-HZL zjON9&UI!#JFIsv7kw~1LSQBJrw(_zR(fzdY_JD>J>m6kr6|Gu%Ex!Sq^RB@AgRQ(wB(W{!y-KP19myah zFM35t`o9UY`z7!8)z}Y`)?Pf2sKa~3S%c{3Wp5OcSHw2*1wmf%qSt^IzX;My%$;^# zMukso)N$1;EK2Jyx6tSsynX6uX}xwG~EYdb@28edHo#R+v@1WuY*>V z#Z@g6{dDq1A)(rM!#l2sj#wA305xsI=y!@%UA)fU%6_z_yVqNhyeLzgBh?U^?p_v> zW#TNQt{^?UO6zZJ)zgbtBrmG&v!a%Trl&Uw$y+T9;~7DEd-+I?J_Bd?Z+TB_xV4|R zy_SmTvy`{J)=20qC}PvRWF!=^X# zFAd3$;)o`nKb-H?{8{z`_49ZaNg9U8IpM_u?^#83MWuN!At5i)BD`4WC837ASm^bD zo&zrydhelzyjbK7K|)?E@0g~FeMB0}`!a7h60&Dmggwi>v8W+? zmV2|H=fIxjUK(o1o)z9IBxKJDFI|xgLCN5RohYH{Lgj=%}vtHXosAmm!OEAUu(Se`T3f8Todgvh7D_w`Xo>$j*1(E2tqa(!Dp3kQeD*Z)l~eWt_0*dv9=vOci94Hy(&l zS)4V`~S!om!14U$IKD#L5K7c|detBi;kZu5>Pjjn`k-f2a2C2aF9 zpoU_Y>D@p=G0gO=eQGS@hWO4v31R(DUY`(Yq(}}BE43ngqb$qozF)S=Fs_v|jBd@u zoe}SVBAHg*BJtK#thh7cbvyuGbQV#S(fHXbMAAnP8I7O4QNP0IwBP%SR|v$~CVG{v ze({ojgMRi3B3u39-FZ+FJ>#}}_lC#?5!LNpJwI1hC#n;zuU_}LceRj+iRLFy~r>U#n+JJGt#@g^+?_l zUk#FEuNQv^G>?j1TS@kNbCKNW2IN<-^kL9!6~DfbC93M6mx`o==tq*nUi1;r6zc-l zj7Pn<711#~<_%UvN9>rFf`lS=%p0#rX7Fa~@1Bt(d(I5rz{-n=>T$29(&$<}?hQ~x z*XnUE88sBuKfKS7P*nf$rYoY~Y|ZzqqiXcv&DN9N1Vyx8C%qYpbt?lo=ha4X=mYWWv(OZH z&5^`^2;@(%6Oua~gt5+hA0T-X$zR?iB-_V;rqEl4q=Go^NDD7`+mK9uQQoN#cM!Z| zNX{Vn$14I7HBwk8?k5-*y*|Gyo1=yad#(#ov@f;%j(@1Fv{XxG~Ft08$P7w)k5{(K~~ z+wA+_A)(#o82?D`+Tb_kz&`xqGe{qP&o#fJf^f}PbPI4JPDMaK>av6U;652_=(=S~Bt!O7X z*6)Lac9QS%cOapiT-9E^!Ti2NK#Pj`y1tsLet2f9U}V#N$`sl(eY{Q8<(NgKJm58e4%OV zw^byp>4=)V{o;6`H0eklJOHGLU*^iKzBl#b6v>OK@|M_X_r5WUh~^3k{8u=k70}zn%Dd_NLJ;GU#=76b>B0@CT6Hr2R~Mk zyx{oW!JmvI`ij_H5Uo1+F;TLWm??O~@8EYwLPz`#eg+aIzJK_&Xw}iLavQXwbAV3% zU?9OcKqvpQBHD{izEMoIVl_6v*UvinA0XKye#5Yyu%nYd2}y4}3U~IGA^CFtw4gelC*H_}%8Neo{18cy}#$pQx+99?1srJo&LLfoj2l&lx z7>n{gz)wR$Ssv(L0}^C;px>X%R@$C{ezGEYQE!T~oqxnw1N|H%yTqGZl6>ITcVMg{ zaeXSuV1KeAx}T5z*{EqO&U=f;h`S8__5af(`<4s+aB5UC?H!~Ogac|?$reoG%(l@|Rp5@fW$ND;94p<#wG#$OL4 z*x&ffkBO13Mi{ie@tNNp3GHuu=5Izq`x~G6Wp0l7_E!Q4?lMgAV`D)>`x{gI#Ykv>V~XGCE~(L#In{qIM0$z5PxX@& z5#RO^PuIx#KFvQ6B67aZ^jnmb{pg&|@mnFGoX+u+6v?oLi=)F#(evm2X&~y0TXMhU zbH8mlWpi+i|3yT;=K5QdMqlI4^>-_x^EKDcMh)d_o__)f2{;R$L94)?rGAOK zZ_WEs-$O$7EcIg*$ut`OY8cx@-oNtuhR7vBmPOdS+~0-$kj=~eBZ}xOFZc6NLpHDQ zFCZbCSNK<w072YOE9;;d7Uwf=M@6UF{VD?!%z`A80o6lZaQ zeCyYWgI4>+SbvJq*ZUoj3>E!!6`BqHG9)QO#e3r4imyrdMM%n2i89_6n(zF?iqKDI z^ef%}Qjw{~7I9?UC3^neUyWp*ICB8935eC{tk^XgAvOD;ALEnyhA~L={DXfsM1~2n z$-k|V8cS)$2(sBP8zPeh`O&Wn#Im1=GUf=f#qWaT+;MT8BFI*Mg(6d}zJH4N36kMw zBk3|tj3dZ4KenCm_@(ZJs2(T~d!nKecKXectQ61x z3>RdV{{@npPeTTG`v;IznkT-SCHmRpSEvg8929$}GRu4YL?nZnL>Ui=(f9c&NUFt) zUs)1lzrRb7saA@J&&Oh{1O6q{F!3u(zYFrKU+q5V`3_NIX9W4p9|9zprw9F!AyP10 z?CbgCvDJTKoMz&mY(ED{{b8b31v%tDSPgm}E-aL@;IQ9Q5nWM7{QgL&qK^2(fCLqF z#GeBFsA@?PJ?Hq#L!_%9NBwOf^0pwy{G%Zc|L2mf}hDZ-VZu+-B0QOMT88J;1fvS5?Xrf|zqvjnE`Huv-EoMCu zxx+V7kYX{V>q0-YwnWD?Ln7CfNkUURW+0LoB8Jk_5-}M_)(GFf5X6ir_aO9>C{_Tu zl2|d%A))n$#SB3*2sL)hDkMuDf>t~x9|>jIiK$Z$dY*%0xiO=V{3R+u9?`s*14t6^ zxZ}sfKLoAb5gK{4iisJBgeu|om@P;aigi`4S|wvHBB52QRLrvvLq8{Rr7azkjO2SU z)>7g79WgtQw5l0ptP!M4Ozb1j>S9&U+!@ma$xyT~HYOd(cS0lA)w^O!)K{&7IxHLG zg~$)0=dv-eKrC7h%f-BdWI=M2u}x^o$IMei*WukU%aKqW-W{_6$p6?o7kDkE@Bi=T zc}_VI&Fqw2%(5?2uTP@?jZ`HNR-Pr zgxvpY&sv|EIrH>53E%Jc=kL{Px6gXd+H2Ncd(WOdd*+!5`r#qgi)_d5hi{Ob3f5*O z!N^w8N}pgnl`8G{I!+#exx-|2-^K9>oXz!o6%e3N#|&* zUPHEno>1KyB*bdOc4}DHGYMMf80*#uQI9EgjCHq9!pPUO9u|Vg*R-By5=6eHwO&XI zvauJXTGjz4u|G|yXFgA7>e^OIA;alCk=nhGle`P

XBtW+awiRj>)Q;n=z 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વ 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%0A-|LJgn#;ozk0{_ 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 diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/System.4.0.0.0.Fakes.messages b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/System.4.0.0.0.Fakes.messages deleted file mode 100644 index ed2bf3cd..00000000 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/System.4.0.0.0.Fakes.messages +++ /dev/null @@ -1,1213 +0,0 @@ -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for MatchState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for FXAssembly: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for ThisAssembly: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for AssemblyRef: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.VisualBasic.VBCodeGenerator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.VisualBasic.VBMemberAttributeConverter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.VisualBasic.VBTypeAttributeConverter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.VisualBasic.VBModifierAttributeConverter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.CSharp.CSharpCodeGenerator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.CSharp.CSharpTypeAttributeConverter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.CSharp.CSharpMemberAttributeConverter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.CSharp.CSharpModifierAttributeConverter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.NativeMethods: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.PowerModeChangedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.PowerModes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeNativeMethods: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SessionEndedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SessionEndingEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SessionEndReasons: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SessionSwitchEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SessionSwitchReason: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SystemEvents: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.TimerElapsedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.UnsafeNativeMethods: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.UserPreferenceCategory: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.UserPreferenceChangedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.UserPreferenceChangingEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.InternetSecurityManager: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.IInternetSecurityManager: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.WinInetCache: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeEventLogReadHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeEventLogWriteHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeFileMappingHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeFileMapViewHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeLibraryHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeLocalMemHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeProcessHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeTimerHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeThreadHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeUserTokenHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeX509ChainHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.AppContextDefaultValues: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.LocalAppContextSwitches: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ThrowHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ExceptionArgument: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ExceptionResource: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.UriHostNameType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.UriPartial: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.DomainNameHelper: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IPv4AddressHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IPv6AddressHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.UncNameHelper: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.UriSyntaxFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.UriKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.UriComponents: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.UriFormat: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.UriIdnScope: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ParsingError: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.UnescapeMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IriHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.UriHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.GenericUriParserOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ExternDll: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ClientUtils: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.SecurityUtils: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.HResults: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.InvariantComparer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.EnvironmentHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.PinnableBufferCache: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Gen2GcCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.PinnableBufferCacheEventSource: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.LocalAppContext: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.SRDescriptionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.SRCategoryAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.SR: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Web.AspNetHostingPermissionLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Web.AspNetHostingPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Web.AspNetHostingPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Timers.ElapsedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Timers.ElapsedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.CommonConfigurationStrings: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SchemeSettingElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SchemeSettingInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SchemeSettingElementCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.UriSectionData: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.UriSectionReader: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.UriSection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.UriSectionInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.IriParsingElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.IdnElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingsLoadedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingsSavingEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingChangingEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ClientSettingsStore: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.StoredSetting: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ConfigurationManagerInternalFactory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ConfigurationSettings: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ConfigXmlAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ConfigXmlCDataSection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ConfigXmlComment: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ConfigXmlDocument: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ConfigXmlElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ConfigXmlSignificantWhitespace: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ConfigXmlText: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ConfigXmlWhitespace: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.HandlerBase: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ReadOnlyNameValueCollection: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ApplicationScopedSettingAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.DefaultSettingValueAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.NoSettingsVersionUpgradeAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingsDescriptionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingsGroupDescriptionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingsGroupNameAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingsManageabilityAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingsProviderAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingsSerializeAsAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SpecialSettingAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.UserScopedSettingAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingsManageability: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SpecialSetting: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingsSerializeAs: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.TypeUtil: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ApplicationSettingsGroup: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.UserSettingsGroup: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.ClientSettingsSection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingElementCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.SettingValueElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.PrivilegedConfigurationManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Configuration.Internal.ConfigurationManagerHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.IAuthenticationManager: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AuthenticationManager: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AuthenticationManagerBase: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AuthenticationManagerDefault: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AuthenticationManager2: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AuthenticationSchemes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AuthenticationSchemeSelector: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.BaseWebProxyFinder: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ConnectionModes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.GeneralAsyncDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CreateConnectionDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ConnectionPool: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.InterlockedStack: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ConnectionPoolManager: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CookieVariant: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cookie: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CookieToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CookieTokenizer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CookieParser: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Comparer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HeaderVariantInfo: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.PathList: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SystemNetworkCredential: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CredentialHostKey: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CredentialKey: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Dns: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DnsPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DnsPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.EntitySendFormat: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.BoundaryType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FileWebRequestCreator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FileWebStream: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FtpStatusCode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebRequestMethods: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FtpOperation: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FtpMethodFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FtpMethodInfo: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FtpWebRequest: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FtpWebRequestCreator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FtpWebResponse: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.GlobalProxySelection: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpListenerBasicIdentity: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.RequestContextBase: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AsyncRequestContext: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SyncRequestContext: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpListener: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpListenerContext: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ListenerPrefixEnumerator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpListenerPrefixCollection: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ListenerClientCertState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ListenerClientCertAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpListenerRequest: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpListenerRequestUriBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpListenerResponse: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpListenerTimeoutManager: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpRequestHeader: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpResponseHeader: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpStatusCode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpStatusDescription: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpSysSettings: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DecompressionMethods: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpWebRequest: type has obsolete members that would lead to a compilation error. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.RtcState: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpWebResponse: type has obsolete members that would lead to a compilation error. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.GZipWrapperStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DeflateWrapperStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HybridWebProxyFinder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ICertificatePolicy: method System.Boolean System.Net.ICertificatePolicy.CheckValidationResult(System.Net.ServicePoint srvPoint, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Net.WebRequest request, System.Int32 certificateProblem) unstubbable: method is abstract and could not be stubbed, type System.Security.Cryptography.X509Certificates.X509Certificate is not available in the target framework version. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.IntPtrHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.InternalException: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NclUtilities: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NclConstants: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.InterlockedGate: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkAddressChangePolled: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ComNetOS: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ValidationHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ExceptionHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WindowsInstallationType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SecurityStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ContentTypeValues: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ContextAttribute: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Endianness: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CredentialUse: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.BufferType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ChainPolicyType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.IgnoreCertProblem: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CertUsage: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ChainPolicyParameter: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SSL_EXTRA_CERT_CHAIN_POLICY_PARA: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ChainPolicyStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CertEnhKeyUse: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CertUsageMatch: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ChainParameters: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net._CERT_CHAIN_ELEMENT: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.IssuerListInfoEx: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SecureCredential: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SecurityBufferStruct: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SecurityBuffer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SecurityBufferDescriptor: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CertificateEncoding: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CertificateProblem: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SecChannelBindings: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebRequestPrefixElement: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpRequestCreator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSocketHttpRequestCreator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CoreResponseData: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpAbortDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpKnownHeaderNames: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpContinueDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpWriteMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.UnlockConnectionDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpBehaviour: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpProcessingResult: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.KnownHttpVerb: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpProtocolUtils: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.PolicyWrapper: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DefaultCertPolicy: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.TriState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DefaultPorts: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.hostent: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Blob: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SplitWritesState: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.IWebProxyFinder: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Logging: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.RegistryConfiguration: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetWebProxyFinder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ConnectStreamContext: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SslStreamContext: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpListenerRequestContext: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CachedTransportContext: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeNclNativeMethods: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.BindIPEndPoint: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ServicePoint: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SecurityProtocolType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CertPolicyValidationCallback: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ServerCertValidationCallback: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ServicePointManager: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SocketPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SocketPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.EndpointPermission: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.TransportType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.UnsafeNclNativeMethods: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebClient: type has obsolete members that would lead to a compilation error. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CompletionDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.OpenReadCompletedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.OpenReadCompletedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.OpenWriteCompletedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.OpenWriteCompletedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DownloadStringCompletedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DownloadStringCompletedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DownloadDataCompletedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DownloadDataCompletedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.UploadStringCompletedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.UploadStringCompletedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.UploadDataCompletedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.UploadDataCompletedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.UploadFileCompletedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.UploadFileCompletedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.UploadValuesCompletedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.UploadValuesCompletedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DownloadProgressChangedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DownloadProgressChangedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.UploadProgressChangedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.UploadProgressChangedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebExceptionInternalStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebExceptionStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebExceptionMapping: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebHeaderCollectionType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CaseInsensitiveAscii: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HostHeaderString: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DelayedRegex: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebProxyData: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebRequest: type has obsolete members that would lead to a compilation error. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebUtility: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WinHttpWebProxyFinder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WriteStreamClosedEventArgs: type has obsolete members that would lead to a compilation error. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WriteStreamClosedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AuthenticationState: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AutoWebProxyScriptEngine: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebProxyScriptHelper: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AutoWebProxyScriptWrapper: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.BasicClient: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.BufferOffsetSize: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ChunkParser: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CommandStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ResponseDescription: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ReceiveState: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ReadState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DataParseStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WriteBufferState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebParseErrorSection: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebParseErrorCode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebParseError: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.TunnelStateObject: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ConnectionReturnResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Connection: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ConnectionGroup: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WriteHeadersCallbackState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ConnectStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SyncMemoryStream: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CallbackClosure: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ContextAwareResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CookieModule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DigestClient: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpDigestChallenge: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpDigest: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.EmptyWebProxy: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FtpPrimitive: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FtpLoginState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FtpControlStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FtpDataStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HeaderParser: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HeaderInfo: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HeaderInfoTable: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpDateParse: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.IRequestLifetimeTracker: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ISessionAuthenticationModule: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.CloseExState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ICloseEx: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.KerberosClient: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.LazyAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ListenerAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpRequestStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpResponseStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpResponseStreamAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.BaseLoggingObject: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ThreadKinds: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.GlobalLog: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.GlobalSSPI: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SSPIInterface: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SSPISecureChannelType: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SSPIAuthType: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NegotiateClient: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NestedMultipleAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NestedSingleAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetRes: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkingPerfCounterName: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkingPerfCounters: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ContextFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NTAuthentication: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AuthIdentity: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NtlmClient: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.IPMulticastRequest: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Linger: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WSABuffer: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.TransmitFileBuffers: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WSAData: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AddressInfo: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AddressInfoHints: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NameInfoFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.IPv6MulticastRequest: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SocketConstructorFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.PooledStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.PrefixLookup: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.IAutoWebProxy: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ProxyChain: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ProxyScriptChain: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DirectProxy: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.StaticProxy: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebProxyDataBuilder: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.RegBlobWebProxyDataBuilder: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.RequestLifetimeSetter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WinHttpWebProxyBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeFreeAddrInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeCloseHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpRequestQueueV2Handle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.HttpServerSessionHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeCloseIcmpHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeInternetHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeSspiAuthDataHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SecurDll: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeFreeContextBuffer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeFreeContextBuffer_SECURITY: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeLocalFree: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeGlobalFree: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeOverlappedFree: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeLoadLibrary: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeFreeCertChain: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeFreeCertChainList: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeCertSelectCritera: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeFreeCertContext: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SSPIHandle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeFreeCredentials: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeCredentialReference: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeFreeCredential_SECURITY: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeDeleteContext: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeDeleteContext_SECURITY: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeNativeOverlapped: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeCloseSocket: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeCloseSocketAndEvent: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeLocalFreeChannelBinding: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeFreeContextBufferChannelBinding: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeFreeContextBufferChannelBinding_SECURITY: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeUnlockUrlCacheEntryFile: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeRegistryHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SafeWebSocketHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ScatterGatherBuffers: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ServiceNameStore: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Semaphore: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ShellExpression: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SpnDictionary: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SpnToken: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SSPIWrapper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.StreamSizes: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SecSizes: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SchProtocols: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Alg: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SslConnectionInfo: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NegotiationInfo: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NegotiationInfoClass: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SecurityPackageInfo: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.SecurityPackageInfoClass: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Bindings: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.StreamFramer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WorkerAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FrameHeader: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.TimerThread: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.TlsStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Win32: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.FixedSizeReader: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.BufferAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AsyncProtocolCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.AsyncProtocolRequest: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.TimeoutValidator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Base64Stream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.BufferedReadStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.ClosableStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.DelegatedStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.TrackingStringDictionary: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.TrackingValidationObjectDictionary: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.ClientWebSocket: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.ClientWebSocketOptions: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.InternalClientWebSocket: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.HttpListenerWebSocketContext: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.ServerWebSocket: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.WebSocketBase: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.WebSocketBuffer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.WebSocketCloseStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.WebSocketConnectionStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.WebSocketError: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.WebSocketException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.WebSocketHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.WebSocketHttpListenerDuplexStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.WebSocketMessageType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.WebSocketProtocolComponent: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.WebSockets.WebSocketState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.Base64WriteStateInfo: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.BaseWriter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.ContentTransferEncoding: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.DispositionTypeNames: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.EightBitStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.EncodedStreamFactory: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.HeaderCollection: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.IEncodableStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.MailBnfHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.MediaTypeNames: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.MimeBasePart: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.MimeMultiPart: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.MimeMultiPartType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.MimePart: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.MimeWriter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.MultiAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.QEncodedStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.QuotedPrintableStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.SmtpDateTime: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.TransferEncoding: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mime.WriteStateInfoBase: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.AlternateViewCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.AttachmentCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.BufferBuilder: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.DomainLiteralReader: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.DotAtomReader: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.PropertyName: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.ServerState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.MBErrors: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.MBKeyAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.MetadataRecord: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail._METADATA_HANDLE_INFO: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.IMSAdminBase: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.MSAdminBase: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.MBDataType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.MBUserType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.IisPickupDirectory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.ISmtpAuthenticationModule: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.LinkedResourceCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.MailAddressParser: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.MailHeaderID: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.MailHeaderInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.DeliveryNotificationOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.MailWriter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.MailPriority: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.Message: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.QuotedPairReader: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.QuotedStringFormatReader: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.RecipientLocationType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpAuthenticationManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SendCompletedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpDeliveryMethod: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpDeliveryFormat: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.CheckCommand: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.ReadLinesCommand: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.AuthCommand: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.DataCommand: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.DataStopCommand: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.EHelloCommand: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.HelloCommand: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.StartTlsCommand: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.MailCommand: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.RecipientCommand: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpCommands: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.LineInfo: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpConnection: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpDigestAuthenticationModule: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpLoginAuthenticationModule: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpNegotiateAuthenticationModule: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpNtlmAuthenticationModule: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpReplyReader: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpReplyReaderFactory: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpStatusCode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SupportedAuth: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpPooledStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SmtpTransport: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.SendMailAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Mail.WhitespaceReader: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.DuplicateAddressDetectionState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.NetworkInterfaceType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IPAddressInformationCollection: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.ScopeLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IcmpV4Type: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IcmpV4Code: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IPStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemGatewayIPAddressInformation: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IpHelperErrors: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.AdapterFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.AdapterAddressFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.OldOperationalStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.GetAdaptersAddressesFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IpAddrString: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.FIXED_INFO: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IpSocketAddress: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IpAdapterAddress: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IpAdapterUnicastAddress: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IpAdapterAddresses: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.InterfaceConnectionType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.InterfaceTunnelType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IpPerAdapterInfo: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibIfRow2: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibUdpStats: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibTcpStats: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibIpStats: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibIcmpInfo: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibIcmpStats: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibIcmpInfoEx: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibIcmpStatsEx: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibTcpTable: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibTcpRow: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibTcp6TableOwnerPid: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibTcp6RowOwnerPid: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.TcpTableClass: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibUdpTable: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibUdpRow: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.UdpTableClass: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibUdp6TableOwnerPid: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.MibUdp6RowOwnerPid: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IPOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IcmpEchoReply: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.Ipv6Address: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.Icmp6EchoReply: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.StableUnicastIpAddressTableDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.UnsafeNetInfoNativeMethods: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.StartIPOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.NetworkAvailabilityEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.NetworkChange: type has obsolete members that would lead to a compilation error. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.NetworkAddressChangedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.NetworkInformationAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.NetworkInformationPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.NetworkInformationPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.NetworkInterfaceComponent: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.NetBiosNodeType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.OperationalStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.PingCompletedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.PingCompletedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.PingReply: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.PrefixOrigin: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SafeCancelMibChangeNotify: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SafeFreeMibTable: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SuffixOrigin: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemIcmpV4Statistics: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.IcmpV6StatType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemIcmpV6Statistics: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemIPAddressInformation: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemIPGlobalProperties: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.FixedInfo: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemIPInterfaceProperties: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemIPInterfaceStatistics: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemIPv4InterfaceStatistics: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemIPGlobalStatistics: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemMulticastIPAddressInformation: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemUnicastIPAddressInformation: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemIPv4InterfaceProperties: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemIPv6InterfaceProperties: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemNetworkInterface: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemTcpConnectionInformation: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemTcpStatistics: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.SystemUdpStatistics: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.TeredoHelper: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.NetworkInformation.TcpState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.HttpRequestCacheValidator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.HttpMethod: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.ResponseCacheControl: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.FtpRequestCacheValidator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.RequestCache: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.RequestCacheEntry: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.RequestCacheManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.RequestCacheBinding: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.RequestCacheLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.HttpRequestCacheLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.HttpCacheAgeControl: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.CacheFreshnessStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.CacheValidationStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.RequestCacheValidator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache._WinInetCache: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.BaseWrapperStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.CombinedReadStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.ForwardingReadStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.MetadataUpdateStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.RangeStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.RequestCacheProtocol: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.Rfc2616: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Cache.SingleItemRequestCache: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.UnicodeDecodingConformance: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.UnicodeEncodingConformance: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.AuthenticationModuleElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.AuthenticationModuleElementCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.AuthenticationModulesSection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.AuthenticationModulesSectionInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.BypassElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.BypassElementCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.ConfigurationStrings: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.ConnectionManagementElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.ConnectionManagementElementCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.ConnectionManagementSection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.ConnectionManagementSectionInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.DefaultProxySection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.DefaultProxySectionInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.HttpWebRequestElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.HttpListenerElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.HttpListenerTimeoutsElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.HttpCachePolicyElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.FtpCachePolicyElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.Ipv6Element: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.MailSettingsSectionGroup: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.MailSettingsSectionGroupInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.ModuleElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.NetSectionGroup: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.PerformanceCountersElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.ProxyElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.RequestCachingSection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.RequestCachingSectionInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.SettingsSection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.SettingsSectionInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.ServicePointManagerElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.SmtpSection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.SmtpSectionInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.SmtpNetworkElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.SmtpNetworkElementInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.SmtpSpecifiedPickupDirectoryElementInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.SocketElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.WebProxyScriptElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.WebRequestModuleElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.WebRequestModuleElementCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.WebRequestModulesSection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.WebRequestModulesSectionInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Configuration.WebUtilityElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.SecureChannel: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.ProtocolToken: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.SslSessionsCache: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.SSPIHandleCache: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.AuthenticationLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.ProtectionLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.SslPolicyErrors: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.EncryptionPolicy: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.RemoteCertificateValidationCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.LocalCertificateSelectionCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.RemoteCertValidationCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.LocalCertSelectionCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.NegoState: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security.SslState: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Security._SslStream: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.AddressFamily: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.IoctlSocketConstants: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.AsyncEventBits: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.AsyncEventBitsPos: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.NetworkEvents: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.TimeValue: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.IOControlCode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.IPProtectionLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.ProtocolFamily: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.ProtocolType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SelectMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SocketInformationOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SocketInformation: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.ConnectAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.AcceptAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SocketAsyncOperation: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SocketClientAccessPolicyProtocol: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SocketAsyncEventArgs: type has obsolete members that would lead to a compilation error. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SocketError: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SocketFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SocketOptionLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SocketOptionName: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SocketShutdown: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SocketType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.TransmitFileOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.UdpReceiveResult: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.AcceptOverlappedAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.BaseOverlappedAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.OverlappedCache: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.ConnectOverlappedAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.DisconnectOverlappedAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.DynamicWinsockMethods: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.AcceptExDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.GetAcceptExSockaddrsDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.ConnectExDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.DisconnectExDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.DisconnectExDelegate_Blocking: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.WSARecvMsgDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.WSARecvMsgDelegate_Blocking: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.TransmitPacketsDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.MultipleConnectAsync: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.SingleSocketMultipleConnectAsync: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.MultipleSocketMultipleConnectAsync: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.OverlappedAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.TransmitFileOverlappedAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.ReceiveMessageOverlappedAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Net.Sockets.IPPacketInformation: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Claims.DynamicRoleClaimProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.SslProtocols: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.ExchangeAlgorithmType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.CipherAlgorithmType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.HashAlgorithmType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.ExtendedProtection.ChannelBindingKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.ExtendedProtection.PolicyEnforcement: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.ExtendedProtection.ProtectionScenario: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.ExtendedProtection.TokenBindingType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.ExtendedProtection.TokenBinding: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionConfigurationStrings: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.AsnEncodedDataCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.AsnEncodedDataEnumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.BigInt: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.CAPIBase: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.CAPINative: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.CAPISafe: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.CAPIUnsafe: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.CAPIMethods: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.CAPI: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.SafeLibraryHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.SafeLocalAllocHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.SafeCryptProvHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.SafeCertContextHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.SafeCertStoreHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.SafeCryptMsgHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.OidGroup: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.Oid: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.OidCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.OidEnumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X500DistinguishedName: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509NameType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509IncludeOption: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.PublicKey: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509Certificate2: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509FindType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509ChainStatusFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509ChainStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509ChainElement: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509ChainElementCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509RevocationMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509RevocationFlag: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509VerificationFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509ChainPolicy: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509KeyUsageFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509KeyUsageExtension: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509ExtensionCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.StoreLocation: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.OpenFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.StoreName: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509Store: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509Utils: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Permissions.StorePermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Permissions.StorePermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Permissions.StorePermissionFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Permissions.TypeDescriptorPermissionFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Permissions.TypeDescriptorPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.Permissions.TypeDescriptorPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.AccessControl.SemaphoreRights: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.AccessControl.SemaphoreAccessRule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.AccessControl.SemaphoreAuditRule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Security.AccessControl.SemaphoreSecurity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Windows.Input.BuildInfo: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Windows.Markup.ValueSerializerAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Media.SystemSounds: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Media.SystemSound: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Specialized.BitVector32: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Specialized.FixedStringLookup: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Specialized.CompatibleComparer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Specialized.NotifyCollectionChangedAction: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Specialized.NotifyCollectionChangedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Specialized.StringEnumerator: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Specialized.StringDictionaryWithComparer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Specialized.BackCompatibleStringComparer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.System_CollectionDebugView`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.System_QueueDebugView`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.System_StackDebugView`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.System_DictionaryDebugView`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.System_DictionaryKeyCollectionDebugView`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.System_DictionaryValueCollectionDebugView`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.LinkedListNode`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.TreeSet`1: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.TreeWalkPredicate`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.TreeRotation: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.SortedSetEqualityComparer`1: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.SortedSetDebugView`1: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Generic.BitHelper: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Concurrent.SystemThreadingCollections_BlockingCollectionDebugView`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Collections.Concurrent.SystemThreadingCollection_IProducerConsumerCollectionDebugView`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Threading.Semaphore: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Threading.ThreadExceptionEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.Versioning.FrameworkName: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.HandleCollector: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.DefaultParameterValueAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.ADVF: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.DATADIR: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.DVASPECT: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.FORMATETC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.STATDATA: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.STGMEDIUM: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.TYMED: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.INotifyCollectionChangedEventArgs: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IPropertyChangedEventArgs: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.INotifyCollectionChanged_WinRT: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.INotifyPropertyChanged_WinRT: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ICommand_WinRT: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.NotifyCollectionChangedEventHandler_WinRT: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.PropertyChangedEventHandler_WinRT: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.NotifyCollectionChangedEventArgsMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.PropertyChangedEventArgsMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.NotifyCollectionChangedToManagedAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.NotifyCollectionChangedToWinRTAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.NotifyPropertyChangedToManagedAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.NotifyPropertyChangedToWinRTAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ICommandToManagedAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ICommandToWinRTAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ICommandAdapterHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.InvalidDataException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.NotifyFilters: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.ErrorEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.FileSystemEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Direct: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.PatternMatcher: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.RenamedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.WaitForChangedResult: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.WatcherChangeTypes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.Handshake: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.InternalResources: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.Parity: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.SerialError: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.SerialErrorReceivedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.SerialErrorReceivedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.SerialPinChange: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.SerialPinChangedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.SerialPinChangedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.SerialData: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.SerialDataReceivedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.SerialDataReceivedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.SerialStream: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Ports.StopBits: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.BlockType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.CompressionMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.CompressionTracingSwitchLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.CompressionTracingSwitch: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.CompressionLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.CopyEncoder: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.Crc32Helper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.DeflateInput: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.IDeflater: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.DeflaterManaged: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.DeflaterZLib: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.ZLibNative: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.ZLibException: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.DeflateStreamAsyncResult: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.FastEncoder: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.FastEncoderStatics: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.FastEncoderWindow: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.IFileFormatWriter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.IFileFormatReader: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.GZipDecoder: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.GZipConstants: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.GZipFormatter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.HuffmanTree: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.Inflater: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.InflaterState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.InputBuffer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.Match: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.OutputBuffer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.IO.Compression.OutputWindow: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.AssertSection: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.AssertWrapper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.MessageBoxPopup: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.CorrelationManager: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.Debug: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.InitState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.DiagnosticsConfiguration: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.FilterElement: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ListenerElementsCollection: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.SharedListenerElementsCollection: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ListenerElement: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerfCounterSection: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.SourceElementsCollection: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.SourceElement: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.SourceLevels: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.SwitchAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.SwitchElementsCollection: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.SwitchElement: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.SwitchLevelAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.SystemDiagnosticsSection: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.Trace: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.TraceEventType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.TraceInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.TraceLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.TraceListenerCollection: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.TraceOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.TraceSection: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.TraceUtils: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.TypedElement: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.AlphabeticalEnumConverter: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.UserCallBack: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.AsyncStreamReader: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.CounterSample: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.CounterSampleCalculator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.DataReceivedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.DataReceivedEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.DiagnosticsConfigurationHandler: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.SwitchesDictionarySectionHandler: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.EntryWrittenEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.EventLogInternal: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.EventLogEntry: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.EventLogEntryCollection: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.EventLogEntryType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.EventLogPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.EventLogPermissionAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.EventLogPermissionEntryCollection: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.EventLogTraceListener: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.FileVersionInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.OverflowAction: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerformanceCounter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerformanceCounterCategory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerformanceCounterCategoryOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerformanceCounterCategoryType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerformanceCounterInstanceLifetime: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerformanceCounterLib: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerformanceMonitor: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.CategoryEntry: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.CategorySample: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.CounterDefinitionSample: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerformanceCounterManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerformanceCounterPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerformanceCounterPermissionAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerformanceCounterPermissionEntryCollection: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.PerformanceCounterType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ProcessInfo: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ThreadInfo: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ModuleInfo: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.EnvironmentBlock: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.OrdinalCaseInsensitiveComparer: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ProcessThreadTimes: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ShellExecuteHelper: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.MainWindowFinder: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ProcessManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.WinProcessManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.NtProcessManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.NtProcessInfoHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ProcessModule: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ProcessPriorityClass: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ProcessStartInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ProcessThread: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ProcessWaitHandle: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ProcessWindowStyle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.SharedPerformanceCounter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ProcessData: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.SharedUtils: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ThreadPriorityLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ThreadState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.ThreadWaitReason: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.AddingNewEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.AmbientValueAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ArraySubsetEnumerator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.AsyncCompletedEventArgs: type has obsolete members that would lead to a compilation error. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.AsyncCompletedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.AsyncOperation: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.AsyncOperationManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.BaseNumberConverter: method System.Object System.ComponentModel.BaseNumberConverter.FromString(System.String value, System.Int32 radix) unstubbable: method is abstract and could not be stubbed, method signature type is non-visible to exported or assembly(System.4.0.0.0.Fakes) or subtype(BaseNumberConverter in assembly System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.BindableAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.BindableSupport: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.BindingDirection: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.BrowsableAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ByteConverter: method System.Object System.ComponentModel.BaseNumberConverter.FromString(System.String value, System.Int32 radix) unstubbable: method is abstract and could not be stubbed, method signature type is non-visible to exported or assembly(System.4.0.0.0.Fakes) or subtype(ByteConverter in assembly System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.CancelEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.CollectionChangeAction: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.CollectionChangeEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ComplexBindingPropertiesAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.CompModSwitches: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DataObjectAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DataObjectFieldAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DataObjectMethodAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DataObjectMethodType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DecimalConverter: method System.Object System.ComponentModel.BaseNumberConverter.FromString(System.String value, System.Int32 radix) unstubbable: method is abstract and could not be stubbed, method signature type is non-visible to exported or assembly(System.4.0.0.0.Fakes) or subtype(DecimalConverter in assembly System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DefaultBindingPropertyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DefaultEventAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DefaultPropertyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DelegatingTypeDescriptionProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DesignerAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DesignerCategoryAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DesignerSerializationVisibility: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DesignerSerializationVisibilityAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DesignOnlyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DesignTimeVisibleAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DoubleConverter: method System.Object System.ComponentModel.BaseNumberConverter.FromString(System.String value, System.Int32 radix) unstubbable: method is abstract and could not be stubbed, method signature type is non-visible to exported or assembly(System.4.0.0.0.Fakes) or subtype(DoubleConverter in assembly System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.DoWorkEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.EditorAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.EditorBrowsableAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.EditorBrowsableState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.EventHandlerList: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ExtendedPropertyDescriptor: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ExtenderProvidedPropertyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.HandledEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.IComNativeDescriptorHandler: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ImmutableObjectAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.InitializationEventAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Int16Converter: method System.Object System.ComponentModel.BaseNumberConverter.FromString(System.String value, System.Int32 radix) unstubbable: method is abstract and could not be stubbed, method signature type is non-visible to exported or assembly(System.4.0.0.0.Fakes) or subtype(Int16Converter in assembly System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Int32Converter: method System.Object System.ComponentModel.BaseNumberConverter.FromString(System.String value, System.Int32 radix) unstubbable: method is abstract and could not be stubbed, method signature type is non-visible to exported or assembly(System.4.0.0.0.Fakes) or subtype(Int32Converter in assembly System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Int64Converter: method System.Object System.ComponentModel.BaseNumberConverter.FromString(System.String value, System.Int32 radix) unstubbable: method is abstract and could not be stubbed, method signature type is non-visible to exported or assembly(System.4.0.0.0.Fakes) or subtype(Int64Converter in assembly System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.IntSecurity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.LicenseManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.LicenseProviderAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.LicenseUsageMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ListBindableAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ListChangedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ListChangedType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ListSortDirection: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.LocalizableAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.LookupBindingPropertiesAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.MaskedTextResultHint: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.MergablePropertyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.PasswordPropertyTextAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ProgressChangedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.PropertyChangedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.PropertyChangingEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ProvidePropertyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ReadOnlyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.RecommendedAsConfigurableAttribute: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ReflectEventDescriptor: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ReflectPropertyDescriptor: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ReflectTypeDescriptionProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.RefreshEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.RunWorkerCompletedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.SByteConverter: method System.Object System.ComponentModel.BaseNumberConverter.FromString(System.String value, System.Int32 radix) unstubbable: method is abstract and could not be stubbed, method signature type is non-visible to exported or assembly(System.4.0.0.0.Fakes) or subtype(SByteConverter in assembly System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.SettingsBindableAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.SingleConverter: method System.Object System.ComponentModel.BaseNumberConverter.FromString(System.String value, System.Int32 radix) unstubbable: method is abstract and could not be stubbed, method signature type is non-visible to exported or assembly(System.4.0.0.0.Fakes) or subtype(SingleConverter in assembly System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.SyntaxCheck: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ToolboxItemFilterAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ToolboxItemFilterType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.TypeConverterAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.TypeDescriptionProviderAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.TypeDescriptor: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.UInt16Converter: method System.Object System.ComponentModel.BaseNumberConverter.FromString(System.String value, System.Int32 radix) unstubbable: method is abstract and could not be stubbed, method signature type is non-visible to exported or assembly(System.4.0.0.0.Fakes) or subtype(UInt16Converter in assembly System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.UInt32Converter: method System.Object System.ComponentModel.BaseNumberConverter.FromString(System.String value, System.Int32 radix) unstubbable: method is abstract and could not be stubbed, method signature type is non-visible to exported or assembly(System.4.0.0.0.Fakes) or subtype(UInt32Converter in assembly System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.UInt64Converter: method System.Object System.ComponentModel.BaseNumberConverter.FromString(System.String value, System.Int32 radix) unstubbable: method is abstract and could not be stubbed, method signature type is non-visible to exported or assembly(System.4.0.0.0.Fakes) or subtype(UInt64Converter in assembly System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.InheritanceAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.InheritanceLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.NotifyParentPropertyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.ParenthesizePropertyNameAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.PropertyTabScope: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.RefreshProperties: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.RefreshPropertiesAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.WeakHashtable: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.ActiveDesignerEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.ComponentChangedEventArgs: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.ComponentChangedEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.ComponentChangingEventArgs: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.ComponentChangingEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.ComponentEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.ComponentRenameEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.DesignerTransactionCloseEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.RuntimeLicenseContext: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.DesigntimeLicenseContextSerializer: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.DesignerEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.HelpContextType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.HelpKeywordAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.HelpKeywordType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.SelectionTypes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.ServiceCreatorCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.ViewTechnology: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.Serialization.ContextStack: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.Serialization.DesignerSerializerAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.Serialization.InstanceDescriptor: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.Serialization.MemberRelationship: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.Serialization.ResolveNameEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.CodeBinaryOperatorType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.CodeRegionMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.CodeTypeReferenceOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.FieldDirection: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.MemberAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.Compiler.CodeDomCompilationConfiguration: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.Compiler.CodeDomConfigurationHandler: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.Compiler.HandlerBase: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.Compiler.CodeValidator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.Compiler.CompilerInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.Compiler.Executor: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.Compiler.GeneratedCodeAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.Compiler.GeneratorSupport: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.Compiler.IndentedTextWriter: method System.Text.Encoding System.IO.TextWriter.get_Encoding() unstubbable: method is abstract and could not be stubbed. Reason: type System.Text.Encoding is not available in the target framework version. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.Compiler.Indentation: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.Compiler.LanguageOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.CodeDom.Compiler.RedistVersionInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.MatchEvaluator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.CachedCodeEntry: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.ExclusiveReference: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.SharedReference: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexBoyerMoore: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.Capture: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.CaptureCollection: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.CaptureEnumerator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexCharClass: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexCode: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexCompiler: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexTypeCompiler: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexLWCGCompiler: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexFCD: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexFC: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexPrefix: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.Group: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.GroupCollection: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.GroupEnumerator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexInterpreter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.Match: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.MatchSparse: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.MatchCollection: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.MatchEnumerator: type is not visible to exported or assembly(System.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexNode: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexParser: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexReplacement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexTree: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.RegexWriter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.CompiledRegexRunner: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.NoParamDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.FindFirstCharDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.CompiledRegexRunnerFactory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for System.Text.RegularExpressions.CreateInstanceDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\System.fakes : warning : Cannot generate stub for : type is sealed. diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/System.4.0.0.0.Fakes.xml b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/System.4.0.0.0.Fakes.xml deleted file mode 100644 index 394449d7..00000000 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/System.4.0.0.0.Fakes.xml +++ /dev/null @@ -1,28049 +0,0 @@ - - - - System.4.0.0.0.Fakes - - - -

Stub type of Microsoft.CSharp.CSharpCodeProvider - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubCSharpCodeProvider.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of CodeDomProvider.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit[] compilationUnits) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit[] compilationUnits) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources) - - - Sets the stub of CSharpCodeProvider.CreateCompiler() - - - Sets the stub of CSharpCodeProvider.CreateCompiler() - - - Sets the stub of CodeDomProvider.CreateEscapedIdentifier(String value) - - - Sets the stub of CodeDomProvider.CreateEscapedIdentifier(String value) - - - Sets the stub of CSharpCodeProvider.CreateGenerator() - - - Sets the stub of CodeDomProvider.CreateGenerator(String fileName) - - - Sets the stub of CodeDomProvider.CreateGenerator(TextWriter output) - - - Sets the stub of CSharpCodeProvider.CreateGenerator() - - - Sets the stub of CodeDomProvider.CreateGenerator(String fileName) - - - Sets the stub of CodeDomProvider.CreateGenerator(TextWriter output) - - - Sets the stub of CodeDomProvider.CreateParser() - - - Sets the stub of CodeDomProvider.CreateParser() - - - Sets the stub of CodeDomProvider.CreateValidIdentifier(String value) - - - Sets the stub of CodeDomProvider.CreateValidIdentifier(String value) - - - Sets the stub of Component.Dispose(Boolean disposing) - - - Sets the stub of Component.Dispose(Boolean disposing) - - - Sets the stub of CSharpCodeProvider.get_FileExtension() - - - Sets the stub of CSharpCodeProvider.get_FileExtension() - - - Sets the stub of CodeDomProvider.GenerateCodeFromCompileUnit(CodeCompileUnit compileUnit, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromCompileUnit(CodeCompileUnit compileUnit, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromExpression(CodeExpression expression, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromExpression(CodeExpression expression, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CSharpCodeProvider.GenerateCodeFromMember(CodeTypeMember member, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CSharpCodeProvider.GenerateCodeFromMember(CodeTypeMember member, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromNamespace(CodeNamespace codeNamespace, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromNamespace(CodeNamespace codeNamespace, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromStatement(CodeStatement statement, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromStatement(CodeStatement statement, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromType(CodeTypeDeclaration codeType, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromType(CodeTypeDeclaration codeType, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CSharpCodeProvider.GetConverter(Type type) - - - Sets the stub of CSharpCodeProvider.GetConverter(Type type) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of CodeDomProvider.GetTypeOutput(CodeTypeReference type) - - - Sets the stub of CodeDomProvider.GetTypeOutput(CodeTypeReference type) - - - Initializes a new instance of type StubCSharpCodeProvider - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CodeDomProvider.IsValidIdentifier(String value) - - - Sets the stub of CodeDomProvider.IsValidIdentifier(String value) - - - Sets the stub of CodeDomProvider.get_LanguageOptions() - - - Sets the stub of CodeDomProvider.get_LanguageOptions() - - - Sets the stub of CodeDomProvider.Parse(TextReader codeStream) - - - Sets the stub of CodeDomProvider.Parse(TextReader codeStream) - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.set_Site(ISite value) - - - Sets the stub of CodeDomProvider.Supports(GeneratorSupport generatorSupport) - - - Sets the stub of CodeDomProvider.Supports(GeneratorSupport generatorSupport) - - - Sets the stub of Component.ToString() - - - Sets the stub of Component.ToString() - - - Contains custom delegates used for the stubs and shims of System - - - Stub type of Microsoft.VisualBasic.VBCodeProvider - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubVBCodeProvider.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of CodeDomProvider.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit[] compilationUnits) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit[] compilationUnits) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources) - - - Sets the stub of VBCodeProvider.CreateCompiler() - - - Sets the stub of VBCodeProvider.CreateCompiler() - - - Sets the stub of CodeDomProvider.CreateEscapedIdentifier(String value) - - - Sets the stub of CodeDomProvider.CreateEscapedIdentifier(String value) - - - Sets the stub of VBCodeProvider.CreateGenerator() - - - Sets the stub of CodeDomProvider.CreateGenerator(String fileName) - - - Sets the stub of CodeDomProvider.CreateGenerator(TextWriter output) - - - Sets the stub of VBCodeProvider.CreateGenerator() - - - Sets the stub of CodeDomProvider.CreateGenerator(String fileName) - - - Sets the stub of CodeDomProvider.CreateGenerator(TextWriter output) - - - Sets the stub of CodeDomProvider.CreateParser() - - - Sets the stub of CodeDomProvider.CreateParser() - - - Sets the stub of CodeDomProvider.CreateValidIdentifier(String value) - - - Sets the stub of CodeDomProvider.CreateValidIdentifier(String value) - - - Sets the stub of Component.Dispose(Boolean disposing) - - - Sets the stub of Component.Dispose(Boolean disposing) - - - Sets the stub of VBCodeProvider.get_FileExtension() - - - Sets the stub of VBCodeProvider.get_FileExtension() - - - Sets the stub of CodeDomProvider.GenerateCodeFromCompileUnit(CodeCompileUnit compileUnit, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromCompileUnit(CodeCompileUnit compileUnit, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromExpression(CodeExpression expression, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromExpression(CodeExpression expression, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of VBCodeProvider.GenerateCodeFromMember(CodeTypeMember member, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of VBCodeProvider.GenerateCodeFromMember(CodeTypeMember member, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromNamespace(CodeNamespace codeNamespace, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromNamespace(CodeNamespace codeNamespace, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromStatement(CodeStatement statement, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromStatement(CodeStatement statement, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromType(CodeTypeDeclaration codeType, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromType(CodeTypeDeclaration codeType, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of VBCodeProvider.GetConverter(Type type) - - - Sets the stub of VBCodeProvider.GetConverter(Type type) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of CodeDomProvider.GetTypeOutput(CodeTypeReference type) - - - Sets the stub of CodeDomProvider.GetTypeOutput(CodeTypeReference type) - - - Initializes a new instance of type StubVBCodeProvider - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CodeDomProvider.IsValidIdentifier(String value) - - - Sets the stub of CodeDomProvider.IsValidIdentifier(String value) - - - Sets the stub of VBCodeProvider.get_LanguageOptions() - - - Sets the stub of VBCodeProvider.get_LanguageOptions() - - - Sets the stub of CodeDomProvider.Parse(TextReader codeStream) - - - Sets the stub of CodeDomProvider.Parse(TextReader codeStream) - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.set_Site(ISite value) - - - Sets the stub of CodeDomProvider.Supports(GeneratorSupport generatorSupport) - - - Sets the stub of CodeDomProvider.Supports(GeneratorSupport generatorSupport) - - - Sets the stub of Component.ToString() - - - Sets the stub of Component.ToString() - - - Stub type of Microsoft.Win32.IntranetZoneCredentialPolicy - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubIntranetZoneCredentialPolicy - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IntranetZoneCredentialPolicy.ShouldSendCredential(Uri challengeUri, WebRequest request, NetworkCredential credential, IAuthenticationModule authModule) - - - Sets the stub of IntranetZoneCredentialPolicy.ShouldSendCredential(Uri challengeUri, WebRequest request, NetworkCredential credential, IAuthenticationModule authModule) - - - Stub type of Microsoft.Win32.PowerModeChangedEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubPowerModeChangedEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Win32.SessionEndedEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSessionEndedEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Win32.SessionEndingEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSessionEndingEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Win32.SessionSwitchEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSessionSwitchEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Win32.TimerElapsedEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubTimerElapsedEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Win32.UserPreferenceChangedEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubUserPreferenceChangedEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of Microsoft.Win32.UserPreferenceChangingEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubUserPreferenceChangingEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.Compiler.CodeCompiler - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CodeCompiler.CmdArgsFromParameters(CompilerParameters options) - - - Sets the stub of CodeCompiler.CmdArgsFromParameters(CompilerParameters options) - - - Sets the stub of CodeCompiler.get_CompilerName() - - - Sets the stub of CodeCompiler.get_CompilerName() - - - Sets the stub of CodeGenerator.ContinueOnNewLine(String st) - - - Sets the stub of CodeGenerator.ContinueOnNewLine(String st) - - - Sets the stub of CodeGenerator.CreateEscapedIdentifier(String value) - - - Sets the stub of CodeGenerator.CreateEscapedIdentifier(String value) - - - Sets the stub of CodeGenerator.CreateValidIdentifier(String value) - - - Sets the stub of CodeGenerator.CreateValidIdentifier(String value) - - - Sets the stub of CodeCompiler.get_FileExtension() - - - Sets the stub of CodeCompiler.get_FileExtension() - - - Sets the stub of CodeCompiler.FromDom(CompilerParameters options, CodeCompileUnit e) - - - Sets the stub of CodeCompiler.FromDomBatch(CompilerParameters options, CodeCompileUnit[] ea) - - - Sets the stub of CodeCompiler.FromDomBatch(CompilerParameters options, CodeCompileUnit[] ea) - - - Sets the stub of CodeCompiler.FromDom(CompilerParameters options, CodeCompileUnit e) - - - Sets the stub of CodeCompiler.FromFile(CompilerParameters options, String fileName) - - - Sets the stub of CodeCompiler.FromFileBatch(CompilerParameters options, String[] fileNames) - - - Sets the stub of CodeCompiler.FromFileBatch(CompilerParameters options, String[] fileNames) - - - Sets the stub of CodeCompiler.FromFile(CompilerParameters options, String fileName) - - - Sets the stub of CodeCompiler.FromSource(CompilerParameters options, String source) - - - Sets the stub of CodeCompiler.FromSourceBatch(CompilerParameters options, String[] sources) - - - Sets the stub of CodeCompiler.FromSourceBatch(CompilerParameters options, String[] sources) - - - Sets the stub of CodeCompiler.FromSource(CompilerParameters options, String source) - - - Sets the stub of CodeGenerator.GenerateArgumentReferenceExpression(CodeArgumentReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateArgumentReferenceExpression(CodeArgumentReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateArrayCreateExpression(CodeArrayCreateExpression e) - - - Sets the stub of CodeGenerator.GenerateArrayCreateExpression(CodeArrayCreateExpression e) - - - Sets the stub of CodeGenerator.GenerateArrayIndexerExpression(CodeArrayIndexerExpression e) - - - Sets the stub of CodeGenerator.GenerateArrayIndexerExpression(CodeArrayIndexerExpression e) - - - Sets the stub of CodeGenerator.GenerateAssignStatement(CodeAssignStatement e) - - - Sets the stub of CodeGenerator.GenerateAssignStatement(CodeAssignStatement e) - - - Sets the stub of CodeGenerator.GenerateAttachEventStatement(CodeAttachEventStatement e) - - - Sets the stub of CodeGenerator.GenerateAttachEventStatement(CodeAttachEventStatement e) - - - Sets the stub of CodeGenerator.GenerateAttributeDeclarationsEnd(CodeAttributeDeclarationCollection attributes) - - - Sets the stub of CodeGenerator.GenerateAttributeDeclarationsEnd(CodeAttributeDeclarationCollection attributes) - - - Sets the stub of CodeGenerator.GenerateAttributeDeclarationsStart(CodeAttributeDeclarationCollection attributes) - - - Sets the stub of CodeGenerator.GenerateAttributeDeclarationsStart(CodeAttributeDeclarationCollection attributes) - - - Sets the stub of CodeGenerator.GenerateBaseReferenceExpression(CodeBaseReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateBaseReferenceExpression(CodeBaseReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateBinaryOperatorExpression(CodeBinaryOperatorExpression e) - - - Sets the stub of CodeGenerator.GenerateBinaryOperatorExpression(CodeBinaryOperatorExpression e) - - - Sets the stub of CodeGenerator.GenerateCastExpression(CodeCastExpression e) - - - Sets the stub of CodeGenerator.GenerateCastExpression(CodeCastExpression e) - - - Sets the stub of CodeGenerator.GenerateCodeFromMember(CodeTypeMember member, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeGenerator.GenerateCodeFromMember(CodeTypeMember member, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeGenerator.GenerateComment(CodeComment e) - - - Sets the stub of CodeGenerator.GenerateComment(CodeComment e) - - - Sets the stub of CodeGenerator.GenerateCommentStatement(CodeCommentStatement e) - - - Sets the stub of CodeGenerator.GenerateCommentStatement(CodeCommentStatement e) - - - Sets the stub of CodeGenerator.GenerateCommentStatements(CodeCommentStatementCollection e) - - - Sets the stub of CodeGenerator.GenerateCommentStatements(CodeCommentStatementCollection e) - - - Sets the stub of CodeGenerator.GenerateCompileUnit(CodeCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateCompileUnit(CodeCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateCompileUnitEnd(CodeCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateCompileUnitEnd(CodeCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateCompileUnitStart(CodeCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateCompileUnitStart(CodeCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateConditionStatement(CodeConditionStatement e) - - - Sets the stub of CodeGenerator.GenerateConditionStatement(CodeConditionStatement e) - - - Sets the stub of CodeGenerator.GenerateConstructor(CodeConstructor e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateConstructor(CodeConstructor e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateDecimalValue(Decimal d) - - - Sets the stub of CodeGenerator.GenerateDecimalValue(Decimal d) - - - Sets the stub of CodeGenerator.GenerateDefaultValueExpression(CodeDefaultValueExpression e) - - - Sets the stub of CodeGenerator.GenerateDefaultValueExpression(CodeDefaultValueExpression e) - - - Sets the stub of CodeGenerator.GenerateDelegateCreateExpression(CodeDelegateCreateExpression e) - - - Sets the stub of CodeGenerator.GenerateDelegateCreateExpression(CodeDelegateCreateExpression e) - - - Sets the stub of CodeGenerator.GenerateDelegateInvokeExpression(CodeDelegateInvokeExpression e) - - - Sets the stub of CodeGenerator.GenerateDelegateInvokeExpression(CodeDelegateInvokeExpression e) - - - Sets the stub of CodeGenerator.GenerateDirectionExpression(CodeDirectionExpression e) - - - Sets the stub of CodeGenerator.GenerateDirectionExpression(CodeDirectionExpression e) - - - Sets the stub of CodeGenerator.GenerateDirectives(CodeDirectiveCollection directives) - - - Sets the stub of CodeGenerator.GenerateDirectives(CodeDirectiveCollection directives) - - - Sets the stub of CodeGenerator.GenerateDoubleValue(Double d) - - - Sets the stub of CodeGenerator.GenerateDoubleValue(Double d) - - - Sets the stub of CodeGenerator.GenerateEntryPointMethod(CodeEntryPointMethod e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateEntryPointMethod(CodeEntryPointMethod e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateEvent(CodeMemberEvent e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateEvent(CodeMemberEvent e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateEventReferenceExpression(CodeEventReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateEventReferenceExpression(CodeEventReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateExpressionStatement(CodeExpressionStatement e) - - - Sets the stub of CodeGenerator.GenerateExpressionStatement(CodeExpressionStatement e) - - - Sets the stub of CodeGenerator.GenerateField(CodeMemberField e) - - - Sets the stub of CodeGenerator.GenerateField(CodeMemberField e) - - - Sets the stub of CodeGenerator.GenerateFieldReferenceExpression(CodeFieldReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateFieldReferenceExpression(CodeFieldReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateGotoStatement(CodeGotoStatement e) - - - Sets the stub of CodeGenerator.GenerateGotoStatement(CodeGotoStatement e) - - - Sets the stub of CodeGenerator.GenerateIndexerExpression(CodeIndexerExpression e) - - - Sets the stub of CodeGenerator.GenerateIndexerExpression(CodeIndexerExpression e) - - - Sets the stub of CodeGenerator.GenerateIterationStatement(CodeIterationStatement e) - - - Sets the stub of CodeGenerator.GenerateIterationStatement(CodeIterationStatement e) - - - Sets the stub of CodeGenerator.GenerateLabeledStatement(CodeLabeledStatement e) - - - Sets the stub of CodeGenerator.GenerateLabeledStatement(CodeLabeledStatement e) - - - Sets the stub of CodeGenerator.GenerateLinePragmaEnd(CodeLinePragma e) - - - Sets the stub of CodeGenerator.GenerateLinePragmaEnd(CodeLinePragma e) - - - Sets the stub of CodeGenerator.GenerateLinePragmaStart(CodeLinePragma e) - - - Sets the stub of CodeGenerator.GenerateLinePragmaStart(CodeLinePragma e) - - - Sets the stub of CodeGenerator.GenerateMethod(CodeMemberMethod e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateMethod(CodeMemberMethod e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateMethodInvokeExpression(CodeMethodInvokeExpression e) - - - Sets the stub of CodeGenerator.GenerateMethodInvokeExpression(CodeMethodInvokeExpression e) - - - Sets the stub of CodeGenerator.GenerateMethodReferenceExpression(CodeMethodReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateMethodReferenceExpression(CodeMethodReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateMethodReturnStatement(CodeMethodReturnStatement e) - - - Sets the stub of CodeGenerator.GenerateMethodReturnStatement(CodeMethodReturnStatement e) - - - Sets the stub of CodeGenerator.GenerateNamespace(CodeNamespace e) - - - Sets the stub of CodeGenerator.GenerateNamespace(CodeNamespace e) - - - Sets the stub of CodeGenerator.GenerateNamespaceEnd(CodeNamespace e) - - - Sets the stub of CodeGenerator.GenerateNamespaceEnd(CodeNamespace e) - - - Sets the stub of CodeGenerator.GenerateNamespaceImport(CodeNamespaceImport e) - - - Sets the stub of CodeGenerator.GenerateNamespaceImport(CodeNamespaceImport e) - - - Sets the stub of CodeGenerator.GenerateNamespaceStart(CodeNamespace e) - - - Sets the stub of CodeGenerator.GenerateNamespaceStart(CodeNamespace e) - - - Sets the stub of CodeGenerator.GenerateObjectCreateExpression(CodeObjectCreateExpression e) - - - Sets the stub of CodeGenerator.GenerateObjectCreateExpression(CodeObjectCreateExpression e) - - - Sets the stub of CodeGenerator.GenerateParameterDeclarationExpression(CodeParameterDeclarationExpression e) - - - Sets the stub of CodeGenerator.GenerateParameterDeclarationExpression(CodeParameterDeclarationExpression e) - - - Sets the stub of CodeGenerator.GeneratePrimitiveExpression(CodePrimitiveExpression e) - - - Sets the stub of CodeGenerator.GeneratePrimitiveExpression(CodePrimitiveExpression e) - - - Sets the stub of CodeGenerator.GenerateProperty(CodeMemberProperty e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateProperty(CodeMemberProperty e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GeneratePropertyReferenceExpression(CodePropertyReferenceExpression e) - - - Sets the stub of CodeGenerator.GeneratePropertyReferenceExpression(CodePropertyReferenceExpression e) - - - Sets the stub of CodeGenerator.GeneratePropertySetValueReferenceExpression(CodePropertySetValueReferenceExpression e) - - - Sets the stub of CodeGenerator.GeneratePropertySetValueReferenceExpression(CodePropertySetValueReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateRemoveEventStatement(CodeRemoveEventStatement e) - - - Sets the stub of CodeGenerator.GenerateRemoveEventStatement(CodeRemoveEventStatement e) - - - Sets the stub of CodeGenerator.GenerateSingleFloatValue(Single s) - - - Sets the stub of CodeGenerator.GenerateSingleFloatValue(Single s) - - - Sets the stub of CodeGenerator.GenerateSnippetCompileUnit(CodeSnippetCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateSnippetCompileUnit(CodeSnippetCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateSnippetExpression(CodeSnippetExpression e) - - - Sets the stub of CodeGenerator.GenerateSnippetExpression(CodeSnippetExpression e) - - - Sets the stub of CodeGenerator.GenerateSnippetMember(CodeSnippetTypeMember e) - - - Sets the stub of CodeGenerator.GenerateSnippetMember(CodeSnippetTypeMember e) - - - Sets the stub of CodeGenerator.GenerateSnippetStatement(CodeSnippetStatement e) - - - Sets the stub of CodeGenerator.GenerateSnippetStatement(CodeSnippetStatement e) - - - Sets the stub of CodeGenerator.GenerateThisReferenceExpression(CodeThisReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateThisReferenceExpression(CodeThisReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateThrowExceptionStatement(CodeThrowExceptionStatement e) - - - Sets the stub of CodeGenerator.GenerateThrowExceptionStatement(CodeThrowExceptionStatement e) - - - Sets the stub of CodeGenerator.GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e) - - - Sets the stub of CodeGenerator.GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e) - - - Sets the stub of CodeGenerator.GenerateTypeConstructor(CodeTypeConstructor e) - - - Sets the stub of CodeGenerator.GenerateTypeConstructor(CodeTypeConstructor e) - - - Sets the stub of CodeGenerator.GenerateTypeEnd(CodeTypeDeclaration e) - - - Sets the stub of CodeGenerator.GenerateTypeEnd(CodeTypeDeclaration e) - - - Sets the stub of CodeGenerator.GenerateTypeOfExpression(CodeTypeOfExpression e) - - - Sets the stub of CodeGenerator.GenerateTypeOfExpression(CodeTypeOfExpression e) - - - Sets the stub of CodeGenerator.GenerateTypeReferenceExpression(CodeTypeReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateTypeReferenceExpression(CodeTypeReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateTypeStart(CodeTypeDeclaration e) - - - Sets the stub of CodeGenerator.GenerateTypeStart(CodeTypeDeclaration e) - - - Sets the stub of CodeGenerator.GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement e) - - - Sets the stub of CodeGenerator.GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement e) - - - Sets the stub of CodeGenerator.GenerateVariableReferenceExpression(CodeVariableReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateVariableReferenceExpression(CodeVariableReferenceExpression e) - - - Sets the stub of CodeCompiler.GetResponseFileCmdArgs(CompilerParameters options, String cmdArgs) - - - Sets the stub of CodeCompiler.GetResponseFileCmdArgs(CompilerParameters options, String cmdArgs) - - - Sets the stub of CodeGenerator.GetTypeOutput(CodeTypeReference value) - - - Sets the stub of CodeGenerator.GetTypeOutput(CodeTypeReference value) - - - Initializes a new instance of type StubCodeCompiler - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CodeGenerator.IsValidIdentifier(String value) - - - Sets the stub of CodeGenerator.IsValidIdentifier(String value) - - - Sets the stub of CodeGenerator.get_NullToken() - - - Sets the stub of CodeGenerator.get_NullToken() - - - Sets the stub of CodeGenerator.OutputAttributeArgument(CodeAttributeArgument arg) - - - Sets the stub of CodeGenerator.OutputAttributeArgument(CodeAttributeArgument arg) - - - Sets the stub of CodeGenerator.OutputAttributeDeclarations(CodeAttributeDeclarationCollection attributes) - - - Sets the stub of CodeGenerator.OutputAttributeDeclarations(CodeAttributeDeclarationCollection attributes) - - - Sets the stub of CodeGenerator.OutputDirection(FieldDirection dir) - - - Sets the stub of CodeGenerator.OutputDirection(FieldDirection dir) - - - Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions) - - - Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions, Boolean newlineBetweenItems) - - - Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions) - - - Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions, Boolean newlineBetweenItems) - - - Sets the stub of CodeGenerator.OutputFieldScopeModifier(MemberAttributes attributes) - - - Sets the stub of CodeGenerator.OutputFieldScopeModifier(MemberAttributes attributes) - - - Sets the stub of CodeGenerator.OutputIdentifier(String ident) - - - Sets the stub of CodeGenerator.OutputIdentifier(String ident) - - - Sets the stub of CodeGenerator.OutputMemberAccessModifier(MemberAttributes attributes) - - - Sets the stub of CodeGenerator.OutputMemberAccessModifier(MemberAttributes attributes) - - - Sets the stub of CodeGenerator.OutputMemberScopeModifier(MemberAttributes attributes) - - - Sets the stub of CodeGenerator.OutputMemberScopeModifier(MemberAttributes attributes) - - - Sets the stub of CodeGenerator.OutputOperator(CodeBinaryOperatorType op) - - - Sets the stub of CodeGenerator.OutputOperator(CodeBinaryOperatorType op) - - - Sets the stub of CodeGenerator.OutputParameters(CodeParameterDeclarationExpressionCollection parameters) - - - Sets the stub of CodeGenerator.OutputParameters(CodeParameterDeclarationExpressionCollection parameters) - - - Sets the stub of CodeGenerator.OutputType(CodeTypeReference typeRef) - - - Sets the stub of CodeGenerator.OutputTypeAttributes(TypeAttributes attributes, Boolean isStruct, Boolean isEnum) - - - Sets the stub of CodeGenerator.OutputTypeAttributes(TypeAttributes attributes, Boolean isStruct, Boolean isEnum) - - - Sets the stub of CodeGenerator.OutputType(CodeTypeReference typeRef) - - - Sets the stub of CodeGenerator.OutputTypeNamePair(CodeTypeReference typeRef, String name) - - - Sets the stub of CodeGenerator.OutputTypeNamePair(CodeTypeReference typeRef, String name) - - - Sets the stub of CodeCompiler.ProcessCompilerOutputLine(CompilerResults results, String line) - - - Sets the stub of CodeCompiler.ProcessCompilerOutputLine(CompilerResults results, String line) - - - Sets the stub of CodeGenerator.QuoteSnippetString(String value) - - - Sets the stub of CodeGenerator.QuoteSnippetString(String value) - - - Sets the stub of CodeGenerator.Supports(GeneratorSupport support) - - - Sets the stub of CodeGenerator.Supports(GeneratorSupport support) - - - Sets the stub of CodeGenerator.ValidateIdentifier(String value) - - - Sets the stub of CodeGenerator.ValidateIdentifier(String value) - - - Stub type of System.CodeDom.Compiler.CodeDomProvider - - - Initializes a new instance - - - Attaches delegates to emulate StubCodeDomProvider.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of CodeDomProvider.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit[] compilationUnits) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit[] compilationUnits) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources) - - - Sets the stub of CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources) - - - Sets the stub of CodeDomProvider.CreateCompiler() - - - Sets the stub of CodeDomProvider.CreateCompiler() - - - Sets the stub of CodeDomProvider.CreateEscapedIdentifier(String value) - - - Sets the stub of CodeDomProvider.CreateEscapedIdentifier(String value) - - - Sets the stub of CodeDomProvider.CreateGenerator() - - - Sets the stub of CodeDomProvider.CreateGenerator(String fileName) - - - Sets the stub of CodeDomProvider.CreateGenerator(TextWriter output) - - - Sets the stub of CodeDomProvider.CreateGenerator() - - - Sets the stub of CodeDomProvider.CreateGenerator(String fileName) - - - Sets the stub of CodeDomProvider.CreateGenerator(TextWriter output) - - - Sets the stub of CodeDomProvider.CreateParser() - - - Sets the stub of CodeDomProvider.CreateParser() - - - Sets the stub of CodeDomProvider.CreateValidIdentifier(String value) - - - Sets the stub of CodeDomProvider.CreateValidIdentifier(String value) - - - Sets the stub of Component.Dispose(Boolean disposing) - - - Sets the stub of Component.Dispose(Boolean disposing) - - - Sets the stub of CodeDomProvider.get_FileExtension() - - - Sets the stub of CodeDomProvider.get_FileExtension() - - - Sets the stub of CodeDomProvider.GenerateCodeFromCompileUnit(CodeCompileUnit compileUnit, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromCompileUnit(CodeCompileUnit compileUnit, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromExpression(CodeExpression expression, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromExpression(CodeExpression expression, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromMember(CodeTypeMember member, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromMember(CodeTypeMember member, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromNamespace(CodeNamespace codeNamespace, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromNamespace(CodeNamespace codeNamespace, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromStatement(CodeStatement statement, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromStatement(CodeStatement statement, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromType(CodeTypeDeclaration codeType, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GenerateCodeFromType(CodeTypeDeclaration codeType, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeDomProvider.GetConverter(Type type) - - - Sets the stub of CodeDomProvider.GetConverter(Type type) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of CodeDomProvider.GetTypeOutput(CodeTypeReference type) - - - Sets the stub of CodeDomProvider.GetTypeOutput(CodeTypeReference type) - - - Initializes a new instance of type StubCodeDomProvider - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CodeDomProvider.IsValidIdentifier(String value) - - - Sets the stub of CodeDomProvider.IsValidIdentifier(String value) - - - Sets the stub of CodeDomProvider.get_LanguageOptions() - - - Sets the stub of CodeDomProvider.get_LanguageOptions() - - - Sets the stub of CodeDomProvider.Parse(TextReader codeStream) - - - Sets the stub of CodeDomProvider.Parse(TextReader codeStream) - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.set_Site(ISite value) - - - Sets the stub of CodeDomProvider.Supports(GeneratorSupport generatorSupport) - - - Sets the stub of CodeDomProvider.Supports(GeneratorSupport generatorSupport) - - - Sets the stub of Component.ToString() - - - Sets the stub of Component.ToString() - - - Stub type of System.CodeDom.Compiler.CodeGenerator - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CodeGenerator.ContinueOnNewLine(String st) - - - Sets the stub of CodeGenerator.ContinueOnNewLine(String st) - - - Sets the stub of CodeGenerator.CreateEscapedIdentifier(String value) - - - Sets the stub of CodeGenerator.CreateEscapedIdentifier(String value) - - - Sets the stub of CodeGenerator.CreateValidIdentifier(String value) - - - Sets the stub of CodeGenerator.CreateValidIdentifier(String value) - - - Sets the stub of CodeGenerator.GenerateArgumentReferenceExpression(CodeArgumentReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateArgumentReferenceExpression(CodeArgumentReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateArrayCreateExpression(CodeArrayCreateExpression e) - - - Sets the stub of CodeGenerator.GenerateArrayCreateExpression(CodeArrayCreateExpression e) - - - Sets the stub of CodeGenerator.GenerateArrayIndexerExpression(CodeArrayIndexerExpression e) - - - Sets the stub of CodeGenerator.GenerateArrayIndexerExpression(CodeArrayIndexerExpression e) - - - Sets the stub of CodeGenerator.GenerateAssignStatement(CodeAssignStatement e) - - - Sets the stub of CodeGenerator.GenerateAssignStatement(CodeAssignStatement e) - - - Sets the stub of CodeGenerator.GenerateAttachEventStatement(CodeAttachEventStatement e) - - - Sets the stub of CodeGenerator.GenerateAttachEventStatement(CodeAttachEventStatement e) - - - Sets the stub of CodeGenerator.GenerateAttributeDeclarationsEnd(CodeAttributeDeclarationCollection attributes) - - - Sets the stub of CodeGenerator.GenerateAttributeDeclarationsEnd(CodeAttributeDeclarationCollection attributes) - - - Sets the stub of CodeGenerator.GenerateAttributeDeclarationsStart(CodeAttributeDeclarationCollection attributes) - - - Sets the stub of CodeGenerator.GenerateAttributeDeclarationsStart(CodeAttributeDeclarationCollection attributes) - - - Sets the stub of CodeGenerator.GenerateBaseReferenceExpression(CodeBaseReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateBaseReferenceExpression(CodeBaseReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateBinaryOperatorExpression(CodeBinaryOperatorExpression e) - - - Sets the stub of CodeGenerator.GenerateBinaryOperatorExpression(CodeBinaryOperatorExpression e) - - - Sets the stub of CodeGenerator.GenerateCastExpression(CodeCastExpression e) - - - Sets the stub of CodeGenerator.GenerateCastExpression(CodeCastExpression e) - - - Sets the stub of CodeGenerator.GenerateCodeFromMember(CodeTypeMember member, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeGenerator.GenerateCodeFromMember(CodeTypeMember member, TextWriter writer, CodeGeneratorOptions options) - - - Sets the stub of CodeGenerator.GenerateComment(CodeComment e) - - - Sets the stub of CodeGenerator.GenerateComment(CodeComment e) - - - Sets the stub of CodeGenerator.GenerateCommentStatement(CodeCommentStatement e) - - - Sets the stub of CodeGenerator.GenerateCommentStatement(CodeCommentStatement e) - - - Sets the stub of CodeGenerator.GenerateCommentStatements(CodeCommentStatementCollection e) - - - Sets the stub of CodeGenerator.GenerateCommentStatements(CodeCommentStatementCollection e) - - - Sets the stub of CodeGenerator.GenerateCompileUnit(CodeCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateCompileUnit(CodeCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateCompileUnitEnd(CodeCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateCompileUnitEnd(CodeCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateCompileUnitStart(CodeCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateCompileUnitStart(CodeCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateConditionStatement(CodeConditionStatement e) - - - Sets the stub of CodeGenerator.GenerateConditionStatement(CodeConditionStatement e) - - - Sets the stub of CodeGenerator.GenerateConstructor(CodeConstructor e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateConstructor(CodeConstructor e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateDecimalValue(Decimal d) - - - Sets the stub of CodeGenerator.GenerateDecimalValue(Decimal d) - - - Sets the stub of CodeGenerator.GenerateDefaultValueExpression(CodeDefaultValueExpression e) - - - Sets the stub of CodeGenerator.GenerateDefaultValueExpression(CodeDefaultValueExpression e) - - - Sets the stub of CodeGenerator.GenerateDelegateCreateExpression(CodeDelegateCreateExpression e) - - - Sets the stub of CodeGenerator.GenerateDelegateCreateExpression(CodeDelegateCreateExpression e) - - - Sets the stub of CodeGenerator.GenerateDelegateInvokeExpression(CodeDelegateInvokeExpression e) - - - Sets the stub of CodeGenerator.GenerateDelegateInvokeExpression(CodeDelegateInvokeExpression e) - - - Sets the stub of CodeGenerator.GenerateDirectionExpression(CodeDirectionExpression e) - - - Sets the stub of CodeGenerator.GenerateDirectionExpression(CodeDirectionExpression e) - - - Sets the stub of CodeGenerator.GenerateDirectives(CodeDirectiveCollection directives) - - - Sets the stub of CodeGenerator.GenerateDirectives(CodeDirectiveCollection directives) - - - Sets the stub of CodeGenerator.GenerateDoubleValue(Double d) - - - Sets the stub of CodeGenerator.GenerateDoubleValue(Double d) - - - Sets the stub of CodeGenerator.GenerateEntryPointMethod(CodeEntryPointMethod e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateEntryPointMethod(CodeEntryPointMethod e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateEvent(CodeMemberEvent e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateEvent(CodeMemberEvent e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateEventReferenceExpression(CodeEventReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateEventReferenceExpression(CodeEventReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateExpressionStatement(CodeExpressionStatement e) - - - Sets the stub of CodeGenerator.GenerateExpressionStatement(CodeExpressionStatement e) - - - Sets the stub of CodeGenerator.GenerateField(CodeMemberField e) - - - Sets the stub of CodeGenerator.GenerateField(CodeMemberField e) - - - Sets the stub of CodeGenerator.GenerateFieldReferenceExpression(CodeFieldReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateFieldReferenceExpression(CodeFieldReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateGotoStatement(CodeGotoStatement e) - - - Sets the stub of CodeGenerator.GenerateGotoStatement(CodeGotoStatement e) - - - Sets the stub of CodeGenerator.GenerateIndexerExpression(CodeIndexerExpression e) - - - Sets the stub of CodeGenerator.GenerateIndexerExpression(CodeIndexerExpression e) - - - Sets the stub of CodeGenerator.GenerateIterationStatement(CodeIterationStatement e) - - - Sets the stub of CodeGenerator.GenerateIterationStatement(CodeIterationStatement e) - - - Sets the stub of CodeGenerator.GenerateLabeledStatement(CodeLabeledStatement e) - - - Sets the stub of CodeGenerator.GenerateLabeledStatement(CodeLabeledStatement e) - - - Sets the stub of CodeGenerator.GenerateLinePragmaEnd(CodeLinePragma e) - - - Sets the stub of CodeGenerator.GenerateLinePragmaEnd(CodeLinePragma e) - - - Sets the stub of CodeGenerator.GenerateLinePragmaStart(CodeLinePragma e) - - - Sets the stub of CodeGenerator.GenerateLinePragmaStart(CodeLinePragma e) - - - Sets the stub of CodeGenerator.GenerateMethod(CodeMemberMethod e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateMethod(CodeMemberMethod e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateMethodInvokeExpression(CodeMethodInvokeExpression e) - - - Sets the stub of CodeGenerator.GenerateMethodInvokeExpression(CodeMethodInvokeExpression e) - - - Sets the stub of CodeGenerator.GenerateMethodReferenceExpression(CodeMethodReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateMethodReferenceExpression(CodeMethodReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateMethodReturnStatement(CodeMethodReturnStatement e) - - - Sets the stub of CodeGenerator.GenerateMethodReturnStatement(CodeMethodReturnStatement e) - - - Sets the stub of CodeGenerator.GenerateNamespace(CodeNamespace e) - - - Sets the stub of CodeGenerator.GenerateNamespace(CodeNamespace e) - - - Sets the stub of CodeGenerator.GenerateNamespaceEnd(CodeNamespace e) - - - Sets the stub of CodeGenerator.GenerateNamespaceEnd(CodeNamespace e) - - - Sets the stub of CodeGenerator.GenerateNamespaceImport(CodeNamespaceImport e) - - - Sets the stub of CodeGenerator.GenerateNamespaceImport(CodeNamespaceImport e) - - - Sets the stub of CodeGenerator.GenerateNamespaceStart(CodeNamespace e) - - - Sets the stub of CodeGenerator.GenerateNamespaceStart(CodeNamespace e) - - - Sets the stub of CodeGenerator.GenerateObjectCreateExpression(CodeObjectCreateExpression e) - - - Sets the stub of CodeGenerator.GenerateObjectCreateExpression(CodeObjectCreateExpression e) - - - Sets the stub of CodeGenerator.GenerateParameterDeclarationExpression(CodeParameterDeclarationExpression e) - - - Sets the stub of CodeGenerator.GenerateParameterDeclarationExpression(CodeParameterDeclarationExpression e) - - - Sets the stub of CodeGenerator.GeneratePrimitiveExpression(CodePrimitiveExpression e) - - - Sets the stub of CodeGenerator.GeneratePrimitiveExpression(CodePrimitiveExpression e) - - - Sets the stub of CodeGenerator.GenerateProperty(CodeMemberProperty e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GenerateProperty(CodeMemberProperty e, CodeTypeDeclaration c) - - - Sets the stub of CodeGenerator.GeneratePropertyReferenceExpression(CodePropertyReferenceExpression e) - - - Sets the stub of CodeGenerator.GeneratePropertyReferenceExpression(CodePropertyReferenceExpression e) - - - Sets the stub of CodeGenerator.GeneratePropertySetValueReferenceExpression(CodePropertySetValueReferenceExpression e) - - - Sets the stub of CodeGenerator.GeneratePropertySetValueReferenceExpression(CodePropertySetValueReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateRemoveEventStatement(CodeRemoveEventStatement e) - - - Sets the stub of CodeGenerator.GenerateRemoveEventStatement(CodeRemoveEventStatement e) - - - Sets the stub of CodeGenerator.GenerateSingleFloatValue(Single s) - - - Sets the stub of CodeGenerator.GenerateSingleFloatValue(Single s) - - - Sets the stub of CodeGenerator.GenerateSnippetCompileUnit(CodeSnippetCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateSnippetCompileUnit(CodeSnippetCompileUnit e) - - - Sets the stub of CodeGenerator.GenerateSnippetExpression(CodeSnippetExpression e) - - - Sets the stub of CodeGenerator.GenerateSnippetExpression(CodeSnippetExpression e) - - - Sets the stub of CodeGenerator.GenerateSnippetMember(CodeSnippetTypeMember e) - - - Sets the stub of CodeGenerator.GenerateSnippetMember(CodeSnippetTypeMember e) - - - Sets the stub of CodeGenerator.GenerateSnippetStatement(CodeSnippetStatement e) - - - Sets the stub of CodeGenerator.GenerateSnippetStatement(CodeSnippetStatement e) - - - Sets the stub of CodeGenerator.GenerateThisReferenceExpression(CodeThisReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateThisReferenceExpression(CodeThisReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateThrowExceptionStatement(CodeThrowExceptionStatement e) - - - Sets the stub of CodeGenerator.GenerateThrowExceptionStatement(CodeThrowExceptionStatement e) - - - Sets the stub of CodeGenerator.GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e) - - - Sets the stub of CodeGenerator.GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e) - - - Sets the stub of CodeGenerator.GenerateTypeConstructor(CodeTypeConstructor e) - - - Sets the stub of CodeGenerator.GenerateTypeConstructor(CodeTypeConstructor e) - - - Sets the stub of CodeGenerator.GenerateTypeEnd(CodeTypeDeclaration e) - - - Sets the stub of CodeGenerator.GenerateTypeEnd(CodeTypeDeclaration e) - - - Sets the stub of CodeGenerator.GenerateTypeOfExpression(CodeTypeOfExpression e) - - - Sets the stub of CodeGenerator.GenerateTypeOfExpression(CodeTypeOfExpression e) - - - Sets the stub of CodeGenerator.GenerateTypeReferenceExpression(CodeTypeReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateTypeReferenceExpression(CodeTypeReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateTypeStart(CodeTypeDeclaration e) - - - Sets the stub of CodeGenerator.GenerateTypeStart(CodeTypeDeclaration e) - - - Sets the stub of CodeGenerator.GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement e) - - - Sets the stub of CodeGenerator.GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement e) - - - Sets the stub of CodeGenerator.GenerateVariableReferenceExpression(CodeVariableReferenceExpression e) - - - Sets the stub of CodeGenerator.GenerateVariableReferenceExpression(CodeVariableReferenceExpression e) - - - Sets the stub of CodeGenerator.GetTypeOutput(CodeTypeReference value) - - - Sets the stub of CodeGenerator.GetTypeOutput(CodeTypeReference value) - - - Initializes a new instance of type StubCodeGenerator - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CodeGenerator.IsValidIdentifier(String value) - - - Sets the stub of CodeGenerator.IsValidIdentifier(String value) - - - Sets the stub of CodeGenerator.get_NullToken() - - - Sets the stub of CodeGenerator.get_NullToken() - - - Sets the stub of CodeGenerator.OutputAttributeArgument(CodeAttributeArgument arg) - - - Sets the stub of CodeGenerator.OutputAttributeArgument(CodeAttributeArgument arg) - - - Sets the stub of CodeGenerator.OutputAttributeDeclarations(CodeAttributeDeclarationCollection attributes) - - - Sets the stub of CodeGenerator.OutputAttributeDeclarations(CodeAttributeDeclarationCollection attributes) - - - Sets the stub of CodeGenerator.OutputDirection(FieldDirection dir) - - - Sets the stub of CodeGenerator.OutputDirection(FieldDirection dir) - - - Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions) - - - Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions, Boolean newlineBetweenItems) - - - Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions) - - - Sets the stub of CodeGenerator.OutputExpressionList(CodeExpressionCollection expressions, Boolean newlineBetweenItems) - - - Sets the stub of CodeGenerator.OutputFieldScopeModifier(MemberAttributes attributes) - - - Sets the stub of CodeGenerator.OutputFieldScopeModifier(MemberAttributes attributes) - - - Sets the stub of CodeGenerator.OutputIdentifier(String ident) - - - Sets the stub of CodeGenerator.OutputIdentifier(String ident) - - - Sets the stub of CodeGenerator.OutputMemberAccessModifier(MemberAttributes attributes) - - - Sets the stub of CodeGenerator.OutputMemberAccessModifier(MemberAttributes attributes) - - - Sets the stub of CodeGenerator.OutputMemberScopeModifier(MemberAttributes attributes) - - - Sets the stub of CodeGenerator.OutputMemberScopeModifier(MemberAttributes attributes) - - - Sets the stub of CodeGenerator.OutputOperator(CodeBinaryOperatorType op) - - - Sets the stub of CodeGenerator.OutputOperator(CodeBinaryOperatorType op) - - - Sets the stub of CodeGenerator.OutputParameters(CodeParameterDeclarationExpressionCollection parameters) - - - Sets the stub of CodeGenerator.OutputParameters(CodeParameterDeclarationExpressionCollection parameters) - - - Sets the stub of CodeGenerator.OutputType(CodeTypeReference typeRef) - - - Sets the stub of CodeGenerator.OutputTypeAttributes(TypeAttributes attributes, Boolean isStruct, Boolean isEnum) - - - Sets the stub of CodeGenerator.OutputTypeAttributes(TypeAttributes attributes, Boolean isStruct, Boolean isEnum) - - - Sets the stub of CodeGenerator.OutputType(CodeTypeReference typeRef) - - - Sets the stub of CodeGenerator.OutputTypeNamePair(CodeTypeReference typeRef, String name) - - - Sets the stub of CodeGenerator.OutputTypeNamePair(CodeTypeReference typeRef, String name) - - - Sets the stub of CodeGenerator.QuoteSnippetString(String value) - - - Sets the stub of CodeGenerator.QuoteSnippetString(String value) - - - Sets the stub of CodeGenerator.Supports(GeneratorSupport support) - - - Sets the stub of CodeGenerator.Supports(GeneratorSupport support) - - - Sets the stub of CodeGenerator.ValidateIdentifier(String value) - - - Sets the stub of CodeGenerator.ValidateIdentifier(String value) - - - Stub type of System.CodeDom.Compiler.CodeGeneratorOptions - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeGeneratorOptions - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.Compiler.CodeParser - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeParser - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CodeParser.Parse(TextReader codeStream) - - - Sets the stub of CodeParser.Parse(TextReader codeStream) - - - Stub type of System.CodeDom.Compiler.CompilerError - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCompilerError - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CompilerError.ToString() - - - Sets the stub of CompilerError.ToString() - - - Stub type of System.CodeDom.Compiler.CompilerErrorCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCompilerErrorCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.Compiler.CompilerParameters - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCompilerParameters - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.Compiler.CompilerResults - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCompilerResults - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.Compiler.ICodeCompiler - - - Initializes a new instance of type StubICodeCompiler - - - Sets the stub of ICodeCompiler.CompileAssemblyFromDomBatch(CompilerParameters options, CodeCompileUnit[] compilationUnits) - - - Sets the stub of ICodeCompiler.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit compilationUnit) - - - Sets the stub of ICodeCompiler.CompileAssemblyFromFileBatch(CompilerParameters options, String[] fileNames) - - - Sets the stub of ICodeCompiler.CompileAssemblyFromFile(CompilerParameters options, String fileName) - - - Sets the stub of ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources) - - - Sets the stub of ICodeCompiler.CompileAssemblyFromSource(CompilerParameters options, String source) - - - Sets the stub of ICodeCompiler.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit compilationUnit) - - - Sets the stub of ICodeCompiler.CompileAssemblyFromDomBatch(CompilerParameters options, CodeCompileUnit[] compilationUnits) - - - Sets the stub of ICodeCompiler.CompileAssemblyFromFile(CompilerParameters options, String fileName) - - - Sets the stub of ICodeCompiler.CompileAssemblyFromFileBatch(CompilerParameters options, String[] fileNames) - - - Sets the stub of ICodeCompiler.CompileAssemblyFromSource(CompilerParameters options, String source) - - - Sets the stub of ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources) - - - Stub type of System.CodeDom.Compiler.ICodeGenerator - - - Initializes a new instance of type StubICodeGenerator - - - Sets the stub of ICodeGenerator.CreateEscapedIdentifier(String value) - - - Sets the stub of ICodeGenerator.CreateValidIdentifier(String value) - - - Sets the stub of ICodeGenerator.GenerateCodeFromCompileUnit(CodeCompileUnit e, TextWriter w, CodeGeneratorOptions o) - - - Sets the stub of ICodeGenerator.GenerateCodeFromExpression(CodeExpression e, TextWriter w, CodeGeneratorOptions o) - - - Sets the stub of ICodeGenerator.GenerateCodeFromNamespace(CodeNamespace e, TextWriter w, CodeGeneratorOptions o) - - - Sets the stub of ICodeGenerator.GenerateCodeFromStatement(CodeStatement e, TextWriter w, CodeGeneratorOptions o) - - - Sets the stub of ICodeGenerator.GenerateCodeFromType(CodeTypeDeclaration e, TextWriter w, CodeGeneratorOptions o) - - - Sets the stub of ICodeGenerator.GetTypeOutput(CodeTypeReference type) - - - Sets the stub of ICodeGenerator.IsValidIdentifier(String value) - - - Sets the stub of ICodeGenerator.Supports(GeneratorSupport supports) - - - Sets the stub of ICodeGenerator.CreateEscapedIdentifier(String value) - - - Sets the stub of ICodeGenerator.CreateValidIdentifier(String value) - - - Sets the stub of ICodeGenerator.GenerateCodeFromCompileUnit(CodeCompileUnit e, TextWriter w, CodeGeneratorOptions o) - - - Sets the stub of ICodeGenerator.GenerateCodeFromExpression(CodeExpression e, TextWriter w, CodeGeneratorOptions o) - - - Sets the stub of ICodeGenerator.GenerateCodeFromNamespace(CodeNamespace e, TextWriter w, CodeGeneratorOptions o) - - - Sets the stub of ICodeGenerator.GenerateCodeFromStatement(CodeStatement e, TextWriter w, CodeGeneratorOptions o) - - - Sets the stub of ICodeGenerator.GenerateCodeFromType(CodeTypeDeclaration e, TextWriter w, CodeGeneratorOptions o) - - - Sets the stub of ICodeGenerator.GetTypeOutput(CodeTypeReference type) - - - Sets the stub of ICodeGenerator.IsValidIdentifier(String value) - - - Sets the stub of ICodeGenerator.Supports(GeneratorSupport supports) - - - Sets the stub of ICodeGenerator.ValidateIdentifier(String value) - - - Sets the stub of ICodeGenerator.ValidateIdentifier(String value) - - - Stub type of System.CodeDom.Compiler.ICodeParser - - - Initializes a new instance of type StubICodeParser - - - Sets the stub of ICodeParser.Parse(TextReader codeStream) - - - Sets the stub of ICodeParser.Parse(TextReader codeStream) - - - Stub type of System.CodeDom.Compiler.TempFileCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TempFileCollection.Dispose(Boolean disposing) - - - Sets the stub of TempFileCollection.Dispose(Boolean disposing) - - - Initializes a new instance of type StubTempFileCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeArgumentReferenceExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeArgumentReferenceExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeArrayCreateExpression - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeArrayCreateExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeArrayIndexerExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeArrayIndexerExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeAssignStatement - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeAssignStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeAttachEventStatement - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeAttachEventStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeAttributeArgument - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeAttributeArgument - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeAttributeArgumentCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeAttributeArgumentCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodeAttributeDeclaration - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeAttributeDeclaration - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeAttributeDeclarationCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeAttributeDeclarationCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodeBaseReferenceExpression - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeBaseReferenceExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeBinaryOperatorExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeBinaryOperatorExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeCastExpression - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeCastExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeCatchClause - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeCatchClause - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeCatchClauseCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeCatchClauseCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodeChecksumPragma - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeChecksumPragma - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeComment - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeComment - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeCommentStatement - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeCommentStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeCommentStatementCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeCommentStatementCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodeCompileUnit - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeCompileUnit - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeConditionStatement - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeConditionStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeConstructor - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeConstructor - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeDefaultValueExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeDefaultValueExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeDelegateCreateExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeDelegateCreateExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeDelegateInvokeExpression - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeDelegateInvokeExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeDirectionExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeDirectionExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeDirective - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeDirective - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeDirectiveCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeDirectiveCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodeEntryPointMethod - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeEntryPointMethod - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeEventReferenceExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeEventReferenceExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeExpression - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeExpressionCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeExpressionCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodeExpressionStatement - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeExpressionStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeFieldReferenceExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeFieldReferenceExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeGotoStatement - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeGotoStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeIndexerExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeIndexerExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeIterationStatement - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeIterationStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeLabeledStatement - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeLabeledStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeLinePragma - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeLinePragma - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeMemberEvent - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeMemberEvent - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeMemberField - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeMemberField - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeMemberMethod - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeMemberMethod - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeMemberProperty - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeMemberProperty - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeMethodInvokeExpression - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeMethodInvokeExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeMethodReferenceExpression - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeMethodReferenceExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeMethodReturnStatement - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeMethodReturnStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeNamespace - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeNamespace - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeNamespaceCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeNamespaceCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodeNamespaceImport - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeNamespaceImport - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeNamespaceImportCollection - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeNamespaceImportCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeObject - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeObject - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeObjectCreateExpression - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeObjectCreateExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeParameterDeclarationExpression - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeParameterDeclarationExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeParameterDeclarationExpressionCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeParameterDeclarationExpressionCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodePrimitiveExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodePrimitiveExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodePropertyReferenceExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodePropertyReferenceExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodePropertySetValueReferenceExpression - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodePropertySetValueReferenceExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeRegionDirective - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeRegionDirective - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeRemoveEventStatement - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeRemoveEventStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeSnippetCompileUnit - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeSnippetCompileUnit - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeSnippetExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeSnippetExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeSnippetStatement - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeSnippetStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeSnippetTypeMember - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeSnippetTypeMember - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeStatement - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeStatementCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeStatementCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodeThisReferenceExpression - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeThisReferenceExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeThrowExceptionStatement - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeThrowExceptionStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeTryCatchFinallyStatement - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTryCatchFinallyStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeTypeConstructor - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTypeConstructor - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeTypeDeclaration - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTypeDeclaration - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeTypeDeclarationCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTypeDeclarationCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodeTypeDelegate - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTypeDelegate - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeTypeMember - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTypeMember - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeTypeMemberCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTypeMemberCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodeTypeOfExpression - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTypeOfExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeTypeParameter - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTypeParameter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeTypeParameterCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTypeParameterCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodeTypeReference - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTypeReference - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeTypeReferenceCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTypeReferenceCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.CodeDom.CodeTypeReferenceExpression - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeTypeReferenceExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeVariableDeclarationStatement - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeVariableDeclarationStatement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.CodeDom.CodeVariableReferenceExpression - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCodeVariableReferenceExpression - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Concurrent.BlockingCollection`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of BlockingCollection`1.Dispose(Boolean disposing) - - - Sets the stub of BlockingCollection`1.Dispose(Boolean disposing) - - - Initializes a new instance of type StubBlockingCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Concurrent.ConcurrentBag`1 - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubConcurrentBag - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Generic.ISet`1 - - - Initializes a new instance of type StubISet - - - Sets the stub of ISet`1.Add(!0 item) - - - Sets the stub of ICollection`1.Add(!0 item) - - - Sets the stub of ICollection`1.Clear() - - - Sets the stub of ICollection`1.Contains(!0 item) - - - Sets the stub of ICollection`1.CopyTo(!0[] array, Int32 arrayIndex) - - - Sets the stub of ICollection`1.get_Count() - - - Sets the stub of ICollection`1.get_Count() - - - Sets the stub of ISet`1.ExceptWith(IEnumerable`1<!0> other) - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of ISet`1.IntersectWith(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.IsProperSubsetOf(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.IsProperSupersetOf(IEnumerable`1<!0> other) - - - Sets the stub of ICollection`1.get_IsReadOnly() - - - Sets the stub of ICollection`1.get_IsReadOnly() - - - Sets the stub of ISet`1.IsSubsetOf(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.IsSupersetOf(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.Overlaps(IEnumerable`1<!0> other) - - - Sets the stub of ICollection`1.Remove(!0 item) - - - Sets the stub of ISet`1.SetEquals(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.SymmetricExceptWith(IEnumerable`1<!0> other) - - - Sets the stub of ICollection`1.Add(!0 item) - - - Sets the stub of ICollection`1.Clear() - - - Sets the stub of ICollection`1.Contains(!0 item) - - - Sets the stub of ICollection`1.CopyTo(!0[] array, Int32 arrayIndex) - - - Sets the stub of ICollection`1.Remove(!0 item) - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of ISet`1.Add(!0 item) - - - Sets the stub of ISet`1.ExceptWith(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.IntersectWith(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.IsProperSubsetOf(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.IsProperSupersetOf(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.IsSubsetOf(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.IsSupersetOf(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.Overlaps(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.SetEquals(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.SymmetricExceptWith(IEnumerable`1<!0> other) - - - Sets the stub of ISet`1.UnionWith(IEnumerable`1<!0> other) - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of ISet`1.UnionWith(IEnumerable`1<!0> other) - - - Stub type of System.Collections.Generic.LinkedList`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of LinkedList`1.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of LinkedList`1.GetObjectData(SerializationInfo info, StreamingContext context) - - - Initializes a new instance of type StubLinkedList - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of LinkedList`1.OnDeserialization(Object sender) - - - Sets the stub of LinkedList`1.OnDeserialization(Object sender) - - - Stub type of System.Collections.Generic.Queue`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubQueue - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Generic.SortedDictionary`2 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSortedDictionary - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Generic.SortedList`2 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSortedList - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Generic.SortedSet`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SortedSet`1.Clear() - - - Sets the stub of SortedSet`1.Clear() - - - Sets the stub of SortedSet`1.Contains(!0 item) - - - Sets the stub of SortedSet`1.Contains(!0 item) - - - Sets the stub of SortedSet`1.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of SortedSet`1.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of SortedSet`1.GetViewBetween(!0 lowerValue, !0 upperValue) - - - Sets the stub of SortedSet`1.GetViewBetween(!0 lowerValue, !0 upperValue) - - - Initializes a new instance of type StubSortedSet - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SortedSet`1.IntersectWith(IEnumerable`1<!0> other) - - - Sets the stub of SortedSet`1.IntersectWith(IEnumerable`1<!0> other) - - - Sets the stub of SortedSet`1.OnDeserialization(Object sender) - - - Sets the stub of SortedSet`1.OnDeserialization(Object sender) - - - Stub type of System.Collections.Generic.Stack`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubStack - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Shim type of System.Collections.ObjectModel.ObservableCollection`1 - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ObservableCollection`1.BlockReentrancy() - - - Sets the shim of ObservableCollection`1.CheckReentrancy() - - - Sets the shim of ObservableCollection`1.ClearItems() - - - Sets the shim of ObservableCollection`1.add_CollectionChanged(NotifyCollectionChangedEventHandler value) - - - Sets the shim of ObservableCollection`1.remove_CollectionChanged(NotifyCollectionChangedEventHandler value) - - - Sets the shim of ObservableCollection`1.InsertItem(Int32 index, !0 item) - - - Sets the shim of ObservableCollection`1.Move(Int32 oldIndex, Int32 newIndex) - - - Sets the shim of ObservableCollection`1.MoveItem(Int32 oldIndex, Int32 newIndex) - - - Sets the shim of ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e) - - - Sets the shim of ObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs e) - - - Sets the shim of ObservableCollection`1.add_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ObservableCollection`1.remove_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.add_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.remove_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ObservableCollection`1.RemoveItem(Int32 index) - - - Sets the shim of ObservableCollection`1.SetItem(Int32 index, !0 item) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of ObservableCollection`1.BlockReentrancy() - - - Sets the shim of ObservableCollection`1.CheckReentrancy() - - - Sets the shim of ObservableCollection`1.ClearItems() - - - Sets the shim of ObservableCollection`1.add_CollectionChanged(NotifyCollectionChangedEventHandler value) - - - Sets the shim of ObservableCollection`1.remove_CollectionChanged(NotifyCollectionChangedEventHandler value) - - - Sets the shim of ObservableCollection`1.ObservableCollection`1() - - - Sets the shim of ObservableCollection`1.ObservableCollection`1(IEnumerable`1<!0> collection) - - - Sets the shim of ObservableCollection`1.ObservableCollection`1(List`1<!0> list) - - - Sets the shim of ObservableCollection`1.InsertItem(Int32 index, !0 item) - - - Sets the shim of ObservableCollection`1.Move(Int32 oldIndex, Int32 newIndex) - - - Sets the shim of ObservableCollection`1.MoveItem(Int32 oldIndex, Int32 newIndex) - - - Sets the shim of ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e) - - - Sets the shim of ObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs e) - - - Sets the shim of ObservableCollection`1.add_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ObservableCollection`1.remove_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.add_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.remove_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ObservableCollection`1.RemoveItem(Int32 index) - - - Sets the shim of ObservableCollection`1.SetItem(Int32 index, !0 item) - - - Shim type of System.Collections.ObjectModel.ReadOnlyObservableCollection`1 - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ReadOnlyObservableCollection`1.add_CollectionChanged(NotifyCollectionChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.remove_CollectionChanged(NotifyCollectionChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.System.Collections.Specialized.INotifyCollectionChanged.add_CollectionChanged(NotifyCollectionChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.System.Collections.Specialized.INotifyCollectionChanged.remove_CollectionChanged(NotifyCollectionChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs args) - - - Sets the shim of ReadOnlyObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs args) - - - Sets the shim of ReadOnlyObservableCollection`1.add_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.remove_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.add_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.remove_PropertyChanged(PropertyChangedEventHandler value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of ReadOnlyObservableCollection`1.add_CollectionChanged(NotifyCollectionChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.remove_CollectionChanged(NotifyCollectionChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.System.Collections.Specialized.INotifyCollectionChanged.add_CollectionChanged(NotifyCollectionChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.System.Collections.Specialized.INotifyCollectionChanged.remove_CollectionChanged(NotifyCollectionChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.ReadOnlyObservableCollection`1(ObservableCollection`1<!0> list) - - - Sets the shim of ReadOnlyObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs args) - - - Sets the shim of ReadOnlyObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs args) - - - Sets the shim of ReadOnlyObservableCollection`1.add_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.remove_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.add_PropertyChanged(PropertyChangedEventHandler value) - - - Sets the shim of ReadOnlyObservableCollection`1.System.ComponentModel.INotifyPropertyChanged.remove_PropertyChanged(PropertyChangedEventHandler value) - - - Stub type of System.Collections.ObjectModel.ObservableCollection`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ObservableCollection`1.ClearItems() - - - Sets the stub of ObservableCollection`1.ClearItems() - - - Initializes a new instance of type StubObservableCollection - - - Sets the stub of ObservableCollection`1.InsertItem(Int32 index, !0 item) - - - Sets the stub of ObservableCollection`1.InsertItem(Int32 index, !0 item) - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ObservableCollection`1.MoveItem(Int32 oldIndex, Int32 newIndex) - - - Sets the stub of ObservableCollection`1.MoveItem(Int32 oldIndex, Int32 newIndex) - - - Sets the stub of ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e) - - - Sets the stub of ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e) - - - Sets the stub of ObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs e) - - - Sets the stub of ObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs e) - - - Sets the stub of ObservableCollection`1.RemoveItem(Int32 index) - - - Sets the stub of ObservableCollection`1.RemoveItem(Int32 index) - - - Sets the stub of ObservableCollection`1.SetItem(Int32 index, !0 item) - - - Sets the stub of ObservableCollection`1.SetItem(Int32 index, !0 item) - - - Stub type of System.Collections.ObjectModel.ReadOnlyObservableCollection`1 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubReadOnlyObservableCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ReadOnlyObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs args) - - - Sets the stub of ReadOnlyObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs args) - - - Sets the stub of ReadOnlyObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs args) - - - Sets the stub of ReadOnlyObservableCollection`1.OnPropertyChanged(PropertyChangedEventArgs args) - - - Shim type of System.Collections.Specialized.NameObjectCollectionBase - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of NameObjectCollectionBase.BaseAdd(String name, Object value) - - - Sets the shim of NameObjectCollectionBase.BaseClear() - - - Sets the shim of NameObjectCollectionBase.BaseGetAllKeys() - - - Sets the shim of NameObjectCollectionBase.BaseGetAllValues() - - - Sets the shim of NameObjectCollectionBase.BaseGetAllValues(Type type) - - - Sets the shim of NameObjectCollectionBase.BaseGet(Int32 index) - - - Sets the shim of NameObjectCollectionBase.BaseGetKey(Int32 index) - - - Sets the shim of NameObjectCollectionBase.BaseGet(String name) - - - Sets the shim of NameObjectCollectionBase.BaseHasKeys() - - - Sets the shim of NameObjectCollectionBase.BaseRemoveAt(Int32 index) - - - Sets the shim of NameObjectCollectionBase.BaseRemove(String name) - - - Sets the shim of NameObjectCollectionBase.BaseSet(Int32 index, Object value) - - - Sets the shim of NameObjectCollectionBase.BaseSet(String name, Object value) - - - Sets the shim of NameObjectCollectionBase.get_Comparer() - - - Sets the shim of NameObjectCollectionBase.set_Comparer(IEqualityComparer value) - - - Sets the shim of NameObjectCollectionBase.get_Count() - - - Sets the shim of NameObjectCollectionBase.GetEnumerator() - - - Sets the shim of NameObjectCollectionBase.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the shim of NameObjectCollectionBase.get_IsReadOnly() - - - Sets the shim of NameObjectCollectionBase.set_IsReadOnly(Boolean value) - - - Sets the shim of NameObjectCollectionBase.System.Collections.ICollection.get_IsSynchronized() - - - Sets the shim of NameObjectCollectionBase.get_Keys() - - - Sets the shim of NameObjectCollectionBase.OnDeserialization(Object sender) - - - Sets the shim of NameObjectCollectionBase.System.Collections.ICollection.get_SyncRoot() - - - Sets the shim of NameObjectCollectionBase.System.Collections.ICollection.CopyTo(Array array, Int32 index) - - - Sets the shim of NameObjectCollectionBase.BaseAdd(String name, Object value) - - - Sets the shim of NameObjectCollectionBase.BaseClear() - - - Sets the shim of NameObjectCollectionBase.BaseGetAllKeys() - - - Sets the shim of NameObjectCollectionBase.BaseGetAllValues() - - - Sets the shim of NameObjectCollectionBase.BaseGetAllValues(Type type) - - - Sets the shim of NameObjectCollectionBase.BaseGet(Int32 index) - - - Sets the shim of NameObjectCollectionBase.BaseGetKey(Int32 index) - - - Sets the shim of NameObjectCollectionBase.BaseGet(String name) - - - Sets the shim of NameObjectCollectionBase.BaseHasKeys() - - - Sets the shim of NameObjectCollectionBase.BaseRemoveAt(Int32 index) - - - Sets the shim of NameObjectCollectionBase.BaseRemove(String name) - - - Sets the shim of NameObjectCollectionBase.BaseSet(Int32 index, Object value) - - - Sets the shim of NameObjectCollectionBase.BaseSet(String name, Object value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of NameObjectCollectionBase.get_Comparer() - - - Sets the shim of NameObjectCollectionBase.set_Comparer(IEqualityComparer value) - - - Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase() - - - Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(DBNull dummy) - - - Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(IEqualityComparer equalityComparer) - - - Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(IHashCodeProvider hashProvider, IComparer comparer) - - - Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(Int32 capacity) - - - Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(Int32 capacity, IEqualityComparer equalityComparer) - - - Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(Int32 capacity, IHashCodeProvider hashProvider, IComparer comparer) - - - Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase(SerializationInfo info, StreamingContext context) - - - Sets the shim of NameObjectCollectionBase.get_Count() - - - Sets the shim of NameObjectCollectionBase.GetEnumerator() - - - Sets the shim of NameObjectCollectionBase.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the shim of NameObjectCollectionBase.get_IsReadOnly() - - - Sets the shim of NameObjectCollectionBase.set_IsReadOnly(Boolean value) - - - Sets the shim of NameObjectCollectionBase.System.Collections.ICollection.get_IsSynchronized() - - - Sets the shim of NameObjectCollectionBase.get_Keys() - - - Sets the shim of NameObjectCollectionBase.OnDeserialization(Object sender) - - - Sets the shim of NameObjectCollectionBase.NameObjectCollectionBase() - - - Sets the shim of NameObjectCollectionBase.System.Collections.ICollection.get_SyncRoot() - - - Sets the shim of NameObjectCollectionBase.System.Collections.ICollection.CopyTo(Array array, Int32 index) - - - Shim type of System.Collections.Specialized.NameValueCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of NameValueCollection.Add(NameValueCollection c) - - - Sets the shim of NameValueCollection.Add(String name, String value) - - - Define shims for all instances members - - - Sets the shim of NameValueCollection.Add(NameValueCollection c) - - - Sets the shim of NameValueCollection.Add(String name, String value) - - - Sets the shim of NameValueCollection.get_AllKeys() - - - Sets the shim of NameValueCollection.Clear() - - - Sets the shim of NameValueCollection.CopyTo(Array dest, Int32 index) - - - Sets the shim of NameValueCollection.Get(Int32 index) - - - Sets the shim of NameValueCollection.GetKey(Int32 index) - - - Sets the shim of NameValueCollection.Get(String name) - - - Sets the shim of NameValueCollection.GetValues(Int32 index) - - - Sets the shim of NameValueCollection.GetValues(String name) - - - Sets the shim of NameValueCollection.HasKeys() - - - Sets the shim of NameValueCollection.InternalHasKeys() - - - Sets the shim of NameValueCollection.InvalidateCachedArrays() - - - Sets the shim of NameValueCollection.get_Item(Int32 index) - - - Sets the shim of NameValueCollection.get_Item(String name) - - - Sets the shim of NameValueCollection.set_Item(String name, String value) - - - Sets the shim of NameValueCollection.Remove(String name) - - - Sets the shim of NameValueCollection.Set(String name, String value) - - - Sets the shim of NameValueCollection.get_AllKeys() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of NameValueCollection.Clear() - - - Sets the shim of NameValueCollection.NameValueCollection() - - - Sets the shim of NameValueCollection.NameValueCollection(DBNull dummy) - - - Sets the shim of NameValueCollection.NameValueCollection(IEqualityComparer equalityComparer) - - - Sets the shim of NameValueCollection.NameValueCollection(IHashCodeProvider hashProvider, IComparer comparer) - - - Sets the shim of NameValueCollection.NameValueCollection(Int32 capacity) - - - Sets the shim of NameValueCollection.NameValueCollection(Int32 capacity, IEqualityComparer equalityComparer) - - - Sets the shim of NameValueCollection.NameValueCollection(Int32 capacity, IHashCodeProvider hashProvider, IComparer comparer) - - - Sets the shim of NameValueCollection.NameValueCollection(Int32 capacity, NameValueCollection col) - - - Sets the shim of NameValueCollection.NameValueCollection(NameValueCollection col) - - - Sets the shim of NameValueCollection.NameValueCollection(SerializationInfo info, StreamingContext context) - - - Sets the shim of NameValueCollection.CopyTo(Array dest, Int32 index) - - - Sets the shim of NameValueCollection.Get(Int32 index) - - - Sets the shim of NameValueCollection.GetKey(Int32 index) - - - Sets the shim of NameValueCollection.Get(String name) - - - Sets the shim of NameValueCollection.GetValues(Int32 index) - - - Sets the shim of NameValueCollection.GetValues(String name) - - - Sets the shim of NameValueCollection.HasKeys() - - - Sets the shim of NameValueCollection.InternalHasKeys() - - - Sets the shim of NameValueCollection.InvalidateCachedArrays() - - - Sets the shim of NameValueCollection.get_Item(Int32 index) - - - Sets the shim of NameValueCollection.get_Item(String name) - - - Sets the shim of NameValueCollection.set_Item(String name, String value) - - - Sets the shim of NameValueCollection.Remove(String name) - - - Sets the shim of NameValueCollection.Set(String name, String value) - - - Shim type of System.Collections.Specialized.StringCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of StringCollection.AddRange(String[] value) - - - Sets the shim of StringCollection.Add(String value) - - - Define shims for all instances members - - - Sets the shim of StringCollection.AddRange(String[] value) - - - Sets the shim of StringCollection.Add(String value) - - - Sets the shim of StringCollection.Clear() - - - Sets the shim of StringCollection.Contains(String value) - - - Sets the shim of StringCollection.CopyTo(String[] array, Int32 index) - - - Sets the shim of StringCollection.get_Count() - - - Sets the shim of StringCollection.GetEnumerator() - - - Sets the shim of StringCollection.IndexOf(String value) - - - Sets the shim of StringCollection.Insert(Int32 index, String value) - - - Sets the shim of StringCollection.System.Collections.IList.get_IsFixedSize() - - - Sets the shim of StringCollection.get_IsReadOnly() - - - Sets the shim of StringCollection.System.Collections.IList.get_IsReadOnly() - - - Sets the shim of StringCollection.get_IsSynchronized() - - - Sets the shim of StringCollection.get_Item(Int32 index) - - - Sets the shim of StringCollection.set_Item(Int32 index, String value) - - - Sets the shim of StringCollection.System.Collections.IList.get_Item(Int32 index) - - - Sets the shim of StringCollection.System.Collections.IList.set_Item(Int32 index, Object value) - - - Sets the shim of StringCollection.RemoveAt(Int32 index) - - - Sets the shim of StringCollection.Remove(String value) - - - Sets the shim of StringCollection.get_SyncRoot() - - - Sets the shim of StringCollection.System.Collections.ICollection.CopyTo(Array array, Int32 index) - - - Sets the shim of StringCollection.System.Collections.IEnumerable.GetEnumerator() - - - Sets the shim of StringCollection.System.Collections.IList.Add(Object value) - - - Sets the shim of StringCollection.System.Collections.IList.Contains(Object value) - - - Sets the shim of StringCollection.System.Collections.IList.IndexOf(Object value) - - - Sets the shim of StringCollection.System.Collections.IList.Insert(Int32 index, Object value) - - - Sets the shim of StringCollection.System.Collections.IList.Remove(Object value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of StringCollection.Clear() - - - Sets the shim of StringCollection.StringCollection() - - - Sets the shim of StringCollection.Contains(String value) - - - Sets the shim of StringCollection.CopyTo(String[] array, Int32 index) - - - Sets the shim of StringCollection.get_Count() - - - Sets the shim of StringCollection.GetEnumerator() - - - Sets the shim of StringCollection.IndexOf(String value) - - - Sets the shim of StringCollection.Insert(Int32 index, String value) - - - Sets the shim of StringCollection.System.Collections.IList.get_IsFixedSize() - - - Sets the shim of StringCollection.get_IsReadOnly() - - - Sets the shim of StringCollection.System.Collections.IList.get_IsReadOnly() - - - Sets the shim of StringCollection.get_IsSynchronized() - - - Sets the shim of StringCollection.get_Item(Int32 index) - - - Sets the shim of StringCollection.set_Item(Int32 index, String value) - - - Sets the shim of StringCollection.System.Collections.IList.get_Item(Int32 index) - - - Sets the shim of StringCollection.System.Collections.IList.set_Item(Int32 index, Object value) - - - Sets the shim of StringCollection.RemoveAt(Int32 index) - - - Sets the shim of StringCollection.Remove(String value) - - - Sets the shim of StringCollection.get_SyncRoot() - - - Sets the shim of StringCollection.System.Collections.ICollection.CopyTo(Array array, Int32 index) - - - Sets the shim of StringCollection.System.Collections.IEnumerable.GetEnumerator() - - - Sets the shim of StringCollection.System.Collections.IList.Add(Object value) - - - Sets the shim of StringCollection.System.Collections.IList.Contains(Object value) - - - Sets the shim of StringCollection.System.Collections.IList.IndexOf(Object value) - - - Sets the shim of StringCollection.System.Collections.IList.Insert(Int32 index, Object value) - - - Sets the shim of StringCollection.System.Collections.IList.Remove(Object value) - - - Shim type of System.Collections.Specialized.StringDictionary - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of StringDictionary.Add(String key, String value) - - - Define shims for all instances members - - - Sets the shim of StringDictionary.Add(String key, String value) - - - Sets the shim of StringDictionary.AsGenericDictionary() - - - Sets the shim of StringDictionary.Clear() - - - Sets the shim of StringDictionary.ContainsKey(String key) - - - Sets the shim of StringDictionary.ContainsValue(String value) - - - Sets the shim of StringDictionary.CopyTo(Array array, Int32 index) - - - Sets the shim of StringDictionary.get_Count() - - - Sets the shim of StringDictionary.GetEnumerator() - - - Sets the shim of StringDictionary.get_IsSynchronized() - - - Sets the shim of StringDictionary.get_Item(String key) - - - Sets the shim of StringDictionary.set_Item(String key, String value) - - - Sets the shim of StringDictionary.get_Keys() - - - Sets the shim of StringDictionary.Remove(String key) - - - Sets the shim of StringDictionary.ReplaceHashtable(Hashtable useThisHashtableInstead) - - - Sets the shim of StringDictionary.get_SyncRoot() - - - Sets the shim of StringDictionary.get_Values() - - - Sets the shim of StringDictionary.AsGenericDictionary() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of StringDictionary.Clear() - - - Sets the shim of StringDictionary.StringDictionary() - - - Sets the shim of StringDictionary.ContainsKey(String key) - - - Sets the shim of StringDictionary.ContainsValue(String value) - - - Sets the shim of StringDictionary.CopyTo(Array array, Int32 index) - - - Sets the shim of StringDictionary.get_Count() - - - Sets the shim of StringDictionary.GetEnumerator() - - - Sets the shim of StringDictionary.get_IsSynchronized() - - - Sets the shim of StringDictionary.get_Item(String key) - - - Sets the shim of StringDictionary.set_Item(String key, String value) - - - Sets the shim of StringDictionary.get_Keys() - - - Sets the shim of StringDictionary.Remove(String key) - - - Sets the shim of StringDictionary.ReplaceHashtable(Hashtable useThisHashtableInstead) - - - Sets the shim of StringDictionary.get_SyncRoot() - - - Sets the shim of StringDictionary.get_Values() - - - Shim type of System.Collections.Specialized.StringEnumerator - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of StringEnumerator.get_Current() - - - Sets the shim of StringEnumerator.MoveNext() - - - Sets the shim of StringEnumerator.Reset() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of StringEnumerator.StringEnumerator(StringCollection mappings) - - - Sets the shim of StringEnumerator.get_Current() - - - Sets the shim of StringEnumerator.MoveNext() - - - Sets the shim of StringEnumerator.Reset() - - - Stub type of System.Collections.Specialized.CollectionsUtil - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCollectionsUtil - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Specialized.HybridDictionary - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubHybridDictionary - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Specialized.INotifyCollectionChanged - - - Initializes a new instance of type StubINotifyCollectionChanged - - - Stub type of System.Collections.Specialized.IOrderedDictionary - - - Initializes a new instance of type StubIOrderedDictionary - - - Sets the stub of IDictionary.Add(Object key, Object value) - - - Sets the stub of IDictionary.Clear() - - - Sets the stub of IDictionary.Contains(Object key) - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of IOrderedDictionary.GetEnumerator() - - - Sets the stub of IDictionary.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IOrderedDictionary.Insert(Int32 index, Object key, Object value) - - - Sets the stub of IDictionary.get_IsFixedSize() - - - Sets the stub of IDictionary.get_IsFixedSize() - - - Sets the stub of IDictionary.get_IsReadOnly() - - - Sets the stub of IDictionary.get_IsReadOnly() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of IOrderedDictionary.get_Item(Int32 index) - - - Sets the stub of IDictionary.get_Item(Object key) - - - Sets the stub of IOrderedDictionary.get_Item(Int32 index) - - - Sets the stub of IDictionary.get_Item(Object key) - - - Sets the stub of IOrderedDictionary.set_Item(Int32 index, Object value) - - - Sets the stub of IDictionary.set_Item(Object key, Object value) - - - Sets the stub of IDictionary.get_Keys() - - - Sets the stub of IDictionary.get_Keys() - - - Sets the stub of IOrderedDictionary.RemoveAt(Int32 index) - - - Sets the stub of IDictionary.Remove(Object key) - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of IDictionary.Add(Object key, Object value) - - - Sets the stub of IDictionary.Clear() - - - Sets the stub of IDictionary.Contains(Object key) - - - Sets the stub of IDictionary.GetEnumerator() - - - Sets the stub of IDictionary.Remove(Object key) - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IOrderedDictionary.GetEnumerator() - - - Sets the stub of IOrderedDictionary.Insert(Int32 index, Object key, Object value) - - - Sets the stub of IOrderedDictionary.RemoveAt(Int32 index) - - - Sets the stub of IDictionary.get_Values() - - - Sets the stub of IDictionary.get_Values() - - - Stub type of System.Collections.Specialized.ListDictionary - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubListDictionary - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Specialized.NameObjectCollectionBase - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of NameObjectCollectionBase.get_Count() - - - Sets the stub of NameObjectCollectionBase.get_Count() - - - Sets the stub of NameObjectCollectionBase.GetEnumerator() - - - Sets the stub of NameObjectCollectionBase.GetEnumerator() - - - Sets the stub of NameObjectCollectionBase.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of NameObjectCollectionBase.GetObjectData(SerializationInfo info, StreamingContext context) - - - Initializes a new instance of type StubNameObjectCollectionBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of NameObjectCollectionBase.get_Keys() - - - Sets the stub of NameObjectCollectionBase.get_Keys() - - - Sets the stub of NameObjectCollectionBase.OnDeserialization(Object sender) - - - Sets the stub of NameObjectCollectionBase.OnDeserialization(Object sender) - - - Stub type of System.Collections.Specialized.NameValueCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of NameValueCollection.Add(String name, String value) - - - Sets the stub of NameValueCollection.Add(String name, String value) - - - Sets the stub of NameValueCollection.get_AllKeys() - - - Sets the stub of NameValueCollection.get_AllKeys() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of NameValueCollection.Clear() - - - Sets the stub of NameValueCollection.Clear() - - - Sets the stub of NameObjectCollectionBase.get_Count() - - - Sets the stub of NameObjectCollectionBase.get_Count() - - - Sets the stub of NameValueCollection.Get(Int32 index) - - - Sets the stub of NameValueCollection.Get(String name) - - - Sets the stub of NameObjectCollectionBase.GetEnumerator() - - - Sets the stub of NameObjectCollectionBase.GetEnumerator() - - - Sets the stub of NameValueCollection.Get(Int32 index) - - - Sets the stub of NameValueCollection.GetKey(Int32 index) - - - Sets the stub of NameValueCollection.GetKey(Int32 index) - - - Sets the stub of NameObjectCollectionBase.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of NameObjectCollectionBase.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of NameValueCollection.Get(String name) - - - Sets the stub of NameValueCollection.GetValues(String name) - - - Sets the stub of NameValueCollection.GetValues(Int32 index) - - - Sets the stub of NameValueCollection.GetValues(Int32 index) - - - Sets the stub of NameValueCollection.GetValues(String name) - - - Initializes a new instance of type StubNameValueCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of NameObjectCollectionBase.get_Keys() - - - Sets the stub of NameObjectCollectionBase.get_Keys() - - - Sets the stub of NameObjectCollectionBase.OnDeserialization(Object sender) - - - Sets the stub of NameObjectCollectionBase.OnDeserialization(Object sender) - - - Sets the stub of NameValueCollection.Remove(String name) - - - Sets the stub of NameValueCollection.Remove(String name) - - - Sets the stub of NameValueCollection.Set(String name, String value) - - - Sets the stub of NameValueCollection.Set(String name, String value) - - - Stub type of System.Collections.Specialized.NotifyCollectionChangedEventArgs - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubNotifyCollectionChangedEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Specialized.OrderedDictionary - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of OrderedDictionary.GetEnumerator() - - - Sets the stub of OrderedDictionary.GetEnumerator() - - - Sets the stub of OrderedDictionary.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of OrderedDictionary.GetObjectData(SerializationInfo info, StreamingContext context) - - - Initializes a new instance of type StubOrderedDictionary - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of OrderedDictionary.OnDeserialization(Object sender) - - - Sets the stub of OrderedDictionary.OnDeserialization(Object sender) - - - Stub type of System.Collections.Specialized.StringCollection - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubStringCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Specialized.StringDictionary - - - Initializes a new instance - - - Sets the stub of StringDictionary.Add(String key, String value) - - - Sets the stub of StringDictionary.Add(String key, String value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of StringDictionary.Clear() - - - Sets the stub of StringDictionary.Clear() - - - Sets the stub of StringDictionary.ContainsKey(String key) - - - Sets the stub of StringDictionary.ContainsKey(String key) - - - Sets the stub of StringDictionary.ContainsValue(String value) - - - Sets the stub of StringDictionary.ContainsValue(String value) - - - Sets the stub of StringDictionary.CopyTo(Array array, Int32 index) - - - Sets the stub of StringDictionary.CopyTo(Array array, Int32 index) - - - Sets the stub of StringDictionary.get_Count() - - - Sets the stub of StringDictionary.get_Count() - - - Sets the stub of StringDictionary.GetEnumerator() - - - Sets the stub of StringDictionary.GetEnumerator() - - - Initializes a new instance of type StubStringDictionary - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of StringDictionary.get_IsSynchronized() - - - Sets the stub of StringDictionary.get_IsSynchronized() - - - Sets the stub of StringDictionary.get_Item(String key) - - - Sets the stub of StringDictionary.get_Item(String key) - - - Sets the stub of StringDictionary.set_Item(String key, String value) - - - Sets the stub of StringDictionary.get_Keys() - - - Sets the stub of StringDictionary.get_Keys() - - - Sets the stub of StringDictionary.Remove(String key) - - - Sets the stub of StringDictionary.Remove(String key) - - - Sets the stub of StringDictionary.get_SyncRoot() - - - Sets the stub of StringDictionary.get_SyncRoot() - - - Sets the stub of StringDictionary.get_Values() - - - Sets the stub of StringDictionary.get_Values() - - - Stub type of System.ComponentModel.Design.ActiveDesignerEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubActiveDesignerEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.Design.CheckoutException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubCheckoutException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubCheckoutException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of ExternalException.get_ErrorCode() - - - Sets the stub of ExternalException.get_ErrorCode() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubCheckoutException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of ExternalException.ToString() - - - Sets the stub of ExternalException.ToString() - - - Stub type of System.ComponentModel.Design.CommandID - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CommandID.Equals(Object obj) - - - Sets the stub of CommandID.Equals(Object obj) - - - Sets the stub of CommandID.GetHashCode() - - - Sets the stub of CommandID.GetHashCode() - - - Sets the stub of CommandID.get_Guid() - - - Sets the stub of CommandID.get_Guid() - - - Sets the stub of CommandID.get_ID() - - - Sets the stub of CommandID.get_ID() - - - Initializes a new instance of type StubCommandID - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CommandID.ToString() - - - Sets the stub of CommandID.ToString() - - - Stub type of System.ComponentModel.Design.ComponentEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ComponentEventArgs.get_Component() - - - Sets the stub of ComponentEventArgs.get_Component() - - - Initializes a new instance of type StubComponentEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.Design.ComponentRenameEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubComponentRenameEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ComponentRenameEventArgs.get_NewName() - - - Sets the stub of ComponentRenameEventArgs.get_NewName() - - - Sets the stub of ComponentRenameEventArgs.get_OldName() - - - Sets the stub of ComponentRenameEventArgs.get_OldName() - - - Stub type of System.ComponentModel.Design.DesignerCollection - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDesignerCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DesignerCollection.get_Item(Int32 index) - - - Sets the stub of DesignerCollection.get_Item(Int32 index) - - - Stub type of System.ComponentModel.Design.DesignerEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDesignerEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.Design.DesignerOptionService - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDesignerOptionService - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DesignerOptionService.PopulateOptionCollection(DesignerOptionCollection options) - - - Sets the stub of DesignerOptionService.PopulateOptionCollection(DesignerOptionCollection options) - - - Sets the stub of DesignerOptionService.ShowDialog(DesignerOptionCollection options, Object optionObject) - - - Sets the stub of DesignerOptionService.ShowDialog(DesignerOptionCollection options, Object optionObject) - - - Stub type of System.ComponentModel.Design.DesignerTransaction - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DesignerTransaction.Dispose(Boolean disposing) - - - Sets the stub of DesignerTransaction.Dispose(Boolean disposing) - - - Initializes a new instance of type StubDesignerTransaction - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DesignerTransaction.OnCancel() - - - Sets the stub of DesignerTransaction.OnCancel() - - - Sets the stub of DesignerTransaction.OnCommit() - - - Sets the stub of DesignerTransaction.OnCommit() - - - Stub type of System.ComponentModel.Design.DesignerTransactionCloseEventArgs - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDesignerTransactionCloseEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.Design.DesignerVerb - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubDesignerVerb.Checked as a property with a backing field. - - - Attaches delegates to emulate StubDesignerVerb.Enabled as a property with a backing field. - - - Attaches delegates to emulate StubDesignerVerb.Supported as a property with a backing field. - - - Attaches delegates to emulate StubDesignerVerb.Visible as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MenuCommand.get_Checked() - - - Sets the stub of MenuCommand.get_Checked() - - - Sets the stub of MenuCommand.set_Checked(Boolean value) - - - Sets the stub of MenuCommand.get_CommandID() - - - Sets the stub of MenuCommand.get_CommandID() - - - Sets the stub of MenuCommand.get_Enabled() - - - Sets the stub of MenuCommand.get_Enabled() - - - Sets the stub of MenuCommand.set_Enabled(Boolean value) - - - Initializes a new instance of type StubDesignerVerb - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MenuCommand.Invoke() - - - Sets the stub of MenuCommand.Invoke(Object arg) - - - Sets the stub of MenuCommand.Invoke() - - - Sets the stub of MenuCommand.Invoke(Object arg) - - - Sets the stub of MenuCommand.get_OleStatus() - - - Sets the stub of MenuCommand.get_OleStatus() - - - Sets the stub of MenuCommand.OnCommandChanged(EventArgs e) - - - Sets the stub of MenuCommand.OnCommandChanged(EventArgs e) - - - Sets the stub of MenuCommand.get_Properties() - - - Sets the stub of MenuCommand.get_Properties() - - - Sets the stub of MenuCommand.get_Supported() - - - Sets the stub of MenuCommand.get_Supported() - - - Sets the stub of MenuCommand.set_Supported(Boolean value) - - - Sets the stub of DesignerVerb.ToString() - - - Sets the stub of DesignerVerb.ToString() - - - Sets the stub of MenuCommand.get_Visible() - - - Sets the stub of MenuCommand.get_Visible() - - - Sets the stub of MenuCommand.set_Visible(Boolean value) - - - Stub type of System.ComponentModel.Design.DesignerVerbCollection - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDesignerVerbCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DesignerVerbCollection.OnClear() - - - Sets the stub of DesignerVerbCollection.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of DesignerVerbCollection.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of DesignerVerbCollection.OnInsert(Int32 index, Object value) - - - Sets the stub of DesignerVerbCollection.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of DesignerVerbCollection.OnRemove(Int32 index, Object value) - - - Sets the stub of DesignerVerbCollection.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of DesignerVerbCollection.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of DesignerVerbCollection.OnValidate(Object value) - - - Sets the stub of DesignerVerbCollection.OnValidate(Object value) - - - Stub type of System.ComponentModel.Design.DesigntimeLicenseContext - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DesigntimeLicenseContext.GetSavedLicenseKey(Type type, Assembly resourceAssembly) - - - Sets the stub of DesigntimeLicenseContext.GetSavedLicenseKey(Type type, Assembly resourceAssembly) - - - Sets the stub of LicenseContext.GetService(Type type) - - - Sets the stub of LicenseContext.GetService(Type type) - - - Initializes a new instance of type StubDesigntimeLicenseContext - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DesigntimeLicenseContext.SetSavedLicenseKey(Type type, String key) - - - Sets the stub of DesigntimeLicenseContext.SetSavedLicenseKey(Type type, String key) - - - Sets the stub of DesigntimeLicenseContext.get_UsageMode() - - - Sets the stub of DesigntimeLicenseContext.get_UsageMode() - - - Stub type of System.ComponentModel.Design.IComponentChangeService - - - Initializes a new instance of type StubIComponentChangeService - - - Sets the stub of IComponentChangeService.OnComponentChanged(Object component, MemberDescriptor member, Object oldValue, Object newValue) - - - Sets the stub of IComponentChangeService.OnComponentChanging(Object component, MemberDescriptor member) - - - Sets the stub of IComponentChangeService.OnComponentChanged(Object component, MemberDescriptor member, Object oldValue, Object newValue) - - - Sets the stub of IComponentChangeService.OnComponentChanging(Object component, MemberDescriptor member) - - - Stub type of System.ComponentModel.Design.IComponentDiscoveryService - - - Initializes a new instance of type StubIComponentDiscoveryService - - - Sets the stub of IComponentDiscoveryService.GetComponentTypes(IDesignerHost designerHost, Type baseType) - - - Sets the stub of IComponentDiscoveryService.GetComponentTypes(IDesignerHost designerHost, Type baseType) - - - Stub type of System.ComponentModel.Design.IComponentInitializer - - - Initializes a new instance of type StubIComponentInitializer - - - Sets the stub of IComponentInitializer.InitializeExistingComponent(IDictionary defaultValues) - - - Sets the stub of IComponentInitializer.InitializeNewComponent(IDictionary defaultValues) - - - Sets the stub of IComponentInitializer.InitializeExistingComponent(IDictionary defaultValues) - - - Sets the stub of IComponentInitializer.InitializeNewComponent(IDictionary defaultValues) - - - Stub type of System.ComponentModel.Design.IDesigner - - - Initializes a new instance of type StubIDesigner - - - Sets the stub of IDesigner.get_Component() - - - Sets the stub of IDesigner.get_Component() - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IDesigner.DoDefaultAction() - - - Sets the stub of IDesigner.Initialize(IComponent component) - - - Sets the stub of IDesigner.DoDefaultAction() - - - Sets the stub of IDesigner.Initialize(IComponent component) - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IDesigner.get_Verbs() - - - Sets the stub of IDesigner.get_Verbs() - - - Stub type of System.ComponentModel.Design.IDesignerEventService - - - Initializes a new instance of type StubIDesignerEventService - - - Sets the stub of IDesignerEventService.get_ActiveDesigner() - - - Sets the stub of IDesignerEventService.get_ActiveDesigner() - - - Sets the stub of IDesignerEventService.get_Designers() - - - Sets the stub of IDesignerEventService.get_Designers() - - - Stub type of System.ComponentModel.Design.IDesignerFilter - - - Initializes a new instance of type StubIDesignerFilter - - - Sets the stub of IDesignerFilter.PostFilterAttributes(IDictionary attributes) - - - Sets the stub of IDesignerFilter.PostFilterEvents(IDictionary events) - - - Sets the stub of IDesignerFilter.PostFilterProperties(IDictionary properties) - - - Sets the stub of IDesignerFilter.PreFilterAttributes(IDictionary attributes) - - - Sets the stub of IDesignerFilter.PreFilterEvents(IDictionary events) - - - Sets the stub of IDesignerFilter.PreFilterProperties(IDictionary properties) - - - Sets the stub of IDesignerFilter.PostFilterAttributes(IDictionary attributes) - - - Sets the stub of IDesignerFilter.PostFilterEvents(IDictionary events) - - - Sets the stub of IDesignerFilter.PostFilterProperties(IDictionary properties) - - - Sets the stub of IDesignerFilter.PreFilterAttributes(IDictionary attributes) - - - Sets the stub of IDesignerFilter.PreFilterEvents(IDictionary events) - - - Sets the stub of IDesignerFilter.PreFilterProperties(IDictionary properties) - - - Stub type of System.ComponentModel.Design.IDesignerHost - - - Initializes a new instance of type StubIDesignerHost - - - Sets the stub of IDesignerHost.Activate() - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote) - - - Sets the stub of IDesignerHost.get_Container() - - - Sets the stub of IDesignerHost.get_Container() - - - Sets the stub of IDesignerHost.CreateComponent(Type componentClass) - - - Sets the stub of IDesignerHost.CreateComponent(Type componentClass, String name) - - - Sets the stub of IDesignerHost.CreateTransaction() - - - Sets the stub of IDesignerHost.CreateTransaction(String description) - - - Sets the stub of IDesignerHost.DestroyComponent(IComponent component) - - - Sets the stub of IDesignerHost.GetDesigner(IComponent component) - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Sets the stub of IDesignerHost.GetType(String typeName) - - - Sets the stub of IDesignerHost.get_InTransaction() - - - Sets the stub of IDesignerHost.get_InTransaction() - - - Sets the stub of IDesignerHost.get_Loading() - - - Sets the stub of IDesignerHost.get_Loading() - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote) - - - Sets the stub of IDesignerHost.get_RootComponent() - - - Sets the stub of IDesignerHost.get_RootComponentClassName() - - - Sets the stub of IDesignerHost.get_RootComponentClassName() - - - Sets the stub of IDesignerHost.get_RootComponent() - - - Sets the stub of IDesignerHost.Activate() - - - Sets the stub of IDesignerHost.CreateComponent(Type componentClass) - - - Sets the stub of IDesignerHost.CreateComponent(Type componentClass, String name) - - - Sets the stub of IDesignerHost.CreateTransaction() - - - Sets the stub of IDesignerHost.CreateTransaction(String description) - - - Sets the stub of IDesignerHost.DestroyComponent(IComponent component) - - - Sets the stub of IDesignerHost.GetDesigner(IComponent component) - - - Sets the stub of IDesignerHost.GetType(String typeName) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote) - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Sets the stub of IDesignerHost.get_TransactionDescription() - - - Sets the stub of IDesignerHost.get_TransactionDescription() - - - Stub type of System.ComponentModel.Design.IDesignerHostTransactionState - - - Initializes a new instance of type StubIDesignerHostTransactionState - - - Sets the stub of IDesignerHostTransactionState.get_IsClosingTransaction() - - - Sets the stub of IDesignerHostTransactionState.get_IsClosingTransaction() - - - Stub type of System.ComponentModel.Design.IDesignerOptionService - - - Initializes a new instance of type StubIDesignerOptionService - - - Sets the stub of IDesignerOptionService.GetOptionValue(String pageName, String valueName) - - - Sets the stub of IDesignerOptionService.SetOptionValue(String pageName, String valueName, Object value) - - - Sets the stub of IDesignerOptionService.GetOptionValue(String pageName, String valueName) - - - Sets the stub of IDesignerOptionService.SetOptionValue(String pageName, String valueName, Object value) - - - Stub type of System.ComponentModel.Design.IDictionaryService - - - Initializes a new instance of type StubIDictionaryService - - - Sets the stub of IDictionaryService.GetKey(Object value) - - - Sets the stub of IDictionaryService.GetValue(Object key) - - - Sets the stub of IDictionaryService.SetValue(Object key, Object value) - - - Sets the stub of IDictionaryService.GetKey(Object value) - - - Sets the stub of IDictionaryService.GetValue(Object key) - - - Sets the stub of IDictionaryService.SetValue(Object key, Object value) - - - Stub type of System.ComponentModel.Design.IEventBindingService - - - Initializes a new instance of type StubIEventBindingService - - - Sets the stub of IEventBindingService.CreateUniqueMethodName(IComponent component, EventDescriptor e) - - - Sets the stub of IEventBindingService.GetCompatibleMethods(EventDescriptor e) - - - Sets the stub of IEventBindingService.GetEventProperties(EventDescriptorCollection events) - - - Sets the stub of IEventBindingService.GetEvent(PropertyDescriptor property) - - - Sets the stub of IEventBindingService.GetEventProperty(EventDescriptor e) - - - Sets the stub of IEventBindingService.ShowCode() - - - Sets the stub of IEventBindingService.ShowCode(IComponent component, EventDescriptor e) - - - Sets the stub of IEventBindingService.ShowCode(Int32 lineNumber) - - - Sets the stub of IEventBindingService.CreateUniqueMethodName(IComponent component, EventDescriptor e) - - - Sets the stub of IEventBindingService.GetCompatibleMethods(EventDescriptor e) - - - Sets the stub of IEventBindingService.GetEvent(PropertyDescriptor property) - - - Sets the stub of IEventBindingService.GetEventProperties(EventDescriptorCollection events) - - - Sets the stub of IEventBindingService.GetEventProperty(EventDescriptor e) - - - Sets the stub of IEventBindingService.ShowCode() - - - Sets the stub of IEventBindingService.ShowCode(Int32 lineNumber) - - - Sets the stub of IEventBindingService.ShowCode(IComponent component, EventDescriptor e) - - - Stub type of System.ComponentModel.Design.IExtenderListService - - - Initializes a new instance of type StubIExtenderListService - - - Sets the stub of IExtenderListService.GetExtenderProviders() - - - Sets the stub of IExtenderListService.GetExtenderProviders() - - - Stub type of System.ComponentModel.Design.IExtenderProviderService - - - Initializes a new instance of type StubIExtenderProviderService - - - Sets the stub of IExtenderProviderService.AddExtenderProvider(IExtenderProvider provider) - - - Sets the stub of IExtenderProviderService.RemoveExtenderProvider(IExtenderProvider provider) - - - Sets the stub of IExtenderProviderService.AddExtenderProvider(IExtenderProvider provider) - - - Sets the stub of IExtenderProviderService.RemoveExtenderProvider(IExtenderProvider provider) - - - Stub type of System.ComponentModel.Design.IHelpService - - - Initializes a new instance of type StubIHelpService - - - Sets the stub of IHelpService.AddContextAttribute(String name, String value, HelpKeywordType keywordType) - - - Sets the stub of IHelpService.ClearContextAttributes() - - - Sets the stub of IHelpService.CreateLocalContext(HelpContextType contextType) - - - Sets the stub of IHelpService.RemoveContextAttribute(String name, String value) - - - Sets the stub of IHelpService.RemoveLocalContext(IHelpService localContext) - - - Sets the stub of IHelpService.ShowHelpFromKeyword(String helpKeyword) - - - Sets the stub of IHelpService.ShowHelpFromUrl(String helpUrl) - - - Sets the stub of IHelpService.AddContextAttribute(String name, String value, HelpKeywordType keywordType) - - - Sets the stub of IHelpService.ClearContextAttributes() - - - Sets the stub of IHelpService.CreateLocalContext(HelpContextType contextType) - - - Sets the stub of IHelpService.RemoveContextAttribute(String name, String value) - - - Sets the stub of IHelpService.RemoveLocalContext(IHelpService localContext) - - - Sets the stub of IHelpService.ShowHelpFromKeyword(String helpKeyword) - - - Sets the stub of IHelpService.ShowHelpFromUrl(String helpUrl) - - - Stub type of System.ComponentModel.Design.IInheritanceService - - - Initializes a new instance of type StubIInheritanceService - - - Sets the stub of IInheritanceService.AddInheritedComponents(IComponent component, IContainer container) - - - Sets the stub of IInheritanceService.GetInheritanceAttribute(IComponent component) - - - Sets the stub of IInheritanceService.AddInheritedComponents(IComponent component, IContainer container) - - - Sets the stub of IInheritanceService.GetInheritanceAttribute(IComponent component) - - - Stub type of System.ComponentModel.Design.IMenuCommandService - - - Initializes a new instance of type StubIMenuCommandService - - - Sets the stub of IMenuCommandService.AddCommand(MenuCommand command) - - - Sets the stub of IMenuCommandService.AddVerb(DesignerVerb verb) - - - Sets the stub of IMenuCommandService.FindCommand(CommandID commandID) - - - Sets the stub of IMenuCommandService.GlobalInvoke(CommandID commandID) - - - Sets the stub of IMenuCommandService.RemoveCommand(MenuCommand command) - - - Sets the stub of IMenuCommandService.RemoveVerb(DesignerVerb verb) - - - Sets the stub of IMenuCommandService.ShowContextMenu(CommandID menuID, Int32 x, Int32 y) - - - Sets the stub of IMenuCommandService.AddCommand(MenuCommand command) - - - Sets the stub of IMenuCommandService.AddVerb(DesignerVerb verb) - - - Sets the stub of IMenuCommandService.FindCommand(CommandID commandID) - - - Sets the stub of IMenuCommandService.GlobalInvoke(CommandID commandID) - - - Sets the stub of IMenuCommandService.RemoveCommand(MenuCommand command) - - - Sets the stub of IMenuCommandService.RemoveVerb(DesignerVerb verb) - - - Sets the stub of IMenuCommandService.ShowContextMenu(CommandID menuID, Int32 x, Int32 y) - - - Sets the stub of IMenuCommandService.get_Verbs() - - - Sets the stub of IMenuCommandService.get_Verbs() - - - Stub type of System.ComponentModel.Design.IReferenceService - - - Initializes a new instance of type StubIReferenceService - - - Sets the stub of IReferenceService.GetComponent(Object reference) - - - Sets the stub of IReferenceService.GetName(Object reference) - - - Sets the stub of IReferenceService.GetReference(String name) - - - Sets the stub of IReferenceService.GetReferences() - - - Sets the stub of IReferenceService.GetReferences(Type baseType) - - - Sets the stub of IReferenceService.GetComponent(Object reference) - - - Sets the stub of IReferenceService.GetName(Object reference) - - - Sets the stub of IReferenceService.GetReference(String name) - - - Sets the stub of IReferenceService.GetReferences() - - - Sets the stub of IReferenceService.GetReferences(Type baseType) - - - Stub type of System.ComponentModel.Design.IResourceService - - - Initializes a new instance of type StubIResourceService - - - Sets the stub of IResourceService.GetResourceReader(CultureInfo info) - - - Sets the stub of IResourceService.GetResourceWriter(CultureInfo info) - - - Sets the stub of IResourceService.GetResourceReader(CultureInfo info) - - - Sets the stub of IResourceService.GetResourceWriter(CultureInfo info) - - - Stub type of System.ComponentModel.Design.IRootDesigner - - - Initializes a new instance of type StubIRootDesigner - - - Sets the stub of IDesigner.get_Component() - - - Sets the stub of IDesigner.get_Component() - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IDesigner.DoDefaultAction() - - - Sets the stub of IRootDesigner.GetView(ViewTechnology technology) - - - Sets the stub of IDesigner.Initialize(IComponent component) - - - Sets the stub of IRootDesigner.get_SupportedTechnologies() - - - Sets the stub of IRootDesigner.get_SupportedTechnologies() - - - Sets the stub of IDesigner.DoDefaultAction() - - - Sets the stub of IDesigner.Initialize(IComponent component) - - - Sets the stub of IRootDesigner.GetView(ViewTechnology technology) - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IDesigner.get_Verbs() - - - Sets the stub of IDesigner.get_Verbs() - - - Stub type of System.ComponentModel.Design.ISelectionService - - - Initializes a new instance of type StubISelectionService - - - Sets the stub of ISelectionService.GetComponentSelected(Object component) - - - Sets the stub of ISelectionService.GetSelectedComponents() - - - Sets the stub of ISelectionService.get_PrimarySelection() - - - Sets the stub of ISelectionService.get_PrimarySelection() - - - Sets the stub of ISelectionService.get_SelectionCount() - - - Sets the stub of ISelectionService.get_SelectionCount() - - - Sets the stub of ISelectionService.SetSelectedComponents(ICollection components) - - - Sets the stub of ISelectionService.SetSelectedComponents(ICollection components, SelectionTypes selectionType) - - - Sets the stub of ISelectionService.GetComponentSelected(Object component) - - - Sets the stub of ISelectionService.GetSelectedComponents() - - - Sets the stub of ISelectionService.SetSelectedComponents(ICollection components) - - - Sets the stub of ISelectionService.SetSelectedComponents(ICollection components, SelectionTypes selectionType) - - - Stub type of System.ComponentModel.Design.IServiceContainer - - - Initializes a new instance of type StubIServiceContainer - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote) - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote) - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Stub type of System.ComponentModel.Design.ITreeDesigner - - - Initializes a new instance of type StubITreeDesigner - - - Sets the stub of ITreeDesigner.get_Children() - - - Sets the stub of ITreeDesigner.get_Children() - - - Sets the stub of IDesigner.get_Component() - - - Sets the stub of IDesigner.get_Component() - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IDesigner.DoDefaultAction() - - - Sets the stub of IDesigner.Initialize(IComponent component) - - - Sets the stub of ITreeDesigner.get_Parent() - - - Sets the stub of ITreeDesigner.get_Parent() - - - Sets the stub of IDesigner.DoDefaultAction() - - - Sets the stub of IDesigner.Initialize(IComponent component) - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IDesigner.get_Verbs() - - - Sets the stub of IDesigner.get_Verbs() - - - Stub type of System.ComponentModel.Design.ITypeDescriptorFilterService - - - Initializes a new instance of type StubITypeDescriptorFilterService - - - Sets the stub of ITypeDescriptorFilterService.FilterAttributes(IComponent component, IDictionary attributes) - - - Sets the stub of ITypeDescriptorFilterService.FilterEvents(IComponent component, IDictionary events) - - - Sets the stub of ITypeDescriptorFilterService.FilterProperties(IComponent component, IDictionary properties) - - - Sets the stub of ITypeDescriptorFilterService.FilterAttributes(IComponent component, IDictionary attributes) - - - Sets the stub of ITypeDescriptorFilterService.FilterEvents(IComponent component, IDictionary events) - - - Sets the stub of ITypeDescriptorFilterService.FilterProperties(IComponent component, IDictionary properties) - - - Stub type of System.ComponentModel.Design.ITypeDiscoveryService - - - Initializes a new instance of type StubITypeDiscoveryService - - - Sets the stub of ITypeDiscoveryService.GetTypes(Type baseType, Boolean excludeGlobalTypes) - - - Sets the stub of ITypeDiscoveryService.GetTypes(Type baseType, Boolean excludeGlobalTypes) - - - Stub type of System.ComponentModel.Design.ITypeResolutionService - - - Initializes a new instance of type StubITypeResolutionService - - - Sets the stub of ITypeResolutionService.GetAssembly(AssemblyName name) - - - Sets the stub of ITypeResolutionService.GetAssembly(AssemblyName name, Boolean throwOnError) - - - Sets the stub of ITypeResolutionService.GetPathOfAssembly(AssemblyName name) - - - Sets the stub of ITypeResolutionService.GetType(String name) - - - Sets the stub of ITypeResolutionService.GetType(String name, Boolean throwOnError) - - - Sets the stub of ITypeResolutionService.GetType(String name, Boolean throwOnError, Boolean ignoreCase) - - - Sets the stub of ITypeResolutionService.ReferenceAssembly(AssemblyName name) - - - Sets the stub of ITypeResolutionService.GetAssembly(AssemblyName name) - - - Sets the stub of ITypeResolutionService.GetAssembly(AssemblyName name, Boolean throwOnError) - - - Sets the stub of ITypeResolutionService.GetPathOfAssembly(AssemblyName name) - - - Sets the stub of ITypeResolutionService.GetType(String name) - - - Sets the stub of ITypeResolutionService.GetType(String name, Boolean throwOnError) - - - Sets the stub of ITypeResolutionService.GetType(String name, Boolean throwOnError, Boolean ignoreCase) - - - Sets the stub of ITypeResolutionService.ReferenceAssembly(AssemblyName name) - - - Stub type of System.ComponentModel.Design.MenuCommand - - - Initializes a new instance - - - Attaches delegates to emulate StubMenuCommand.Checked as a property with a backing field. - - - Attaches delegates to emulate StubMenuCommand.Enabled as a property with a backing field. - - - Attaches delegates to emulate StubMenuCommand.Supported as a property with a backing field. - - - Attaches delegates to emulate StubMenuCommand.Visible as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MenuCommand.get_Checked() - - - Sets the stub of MenuCommand.get_Checked() - - - Sets the stub of MenuCommand.set_Checked(Boolean value) - - - Sets the stub of MenuCommand.get_CommandID() - - - Sets the stub of MenuCommand.get_CommandID() - - - Sets the stub of MenuCommand.get_Enabled() - - - Sets the stub of MenuCommand.get_Enabled() - - - Sets the stub of MenuCommand.set_Enabled(Boolean value) - - - Initializes a new instance of type StubMenuCommand - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MenuCommand.Invoke() - - - Sets the stub of MenuCommand.Invoke(Object arg) - - - Sets the stub of MenuCommand.Invoke() - - - Sets the stub of MenuCommand.Invoke(Object arg) - - - Sets the stub of MenuCommand.get_OleStatus() - - - Sets the stub of MenuCommand.get_OleStatus() - - - Sets the stub of MenuCommand.OnCommandChanged(EventArgs e) - - - Sets the stub of MenuCommand.OnCommandChanged(EventArgs e) - - - Sets the stub of MenuCommand.get_Properties() - - - Sets the stub of MenuCommand.get_Properties() - - - Sets the stub of MenuCommand.get_Supported() - - - Sets the stub of MenuCommand.get_Supported() - - - Sets the stub of MenuCommand.set_Supported(Boolean value) - - - Sets the stub of MenuCommand.ToString() - - - Sets the stub of MenuCommand.ToString() - - - Sets the stub of MenuCommand.get_Visible() - - - Sets the stub of MenuCommand.get_Visible() - - - Sets the stub of MenuCommand.set_Visible(Boolean value) - - - Stub type of System.ComponentModel.Design.ServiceContainer - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of ServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote) - - - Sets the stub of ServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote) - - - Sets the stub of ServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote) - - - Sets the stub of ServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ServiceContainer.get_DefaultServices() - - - Sets the stub of ServiceContainer.get_DefaultServices() - - - Sets the stub of ServiceContainer.Dispose(Boolean disposing) - - - Sets the stub of ServiceContainer.Dispose(Boolean disposing) - - - Sets the stub of ServiceContainer.GetService(Type serviceType) - - - Sets the stub of ServiceContainer.GetService(Type serviceType) - - - Initializes a new instance of type StubServiceContainer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ServiceContainer.RemoveService(Type serviceType, Boolean promote) - - - Sets the stub of ServiceContainer.RemoveService(Type serviceType, Boolean promote) - - - Stub type of System.ComponentModel.Design.StandardCommands - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubStandardCommands - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.Design.StandardToolWindows - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubStandardToolWindows - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.Design.TypeDescriptionProviderService - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TypeDescriptionProviderService.GetProvider(Object instance) - - - Sets the stub of TypeDescriptionProviderService.GetProvider(Type type) - - - Sets the stub of TypeDescriptionProviderService.GetProvider(Object instance) - - - Sets the stub of TypeDescriptionProviderService.GetProvider(Type type) - - - Initializes a new instance of type StubTypeDescriptionProviderService - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.Design.Serialization.ComponentSerializationService - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ComponentSerializationService.CreateStore() - - - Sets the stub of ComponentSerializationService.CreateStore() - - - Sets the stub of ComponentSerializationService.Deserialize(SerializationStore store) - - - Sets the stub of ComponentSerializationService.Deserialize(SerializationStore store, IContainer container) - - - Sets the stub of ComponentSerializationService.Deserialize(SerializationStore store) - - - Sets the stub of ComponentSerializationService.Deserialize(SerializationStore store, IContainer container) - - - Sets the stub of ComponentSerializationService.DeserializeTo(SerializationStore store, IContainer container, Boolean validateRecycledTypes, Boolean applyDefaults) - - - Sets the stub of ComponentSerializationService.DeserializeTo(SerializationStore store, IContainer container, Boolean validateRecycledTypes, Boolean applyDefaults) - - - Initializes a new instance of type StubComponentSerializationService - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ComponentSerializationService.LoadStore(Stream stream) - - - Sets the stub of ComponentSerializationService.LoadStore(Stream stream) - - - Sets the stub of ComponentSerializationService.Serialize(SerializationStore store, Object value) - - - Sets the stub of ComponentSerializationService.SerializeAbsolute(SerializationStore store, Object value) - - - Sets the stub of ComponentSerializationService.SerializeAbsolute(SerializationStore store, Object value) - - - Sets the stub of ComponentSerializationService.SerializeMember(SerializationStore store, Object owningObject, MemberDescriptor member) - - - Sets the stub of ComponentSerializationService.SerializeMemberAbsolute(SerializationStore store, Object owningObject, MemberDescriptor member) - - - Sets the stub of ComponentSerializationService.SerializeMemberAbsolute(SerializationStore store, Object owningObject, MemberDescriptor member) - - - Sets the stub of ComponentSerializationService.SerializeMember(SerializationStore store, Object owningObject, MemberDescriptor member) - - - Sets the stub of ComponentSerializationService.Serialize(SerializationStore store, Object value) - - - Stub type of System.ComponentModel.Design.Serialization.DesignerLoader - - - Initializes a new instance - - - Sets the stub of DesignerLoader.BeginLoad(IDesignerLoaderHost host) - - - Sets the stub of DesignerLoader.BeginLoad(IDesignerLoaderHost host) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DesignerLoader.Dispose() - - - Sets the stub of DesignerLoader.Dispose() - - - Sets the stub of DesignerLoader.Flush() - - - Sets the stub of DesignerLoader.Flush() - - - Initializes a new instance of type StubDesignerLoader - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DesignerLoader.get_Loading() - - - Sets the stub of DesignerLoader.get_Loading() - - - Stub type of System.ComponentModel.Design.Serialization.IDesignerLoaderHost - - - Initializes a new instance of type StubIDesignerLoaderHost - - - Sets the stub of IDesignerHost.Activate() - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote) - - - Sets the stub of IDesignerHost.get_Container() - - - Sets the stub of IDesignerHost.get_Container() - - - Sets the stub of IDesignerHost.CreateComponent(Type componentClass) - - - Sets the stub of IDesignerHost.CreateComponent(Type componentClass, String name) - - - Sets the stub of IDesignerHost.CreateTransaction() - - - Sets the stub of IDesignerHost.CreateTransaction(String description) - - - Sets the stub of IDesignerHost.DestroyComponent(IComponent component) - - - Sets the stub of IDesignerLoaderHost.EndLoad(String baseClassName, Boolean successful, ICollection errorCollection) - - - Sets the stub of IDesignerHost.GetDesigner(IComponent component) - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Sets the stub of IDesignerHost.GetType(String typeName) - - - Sets the stub of IDesignerHost.get_InTransaction() - - - Sets the stub of IDesignerHost.get_InTransaction() - - - Sets the stub of IDesignerHost.get_Loading() - - - Sets the stub of IDesignerHost.get_Loading() - - - Sets the stub of IDesignerLoaderHost.Reload() - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote) - - - Sets the stub of IDesignerHost.get_RootComponent() - - - Sets the stub of IDesignerHost.get_RootComponentClassName() - - - Sets the stub of IDesignerHost.get_RootComponentClassName() - - - Sets the stub of IDesignerHost.get_RootComponent() - - - Sets the stub of IDesignerHost.Activate() - - - Sets the stub of IDesignerHost.CreateComponent(Type componentClass) - - - Sets the stub of IDesignerHost.CreateComponent(Type componentClass, String name) - - - Sets the stub of IDesignerHost.CreateTransaction() - - - Sets the stub of IDesignerHost.CreateTransaction(String description) - - - Sets the stub of IDesignerHost.DestroyComponent(IComponent component) - - - Sets the stub of IDesignerHost.GetDesigner(IComponent component) - - - Sets the stub of IDesignerHost.GetType(String typeName) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote) - - - Sets the stub of IDesignerLoaderHost.EndLoad(String baseClassName, Boolean successful, ICollection errorCollection) - - - Sets the stub of IDesignerLoaderHost.Reload() - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Sets the stub of IDesignerHost.get_TransactionDescription() - - - Sets the stub of IDesignerHost.get_TransactionDescription() - - - Stub type of System.ComponentModel.Design.Serialization.IDesignerLoaderHost2 - - - Initializes a new instance of type StubIDesignerLoaderHost2 - - - Sets the stub of IDesignerHost.Activate() - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote) - - - Attaches delegates to emulate StubIDesignerLoaderHost2.CanReloadWithErrors as a property with a backing field. - - - Attaches delegates to emulate StubIDesignerLoaderHost2.IgnoreErrorsDuringReload as a property with a backing field. - - - Sets the stub of IDesignerLoaderHost2.get_CanReloadWithErrors() - - - Sets the stub of IDesignerLoaderHost2.get_CanReloadWithErrors() - - - Sets the stub of IDesignerLoaderHost2.set_CanReloadWithErrors(Boolean value) - - - Sets the stub of IDesignerHost.get_Container() - - - Sets the stub of IDesignerHost.get_Container() - - - Sets the stub of IDesignerHost.CreateComponent(Type componentClass) - - - Sets the stub of IDesignerHost.CreateComponent(Type componentClass, String name) - - - Sets the stub of IDesignerHost.CreateTransaction() - - - Sets the stub of IDesignerHost.CreateTransaction(String description) - - - Sets the stub of IDesignerHost.DestroyComponent(IComponent component) - - - Sets the stub of IDesignerLoaderHost.EndLoad(String baseClassName, Boolean successful, ICollection errorCollection) - - - Sets the stub of IDesignerHost.GetDesigner(IComponent component) - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Sets the stub of IDesignerHost.GetType(String typeName) - - - Sets the stub of IDesignerLoaderHost2.get_IgnoreErrorsDuringReload() - - - Sets the stub of IDesignerLoaderHost2.get_IgnoreErrorsDuringReload() - - - Sets the stub of IDesignerLoaderHost2.set_IgnoreErrorsDuringReload(Boolean value) - - - Sets the stub of IDesignerHost.get_InTransaction() - - - Sets the stub of IDesignerHost.get_InTransaction() - - - Sets the stub of IDesignerHost.get_Loading() - - - Sets the stub of IDesignerHost.get_Loading() - - - Sets the stub of IDesignerLoaderHost.Reload() - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote) - - - Sets the stub of IDesignerHost.get_RootComponent() - - - Sets the stub of IDesignerHost.get_RootComponentClassName() - - - Sets the stub of IDesignerHost.get_RootComponentClassName() - - - Sets the stub of IDesignerHost.get_RootComponent() - - - Sets the stub of IDesignerHost.Activate() - - - Sets the stub of IDesignerHost.CreateComponent(Type componentClass) - - - Sets the stub of IDesignerHost.CreateComponent(Type componentClass, String name) - - - Sets the stub of IDesignerHost.CreateTransaction() - - - Sets the stub of IDesignerHost.CreateTransaction(String description) - - - Sets the stub of IDesignerHost.DestroyComponent(IComponent component) - - - Sets the stub of IDesignerHost.GetDesigner(IComponent component) - - - Sets the stub of IDesignerHost.GetType(String typeName) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, ServiceCreatorCallback callback, Boolean promote) - - - Sets the stub of IServiceContainer.AddService(Type serviceType, Object serviceInstance, Boolean promote) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType) - - - Sets the stub of IServiceContainer.RemoveService(Type serviceType, Boolean promote) - - - Sets the stub of IDesignerLoaderHost.EndLoad(String baseClassName, Boolean successful, ICollection errorCollection) - - - Sets the stub of IDesignerLoaderHost.Reload() - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Sets the stub of IDesignerHost.get_TransactionDescription() - - - Sets the stub of IDesignerHost.get_TransactionDescription() - - - Stub type of System.ComponentModel.Design.Serialization.IDesignerLoaderService - - - Initializes a new instance of type StubIDesignerLoaderService - - - Sets the stub of IDesignerLoaderService.AddLoadDependency() - - - Sets the stub of IDesignerLoaderService.DependentLoadComplete(Boolean successful, ICollection errorCollection) - - - Sets the stub of IDesignerLoaderService.Reload() - - - Sets the stub of IDesignerLoaderService.AddLoadDependency() - - - Sets the stub of IDesignerLoaderService.DependentLoadComplete(Boolean successful, ICollection errorCollection) - - - Sets the stub of IDesignerLoaderService.Reload() - - - Stub type of System.ComponentModel.Design.Serialization.IDesignerSerializationManager - - - Initializes a new instance of type StubIDesignerSerializationManager - - - Sets the stub of IDesignerSerializationManager.AddSerializationProvider(IDesignerSerializationProvider provider) - - - Sets the stub of IDesignerSerializationManager.get_Context() - - - Sets the stub of IDesignerSerializationManager.get_Context() - - - Sets the stub of IDesignerSerializationManager.CreateInstance(Type type, ICollection arguments, String name, Boolean addToContainer) - - - Sets the stub of IDesignerSerializationManager.GetInstance(String name) - - - Sets the stub of IDesignerSerializationManager.GetName(Object value) - - - Sets the stub of IDesignerSerializationManager.GetSerializer(Type objectType, Type serializerType) - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Sets the stub of IDesignerSerializationManager.GetType(String typeName) - - - Sets the stub of IDesignerSerializationManager.get_Properties() - - - Sets the stub of IDesignerSerializationManager.get_Properties() - - - Sets the stub of IDesignerSerializationManager.RemoveSerializationProvider(IDesignerSerializationProvider provider) - - - Sets the stub of IDesignerSerializationManager.ReportError(Object errorInformation) - - - Sets the stub of IDesignerSerializationManager.SetName(Object instance, String name) - - - Sets the stub of IDesignerSerializationManager.AddSerializationProvider(IDesignerSerializationProvider provider) - - - Sets the stub of IDesignerSerializationManager.CreateInstance(Type type, ICollection arguments, String name, Boolean addToContainer) - - - Sets the stub of IDesignerSerializationManager.GetInstance(String name) - - - Sets the stub of IDesignerSerializationManager.GetName(Object value) - - - Sets the stub of IDesignerSerializationManager.GetSerializer(Type objectType, Type serializerType) - - - Sets the stub of IDesignerSerializationManager.GetType(String typeName) - - - Sets the stub of IDesignerSerializationManager.RemoveSerializationProvider(IDesignerSerializationProvider provider) - - - Sets the stub of IDesignerSerializationManager.ReportError(Object errorInformation) - - - Sets the stub of IDesignerSerializationManager.SetName(Object instance, String name) - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Stub type of System.ComponentModel.Design.Serialization.IDesignerSerializationProvider - - - Initializes a new instance of type StubIDesignerSerializationProvider - - - Sets the stub of IDesignerSerializationProvider.GetSerializer(IDesignerSerializationManager manager, Object currentSerializer, Type objectType, Type serializerType) - - - Sets the stub of IDesignerSerializationProvider.GetSerializer(IDesignerSerializationManager manager, Object currentSerializer, Type objectType, Type serializerType) - - - Stub type of System.ComponentModel.Design.Serialization.IDesignerSerializationService - - - Initializes a new instance of type StubIDesignerSerializationService - - - Sets the stub of IDesignerSerializationService.Deserialize(Object serializationData) - - - Sets the stub of IDesignerSerializationService.Serialize(ICollection objects) - - - Sets the stub of IDesignerSerializationService.Deserialize(Object serializationData) - - - Sets the stub of IDesignerSerializationService.Serialize(ICollection objects) - - - Stub type of System.ComponentModel.Design.Serialization.INameCreationService - - - Initializes a new instance of type StubINameCreationService - - - Sets the stub of INameCreationService.CreateName(IContainer container, Type dataType) - - - Sets the stub of INameCreationService.IsValidName(String name) - - - Sets the stub of INameCreationService.CreateName(IContainer container, Type dataType) - - - Sets the stub of INameCreationService.IsValidName(String name) - - - Sets the stub of INameCreationService.ValidateName(String name) - - - Sets the stub of INameCreationService.ValidateName(String name) - - - Stub type of System.ComponentModel.Design.Serialization.MemberRelationshipService - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MemberRelationshipService.GetRelationship(MemberRelationship source) - - - Sets the stub of MemberRelationshipService.GetRelationship(MemberRelationship source) - - - Initializes a new instance of type StubMemberRelationshipService - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MemberRelationshipService.SetRelationship(MemberRelationship source, MemberRelationship relationship) - - - Sets the stub of MemberRelationshipService.SetRelationship(MemberRelationship source, MemberRelationship relationship) - - - Sets the stub of MemberRelationshipService.SupportsRelationship(MemberRelationship source, MemberRelationship relationship) - - - Sets the stub of MemberRelationshipService.SupportsRelationship(MemberRelationship source, MemberRelationship relationship) - - - Stub type of System.ComponentModel.Design.Serialization.ResolveNameEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubResolveNameEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.Design.Serialization.SerializationStore - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SerializationStore.Close() - - - Sets the stub of SerializationStore.Close() - - - Sets the stub of SerializationStore.Dispose(Boolean disposing) - - - Sets the stub of SerializationStore.Dispose(Boolean disposing) - - - Sets the stub of SerializationStore.get_Errors() - - - Sets the stub of SerializationStore.get_Errors() - - - Initializes a new instance of type StubSerializationStore - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SerializationStore.Save(Stream stream) - - - Sets the stub of SerializationStore.Save(Stream stream) - - - Stub type of System.ComponentModel.AddingNewEventArgs - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubAddingNewEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.ArrayConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of ArrayConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of ArrayConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of ArrayConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of ArrayConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of ArrayConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of ArrayConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubArrayConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.AttributeCollection - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of AttributeCollection.get_Attributes() - - - Sets the stub of AttributeCollection.get_Attributes() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubAttributeCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of AttributeCollection.get_Item(Type attributeType) - - - Sets the stub of AttributeCollection.get_Item(Int32 index) - - - Sets the stub of AttributeCollection.get_Item(Int32 index) - - - Sets the stub of AttributeCollection.get_Item(Type attributeType) - - - Stub type of System.ComponentModel.AttributeProviderAttribute - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubAttributeProviderAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.ComponentModel.BackgroundWorker - - - Initializes a new instance - - - Attaches delegates to emulate StubBackgroundWorker.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.Dispose(Boolean disposing) - - - Sets the stub of Component.Dispose(Boolean disposing) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of Component.GetService(Type service) - - - Initializes a new instance of type StubBackgroundWorker - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of BackgroundWorker.OnDoWork(DoWorkEventArgs e) - - - Sets the stub of BackgroundWorker.OnDoWork(DoWorkEventArgs e) - - - Sets the stub of BackgroundWorker.OnProgressChanged(ProgressChangedEventArgs e) - - - Sets the stub of BackgroundWorker.OnProgressChanged(ProgressChangedEventArgs e) - - - Sets the stub of BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) - - - Sets the stub of BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.set_Site(ISite value) - - - Sets the stub of Component.ToString() - - - Sets the stub of Component.ToString() - - - Stub type of System.ComponentModel.BindingList`1 - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of BindingList`1.AddNewCore() - - - Sets the stub of BindingList`1.AddNewCore() - - - Sets the stub of BindingList`1.ApplySortCore(PropertyDescriptor prop, ListSortDirection direction) - - - Sets the stub of BindingList`1.ApplySortCore(PropertyDescriptor prop, ListSortDirection direction) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of BindingList`1.CancelNew(Int32 itemIndex) - - - Sets the stub of BindingList`1.CancelNew(Int32 itemIndex) - - - Sets the stub of BindingList`1.ClearItems() - - - Sets the stub of BindingList`1.ClearItems() - - - Sets the stub of BindingList`1.EndNew(Int32 itemIndex) - - - Sets the stub of BindingList`1.EndNew(Int32 itemIndex) - - - Sets the stub of BindingList`1.FindCore(PropertyDescriptor prop, Object key) - - - Sets the stub of BindingList`1.FindCore(PropertyDescriptor prop, Object key) - - - Initializes a new instance of type StubBindingList - - - Sets the stub of BindingList`1.InsertItem(Int32 index, !0 item) - - - Sets the stub of BindingList`1.InsertItem(Int32 index, !0 item) - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of BindingList`1.get_IsSortedCore() - - - Sets the stub of BindingList`1.get_IsSortedCore() - - - Sets the stub of BindingList`1.OnAddingNew(AddingNewEventArgs e) - - - Sets the stub of BindingList`1.OnAddingNew(AddingNewEventArgs e) - - - Sets the stub of BindingList`1.OnListChanged(ListChangedEventArgs e) - - - Sets the stub of BindingList`1.OnListChanged(ListChangedEventArgs e) - - - Sets the stub of BindingList`1.RemoveItem(Int32 index) - - - Sets the stub of BindingList`1.RemoveItem(Int32 index) - - - Sets the stub of BindingList`1.RemoveSortCore() - - - Sets the stub of BindingList`1.RemoveSortCore() - - - Sets the stub of BindingList`1.SetItem(Int32 index, !0 item) - - - Sets the stub of BindingList`1.SetItem(Int32 index, !0 item) - - - Sets the stub of BindingList`1.get_SortDirectionCore() - - - Sets the stub of BindingList`1.get_SortDirectionCore() - - - Sets the stub of BindingList`1.get_SortPropertyCore() - - - Sets the stub of BindingList`1.get_SortPropertyCore() - - - Sets the stub of BindingList`1.get_SupportsChangeNotificationCore() - - - Sets the stub of BindingList`1.get_SupportsChangeNotificationCore() - - - Sets the stub of BindingList`1.get_SupportsSearchingCore() - - - Sets the stub of BindingList`1.get_SupportsSearchingCore() - - - Sets the stub of BindingList`1.get_SupportsSortingCore() - - - Sets the stub of BindingList`1.get_SupportsSortingCore() - - - Stub type of System.ComponentModel.BooleanConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of BooleanConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of BooleanConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of BooleanConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of BooleanConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of BooleanConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of BooleanConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of BooleanConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of BooleanConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of BooleanConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of BooleanConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubBooleanConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.CancelEventArgs - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCancelEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.CategoryAttribute - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CategoryAttribute.Equals(Object obj) - - - Sets the stub of CategoryAttribute.Equals(Object obj) - - - Sets the stub of CategoryAttribute.GetHashCode() - - - Sets the stub of CategoryAttribute.GetHashCode() - - - Sets the stub of CategoryAttribute.GetLocalizedString(String value) - - - Sets the stub of CategoryAttribute.GetLocalizedString(String value) - - - Initializes a new instance of type StubCategoryAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CategoryAttribute.IsDefaultAttribute() - - - Sets the stub of CategoryAttribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.ComponentModel.CharConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CharConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of CharConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of CharConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of CharConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of CharConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of CharConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubCharConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.CollectionChangeEventArgs - - - Initializes a new instance - - - Sets the stub of CollectionChangeEventArgs.get_Action() - - - Sets the stub of CollectionChangeEventArgs.get_Action() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CollectionChangeEventArgs.get_Element() - - - Sets the stub of CollectionChangeEventArgs.get_Element() - - - Initializes a new instance of type StubCollectionChangeEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.CollectionConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of CollectionConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of CollectionConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of CollectionConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of CollectionConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of CollectionConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of CollectionConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubCollectionConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.Component - - - Initializes a new instance - - - Attaches delegates to emulate StubComponent.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.Dispose(Boolean disposing) - - - Sets the stub of Component.Dispose(Boolean disposing) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of Component.GetService(Type service) - - - Initializes a new instance of type StubComponent - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.set_Site(ISite value) - - - Sets the stub of Component.ToString() - - - Sets the stub of Component.ToString() - - - Stub type of System.ComponentModel.ComponentCollection - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ReadOnlyCollectionBase.get_Count() - - - Sets the stub of ReadOnlyCollectionBase.get_Count() - - - Sets the stub of ReadOnlyCollectionBase.GetEnumerator() - - - Sets the stub of ReadOnlyCollectionBase.GetEnumerator() - - - Initializes a new instance of type StubComponentCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ComponentCollection.get_Item(Int32 index) - - - Sets the stub of ComponentCollection.get_Item(String name) - - - Sets the stub of ComponentCollection.get_Item(Int32 index) - - - Sets the stub of ComponentCollection.get_Item(String name) - - - Stub type of System.ComponentModel.ComponentConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ReferenceConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of ReferenceConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of ReferenceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of ReferenceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of ReferenceConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of ReferenceConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of ComponentConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of ComponentConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of ComponentConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of ComponentConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of ReferenceConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of ReferenceConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of ReferenceConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of ReferenceConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of ReferenceConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of ReferenceConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubComponentConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of ReferenceConverter.IsValueAllowed(ITypeDescriptorContext context, Object value) - - - Sets the stub of ReferenceConverter.IsValueAllowed(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.ComponentEditor - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ComponentEditor.EditComponent(ITypeDescriptorContext context, Object component) - - - Sets the stub of ComponentEditor.EditComponent(ITypeDescriptorContext context, Object component) - - - Initializes a new instance of type StubComponentEditor - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.ComponentResourceManager - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of ComponentResourceManager.ApplyResources(Object value, String objectName, CultureInfo culture) - - - Sets the stub of ComponentResourceManager.ApplyResources(Object value, String objectName, CultureInfo culture) - - - Attaches delegates to emulate StubComponentResourceManager.IgnoreCase as a property with a backing field. - - - Sets the stub of ResourceManager.get_BaseName() - - - Sets the stub of ResourceManager.get_BaseName() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ResourceManager.GetObject(String name) - - - Sets the stub of ResourceManager.GetObject(String name, CultureInfo culture) - - - Sets the stub of ResourceManager.GetObject(String name) - - - Sets the stub of ResourceManager.GetObject(String name, CultureInfo culture) - - - Sets the stub of ResourceManager.GetResourceFileName(CultureInfo culture) - - - Sets the stub of ResourceManager.GetResourceFileName(CultureInfo culture) - - - Sets the stub of ResourceManager.GetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) - - - Sets the stub of ResourceManager.GetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) - - - Sets the stub of ResourceManager.GetString(String name) - - - Sets the stub of ResourceManager.GetString(String name, CultureInfo culture) - - - Sets the stub of ResourceManager.GetString(String name) - - - Sets the stub of ResourceManager.GetString(String name, CultureInfo culture) - - - Sets the stub of ResourceManager.get_IgnoreCase() - - - Sets the stub of ResourceManager.get_IgnoreCase() - - - Sets the stub of ResourceManager.set_IgnoreCase(Boolean value) - - - Initializes a new instance of type StubComponentResourceManager - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) - - - Sets the stub of ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) - - - Sets the stub of ResourceManager.ReleaseAllResources() - - - Sets the stub of ResourceManager.ReleaseAllResources() - - - Sets the stub of ResourceManager.get_ResourceSetType() - - - Sets the stub of ResourceManager.get_ResourceSetType() - - - Stub type of System.ComponentModel.Container - - - Initializes a new instance - - - Sets the stub of Container.Add(IComponent component) - - - Sets the stub of Container.Add(IComponent component, String name) - - - Sets the stub of Container.Add(IComponent component) - - - Sets the stub of Container.Add(IComponent component, String name) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Container.get_Components() - - - Sets the stub of Container.get_Components() - - - Sets the stub of Container.CreateSite(IComponent component, String name) - - - Sets the stub of Container.CreateSite(IComponent component, String name) - - - Sets the stub of Container.Dispose(Boolean disposing) - - - Sets the stub of Container.Dispose(Boolean disposing) - - - Sets the stub of Container.GetService(Type service) - - - Sets the stub of Container.GetService(Type service) - - - Initializes a new instance of type StubContainer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Container.Remove(IComponent component) - - - Sets the stub of Container.Remove(IComponent component) - - - Sets the stub of Container.ValidateName(IComponent component, String name) - - - Sets the stub of Container.ValidateName(IComponent component, String name) - - - Stub type of System.ComponentModel.ContainerFilterService - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ContainerFilterService.FilterComponents(ComponentCollection components) - - - Sets the stub of ContainerFilterService.FilterComponents(ComponentCollection components) - - - Initializes a new instance of type StubContainerFilterService - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.CultureInfoConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CultureInfoConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of CultureInfoConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of CultureInfoConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of CultureInfoConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of CultureInfoConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of CultureInfoConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of CultureInfoConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of CultureInfoConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of CultureInfoConverter.GetCultureName(CultureInfo culture) - - - Sets the stub of CultureInfoConverter.GetCultureName(CultureInfo culture) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of CultureInfoConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of CultureInfoConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of CultureInfoConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of CultureInfoConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of CultureInfoConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of CultureInfoConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubCultureInfoConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.CustomTypeDescriptor - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CustomTypeDescriptor.GetAttributes() - - - Sets the stub of CustomTypeDescriptor.GetAttributes() - - - Sets the stub of CustomTypeDescriptor.GetClassName() - - - Sets the stub of CustomTypeDescriptor.GetClassName() - - - Sets the stub of CustomTypeDescriptor.GetComponentName() - - - Sets the stub of CustomTypeDescriptor.GetComponentName() - - - Sets the stub of CustomTypeDescriptor.GetConverter() - - - Sets the stub of CustomTypeDescriptor.GetConverter() - - - Sets the stub of CustomTypeDescriptor.GetDefaultEvent() - - - Sets the stub of CustomTypeDescriptor.GetDefaultEvent() - - - Sets the stub of CustomTypeDescriptor.GetDefaultProperty() - - - Sets the stub of CustomTypeDescriptor.GetDefaultProperty() - - - Sets the stub of CustomTypeDescriptor.GetEditor(Type editorBaseType) - - - Sets the stub of CustomTypeDescriptor.GetEditor(Type editorBaseType) - - - Sets the stub of CustomTypeDescriptor.GetEvents() - - - Sets the stub of CustomTypeDescriptor.GetEvents(Attribute[] attributes) - - - Sets the stub of CustomTypeDescriptor.GetEvents() - - - Sets the stub of CustomTypeDescriptor.GetEvents(Attribute[] attributes) - - - Sets the stub of CustomTypeDescriptor.GetProperties() - - - Sets the stub of CustomTypeDescriptor.GetProperties(Attribute[] attributes) - - - Sets the stub of CustomTypeDescriptor.GetProperties() - - - Sets the stub of CustomTypeDescriptor.GetProperties(Attribute[] attributes) - - - Sets the stub of CustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) - - - Sets the stub of CustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) - - - Initializes a new instance of type StubCustomTypeDescriptor - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.DataErrorsChangedEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDataErrorsChangedEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DataErrorsChangedEventArgs.get_PropertyName() - - - Sets the stub of DataErrorsChangedEventArgs.get_PropertyName() - - - Stub type of System.ComponentModel.DateTimeConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DateTimeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of DateTimeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of DateTimeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of DateTimeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of DateTimeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of DateTimeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of DateTimeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of DateTimeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubDateTimeConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.DateTimeOffsetConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DateTimeOffsetConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of DateTimeOffsetConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of DateTimeOffsetConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of DateTimeOffsetConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of DateTimeOffsetConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of DateTimeOffsetConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of DateTimeOffsetConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of DateTimeOffsetConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubDateTimeOffsetConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.DefaultValueAttribute - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DefaultValueAttribute.Equals(Object obj) - - - Sets the stub of DefaultValueAttribute.Equals(Object obj) - - - Sets the stub of DefaultValueAttribute.GetHashCode() - - - Sets the stub of DefaultValueAttribute.GetHashCode() - - - Initializes a new instance of type StubDefaultValueAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of DefaultValueAttribute.get_Value() - - - Sets the stub of DefaultValueAttribute.get_Value() - - - Stub type of System.ComponentModel.DescriptionAttribute - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DescriptionAttribute.get_Description() - - - Sets the stub of DescriptionAttribute.get_Description() - - - Sets the stub of DescriptionAttribute.Equals(Object obj) - - - Sets the stub of DescriptionAttribute.Equals(Object obj) - - - Sets the stub of DescriptionAttribute.GetHashCode() - - - Sets the stub of DescriptionAttribute.GetHashCode() - - - Initializes a new instance of type StubDescriptionAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DescriptionAttribute.IsDefaultAttribute() - - - Sets the stub of DescriptionAttribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.ComponentModel.DisplayNameAttribute - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DisplayNameAttribute.get_DisplayName() - - - Sets the stub of DisplayNameAttribute.get_DisplayName() - - - Sets the stub of DisplayNameAttribute.Equals(Object obj) - - - Sets the stub of DisplayNameAttribute.Equals(Object obj) - - - Sets the stub of DisplayNameAttribute.GetHashCode() - - - Sets the stub of DisplayNameAttribute.GetHashCode() - - - Initializes a new instance of type StubDisplayNameAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DisplayNameAttribute.IsDefaultAttribute() - - - Sets the stub of DisplayNameAttribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.ComponentModel.DoWorkEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDoWorkEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.EnumConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of EnumConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of EnumConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of EnumConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of EnumConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of EnumConverter.get_Comparer() - - - Sets the stub of EnumConverter.get_Comparer() - - - Sets the stub of EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of EnumConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of EnumConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of EnumConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of EnumConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of EnumConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of EnumConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of EnumConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of EnumConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubEnumConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of EnumConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of EnumConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.EventDescriptor - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of EventDescriptor.AddEventHandler(Object component, Delegate value) - - - Sets the stub of EventDescriptor.AddEventHandler(Object component, Delegate value) - - - Attaches delegates to emulate StubEventDescriptor.AttributeArray as a property with a backing field. - - - Sets the stub of MemberDescriptor.get_AttributeArray() - - - Sets the stub of MemberDescriptor.get_AttributeArray() - - - Sets the stub of MemberDescriptor.set_AttributeArray(Attribute[] value) - - - Sets the stub of MemberDescriptor.get_Attributes() - - - Sets the stub of MemberDescriptor.get_Attributes() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MemberDescriptor.get_Category() - - - Sets the stub of MemberDescriptor.get_Category() - - - Sets the stub of EventDescriptor.get_ComponentType() - - - Sets the stub of EventDescriptor.get_ComponentType() - - - Sets the stub of MemberDescriptor.CreateAttributeCollection() - - - Sets the stub of MemberDescriptor.CreateAttributeCollection() - - - Sets the stub of MemberDescriptor.get_Description() - - - Sets the stub of MemberDescriptor.get_Description() - - - Sets the stub of MemberDescriptor.get_DesignTimeOnly() - - - Sets the stub of MemberDescriptor.get_DesignTimeOnly() - - - Sets the stub of MemberDescriptor.get_DisplayName() - - - Sets the stub of MemberDescriptor.get_DisplayName() - - - Sets the stub of MemberDescriptor.Equals(Object obj) - - - Sets the stub of MemberDescriptor.Equals(Object obj) - - - Sets the stub of EventDescriptor.get_EventType() - - - Sets the stub of EventDescriptor.get_EventType() - - - Sets the stub of MemberDescriptor.FillAttributes(IList attributeList) - - - Sets the stub of MemberDescriptor.FillAttributes(IList attributeList) - - - Sets the stub of MemberDescriptor.GetHashCode() - - - Sets the stub of MemberDescriptor.GetHashCode() - - - Sets the stub of MemberDescriptor.GetInvocationTarget(Type type, Object instance) - - - Sets the stub of MemberDescriptor.GetInvocationTarget(Type type, Object instance) - - - Initializes a new instance of type StubEventDescriptor - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MemberDescriptor.get_IsBrowsable() - - - Sets the stub of MemberDescriptor.get_IsBrowsable() - - - Sets the stub of EventDescriptor.get_IsMulticast() - - - Sets the stub of EventDescriptor.get_IsMulticast() - - - Sets the stub of MemberDescriptor.get_Name() - - - Sets the stub of MemberDescriptor.get_Name() - - - Sets the stub of MemberDescriptor.get_NameHashCode() - - - Sets the stub of MemberDescriptor.get_NameHashCode() - - - Sets the stub of EventDescriptor.RemoveEventHandler(Object component, Delegate value) - - - Sets the stub of EventDescriptor.RemoveEventHandler(Object component, Delegate value) - - - Stub type of System.ComponentModel.EventDescriptorCollection - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of EventDescriptorCollection.Find(String name, Boolean ignoreCase) - - - Sets the stub of EventDescriptorCollection.Find(String name, Boolean ignoreCase) - - - Initializes a new instance of type StubEventDescriptorCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of EventDescriptorCollection.get_Item(Int32 index) - - - Sets the stub of EventDescriptorCollection.get_Item(String name) - - - Sets the stub of EventDescriptorCollection.get_Item(Int32 index) - - - Sets the stub of EventDescriptorCollection.get_Item(String name) - - - Sets the stub of EventDescriptorCollection.Sort() - - - Sets the stub of EventDescriptorCollection.Sort(IComparer comparer) - - - Sets the stub of EventDescriptorCollection.Sort(String[] names) - - - Sets the stub of EventDescriptorCollection.Sort(String[] names, IComparer comparer) - - - Sets the stub of EventDescriptorCollection.Sort() - - - Sets the stub of EventDescriptorCollection.Sort(IComparer comparer) - - - Sets the stub of EventDescriptorCollection.Sort(String[] names) - - - Sets the stub of EventDescriptorCollection.Sort(String[] names, IComparer comparer) - - - Stub type of System.ComponentModel.ExpandableObjectConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of ExpandableObjectConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of ExpandableObjectConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of ExpandableObjectConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of ExpandableObjectConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubExpandableObjectConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.GuidConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of GuidConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of GuidConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of GuidConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of GuidConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of GuidConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of GuidConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of GuidConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of GuidConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubGuidConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.HandledEventArgs - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubHandledEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.IBindingList - - - Initializes a new instance of type StubIBindingList - - - Sets the stub of IBindingList.AddIndex(PropertyDescriptor property) - - - Sets the stub of IBindingList.AddNew() - - - Sets the stub of IList.Add(Object value) - - - Sets the stub of IBindingList.get_AllowEdit() - - - Sets the stub of IBindingList.get_AllowEdit() - - - Sets the stub of IBindingList.get_AllowNew() - - - Sets the stub of IBindingList.get_AllowNew() - - - Sets the stub of IBindingList.get_AllowRemove() - - - Sets the stub of IBindingList.get_AllowRemove() - - - Sets the stub of IBindingList.ApplySort(PropertyDescriptor property, ListSortDirection direction) - - - Sets the stub of IList.Clear() - - - Sets the stub of IList.Contains(Object value) - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of IBindingList.Find(PropertyDescriptor property, Object key) - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IList.IndexOf(Object value) - - - Sets the stub of IList.Insert(Int32 index, Object value) - - - Sets the stub of IList.get_IsFixedSize() - - - Sets the stub of IList.get_IsFixedSize() - - - Sets the stub of IList.get_IsReadOnly() - - - Sets the stub of IList.get_IsReadOnly() - - - Sets the stub of IBindingList.get_IsSorted() - - - Sets the stub of IBindingList.get_IsSorted() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of IList.get_Item(Int32 index) - - - Sets the stub of IList.get_Item(Int32 index) - - - Sets the stub of IList.set_Item(Int32 index, Object value) - - - Sets the stub of IList.RemoveAt(Int32 index) - - - Sets the stub of IBindingList.RemoveIndex(PropertyDescriptor property) - - - Sets the stub of IList.Remove(Object value) - - - Sets the stub of IBindingList.RemoveSort() - - - Sets the stub of IBindingList.get_SortDirection() - - - Sets the stub of IBindingList.get_SortDirection() - - - Sets the stub of IBindingList.get_SortProperty() - - - Sets the stub of IBindingList.get_SortProperty() - - - Sets the stub of IBindingList.get_SupportsChangeNotification() - - - Sets the stub of IBindingList.get_SupportsChangeNotification() - - - Sets the stub of IBindingList.get_SupportsSearching() - - - Sets the stub of IBindingList.get_SupportsSearching() - - - Sets the stub of IBindingList.get_SupportsSorting() - - - Sets the stub of IBindingList.get_SupportsSorting() - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IList.Add(Object value) - - - Sets the stub of IList.Clear() - - - Sets the stub of IList.Contains(Object value) - - - Sets the stub of IList.IndexOf(Object value) - - - Sets the stub of IList.Insert(Int32 index, Object value) - - - Sets the stub of IList.Remove(Object value) - - - Sets the stub of IList.RemoveAt(Int32 index) - - - Sets the stub of IBindingList.AddIndex(PropertyDescriptor property) - - - Sets the stub of IBindingList.AddNew() - - - Sets the stub of IBindingList.ApplySort(PropertyDescriptor property, ListSortDirection direction) - - - Sets the stub of IBindingList.Find(PropertyDescriptor property, Object key) - - - Sets the stub of IBindingList.RemoveIndex(PropertyDescriptor property) - - - Sets the stub of IBindingList.RemoveSort() - - - Stub type of System.ComponentModel.IBindingListView - - - Initializes a new instance of type StubIBindingListView - - - Sets the stub of IBindingList.AddIndex(PropertyDescriptor property) - - - Sets the stub of IBindingList.AddNew() - - - Sets the stub of IList.Add(Object value) - - - Sets the stub of IBindingList.get_AllowEdit() - - - Sets the stub of IBindingList.get_AllowEdit() - - - Sets the stub of IBindingList.get_AllowNew() - - - Sets the stub of IBindingList.get_AllowNew() - - - Sets the stub of IBindingList.get_AllowRemove() - - - Sets the stub of IBindingList.get_AllowRemove() - - - Sets the stub of IBindingListView.ApplySort(ListSortDescriptionCollection sorts) - - - Sets the stub of IBindingList.ApplySort(PropertyDescriptor property, ListSortDirection direction) - - - Attaches delegates to emulate StubIBindingListView.Filter as a property with a backing field. - - - Sets the stub of IList.Clear() - - - Sets the stub of IList.Contains(Object value) - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of IBindingListView.get_Filter() - - - Sets the stub of IBindingListView.get_Filter() - - - Sets the stub of IBindingListView.set_Filter(String value) - - - Sets the stub of IBindingList.Find(PropertyDescriptor property, Object key) - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IList.IndexOf(Object value) - - - Sets the stub of IList.Insert(Int32 index, Object value) - - - Sets the stub of IList.get_IsFixedSize() - - - Sets the stub of IList.get_IsFixedSize() - - - Sets the stub of IList.get_IsReadOnly() - - - Sets the stub of IList.get_IsReadOnly() - - - Sets the stub of IBindingList.get_IsSorted() - - - Sets the stub of IBindingList.get_IsSorted() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of IList.get_Item(Int32 index) - - - Sets the stub of IList.get_Item(Int32 index) - - - Sets the stub of IList.set_Item(Int32 index, Object value) - - - Sets the stub of IList.RemoveAt(Int32 index) - - - Sets the stub of IBindingListView.RemoveFilter() - - - Sets the stub of IBindingList.RemoveIndex(PropertyDescriptor property) - - - Sets the stub of IList.Remove(Object value) - - - Sets the stub of IBindingList.RemoveSort() - - - Sets the stub of IBindingListView.get_SortDescriptions() - - - Sets the stub of IBindingListView.get_SortDescriptions() - - - Sets the stub of IBindingList.get_SortDirection() - - - Sets the stub of IBindingList.get_SortDirection() - - - Sets the stub of IBindingList.get_SortProperty() - - - Sets the stub of IBindingList.get_SortProperty() - - - Sets the stub of IBindingListView.get_SupportsAdvancedSorting() - - - Sets the stub of IBindingListView.get_SupportsAdvancedSorting() - - - Sets the stub of IBindingList.get_SupportsChangeNotification() - - - Sets the stub of IBindingList.get_SupportsChangeNotification() - - - Sets the stub of IBindingListView.get_SupportsFiltering() - - - Sets the stub of IBindingListView.get_SupportsFiltering() - - - Sets the stub of IBindingList.get_SupportsSearching() - - - Sets the stub of IBindingList.get_SupportsSearching() - - - Sets the stub of IBindingList.get_SupportsSorting() - - - Sets the stub of IBindingList.get_SupportsSorting() - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IList.Add(Object value) - - - Sets the stub of IList.Clear() - - - Sets the stub of IList.Contains(Object value) - - - Sets the stub of IList.IndexOf(Object value) - - - Sets the stub of IList.Insert(Int32 index, Object value) - - - Sets the stub of IList.Remove(Object value) - - - Sets the stub of IList.RemoveAt(Int32 index) - - - Sets the stub of IBindingList.AddIndex(PropertyDescriptor property) - - - Sets the stub of IBindingList.AddNew() - - - Sets the stub of IBindingList.ApplySort(PropertyDescriptor property, ListSortDirection direction) - - - Sets the stub of IBindingList.Find(PropertyDescriptor property, Object key) - - - Sets the stub of IBindingList.RemoveIndex(PropertyDescriptor property) - - - Sets the stub of IBindingList.RemoveSort() - - - Sets the stub of IBindingListView.ApplySort(ListSortDescriptionCollection sorts) - - - Sets the stub of IBindingListView.RemoveFilter() - - - Stub type of System.ComponentModel.ICancelAddNew - - - Initializes a new instance of type StubICancelAddNew - - - Sets the stub of ICancelAddNew.CancelNew(Int32 itemIndex) - - - Sets the stub of ICancelAddNew.EndNew(Int32 itemIndex) - - - Sets the stub of ICancelAddNew.CancelNew(Int32 itemIndex) - - - Sets the stub of ICancelAddNew.EndNew(Int32 itemIndex) - - - Stub type of System.ComponentModel.IChangeTracking - - - Initializes a new instance of type StubIChangeTracking - - - Sets the stub of IChangeTracking.AcceptChanges() - - - Sets the stub of IChangeTracking.get_IsChanged() - - - Sets the stub of IChangeTracking.get_IsChanged() - - - Sets the stub of IChangeTracking.AcceptChanges() - - - Stub type of System.ComponentModel.IComponent - - - Initializes a new instance of type StubIComponent - - - Attaches delegates to emulate StubIComponent.Site as a property with a backing field. - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IComponent.get_Site() - - - Sets the stub of IComponent.get_Site() - - - Sets the stub of IComponent.set_Site(ISite value) - - - Sets the stub of IDisposable.Dispose() - - - Stub type of System.ComponentModel.IContainer - - - Initializes a new instance of type StubIContainer - - - Sets the stub of IContainer.Add(IComponent component) - - - Sets the stub of IContainer.Add(IComponent component, String name) - - - Sets the stub of IContainer.get_Components() - - - Sets the stub of IContainer.get_Components() - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IContainer.Remove(IComponent component) - - - Sets the stub of IContainer.Add(IComponent component) - - - Sets the stub of IContainer.Add(IComponent component, String name) - - - Sets the stub of IContainer.Remove(IComponent component) - - - Sets the stub of IDisposable.Dispose() - - - Stub type of System.ComponentModel.ICustomTypeDescriptor - - - Initializes a new instance of type StubICustomTypeDescriptor - - - Sets the stub of ICustomTypeDescriptor.GetAttributes() - - - Sets the stub of ICustomTypeDescriptor.GetClassName() - - - Sets the stub of ICustomTypeDescriptor.GetComponentName() - - - Sets the stub of ICustomTypeDescriptor.GetConverter() - - - Sets the stub of ICustomTypeDescriptor.GetDefaultEvent() - - - Sets the stub of ICustomTypeDescriptor.GetDefaultProperty() - - - Sets the stub of ICustomTypeDescriptor.GetEditor(Type editorBaseType) - - - Sets the stub of ICustomTypeDescriptor.GetEvents() - - - Sets the stub of ICustomTypeDescriptor.GetEvents(Attribute[] attributes) - - - Sets the stub of ICustomTypeDescriptor.GetProperties() - - - Sets the stub of ICustomTypeDescriptor.GetProperties(Attribute[] attributes) - - - Sets the stub of ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) - - - Sets the stub of ICustomTypeDescriptor.GetAttributes() - - - Sets the stub of ICustomTypeDescriptor.GetClassName() - - - Sets the stub of ICustomTypeDescriptor.GetComponentName() - - - Sets the stub of ICustomTypeDescriptor.GetConverter() - - - Sets the stub of ICustomTypeDescriptor.GetDefaultEvent() - - - Sets the stub of ICustomTypeDescriptor.GetDefaultProperty() - - - Sets the stub of ICustomTypeDescriptor.GetEditor(Type editorBaseType) - - - Sets the stub of ICustomTypeDescriptor.GetEvents() - - - Sets the stub of ICustomTypeDescriptor.GetEvents(Attribute[] attributes) - - - Sets the stub of ICustomTypeDescriptor.GetProperties() - - - Sets the stub of ICustomTypeDescriptor.GetProperties(Attribute[] attributes) - - - Sets the stub of ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) - - - Stub type of System.ComponentModel.IDataErrorInfo - - - Initializes a new instance of type StubIDataErrorInfo - - - Sets the stub of IDataErrorInfo.get_Error() - - - Sets the stub of IDataErrorInfo.get_Error() - - - Sets the stub of IDataErrorInfo.get_Item(String columnName) - - - Sets the stub of IDataErrorInfo.get_Item(String columnName) - - - Stub type of System.ComponentModel.IEditableObject - - - Initializes a new instance of type StubIEditableObject - - - Sets the stub of IEditableObject.BeginEdit() - - - Sets the stub of IEditableObject.CancelEdit() - - - Sets the stub of IEditableObject.EndEdit() - - - Sets the stub of IEditableObject.BeginEdit() - - - Sets the stub of IEditableObject.CancelEdit() - - - Sets the stub of IEditableObject.EndEdit() - - - Stub type of System.ComponentModel.IExtenderProvider - - - Initializes a new instance of type StubIExtenderProvider - - - Sets the stub of IExtenderProvider.CanExtend(Object extendee) - - - Sets the stub of IExtenderProvider.CanExtend(Object extendee) - - - Stub type of System.ComponentModel.IIntellisenseBuilder - - - Initializes a new instance of type StubIIntellisenseBuilder - - - Sets the stub of IIntellisenseBuilder.get_Name() - - - Sets the stub of IIntellisenseBuilder.get_Name() - - - Sets the stub of IIntellisenseBuilder.Show(String language, String value, String& newValue) - - - Sets the stub of IIntellisenseBuilder.Show(String language, String value, String& newValue) - - - Stub type of System.ComponentModel.IListSource - - - Initializes a new instance of type StubIListSource - - - Sets the stub of IListSource.get_ContainsListCollection() - - - Sets the stub of IListSource.get_ContainsListCollection() - - - Sets the stub of IListSource.GetList() - - - Sets the stub of IListSource.GetList() - - - Stub type of System.ComponentModel.INestedContainer - - - Initializes a new instance of type StubINestedContainer - - - Sets the stub of IContainer.Add(IComponent component) - - - Sets the stub of IContainer.Add(IComponent component, String name) - - - Sets the stub of IContainer.get_Components() - - - Sets the stub of IContainer.get_Components() - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of INestedContainer.get_Owner() - - - Sets the stub of INestedContainer.get_Owner() - - - Sets the stub of IContainer.Remove(IComponent component) - - - Sets the stub of IContainer.Add(IComponent component) - - - Sets the stub of IContainer.Add(IComponent component, String name) - - - Sets the stub of IContainer.Remove(IComponent component) - - - Sets the stub of IDisposable.Dispose() - - - Stub type of System.ComponentModel.INestedSite - - - Initializes a new instance of type StubINestedSite - - - Attaches delegates to emulate StubINestedSite.Name as a property with a backing field. - - - Sets the stub of ISite.get_Component() - - - Sets the stub of ISite.get_Component() - - - Sets the stub of ISite.get_Container() - - - Sets the stub of ISite.get_Container() - - - Sets the stub of ISite.get_DesignMode() - - - Sets the stub of ISite.get_DesignMode() - - - Sets the stub of INestedSite.get_FullName() - - - Sets the stub of INestedSite.get_FullName() - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Sets the stub of ISite.get_Name() - - - Sets the stub of ISite.get_Name() - - - Sets the stub of ISite.set_Name(String value) - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Stub type of System.ComponentModel.INotifyDataErrorInfo - - - Initializes a new instance of type StubINotifyDataErrorInfo - - - Sets the stub of INotifyDataErrorInfo.GetErrors(String propertyName) - - - Sets the stub of INotifyDataErrorInfo.get_HasErrors() - - - Sets the stub of INotifyDataErrorInfo.get_HasErrors() - - - Sets the stub of INotifyDataErrorInfo.GetErrors(String propertyName) - - - Stub type of System.ComponentModel.INotifyPropertyChanged - - - Initializes a new instance of type StubINotifyPropertyChanged - - - Stub type of System.ComponentModel.INotifyPropertyChanging - - - Initializes a new instance of type StubINotifyPropertyChanging - - - Stub type of System.ComponentModel.IRaiseItemChangedEvents - - - Initializes a new instance of type StubIRaiseItemChangedEvents - - - Sets the stub of IRaiseItemChangedEvents.get_RaisesItemChangedEvents() - - - Sets the stub of IRaiseItemChangedEvents.get_RaisesItemChangedEvents() - - - Stub type of System.ComponentModel.IRevertibleChangeTracking - - - Initializes a new instance of type StubIRevertibleChangeTracking - - - Sets the stub of IChangeTracking.AcceptChanges() - - - Sets the stub of IChangeTracking.get_IsChanged() - - - Sets the stub of IChangeTracking.get_IsChanged() - - - Sets the stub of IRevertibleChangeTracking.RejectChanges() - - - Sets the stub of IChangeTracking.AcceptChanges() - - - Sets the stub of IRevertibleChangeTracking.RejectChanges() - - - Stub type of System.ComponentModel.ISite - - - Initializes a new instance of type StubISite - - - Attaches delegates to emulate StubISite.Name as a property with a backing field. - - - Sets the stub of ISite.get_Component() - - - Sets the stub of ISite.get_Component() - - - Sets the stub of ISite.get_Container() - - - Sets the stub of ISite.get_Container() - - - Sets the stub of ISite.get_DesignMode() - - - Sets the stub of ISite.get_DesignMode() - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Sets the stub of ISite.get_Name() - - - Sets the stub of ISite.get_Name() - - - Sets the stub of ISite.set_Name(String value) - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Stub type of System.ComponentModel.ISupportInitialize - - - Initializes a new instance of type StubISupportInitialize - - - Sets the stub of ISupportInitialize.BeginInit() - - - Sets the stub of ISupportInitialize.EndInit() - - - Sets the stub of ISupportInitialize.BeginInit() - - - Sets the stub of ISupportInitialize.EndInit() - - - Stub type of System.ComponentModel.ISupportInitializeNotification - - - Initializes a new instance of type StubISupportInitializeNotification - - - Sets the stub of ISupportInitialize.BeginInit() - - - Sets the stub of ISupportInitialize.EndInit() - - - Sets the stub of ISupportInitializeNotification.get_IsInitialized() - - - Sets the stub of ISupportInitializeNotification.get_IsInitialized() - - - Sets the stub of ISupportInitialize.BeginInit() - - - Sets the stub of ISupportInitialize.EndInit() - - - Stub type of System.ComponentModel.ISynchronizeInvoke - - - Initializes a new instance of type StubISynchronizeInvoke - - - Sets the stub of ISynchronizeInvoke.BeginInvoke(Delegate method, Object[] args) - - - Sets the stub of ISynchronizeInvoke.EndInvoke(IAsyncResult result) - - - Sets the stub of ISynchronizeInvoke.Invoke(Delegate method, Object[] args) - - - Sets the stub of ISynchronizeInvoke.get_InvokeRequired() - - - Sets the stub of ISynchronizeInvoke.get_InvokeRequired() - - - Sets the stub of ISynchronizeInvoke.BeginInvoke(Delegate method, Object[] args) - - - Sets the stub of ISynchronizeInvoke.EndInvoke(IAsyncResult result) - - - Sets the stub of ISynchronizeInvoke.Invoke(Delegate method, Object[] args) - - - Stub type of System.ComponentModel.ITypeDescriptorContext - - - Initializes a new instance of type StubITypeDescriptorContext - - - Sets the stub of ITypeDescriptorContext.get_Container() - - - Sets the stub of ITypeDescriptorContext.get_Container() - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Sets the stub of ITypeDescriptorContext.get_Instance() - - - Sets the stub of ITypeDescriptorContext.get_Instance() - - - Sets the stub of ITypeDescriptorContext.OnComponentChanged() - - - Sets the stub of ITypeDescriptorContext.OnComponentChanging() - - - Sets the stub of ITypeDescriptorContext.get_PropertyDescriptor() - - - Sets the stub of ITypeDescriptorContext.get_PropertyDescriptor() - - - Sets the stub of ITypeDescriptorContext.OnComponentChanged() - - - Sets the stub of ITypeDescriptorContext.OnComponentChanging() - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Stub type of System.ComponentModel.ITypedList - - - Initializes a new instance of type StubITypedList - - - Sets the stub of ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) - - - Sets the stub of ITypedList.GetListName(PropertyDescriptor[] listAccessors) - - - Sets the stub of ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) - - - Sets the stub of ITypedList.GetListName(PropertyDescriptor[] listAccessors) - - - Stub type of System.ComponentModel.InstallerTypeAttribute - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of InstallerTypeAttribute.Equals(Object obj) - - - Sets the stub of InstallerTypeAttribute.Equals(Object obj) - - - Sets the stub of InstallerTypeAttribute.GetHashCode() - - - Sets the stub of InstallerTypeAttribute.GetHashCode() - - - Initializes a new instance of type StubInstallerTypeAttribute - - - Sets the stub of InstallerTypeAttribute.get_InstallerType() - - - Sets the stub of InstallerTypeAttribute.get_InstallerType() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.ComponentModel.InstanceCreationEditor - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of InstanceCreationEditor.CreateInstance(ITypeDescriptorContext context, Type instanceType) - - - Sets the stub of InstanceCreationEditor.CreateInstance(ITypeDescriptorContext context, Type instanceType) - - - Initializes a new instance of type StubInstanceCreationEditor - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of InstanceCreationEditor.get_Text() - - - Sets the stub of InstanceCreationEditor.get_Text() - - - Stub type of System.ComponentModel.InvalidAsynchronousStateException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubInvalidAsynchronousStateException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubInvalidAsynchronousStateException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubInvalidAsynchronousStateException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ArgumentException.get_Message() - - - Sets the stub of ArgumentException.get_Message() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ComponentModel.InvalidEnumArgumentException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubInvalidEnumArgumentException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubInvalidEnumArgumentException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubInvalidEnumArgumentException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ArgumentException.get_Message() - - - Sets the stub of ArgumentException.get_Message() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ComponentModel.LicFileLicenseProvider - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of LicFileLicenseProvider.GetKey(Type type) - - - Sets the stub of LicFileLicenseProvider.GetKey(Type type) - - - Sets the stub of LicFileLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) - - - Sets the stub of LicFileLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) - - - Initializes a new instance of type StubLicFileLicenseProvider - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of LicFileLicenseProvider.IsKeyValid(String key, Type type) - - - Sets the stub of LicFileLicenseProvider.IsKeyValid(String key, Type type) - - - Stub type of System.ComponentModel.License - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of License.Dispose() - - - Sets the stub of License.Dispose() - - - Initializes a new instance of type StubLicense - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of License.get_LicenseKey() - - - Sets the stub of License.get_LicenseKey() - - - Stub type of System.ComponentModel.LicenseContext - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of LicenseContext.GetSavedLicenseKey(Type type, Assembly resourceAssembly) - - - Sets the stub of LicenseContext.GetSavedLicenseKey(Type type, Assembly resourceAssembly) - - - Sets the stub of LicenseContext.GetService(Type type) - - - Sets the stub of LicenseContext.GetService(Type type) - - - Initializes a new instance of type StubLicenseContext - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of LicenseContext.SetSavedLicenseKey(Type type, String key) - - - Sets the stub of LicenseContext.SetSavedLicenseKey(Type type, String key) - - - Sets the stub of LicenseContext.get_UsageMode() - - - Sets the stub of LicenseContext.get_UsageMode() - - - Stub type of System.ComponentModel.LicenseException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubLicenseException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubLicenseException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of LicenseException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of LicenseException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubLicenseException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ComponentModel.LicenseProvider - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of LicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) - - - Sets the stub of LicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) - - - Initializes a new instance of type StubLicenseProvider - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.ListChangedEventArgs - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubListChangedEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.ListSortDescription - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubListSortDescription - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.ListSortDescriptionCollection - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubListSortDescriptionCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.MarshalByValueComponent - - - Initializes a new instance - - - Attaches delegates to emulate StubMarshalByValueComponent.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MarshalByValueComponent.get_Container() - - - Sets the stub of MarshalByValueComponent.get_Container() - - - Sets the stub of MarshalByValueComponent.get_DesignMode() - - - Sets the stub of MarshalByValueComponent.get_DesignMode() - - - Sets the stub of MarshalByValueComponent.Dispose(Boolean disposing) - - - Sets the stub of MarshalByValueComponent.Dispose(Boolean disposing) - - - Sets the stub of MarshalByValueComponent.GetService(Type service) - - - Sets the stub of MarshalByValueComponent.GetService(Type service) - - - Initializes a new instance of type StubMarshalByValueComponent - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MarshalByValueComponent.get_Site() - - - Sets the stub of MarshalByValueComponent.get_Site() - - - Sets the stub of MarshalByValueComponent.set_Site(ISite value) - - - Sets the stub of MarshalByValueComponent.ToString() - - - Sets the stub of MarshalByValueComponent.ToString() - - - Stub type of System.ComponentModel.MaskedTextProvider - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubMaskedTextProvider - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MaskedTextProvider.ToString() - - - Sets the stub of MaskedTextProvider.ToString() - - - Stub type of System.ComponentModel.MemberDescriptor - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubMemberDescriptor.AttributeArray as a property with a backing field. - - - Sets the stub of MemberDescriptor.get_AttributeArray() - - - Sets the stub of MemberDescriptor.get_AttributeArray() - - - Sets the stub of MemberDescriptor.set_AttributeArray(Attribute[] value) - - - Sets the stub of MemberDescriptor.get_Attributes() - - - Sets the stub of MemberDescriptor.get_Attributes() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MemberDescriptor.get_Category() - - - Sets the stub of MemberDescriptor.get_Category() - - - Sets the stub of MemberDescriptor.CreateAttributeCollection() - - - Sets the stub of MemberDescriptor.CreateAttributeCollection() - - - Sets the stub of MemberDescriptor.get_Description() - - - Sets the stub of MemberDescriptor.get_Description() - - - Sets the stub of MemberDescriptor.get_DesignTimeOnly() - - - Sets the stub of MemberDescriptor.get_DesignTimeOnly() - - - Sets the stub of MemberDescriptor.get_DisplayName() - - - Sets the stub of MemberDescriptor.get_DisplayName() - - - Sets the stub of MemberDescriptor.Equals(Object obj) - - - Sets the stub of MemberDescriptor.Equals(Object obj) - - - Sets the stub of MemberDescriptor.FillAttributes(IList attributeList) - - - Sets the stub of MemberDescriptor.FillAttributes(IList attributeList) - - - Sets the stub of MemberDescriptor.GetHashCode() - - - Sets the stub of MemberDescriptor.GetHashCode() - - - Sets the stub of MemberDescriptor.GetInvocationTarget(Type type, Object instance) - - - Sets the stub of MemberDescriptor.GetInvocationTarget(Type type, Object instance) - - - Initializes a new instance of type StubMemberDescriptor - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MemberDescriptor.get_IsBrowsable() - - - Sets the stub of MemberDescriptor.get_IsBrowsable() - - - Sets the stub of MemberDescriptor.get_Name() - - - Sets the stub of MemberDescriptor.get_Name() - - - Sets the stub of MemberDescriptor.get_NameHashCode() - - - Sets the stub of MemberDescriptor.get_NameHashCode() - - - Stub type of System.ComponentModel.MultilineStringConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of MultilineStringConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of MultilineStringConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of MultilineStringConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of MultilineStringConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of MultilineStringConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of MultilineStringConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubMultilineStringConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.NestedContainer - - - Initializes a new instance - - - Sets the stub of Container.Add(IComponent component) - - - Sets the stub of Container.Add(IComponent component, String name) - - - Sets the stub of Container.Add(IComponent component) - - - Sets the stub of Container.Add(IComponent component, String name) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Container.get_Components() - - - Sets the stub of Container.get_Components() - - - Sets the stub of NestedContainer.CreateSite(IComponent component, String name) - - - Sets the stub of NestedContainer.CreateSite(IComponent component, String name) - - - Sets the stub of NestedContainer.Dispose(Boolean disposing) - - - Sets the stub of NestedContainer.Dispose(Boolean disposing) - - - Sets the stub of NestedContainer.GetService(Type service) - - - Sets the stub of NestedContainer.GetService(Type service) - - - Initializes a new instance of type StubNestedContainer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of NestedContainer.get_OwnerName() - - - Sets the stub of NestedContainer.get_OwnerName() - - - Sets the stub of Container.Remove(IComponent component) - - - Sets the stub of Container.Remove(IComponent component) - - - Sets the stub of Container.ValidateName(IComponent component, String name) - - - Sets the stub of Container.ValidateName(IComponent component, String name) - - - Stub type of System.ComponentModel.NullableConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of NullableConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of NullableConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of NullableConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of NullableConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of NullableConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of NullableConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of NullableConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of NullableConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of NullableConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of NullableConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of NullableConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of NullableConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of NullableConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of NullableConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of NullableConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of NullableConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of NullableConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of NullableConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of NullableConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of NullableConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of NullableConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of NullableConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubNullableConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of NullableConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of NullableConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.ProgressChangedEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubProgressChangedEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.PropertyChangedEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubPropertyChangedEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of PropertyChangedEventArgs.get_PropertyName() - - - Sets the stub of PropertyChangedEventArgs.get_PropertyName() - - - Stub type of System.ComponentModel.PropertyChangingEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubPropertyChangingEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of PropertyChangingEventArgs.get_PropertyName() - - - Sets the stub of PropertyChangingEventArgs.get_PropertyName() - - - Stub type of System.ComponentModel.PropertyDescriptor - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of PropertyDescriptor.AddValueChanged(Object component, EventHandler handler) - - - Sets the stub of PropertyDescriptor.AddValueChanged(Object component, EventHandler handler) - - - Attaches delegates to emulate StubPropertyDescriptor.AttributeArray as a property with a backing field. - - - Sets the stub of MemberDescriptor.get_AttributeArray() - - - Sets the stub of MemberDescriptor.get_AttributeArray() - - - Sets the stub of MemberDescriptor.set_AttributeArray(Attribute[] value) - - - Sets the stub of MemberDescriptor.get_Attributes() - - - Sets the stub of MemberDescriptor.get_Attributes() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of PropertyDescriptor.CanResetValue(Object component) - - - Sets the stub of PropertyDescriptor.CanResetValue(Object component) - - - Sets the stub of MemberDescriptor.get_Category() - - - Sets the stub of MemberDescriptor.get_Category() - - - Sets the stub of PropertyDescriptor.get_ComponentType() - - - Sets the stub of PropertyDescriptor.get_ComponentType() - - - Sets the stub of PropertyDescriptor.get_Converter() - - - Sets the stub of PropertyDescriptor.get_Converter() - - - Sets the stub of MemberDescriptor.CreateAttributeCollection() - - - Sets the stub of MemberDescriptor.CreateAttributeCollection() - - - Sets the stub of MemberDescriptor.get_Description() - - - Sets the stub of MemberDescriptor.get_Description() - - - Sets the stub of MemberDescriptor.get_DesignTimeOnly() - - - Sets the stub of MemberDescriptor.get_DesignTimeOnly() - - - Sets the stub of MemberDescriptor.get_DisplayName() - - - Sets the stub of MemberDescriptor.get_DisplayName() - - - Sets the stub of PropertyDescriptor.Equals(Object obj) - - - Sets the stub of PropertyDescriptor.Equals(Object obj) - - - Sets the stub of PropertyDescriptor.FillAttributes(IList attributeList) - - - Sets the stub of PropertyDescriptor.FillAttributes(IList attributeList) - - - Sets the stub of PropertyDescriptor.GetChildProperties(Object instance, Attribute[] filter) - - - Sets the stub of PropertyDescriptor.GetChildProperties(Object instance, Attribute[] filter) - - - Sets the stub of PropertyDescriptor.GetEditor(Type editorBaseType) - - - Sets the stub of PropertyDescriptor.GetEditor(Type editorBaseType) - - - Sets the stub of PropertyDescriptor.GetHashCode() - - - Sets the stub of PropertyDescriptor.GetHashCode() - - - Sets the stub of PropertyDescriptor.GetInvocationTarget(Type type, Object instance) - - - Sets the stub of PropertyDescriptor.GetInvocationTarget(Type type, Object instance) - - - Sets the stub of PropertyDescriptor.GetValue(Object component) - - - Sets the stub of PropertyDescriptor.GetValue(Object component) - - - Initializes a new instance of type StubPropertyDescriptor - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MemberDescriptor.get_IsBrowsable() - - - Sets the stub of MemberDescriptor.get_IsBrowsable() - - - Sets the stub of PropertyDescriptor.get_IsLocalizable() - - - Sets the stub of PropertyDescriptor.get_IsLocalizable() - - - Sets the stub of PropertyDescriptor.get_IsReadOnly() - - - Sets the stub of PropertyDescriptor.get_IsReadOnly() - - - Sets the stub of MemberDescriptor.get_Name() - - - Sets the stub of MemberDescriptor.get_Name() - - - Sets the stub of MemberDescriptor.get_NameHashCode() - - - Sets the stub of MemberDescriptor.get_NameHashCode() - - - Sets the stub of PropertyDescriptor.OnValueChanged(Object component, EventArgs e) - - - Sets the stub of PropertyDescriptor.OnValueChanged(Object component, EventArgs e) - - - Sets the stub of PropertyDescriptor.get_PropertyType() - - - Sets the stub of PropertyDescriptor.get_PropertyType() - - - Sets the stub of PropertyDescriptor.RemoveValueChanged(Object component, EventHandler handler) - - - Sets the stub of PropertyDescriptor.RemoveValueChanged(Object component, EventHandler handler) - - - Sets the stub of PropertyDescriptor.ResetValue(Object component) - - - Sets the stub of PropertyDescriptor.ResetValue(Object component) - - - Sets the stub of PropertyDescriptor.SetValue(Object component, Object value) - - - Sets the stub of PropertyDescriptor.SetValue(Object component, Object value) - - - Sets the stub of PropertyDescriptor.ShouldSerializeValue(Object component) - - - Sets the stub of PropertyDescriptor.ShouldSerializeValue(Object component) - - - Sets the stub of PropertyDescriptor.get_SupportsChangeEvents() - - - Sets the stub of PropertyDescriptor.get_SupportsChangeEvents() - - - Stub type of System.ComponentModel.PropertyDescriptorCollection - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of PropertyDescriptorCollection.Find(String name, Boolean ignoreCase) - - - Sets the stub of PropertyDescriptorCollection.Find(String name, Boolean ignoreCase) - - - Sets the stub of PropertyDescriptorCollection.GetEnumerator() - - - Sets the stub of PropertyDescriptorCollection.GetEnumerator() - - - Initializes a new instance of type StubPropertyDescriptorCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of PropertyDescriptorCollection.get_Item(Int32 index) - - - Sets the stub of PropertyDescriptorCollection.get_Item(String name) - - - Sets the stub of PropertyDescriptorCollection.get_Item(Int32 index) - - - Sets the stub of PropertyDescriptorCollection.get_Item(String name) - - - Sets the stub of PropertyDescriptorCollection.Sort() - - - Sets the stub of PropertyDescriptorCollection.Sort(String[] names) - - - Sets the stub of PropertyDescriptorCollection.Sort(IComparer comparer) - - - Sets the stub of PropertyDescriptorCollection.Sort(String[] names, IComparer comparer) - - - Sets the stub of PropertyDescriptorCollection.Sort() - - - Sets the stub of PropertyDescriptorCollection.Sort(IComparer comparer) - - - Sets the stub of PropertyDescriptorCollection.Sort(String[] names) - - - Sets the stub of PropertyDescriptorCollection.Sort(String[] names, IComparer comparer) - - - Stub type of System.ComponentModel.PropertyTabAttribute - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of PropertyTabAttribute.Equals(Object other) - - - Sets the stub of PropertyTabAttribute.Equals(Object other) - - - Sets the stub of PropertyTabAttribute.GetHashCode() - - - Sets the stub of PropertyTabAttribute.GetHashCode() - - - Initializes a new instance of type StubPropertyTabAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.ComponentModel.ReferenceConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ReferenceConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of ReferenceConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of ReferenceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of ReferenceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of ReferenceConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of ReferenceConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of ReferenceConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of ReferenceConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of ReferenceConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of ReferenceConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of ReferenceConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of ReferenceConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubReferenceConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of ReferenceConverter.IsValueAllowed(ITypeDescriptorContext context, Object value) - - - Sets the stub of ReferenceConverter.IsValueAllowed(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.RefreshEventArgs - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubRefreshEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.RunInstallerAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of RunInstallerAttribute.Equals(Object obj) - - - Sets the stub of RunInstallerAttribute.Equals(Object obj) - - - Sets the stub of RunInstallerAttribute.GetHashCode() - - - Sets the stub of RunInstallerAttribute.GetHashCode() - - - Initializes a new instance of type StubRunInstallerAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of RunInstallerAttribute.IsDefaultAttribute() - - - Sets the stub of RunInstallerAttribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.ComponentModel.RunWorkerCompletedEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubRunWorkerCompletedEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ComponentModel.StringConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of StringConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of StringConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of StringConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of StringConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubStringConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.TimeSpanConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TimeSpanConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TimeSpanConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TimeSpanConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TimeSpanConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TimeSpanConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TimeSpanConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TimeSpanConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TimeSpanConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubTimeSpanConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.ToolboxItemAttribute - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ToolboxItemAttribute.Equals(Object obj) - - - Sets the stub of ToolboxItemAttribute.Equals(Object obj) - - - Sets the stub of ToolboxItemAttribute.GetHashCode() - - - Sets the stub of ToolboxItemAttribute.GetHashCode() - - - Initializes a new instance of type StubToolboxItemAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ToolboxItemAttribute.IsDefaultAttribute() - - - Sets the stub of ToolboxItemAttribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.ComponentModel.TypeConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubTypeConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.TypeDescriptionProvider - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TypeDescriptionProvider.CreateInstance(IServiceProvider provider, Type objectType, Type[] argTypes, Object[] args) - - - Sets the stub of TypeDescriptionProvider.CreateInstance(IServiceProvider provider, Type objectType, Type[] argTypes, Object[] args) - - - Sets the stub of TypeDescriptionProvider.GetCache(Object instance) - - - Sets the stub of TypeDescriptionProvider.GetCache(Object instance) - - - Sets the stub of TypeDescriptionProvider.GetExtendedTypeDescriptor(Object instance) - - - Sets the stub of TypeDescriptionProvider.GetExtendedTypeDescriptor(Object instance) - - - Sets the stub of TypeDescriptionProvider.GetExtenderProviders(Object instance) - - - Sets the stub of TypeDescriptionProvider.GetExtenderProviders(Object instance) - - - Sets the stub of TypeDescriptionProvider.GetFullComponentName(Object component) - - - Sets the stub of TypeDescriptionProvider.GetFullComponentName(Object component) - - - Sets the stub of TypeDescriptionProvider.GetReflectionType(Type objectType, Object instance) - - - Sets the stub of TypeDescriptionProvider.GetReflectionType(Type objectType, Object instance) - - - Sets the stub of TypeDescriptionProvider.GetRuntimeType(Type reflectionType) - - - Sets the stub of TypeDescriptionProvider.GetRuntimeType(Type reflectionType) - - - Sets the stub of TypeDescriptionProvider.GetTypeDescriptor(Type objectType, Object instance) - - - Sets the stub of TypeDescriptionProvider.GetTypeDescriptor(Type objectType, Object instance) - - - Initializes a new instance of type StubTypeDescriptionProvider - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeDescriptionProvider.IsSupportedType(Type type) - - - Sets the stub of TypeDescriptionProvider.IsSupportedType(Type type) - - - Stub type of System.ComponentModel.TypeListConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TypeListConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeListConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeListConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeListConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeListConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TypeListConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TypeListConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeListConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeListConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeListConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeListConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeListConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeListConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeListConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubTypeListConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.ComponentModel.WarningException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubWarningException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubWarningException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of WarningException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of WarningException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubWarningException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ComponentModel.Win32Exception - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubWin32Exception.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubWin32Exception.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of ExternalException.get_ErrorCode() - - - Sets the stub of ExternalException.get_ErrorCode() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubWin32Exception - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of ExternalException.ToString() - - - Sets the stub of ExternalException.ToString() - - - Shim type of System.Configuration.ConfigurationSettings - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ConfigurationSettings.get_AppSettings() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of ConfigurationSettings.ConfigurationSettings() - - - Sets the shim of ConfigurationSettings.GetConfig(String sectionName) - - - Stub type of System.Configuration.AppSettingsReader - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubAppSettingsReader - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Configuration.ApplicationSettingsBase - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ApplicationSettingsBase.get_Context() - - - Sets the stub of ApplicationSettingsBase.get_Context() - - - Initializes a new instance of type StubApplicationSettingsBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ApplicationSettingsBase.get_Item(String propertyName) - - - Sets the stub of ApplicationSettingsBase.get_Item(String propertyName) - - - Sets the stub of ApplicationSettingsBase.set_Item(String propertyName, Object value) - - - Sets the stub of ApplicationSettingsBase.OnPropertyChanged(Object sender, PropertyChangedEventArgs e) - - - Sets the stub of ApplicationSettingsBase.OnPropertyChanged(Object sender, PropertyChangedEventArgs e) - - - Sets the stub of ApplicationSettingsBase.OnSettingChanging(Object sender, SettingChangingEventArgs e) - - - Sets the stub of ApplicationSettingsBase.OnSettingChanging(Object sender, SettingChangingEventArgs e) - - - Sets the stub of ApplicationSettingsBase.OnSettingsLoaded(Object sender, SettingsLoadedEventArgs e) - - - Sets the stub of ApplicationSettingsBase.OnSettingsLoaded(Object sender, SettingsLoadedEventArgs e) - - - Sets the stub of ApplicationSettingsBase.OnSettingsSaving(Object sender, CancelEventArgs e) - - - Sets the stub of ApplicationSettingsBase.OnSettingsSaving(Object sender, CancelEventArgs e) - - - Sets the stub of ApplicationSettingsBase.get_Properties() - - - Sets the stub of ApplicationSettingsBase.get_Properties() - - - Sets the stub of ApplicationSettingsBase.get_PropertyValues() - - - Sets the stub of ApplicationSettingsBase.get_PropertyValues() - - - Sets the stub of ApplicationSettingsBase.get_Providers() - - - Sets the stub of ApplicationSettingsBase.get_Providers() - - - Sets the stub of ApplicationSettingsBase.Save() - - - Sets the stub of ApplicationSettingsBase.Save() - - - Sets the stub of ApplicationSettingsBase.Upgrade() - - - Sets the stub of ApplicationSettingsBase.Upgrade() - - - Stub type of System.Configuration.ConfigurationException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubConfigurationException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubConfigurationException.Source as a property with a backing field. - - - Sets the stub of ConfigurationException.get_BareMessage() - - - Sets the stub of ConfigurationException.get_BareMessage() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of ConfigurationException.get_Filename() - - - Sets the stub of ConfigurationException.get_Filename() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of ConfigurationException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of ConfigurationException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubConfigurationException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ConfigurationException.get_Line() - - - Sets the stub of ConfigurationException.get_Line() - - - Sets the stub of ConfigurationException.get_Message() - - - Sets the stub of ConfigurationException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Configuration.DictionarySectionHandler - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DictionarySectionHandler.Create(Object parent, Object context, XmlNode section) - - - Sets the stub of DictionarySectionHandler.Create(Object parent, Object context, XmlNode section) - - - Initializes a new instance of type StubDictionarySectionHandler - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DictionarySectionHandler.get_KeyAttributeName() - - - Sets the stub of DictionarySectionHandler.get_KeyAttributeName() - - - Sets the stub of DictionarySectionHandler.get_ValueAttributeName() - - - Sets the stub of DictionarySectionHandler.get_ValueAttributeName() - - - Stub type of System.Configuration.IApplicationSettingsProvider - - - Initializes a new instance of type StubIApplicationSettingsProvider - - - Sets the stub of IApplicationSettingsProvider.GetPreviousVersion(SettingsContext context, SettingsProperty property) - - - Sets the stub of IApplicationSettingsProvider.Reset(SettingsContext context) - - - Sets the stub of IApplicationSettingsProvider.GetPreviousVersion(SettingsContext context, SettingsProperty property) - - - Sets the stub of IApplicationSettingsProvider.Reset(SettingsContext context) - - - Sets the stub of IApplicationSettingsProvider.Upgrade(SettingsContext context, SettingsPropertyCollection properties) - - - Sets the stub of IApplicationSettingsProvider.Upgrade(SettingsContext context, SettingsPropertyCollection properties) - - - Stub type of System.Configuration.IConfigurationSectionHandler - - - Initializes a new instance of type StubIConfigurationSectionHandler - - - Sets the stub of IConfigurationSectionHandler.Create(Object parent, Object configContext, XmlNode section) - - - Sets the stub of IConfigurationSectionHandler.Create(Object parent, Object configContext, XmlNode section) - - - Stub type of System.Configuration.IConfigurationSystem - - - Initializes a new instance of type StubIConfigurationSystem - - - Sets the stub of IConfigurationSystem.GetConfig(String configKey) - - - Sets the stub of IConfigurationSystem.Init() - - - Sets the stub of IConfigurationSystem.GetConfig(String configKey) - - - Sets the stub of IConfigurationSystem.Init() - - - Stub type of System.Configuration.IPersistComponentSettings - - - Initializes a new instance of type StubIPersistComponentSettings - - - Attaches delegates to emulate StubIPersistComponentSettings.SaveSettings as a property with a backing field. - - - Attaches delegates to emulate StubIPersistComponentSettings.SettingsKey as a property with a backing field. - - - Sets the stub of IPersistComponentSettings.LoadComponentSettings() - - - Sets the stub of IPersistComponentSettings.ResetComponentSettings() - - - Sets the stub of IPersistComponentSettings.SaveComponentSettings() - - - Sets the stub of IPersistComponentSettings.get_SaveSettings() - - - Sets the stub of IPersistComponentSettings.get_SaveSettings() - - - Sets the stub of IPersistComponentSettings.set_SaveSettings(Boolean value) - - - Sets the stub of IPersistComponentSettings.get_SettingsKey() - - - Sets the stub of IPersistComponentSettings.get_SettingsKey() - - - Sets the stub of IPersistComponentSettings.set_SettingsKey(String value) - - - Sets the stub of IPersistComponentSettings.LoadComponentSettings() - - - Sets the stub of IPersistComponentSettings.ResetComponentSettings() - - - Sets the stub of IPersistComponentSettings.SaveComponentSettings() - - - Stub type of System.Configuration.ISettingsProviderService - - - Initializes a new instance of type StubISettingsProviderService - - - Sets the stub of ISettingsProviderService.GetSettingsProvider(SettingsProperty property) - - - Sets the stub of ISettingsProviderService.GetSettingsProvider(SettingsProperty property) - - - Stub type of System.Configuration.IgnoreSectionHandler - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IgnoreSectionHandler.Create(Object parent, Object configContext, XmlNode section) - - - Sets the stub of IgnoreSectionHandler.Create(Object parent, Object configContext, XmlNode section) - - - Initializes a new instance of type StubIgnoreSectionHandler - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Configuration.LocalFileSettingsProvider - - - Initializes a new instance - - - Sets the stub of LocalFileSettingsProvider.get_ApplicationName() - - - Sets the stub of LocalFileSettingsProvider.get_ApplicationName() - - - Sets the stub of LocalFileSettingsProvider.set_ApplicationName(String value) - - - Attaches delegates to emulate StubLocalFileSettingsProvider.ApplicationName as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ProviderBase.get_Description() - - - Sets the stub of ProviderBase.get_Description() - - - Sets the stub of LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties) - - - Sets the stub of LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties) - - - Sets the stub of LocalFileSettingsProvider.Initialize(String name, NameValueCollection values) - - - Sets the stub of LocalFileSettingsProvider.Initialize(String name, NameValueCollection values) - - - Initializes a new instance of type StubLocalFileSettingsProvider - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ProviderBase.get_Name() - - - Sets the stub of ProviderBase.get_Name() - - - Sets the stub of LocalFileSettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection values) - - - Sets the stub of LocalFileSettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection values) - - - Stub type of System.Configuration.NameValueFileSectionHandler - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubNameValueFileSectionHandler - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Configuration.NameValueSectionHandler - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubNameValueSectionHandler - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of NameValueSectionHandler.get_KeyAttributeName() - - - Sets the stub of NameValueSectionHandler.get_KeyAttributeName() - - - Sets the stub of NameValueSectionHandler.get_ValueAttributeName() - - - Sets the stub of NameValueSectionHandler.get_ValueAttributeName() - - - Stub type of System.Configuration.SettingAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubSettingAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Configuration.SettingChangingEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSettingChangingEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Configuration.SettingsAttributeDictionary - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of Hashtable.Add(Object key, Object value) - - - Sets the stub of Hashtable.Add(Object key, Object value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Hashtable.Clear() - - - Sets the stub of Hashtable.Clear() - - - Sets the stub of Hashtable.Clone() - - - Sets the stub of Hashtable.Clone() - - - Sets the stub of Hashtable.Contains(Object key) - - - Sets the stub of Hashtable.ContainsKey(Object key) - - - Sets the stub of Hashtable.ContainsKey(Object key) - - - Sets the stub of Hashtable.Contains(Object key) - - - Sets the stub of Hashtable.ContainsValue(Object value) - - - Sets the stub of Hashtable.ContainsValue(Object value) - - - Sets the stub of Hashtable.CopyTo(Array array, Int32 arrayIndex) - - - Sets the stub of Hashtable.CopyTo(Array array, Int32 arrayIndex) - - - Sets the stub of Hashtable.get_Count() - - - Sets the stub of Hashtable.get_Count() - - - Sets the stub of Hashtable.GetEnumerator() - - - Sets the stub of Hashtable.GetEnumerator() - - - Sets the stub of Hashtable.GetHash(Object key) - - - Sets the stub of Hashtable.GetHash(Object key) - - - Sets the stub of Hashtable.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Hashtable.GetObjectData(SerializationInfo info, StreamingContext context) - - - Initializes a new instance of type StubSettingsAttributeDictionary - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Hashtable.get_IsFixedSize() - - - Sets the stub of Hashtable.get_IsFixedSize() - - - Sets the stub of Hashtable.get_IsReadOnly() - - - Sets the stub of Hashtable.get_IsReadOnly() - - - Sets the stub of Hashtable.get_IsSynchronized() - - - Sets the stub of Hashtable.get_IsSynchronized() - - - Sets the stub of Hashtable.get_Item(Object key) - - - Sets the stub of Hashtable.get_Item(Object key) - - - Sets the stub of Hashtable.set_Item(Object key, Object value) - - - Sets the stub of Hashtable.KeyEquals(Object item, Object key) - - - Sets the stub of Hashtable.KeyEquals(Object item, Object key) - - - Sets the stub of Hashtable.get_Keys() - - - Sets the stub of Hashtable.get_Keys() - - - Sets the stub of Hashtable.OnDeserialization(Object sender) - - - Sets the stub of Hashtable.OnDeserialization(Object sender) - - - Sets the stub of Hashtable.Remove(Object key) - - - Sets the stub of Hashtable.Remove(Object key) - - - Sets the stub of Hashtable.get_SyncRoot() - - - Sets the stub of Hashtable.get_SyncRoot() - - - Sets the stub of Hashtable.get_Values() - - - Sets the stub of Hashtable.get_Values() - - - Stub type of System.Configuration.SettingsBase - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SettingsBase.get_Context() - - - Sets the stub of SettingsBase.get_Context() - - - Initializes a new instance of type StubSettingsBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SettingsBase.get_Item(String propertyName) - - - Sets the stub of SettingsBase.get_Item(String propertyName) - - - Sets the stub of SettingsBase.set_Item(String propertyName, Object value) - - - Sets the stub of SettingsBase.get_Properties() - - - Sets the stub of SettingsBase.get_Properties() - - - Sets the stub of SettingsBase.get_PropertyValues() - - - Sets the stub of SettingsBase.get_PropertyValues() - - - Sets the stub of SettingsBase.get_Providers() - - - Sets the stub of SettingsBase.get_Providers() - - - Sets the stub of SettingsBase.Save() - - - Sets the stub of SettingsBase.Save() - - - Stub type of System.Configuration.SettingsContext - - - Initializes a new instance - - - Sets the stub of Hashtable.Add(Object key, Object value) - - - Sets the stub of Hashtable.Add(Object key, Object value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Hashtable.Clear() - - - Sets the stub of Hashtable.Clear() - - - Sets the stub of Hashtable.Clone() - - - Sets the stub of Hashtable.Clone() - - - Sets the stub of Hashtable.Contains(Object key) - - - Sets the stub of Hashtable.ContainsKey(Object key) - - - Sets the stub of Hashtable.ContainsKey(Object key) - - - Sets the stub of Hashtable.Contains(Object key) - - - Sets the stub of Hashtable.ContainsValue(Object value) - - - Sets the stub of Hashtable.ContainsValue(Object value) - - - Sets the stub of Hashtable.CopyTo(Array array, Int32 arrayIndex) - - - Sets the stub of Hashtable.CopyTo(Array array, Int32 arrayIndex) - - - Sets the stub of Hashtable.get_Count() - - - Sets the stub of Hashtable.get_Count() - - - Sets the stub of Hashtable.GetEnumerator() - - - Sets the stub of Hashtable.GetEnumerator() - - - Sets the stub of Hashtable.GetHash(Object key) - - - Sets the stub of Hashtable.GetHash(Object key) - - - Sets the stub of Hashtable.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Hashtable.GetObjectData(SerializationInfo info, StreamingContext context) - - - Initializes a new instance of type StubSettingsContext - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Hashtable.get_IsFixedSize() - - - Sets the stub of Hashtable.get_IsFixedSize() - - - Sets the stub of Hashtable.get_IsReadOnly() - - - Sets the stub of Hashtable.get_IsReadOnly() - - - Sets the stub of Hashtable.get_IsSynchronized() - - - Sets the stub of Hashtable.get_IsSynchronized() - - - Sets the stub of Hashtable.get_Item(Object key) - - - Sets the stub of Hashtable.get_Item(Object key) - - - Sets the stub of Hashtable.set_Item(Object key, Object value) - - - Sets the stub of Hashtable.KeyEquals(Object item, Object key) - - - Sets the stub of Hashtable.KeyEquals(Object item, Object key) - - - Sets the stub of Hashtable.get_Keys() - - - Sets the stub of Hashtable.get_Keys() - - - Sets the stub of Hashtable.OnDeserialization(Object sender) - - - Sets the stub of Hashtable.OnDeserialization(Object sender) - - - Sets the stub of Hashtable.Remove(Object key) - - - Sets the stub of Hashtable.Remove(Object key) - - - Sets the stub of Hashtable.get_SyncRoot() - - - Sets the stub of Hashtable.get_SyncRoot() - - - Sets the stub of Hashtable.get_Values() - - - Sets the stub of Hashtable.get_Values() - - - Stub type of System.Configuration.SettingsLoadedEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSettingsLoadedEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Configuration.SettingsProperty - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSettingsProperty.DefaultValue as a property with a backing field. - - - Attaches delegates to emulate StubSettingsProperty.IsReadOnly as a property with a backing field. - - - Attaches delegates to emulate StubSettingsProperty.Name as a property with a backing field. - - - Attaches delegates to emulate StubSettingsProperty.PropertyType as a property with a backing field. - - - Attaches delegates to emulate StubSettingsProperty.Provider as a property with a backing field. - - - Attaches delegates to emulate StubSettingsProperty.SerializeAs as a property with a backing field. - - - Sets the stub of SettingsProperty.get_Attributes() - - - Sets the stub of SettingsProperty.get_Attributes() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SettingsProperty.get_DefaultValue() - - - Sets the stub of SettingsProperty.get_DefaultValue() - - - Sets the stub of SettingsProperty.set_DefaultValue(Object value) - - - Initializes a new instance of type StubSettingsProperty - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SettingsProperty.get_IsReadOnly() - - - Sets the stub of SettingsProperty.get_IsReadOnly() - - - Sets the stub of SettingsProperty.set_IsReadOnly(Boolean value) - - - Sets the stub of SettingsProperty.get_Name() - - - Sets the stub of SettingsProperty.get_Name() - - - Sets the stub of SettingsProperty.set_Name(String value) - - - Sets the stub of SettingsProperty.get_PropertyType() - - - Sets the stub of SettingsProperty.get_PropertyType() - - - Sets the stub of SettingsProperty.set_PropertyType(Type value) - - - Sets the stub of SettingsProperty.get_Provider() - - - Sets the stub of SettingsProperty.get_Provider() - - - Sets the stub of SettingsProperty.set_Provider(SettingsProvider value) - - - Sets the stub of SettingsProperty.get_SerializeAs() - - - Sets the stub of SettingsProperty.get_SerializeAs() - - - Sets the stub of SettingsProperty.set_SerializeAs(SettingsSerializeAs value) - - - Stub type of System.Configuration.SettingsPropertyCollection - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSettingsPropertyCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SettingsPropertyCollection.OnAdd(SettingsProperty property) - - - Sets the stub of SettingsPropertyCollection.OnAddComplete(SettingsProperty property) - - - Sets the stub of SettingsPropertyCollection.OnAddComplete(SettingsProperty property) - - - Sets the stub of SettingsPropertyCollection.OnAdd(SettingsProperty property) - - - Sets the stub of SettingsPropertyCollection.OnClear() - - - Sets the stub of SettingsPropertyCollection.OnClear() - - - Sets the stub of SettingsPropertyCollection.OnClearComplete() - - - Sets the stub of SettingsPropertyCollection.OnClearComplete() - - - Sets the stub of SettingsPropertyCollection.OnRemove(SettingsProperty property) - - - Sets the stub of SettingsPropertyCollection.OnRemoveComplete(SettingsProperty property) - - - Sets the stub of SettingsPropertyCollection.OnRemoveComplete(SettingsProperty property) - - - Sets the stub of SettingsPropertyCollection.OnRemove(SettingsProperty property) - - - Stub type of System.Configuration.SettingsPropertyIsReadOnlyException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSettingsPropertyIsReadOnlyException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSettingsPropertyIsReadOnlyException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSettingsPropertyIsReadOnlyException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Configuration.SettingsPropertyNotFoundException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSettingsPropertyNotFoundException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSettingsPropertyNotFoundException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSettingsPropertyNotFoundException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Configuration.SettingsPropertyValue - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSettingsPropertyValue - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Configuration.SettingsPropertyValueCollection - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSettingsPropertyValueCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Configuration.SettingsPropertyWrongTypeException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSettingsPropertyWrongTypeException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSettingsPropertyWrongTypeException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSettingsPropertyWrongTypeException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Configuration.SettingsProvider - - - Initializes a new instance - - - Sets the stub of SettingsProvider.get_ApplicationName() - - - Sets the stub of SettingsProvider.get_ApplicationName() - - - Sets the stub of SettingsProvider.set_ApplicationName(String value) - - - Attaches delegates to emulate StubSettingsProvider.ApplicationName as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ProviderBase.get_Description() - - - Sets the stub of ProviderBase.get_Description() - - - Sets the stub of SettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection collection) - - - Sets the stub of SettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection collection) - - - Sets the stub of ProviderBase.Initialize(String name, NameValueCollection config) - - - Sets the stub of ProviderBase.Initialize(String name, NameValueCollection config) - - - Initializes a new instance of type StubSettingsProvider - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ProviderBase.get_Name() - - - Sets the stub of ProviderBase.get_Name() - - - Sets the stub of SettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection collection) - - - Sets the stub of SettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection collection) - - - Stub type of System.Configuration.SettingsProviderCollection - - - Initializes a new instance - - - Sets the stub of SettingsProviderCollection.Add(ProviderBase provider) - - - Sets the stub of SettingsProviderCollection.Add(ProviderBase provider) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSettingsProviderCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Configuration.SingleTagSectionHandler - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SingleTagSectionHandler.Create(Object parent, Object context, XmlNode section) - - - Sets the stub of SingleTagSectionHandler.Create(Object parent, Object context, XmlNode section) - - - Initializes a new instance of type StubSingleTagSectionHandler - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Shim type of System.Diagnostics.EventLog - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of EventLog.BeginInit() - - - Sets the shim of EventLog.Clear() - - - Sets the shim of EventLog.Close() - - - Sets the shim of EventLog.get_ComponentDesignMode() - - - Sets the shim of EventLog.ComponentGetService(Type service) - - - Sets the shim of EventLog.Dispose(Boolean disposing) - - - Sets the shim of EventLog.get_EnableRaisingEvents() - - - Sets the shim of EventLog.set_EnableRaisingEvents(Boolean value) - - - Sets the shim of EventLog.EndInit() - - - Sets the shim of EventLog.get_Entries() - - - Sets the shim of EventLog.add_EntryWritten(EntryWrittenEventHandler value) - - - Sets the shim of EventLog.remove_EntryWritten(EntryWrittenEventHandler value) - - - Sets the shim of EventLog.get_LogDisplayName() - - - Sets the shim of EventLog.get_Log() - - - Sets the shim of EventLog.set_Log(String value) - - - Sets the shim of EventLog.get_MachineName() - - - Sets the shim of EventLog.set_MachineName(String value) - - - Sets the shim of EventLog.get_MaximumKilobytes() - - - Sets the shim of EventLog.set_MaximumKilobytes(Int64 value) - - - Sets the shim of EventLog.get_MinimumRetentionDays() - - - Sets the shim of EventLog.ModifyOverflowPolicy(OverflowAction action, Int32 retentionDays) - - - Sets the shim of EventLog.get_OverflowAction() - - - Sets the shim of EventLog.RegisterDisplayName(String resourceFile, Int64 resourceId) - - - Sets the shim of EventLog.get_Source() - - - Sets the shim of EventLog.set_Source(String value) - - - Sets the shim of EventLog.get_SynchronizingObject() - - - Sets the shim of EventLog.set_SynchronizingObject(ISynchronizeInvoke value) - - - Sets the shim of EventLog.WriteEntry(String message) - - - Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type) - - - Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID) - - - Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category) - - - Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) - - - Sets the shim of EventLog.WriteEvent(EventInstance instance, Byte[] data, Object[] values) - - - Sets the shim of EventLog.WriteEvent(EventInstance instance, Object[] values) - - - Sets the shim of EventLog.BeginInit() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of EventLog.Clear() - - - Sets the shim of EventLog.Close() - - - Sets the shim of EventLog.get_ComponentDesignMode() - - - Sets the shim of EventLog.ComponentGetService(Type service) - - - Sets the shim of EventLog.EventLog() - - - Sets the shim of EventLog.EventLog(String logName) - - - Sets the shim of EventLog.EventLog(String logName, String machineName) - - - Sets the shim of EventLog.EventLog(String logName, String machineName, String source) - - - Sets the shim of EventLog.CreateEventSource(EventSourceCreationData sourceData) - - - Sets the shim of EventLog.CreateEventSource(String source, String logName) - - - Sets the shim of EventLog.CreateEventSource(String source, String logName, String machineName) - - - Sets the shim of EventLog.DeleteEventSource(String source) - - - Sets the shim of EventLog.DeleteEventSource(String source, String machineName) - - - Sets the shim of EventLog.Delete(String logName) - - - Sets the shim of EventLog.Delete(String logName, String machineName) - - - Sets the shim of EventLog.Dispose(Boolean disposing) - - - Sets the shim of EventLog.get_EnableRaisingEvents() - - - Sets the shim of EventLog.set_EnableRaisingEvents(Boolean value) - - - Sets the shim of EventLog.EndInit() - - - Sets the shim of EventLog.get_Entries() - - - Sets the shim of EventLog.add_EntryWritten(EntryWrittenEventHandler value) - - - Sets the shim of EventLog.remove_EntryWritten(EntryWrittenEventHandler value) - - - Sets the shim of EventLog.Exists(String logName) - - - Sets the shim of EventLog.Exists(String logName, String machineName) - - - Sets the shim of EventLog.GetDllPath(String machineName) - - - Sets the shim of EventLog.GetEventLogRegKey(String machine, Boolean writable) - - - Sets the shim of EventLog.GetEventLogs() - - - Sets the shim of EventLog.GetEventLogs(String machineName) - - - Sets the shim of EventLog.get_LogDisplayName() - - - Sets the shim of EventLog.get_Log() - - - Sets the shim of EventLog.LogNameFromSourceName(String source, String machineName) - - - Sets the shim of EventLog.set_Log(String value) - - - Sets the shim of EventLog.get_MachineName() - - - Sets the shim of EventLog.set_MachineName(String value) - - - Sets the shim of EventLog.get_MaximumKilobytes() - - - Sets the shim of EventLog.set_MaximumKilobytes(Int64 value) - - - Sets the shim of EventLog.get_MinimumRetentionDays() - - - Sets the shim of EventLog.ModifyOverflowPolicy(OverflowAction action, Int32 retentionDays) - - - Sets the shim of EventLog.get_OverflowAction() - - - Sets the shim of EventLog.RegisterDisplayName(String resourceFile, Int64 resourceId) - - - Sets the shim of EventLog.SourceExists(String source) - - - Sets the shim of EventLog.SourceExists(String source, String machineName) - - - Sets the shim of EventLog.SourceExists(String source, String machineName, Boolean wantToCreate) - - - Sets the shim of EventLog.get_Source() - - - Sets the shim of EventLog.set_Source(String value) - - - Sets the shim of EventLog.get_SynchronizingObject() - - - Sets the shim of EventLog.set_SynchronizingObject(ISynchronizeInvoke value) - - - Sets the shim of EventLog.ValidLogName(String logName, Boolean ignoreEmpty) - - - Sets the shim of EventLog.WriteEntry(String message) - - - Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type) - - - Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID) - - - Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category) - - - Sets the shim of EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) - - - Sets the shim of EventLog.WriteEntry(String source, String message) - - - Sets the shim of EventLog.WriteEntry(String source, String message, EventLogEntryType type) - - - Sets the shim of EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID) - - - Sets the shim of EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID, Int16 category) - - - Sets the shim of EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) - - - Sets the shim of EventLog.WriteEvent(EventInstance instance, Byte[] data, Object[] values) - - - Sets the shim of EventLog.WriteEvent(EventInstance instance, Object[] values) - - - Sets the shim of EventLog.WriteEvent(String source, EventInstance instance, Byte[] data, Object[] values) - - - Sets the shim of EventLog.WriteEvent(String source, EventInstance instance, Object[] values) - - - Sets the shim of EventLog._InternalLogNameFromSourceName(String source, String machineName) - - - Sets the shim of EventLog._UnsafeGetAssertPermSet() - - - Shim type of System.Diagnostics.EventLogEntry - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of EventLogEntry.get_Category() - - - Sets the shim of EventLogEntry.get_CategoryNumber() - - - Sets the shim of EventLogEntry.get_Data() - - - Sets the shim of EventLogEntry.get_EntryType() - - - Sets the shim of EventLogEntry.Equals(EventLogEntry otherEntry) - - - Sets the shim of EventLogEntry.get_EventID() - - - Sets the shim of EventLogEntry.get_Index() - - - Sets the shim of EventLogEntry.get_InstanceId() - - - Sets the shim of EventLogEntry.get_MachineName() - - - Sets the shim of EventLogEntry.get_Message() - - - Sets the shim of EventLogEntry.ReplaceMessageParameters(String msg, String[] insertionStrings) - - - Sets the shim of EventLogEntry.get_ReplacementStrings() - - - Sets the shim of EventLogEntry.get_Source() - - - Sets the shim of EventLogEntry.System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the shim of EventLogEntry.get_TimeGenerated() - - - Sets the shim of EventLogEntry.get_TimeWritten() - - - Sets the shim of EventLogEntry.get_UserName() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of EventLogEntry.get_Category() - - - Sets the shim of EventLogEntry.get_CategoryNumber() - - - Sets the shim of EventLogEntry.get_Data() - - - Sets the shim of EventLogEntry.get_EntryType() - - - Sets the shim of EventLogEntry.Equals(EventLogEntry otherEntry) - - - Sets the shim of EventLogEntry.get_EventID() - - - Sets the shim of EventLogEntry.get_Index() - - - Sets the shim of EventLogEntry.get_InstanceId() - - - Sets the shim of EventLogEntry.get_MachineName() - - - Sets the shim of EventLogEntry.get_Message() - - - Sets the shim of EventLogEntry.ReplaceMessageParameters(String msg, String[] insertionStrings) - - - Sets the shim of EventLogEntry.get_ReplacementStrings() - - - Sets the shim of EventLogEntry.get_Source() - - - Sets the shim of EventLogEntry.EventLogEntry() - - - Sets the shim of EventLogEntry.System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the shim of EventLogEntry.get_TimeGenerated() - - - Sets the shim of EventLogEntry.get_TimeWritten() - - - Sets the shim of EventLogEntry.get_UserName() - - - Shim type of System.Diagnostics.EventLogEntryCollection - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of EventLogEntryCollection.CopyTo(EventLogEntry[] entries, Int32 index) - - - Sets the shim of EventLogEntryCollection.get_Count() - - - Sets the shim of EventLogEntryCollection.GetEntryAtNoThrow(Int32 index) - - - Sets the shim of EventLogEntryCollection.GetEnumerator() - - - Sets the shim of EventLogEntryCollection.System.Collections.ICollection.get_IsSynchronized() - - - Sets the shim of EventLogEntryCollection.get_Item(Int32 index) - - - Sets the shim of EventLogEntryCollection.System.Collections.ICollection.get_SyncRoot() - - - Sets the shim of EventLogEntryCollection.System.Collections.ICollection.CopyTo(Array array, Int32 index) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of EventLogEntryCollection.CopyTo(EventLogEntry[] entries, Int32 index) - - - Sets the shim of EventLogEntryCollection.get_Count() - - - Sets the shim of EventLogEntryCollection.GetEntryAtNoThrow(Int32 index) - - - Sets the shim of EventLogEntryCollection.GetEnumerator() - - - Sets the shim of EventLogEntryCollection.System.Collections.ICollection.get_IsSynchronized() - - - Sets the shim of EventLogEntryCollection.get_Item(Int32 index) - - - Sets the shim of EventLogEntryCollection.System.Collections.ICollection.get_SyncRoot() - - - Sets the shim of EventLogEntryCollection.System.Collections.ICollection.CopyTo(Array array, Int32 index) - - - Stub type of System.Diagnostics.BooleanSwitch - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Switch.GetSupportedAttributes() - - - Sets the stub of Switch.GetSupportedAttributes() - - - Initializes a new instance of type StubBooleanSwitch - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Switch.OnSwitchSettingChanged() - - - Sets the stub of Switch.OnSwitchSettingChanged() - - - Sets the stub of BooleanSwitch.OnValueChanged() - - - Sets the stub of BooleanSwitch.OnValueChanged() - - - Stub type of System.Diagnostics.ConsoleTraceListener - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubConsoleTraceListener.Name as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ConsoleTraceListener.Close() - - - Sets the stub of ConsoleTraceListener.Close() - - - Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing) - - - Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing) - - - Sets the stub of TraceListener.Fail(String message) - - - Sets the stub of TraceListener.Fail(String message, String detailMessage) - - - Sets the stub of TraceListener.Fail(String message) - - - Sets the stub of TraceListener.Fail(String message, String detailMessage) - - - Sets the stub of TextWriterTraceListener.Flush() - - - Sets the stub of TextWriterTraceListener.Flush() - - - Sets the stub of TraceListener.GetSupportedAttributes() - - - Sets the stub of TraceListener.GetSupportedAttributes() - - - Initializes a new instance of type StubConsoleTraceListener - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TraceListener.get_IsThreadSafe() - - - Sets the stub of TraceListener.get_IsThreadSafe() - - - Sets the stub of TraceListener.get_Name() - - - Sets the stub of TraceListener.get_Name() - - - Sets the stub of TraceListener.set_Name(String value) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) - - - Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) - - - Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) - - - Sets the stub of TraceListener.Write(Object o) - - - Sets the stub of TextWriterTraceListener.Write(String message) - - - Sets the stub of TraceListener.Write(Object o, String category) - - - Sets the stub of TraceListener.Write(String message, String category) - - - Sets the stub of TraceListener.WriteIndent() - - - Sets the stub of TraceListener.WriteIndent() - - - Sets the stub of TraceListener.WriteLine(Object o) - - - Sets the stub of TextWriterTraceListener.WriteLine(String message) - - - Sets the stub of TraceListener.WriteLine(Object o, String category) - - - Sets the stub of TraceListener.WriteLine(String message, String category) - - - Sets the stub of TraceListener.WriteLine(Object o) - - - Sets the stub of TraceListener.WriteLine(Object o, String category) - - - Sets the stub of TextWriterTraceListener.WriteLine(String message) - - - Sets the stub of TraceListener.WriteLine(String message, String category) - - - Sets the stub of TraceListener.Write(Object o) - - - Sets the stub of TraceListener.Write(Object o, String category) - - - Sets the stub of TextWriterTraceListener.Write(String message) - - - Sets the stub of TraceListener.Write(String message, String category) - - - Stub type of System.Diagnostics.CounterCreationData - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCounterCreationData - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.CounterCreationDataCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCounterCreationDataCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CounterCreationDataCollection.OnValidate(Object value) - - - Sets the stub of CounterCreationDataCollection.OnValidate(Object value) - - - Sets the stub of CounterCreationDataCollection.Remove(CounterCreationData value) - - - Sets the stub of CounterCreationDataCollection.Remove(CounterCreationData value) - - - Stub type of System.Diagnostics.DefaultTraceListener - - - Initializes a new instance - - - Attaches delegates to emulate StubDefaultTraceListener.Name as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TraceListener.Close() - - - Sets the stub of TraceListener.Close() - - - Sets the stub of TraceListener.Dispose(Boolean disposing) - - - Sets the stub of TraceListener.Dispose(Boolean disposing) - - - Sets the stub of DefaultTraceListener.Fail(String message) - - - Sets the stub of DefaultTraceListener.Fail(String message, String detailMessage) - - - Sets the stub of DefaultTraceListener.Fail(String message) - - - Sets the stub of DefaultTraceListener.Fail(String message, String detailMessage) - - - Sets the stub of TraceListener.Flush() - - - Sets the stub of TraceListener.Flush() - - - Sets the stub of TraceListener.GetSupportedAttributes() - - - Sets the stub of TraceListener.GetSupportedAttributes() - - - Initializes a new instance of type StubDefaultTraceListener - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TraceListener.get_IsThreadSafe() - - - Sets the stub of TraceListener.get_IsThreadSafe() - - - Sets the stub of TraceListener.get_Name() - - - Sets the stub of TraceListener.get_Name() - - - Sets the stub of TraceListener.set_Name(String value) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) - - - Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) - - - Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) - - - Sets the stub of TraceListener.Write(Object o) - - - Sets the stub of DefaultTraceListener.Write(String message) - - - Sets the stub of TraceListener.Write(Object o, String category) - - - Sets the stub of TraceListener.Write(String message, String category) - - - Sets the stub of TraceListener.WriteIndent() - - - Sets the stub of TraceListener.WriteIndent() - - - Sets the stub of TraceListener.WriteLine(Object o) - - - Sets the stub of DefaultTraceListener.WriteLine(String message) - - - Sets the stub of TraceListener.WriteLine(Object o, String category) - - - Sets the stub of TraceListener.WriteLine(String message, String category) - - - Sets the stub of TraceListener.WriteLine(Object o) - - - Sets the stub of TraceListener.WriteLine(Object o, String category) - - - Sets the stub of DefaultTraceListener.WriteLine(String message) - - - Sets the stub of TraceListener.WriteLine(String message, String category) - - - Sets the stub of TraceListener.Write(Object o) - - - Sets the stub of TraceListener.Write(Object o, String category) - - - Sets the stub of DefaultTraceListener.Write(String message) - - - Sets the stub of TraceListener.Write(String message, String category) - - - Stub type of System.Diagnostics.DelimitedListTraceListener - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubDelimitedListTraceListener.Name as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TextWriterTraceListener.Close() - - - Sets the stub of TextWriterTraceListener.Close() - - - Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing) - - - Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing) - - - Sets the stub of TraceListener.Fail(String message) - - - Sets the stub of TraceListener.Fail(String message, String detailMessage) - - - Sets the stub of TraceListener.Fail(String message) - - - Sets the stub of TraceListener.Fail(String message, String detailMessage) - - - Sets the stub of TextWriterTraceListener.Flush() - - - Sets the stub of TextWriterTraceListener.Flush() - - - Sets the stub of DelimitedListTraceListener.GetSupportedAttributes() - - - Sets the stub of DelimitedListTraceListener.GetSupportedAttributes() - - - Initializes a new instance of type StubDelimitedListTraceListener - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TraceListener.get_IsThreadSafe() - - - Sets the stub of TraceListener.get_IsThreadSafe() - - - Sets the stub of TraceListener.get_Name() - - - Sets the stub of TraceListener.get_Name() - - - Sets the stub of TraceListener.set_Name(String value) - - - Sets the stub of DelimitedListTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) - - - Sets the stub of DelimitedListTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) - - - Sets the stub of DelimitedListTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) - - - Sets the stub of DelimitedListTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id) - - - Sets the stub of DelimitedListTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) - - - Sets the stub of DelimitedListTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id) - - - Sets the stub of DelimitedListTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) - - - Sets the stub of DelimitedListTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) - - - Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) - - - Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) - - - Sets the stub of TraceListener.Write(Object o) - - - Sets the stub of TextWriterTraceListener.Write(String message) - - - Sets the stub of TraceListener.Write(Object o, String category) - - - Sets the stub of TraceListener.Write(String message, String category) - - - Sets the stub of TraceListener.WriteIndent() - - - Sets the stub of TraceListener.WriteIndent() - - - Sets the stub of TraceListener.WriteLine(Object o) - - - Sets the stub of TextWriterTraceListener.WriteLine(String message) - - - Sets the stub of TraceListener.WriteLine(Object o, String category) - - - Sets the stub of TraceListener.WriteLine(String message, String category) - - - Sets the stub of TraceListener.WriteLine(Object o) - - - Sets the stub of TraceListener.WriteLine(Object o, String category) - - - Sets the stub of TextWriterTraceListener.WriteLine(String message) - - - Sets the stub of TraceListener.WriteLine(String message, String category) - - - Sets the stub of TraceListener.Write(Object o) - - - Sets the stub of TraceListener.Write(Object o, String category) - - - Sets the stub of TextWriterTraceListener.Write(String message) - - - Sets the stub of TraceListener.Write(String message, String category) - - - Stub type of System.Diagnostics.EntryWrittenEventArgs - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubEntryWrittenEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.EventInstance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubEventInstance - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.EventLog - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubEventLog.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of EventLog.Dispose(Boolean disposing) - - - Sets the stub of EventLog.Dispose(Boolean disposing) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of Component.GetService(Type service) - - - Initializes a new instance of type StubEventLog - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.set_Site(ISite value) - - - Sets the stub of Component.ToString() - - - Sets the stub of Component.ToString() - - - Stub type of System.Diagnostics.EventLogPermissionAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of EventLogPermissionAttribute.CreatePermission() - - - Sets the stub of EventLogPermissionAttribute.CreatePermission() - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubEventLogPermissionAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Diagnostics.EventLogPermissionEntry - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubEventLogPermissionEntry - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.EventSourceCreationData - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubEventSourceCreationData - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.EventTypeFilter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubEventTypeFilter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of EventTypeFilter.ShouldTrace(TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data) - - - Sets the stub of EventTypeFilter.ShouldTrace(TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data) - - - Stub type of System.Diagnostics.ICollectData - - - Initializes a new instance of type StubICollectData - - - Sets the stub of ICollectData.CloseData() - - - Sets the stub of ICollectData.CollectData(Int32 id, IntPtr valueName, IntPtr data, Int32 totalBytes, IntPtr& res) - - - Sets the stub of ICollectData.CloseData() - - - Sets the stub of ICollectData.CollectData(Int32 id, IntPtr valueName, IntPtr data, Int32 totalBytes, IntPtr& res) - - - Stub type of System.Diagnostics.InstanceData - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubInstanceData - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.InstanceDataCollection - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubInstanceDataCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DictionaryBase.OnClear() - - - Sets the stub of DictionaryBase.OnClear() - - - Sets the stub of DictionaryBase.OnClearComplete() - - - Sets the stub of DictionaryBase.OnClearComplete() - - - Sets the stub of DictionaryBase.OnGet(Object key, Object currentValue) - - - Sets the stub of DictionaryBase.OnGet(Object key, Object currentValue) - - - Sets the stub of DictionaryBase.OnInsert(Object key, Object value) - - - Sets the stub of DictionaryBase.OnInsertComplete(Object key, Object value) - - - Sets the stub of DictionaryBase.OnInsertComplete(Object key, Object value) - - - Sets the stub of DictionaryBase.OnInsert(Object key, Object value) - - - Sets the stub of DictionaryBase.OnRemove(Object key, Object value) - - - Sets the stub of DictionaryBase.OnRemoveComplete(Object key, Object value) - - - Sets the stub of DictionaryBase.OnRemoveComplete(Object key, Object value) - - - Sets the stub of DictionaryBase.OnRemove(Object key, Object value) - - - Sets the stub of DictionaryBase.OnSet(Object key, Object oldValue, Object newValue) - - - Sets the stub of DictionaryBase.OnSetComplete(Object key, Object oldValue, Object newValue) - - - Sets the stub of DictionaryBase.OnSetComplete(Object key, Object oldValue, Object newValue) - - - Sets the stub of DictionaryBase.OnSet(Object key, Object oldValue, Object newValue) - - - Sets the stub of DictionaryBase.OnValidate(Object key, Object value) - - - Sets the stub of DictionaryBase.OnValidate(Object key, Object value) - - - Stub type of System.Diagnostics.InstanceDataCollectionCollection - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubInstanceDataCollectionCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DictionaryBase.OnClear() - - - Sets the stub of DictionaryBase.OnClear() - - - Sets the stub of DictionaryBase.OnClearComplete() - - - Sets the stub of DictionaryBase.OnClearComplete() - - - Sets the stub of DictionaryBase.OnGet(Object key, Object currentValue) - - - Sets the stub of DictionaryBase.OnGet(Object key, Object currentValue) - - - Sets the stub of DictionaryBase.OnInsert(Object key, Object value) - - - Sets the stub of DictionaryBase.OnInsertComplete(Object key, Object value) - - - Sets the stub of DictionaryBase.OnInsertComplete(Object key, Object value) - - - Sets the stub of DictionaryBase.OnInsert(Object key, Object value) - - - Sets the stub of DictionaryBase.OnRemove(Object key, Object value) - - - Sets the stub of DictionaryBase.OnRemoveComplete(Object key, Object value) - - - Sets the stub of DictionaryBase.OnRemoveComplete(Object key, Object value) - - - Sets the stub of DictionaryBase.OnRemove(Object key, Object value) - - - Sets the stub of DictionaryBase.OnSet(Object key, Object oldValue, Object newValue) - - - Sets the stub of DictionaryBase.OnSetComplete(Object key, Object oldValue, Object newValue) - - - Sets the stub of DictionaryBase.OnSetComplete(Object key, Object oldValue, Object newValue) - - - Sets the stub of DictionaryBase.OnSet(Object key, Object oldValue, Object newValue) - - - Sets the stub of DictionaryBase.OnValidate(Object key, Object value) - - - Sets the stub of DictionaryBase.OnValidate(Object key, Object value) - - - Stub type of System.Diagnostics.MonitoringDescriptionAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MonitoringDescriptionAttribute.get_Description() - - - Sets the stub of MonitoringDescriptionAttribute.get_Description() - - - Sets the stub of DescriptionAttribute.Equals(Object obj) - - - Sets the stub of DescriptionAttribute.Equals(Object obj) - - - Sets the stub of DescriptionAttribute.GetHashCode() - - - Sets the stub of DescriptionAttribute.GetHashCode() - - - Initializes a new instance of type StubMonitoringDescriptionAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DescriptionAttribute.IsDefaultAttribute() - - - Sets the stub of DescriptionAttribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Diagnostics.PerformanceCounterPermissionAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of PerformanceCounterPermissionAttribute.CreatePermission() - - - Sets the stub of PerformanceCounterPermissionAttribute.CreatePermission() - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubPerformanceCounterPermissionAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Diagnostics.PerformanceCounterPermissionEntry - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubPerformanceCounterPermissionEntry - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.Process - - - Initializes a new instance - - - Attaches delegates to emulate StubProcess.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Process.Dispose(Boolean disposing) - - - Sets the stub of Process.Dispose(Boolean disposing) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of Component.GetService(Type service) - - - Initializes a new instance of type StubProcess - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.set_Site(ISite value) - - - Sets the stub of Process.ToString() - - - Sets the stub of Process.ToString() - - - Stub type of System.Diagnostics.ProcessModuleCollection - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ReadOnlyCollectionBase.get_Count() - - - Sets the stub of ReadOnlyCollectionBase.get_Count() - - - Sets the stub of ReadOnlyCollectionBase.GetEnumerator() - - - Sets the stub of ReadOnlyCollectionBase.GetEnumerator() - - - Initializes a new instance of type StubProcessModuleCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.ProcessThreadCollection - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ReadOnlyCollectionBase.get_Count() - - - Sets the stub of ReadOnlyCollectionBase.get_Count() - - - Sets the stub of ReadOnlyCollectionBase.GetEnumerator() - - - Sets the stub of ReadOnlyCollectionBase.GetEnumerator() - - - Initializes a new instance of type StubProcessThreadCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.SourceFilter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSourceFilter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SourceFilter.ShouldTrace(TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data) - - - Sets the stub of SourceFilter.ShouldTrace(TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data) - - - Stub type of System.Diagnostics.SourceSwitch - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Switch.GetSupportedAttributes() - - - Sets the stub of Switch.GetSupportedAttributes() - - - Initializes a new instance of type StubSourceSwitch - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Switch.OnSwitchSettingChanged() - - - Sets the stub of Switch.OnSwitchSettingChanged() - - - Sets the stub of SourceSwitch.OnValueChanged() - - - Sets the stub of SourceSwitch.OnValueChanged() - - - Stub type of System.Diagnostics.Stopwatch - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubStopwatch - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.Switch - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Switch.GetSupportedAttributes() - - - Sets the stub of Switch.GetSupportedAttributes() - - - Initializes a new instance of type StubSwitch - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Switch.OnSwitchSettingChanged() - - - Sets the stub of Switch.OnSwitchSettingChanged() - - - Sets the stub of Switch.OnValueChanged() - - - Sets the stub of Switch.OnValueChanged() - - - Stub type of System.Diagnostics.TextWriterTraceListener - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubTextWriterTraceListener.Name as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TextWriterTraceListener.Close() - - - Sets the stub of TextWriterTraceListener.Close() - - - Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing) - - - Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing) - - - Sets the stub of TraceListener.Fail(String message) - - - Sets the stub of TraceListener.Fail(String message, String detailMessage) - - - Sets the stub of TraceListener.Fail(String message) - - - Sets the stub of TraceListener.Fail(String message, String detailMessage) - - - Sets the stub of TextWriterTraceListener.Flush() - - - Sets the stub of TextWriterTraceListener.Flush() - - - Sets the stub of TraceListener.GetSupportedAttributes() - - - Sets the stub of TraceListener.GetSupportedAttributes() - - - Initializes a new instance of type StubTextWriterTraceListener - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TraceListener.get_IsThreadSafe() - - - Sets the stub of TraceListener.get_IsThreadSafe() - - - Sets the stub of TraceListener.get_Name() - - - Sets the stub of TraceListener.get_Name() - - - Sets the stub of TraceListener.set_Name(String value) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) - - - Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) - - - Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) - - - Sets the stub of TraceListener.Write(Object o) - - - Sets the stub of TextWriterTraceListener.Write(String message) - - - Sets the stub of TraceListener.Write(Object o, String category) - - - Sets the stub of TraceListener.Write(String message, String category) - - - Sets the stub of TraceListener.WriteIndent() - - - Sets the stub of TraceListener.WriteIndent() - - - Sets the stub of TraceListener.WriteLine(Object o) - - - Sets the stub of TextWriterTraceListener.WriteLine(String message) - - - Sets the stub of TraceListener.WriteLine(Object o, String category) - - - Sets the stub of TraceListener.WriteLine(String message, String category) - - - Sets the stub of TraceListener.WriteLine(Object o) - - - Sets the stub of TraceListener.WriteLine(Object o, String category) - - - Sets the stub of TextWriterTraceListener.WriteLine(String message) - - - Sets the stub of TraceListener.WriteLine(String message, String category) - - - Sets the stub of TraceListener.Write(Object o) - - - Sets the stub of TraceListener.Write(Object o, String category) - - - Sets the stub of TextWriterTraceListener.Write(String message) - - - Sets the stub of TraceListener.Write(String message, String category) - - - Stub type of System.Diagnostics.TraceEventCache - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubTraceEventCache - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.TraceFilter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubTraceFilter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TraceFilter.ShouldTrace(TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data) - - - Sets the stub of TraceFilter.ShouldTrace(TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data) - - - Stub type of System.Diagnostics.TraceListener - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubTraceListener.Name as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TraceListener.Close() - - - Sets the stub of TraceListener.Close() - - - Sets the stub of TraceListener.Dispose(Boolean disposing) - - - Sets the stub of TraceListener.Dispose(Boolean disposing) - - - Sets the stub of TraceListener.Fail(String message) - - - Sets the stub of TraceListener.Fail(String message, String detailMessage) - - - Sets the stub of TraceListener.Fail(String message) - - - Sets the stub of TraceListener.Fail(String message, String detailMessage) - - - Sets the stub of TraceListener.Flush() - - - Sets the stub of TraceListener.Flush() - - - Sets the stub of TraceListener.GetSupportedAttributes() - - - Sets the stub of TraceListener.GetSupportedAttributes() - - - Initializes a new instance of type StubTraceListener - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TraceListener.get_IsThreadSafe() - - - Sets the stub of TraceListener.get_IsThreadSafe() - - - Sets the stub of TraceListener.get_Name() - - - Sets the stub of TraceListener.get_Name() - - - Sets the stub of TraceListener.set_Name(String value) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) - - - Sets the stub of TraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) - - - Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) - - - Sets the stub of TraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) - - - Sets the stub of TraceListener.Write(Object o) - - - Sets the stub of TraceListener.Write(String message) - - - Sets the stub of TraceListener.Write(Object o, String category) - - - Sets the stub of TraceListener.Write(String message, String category) - - - Sets the stub of TraceListener.WriteIndent() - - - Sets the stub of TraceListener.WriteIndent() - - - Sets the stub of TraceListener.WriteLine(Object o) - - - Sets the stub of TraceListener.WriteLine(String message) - - - Sets the stub of TraceListener.WriteLine(Object o, String category) - - - Sets the stub of TraceListener.WriteLine(String message, String category) - - - Sets the stub of TraceListener.WriteLine(Object o) - - - Sets the stub of TraceListener.WriteLine(Object o, String category) - - - Sets the stub of TraceListener.WriteLine(String message) - - - Sets the stub of TraceListener.WriteLine(String message, String category) - - - Sets the stub of TraceListener.Write(Object o) - - - Sets the stub of TraceListener.Write(Object o, String category) - - - Sets the stub of TraceListener.Write(String message) - - - Sets the stub of TraceListener.Write(String message, String category) - - - Stub type of System.Diagnostics.TraceSource - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TraceSource.GetSupportedAttributes() - - - Sets the stub of TraceSource.GetSupportedAttributes() - - - Initializes a new instance of type StubTraceSource - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.TraceSwitch - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Switch.GetSupportedAttributes() - - - Sets the stub of Switch.GetSupportedAttributes() - - - Initializes a new instance of type StubTraceSwitch - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TraceSwitch.OnSwitchSettingChanged() - - - Sets the stub of TraceSwitch.OnSwitchSettingChanged() - - - Sets the stub of TraceSwitch.OnValueChanged() - - - Sets the stub of TraceSwitch.OnValueChanged() - - - Stub type of System.Diagnostics.XmlWriterTraceListener - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubXmlWriterTraceListener.Name as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of XmlWriterTraceListener.Close() - - - Sets the stub of XmlWriterTraceListener.Close() - - - Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing) - - - Sets the stub of TextWriterTraceListener.Dispose(Boolean disposing) - - - Sets the stub of TraceListener.Fail(String message) - - - Sets the stub of XmlWriterTraceListener.Fail(String message, String detailMessage) - - - Sets the stub of TraceListener.Fail(String message) - - - Sets the stub of XmlWriterTraceListener.Fail(String message, String detailMessage) - - - Sets the stub of TextWriterTraceListener.Flush() - - - Sets the stub of TextWriterTraceListener.Flush() - - - Sets the stub of TraceListener.GetSupportedAttributes() - - - Sets the stub of TraceListener.GetSupportedAttributes() - - - Initializes a new instance of type StubXmlWriterTraceListener - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TraceListener.get_IsThreadSafe() - - - Sets the stub of TraceListener.get_IsThreadSafe() - - - Sets the stub of TraceListener.get_Name() - - - Sets the stub of TraceListener.get_Name() - - - Sets the stub of TraceListener.set_Name(String value) - - - Sets the stub of XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) - - - Sets the stub of XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) - - - Sets the stub of XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) - - - Sets the stub of XmlWriterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id) - - - Sets the stub of XmlWriterTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) - - - Sets the stub of XmlWriterTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) - - - Sets the stub of TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id) - - - Sets the stub of XmlWriterTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) - - - Sets the stub of XmlWriterTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) - - - Sets the stub of XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) - - - Sets the stub of XmlWriterTraceListener.TraceTransfer(TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) - - - Sets the stub of TraceListener.Write(Object o) - - - Sets the stub of XmlWriterTraceListener.Write(String message) - - - Sets the stub of TraceListener.Write(Object o, String category) - - - Sets the stub of TraceListener.Write(String message, String category) - - - Sets the stub of TraceListener.WriteIndent() - - - Sets the stub of TraceListener.WriteIndent() - - - Sets the stub of TraceListener.WriteLine(Object o) - - - Sets the stub of XmlWriterTraceListener.WriteLine(String message) - - - Sets the stub of TraceListener.WriteLine(Object o, String category) - - - Sets the stub of TraceListener.WriteLine(String message, String category) - - - Sets the stub of TraceListener.WriteLine(Object o) - - - Sets the stub of TraceListener.WriteLine(Object o, String category) - - - Sets the stub of XmlWriterTraceListener.WriteLine(String message) - - - Sets the stub of TraceListener.WriteLine(String message, String category) - - - Sets the stub of TraceListener.Write(Object o) - - - Sets the stub of TraceListener.Write(Object o, String category) - - - Sets the stub of XmlWriterTraceListener.Write(String message) - - - Sets the stub of TraceListener.Write(String message, String category) - - - Stub type of System.FileStyleUriParser - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Initializes a new instance of type StubFileStyleUriParser - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Stub type of System.FtpStyleUriParser - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Initializes a new instance of type StubFtpStyleUriParser - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Stub type of System.GenericUriParser - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Initializes a new instance of type StubGenericUriParser - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Stub type of System.GopherStyleUriParser - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Initializes a new instance of type StubGopherStyleUriParser - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Stub type of System.HttpStyleUriParser - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Initializes a new instance of type StubHttpStyleUriParser - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Stub type of System.LdapStyleUriParser - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Initializes a new instance of type StubLdapStyleUriParser - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Stub type of System.NetPipeStyleUriParser - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Initializes a new instance of type StubNetPipeStyleUriParser - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Stub type of System.NetTcpStyleUriParser - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Initializes a new instance of type StubNetTcpStyleUriParser - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Stub type of System.NewsStyleUriParser - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Initializes a new instance of type StubNewsStyleUriParser - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Stub type of System.Uri - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Uri.Canonicalize() - - - Sets the stub of Uri.Canonicalize() - - - Sets the stub of Uri.CheckSecurity() - - - Sets the stub of Uri.CheckSecurity() - - - Sets the stub of Uri.Equals(Object comparand) - - - Sets the stub of Uri.Equals(Object comparand) - - - Sets the stub of Uri.Escape() - - - Sets the stub of Uri.Escape() - - - Sets the stub of Uri.GetHashCode() - - - Sets the stub of Uri.GetHashCode() - - - Initializes a new instance of type StubUri - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Uri.IsBadFileSystemCharacter(Char character) - - - Sets the stub of Uri.IsBadFileSystemCharacter(Char character) - - - Sets the stub of Uri.IsReservedCharacter(Char character) - - - Sets the stub of Uri.IsReservedCharacter(Char character) - - - Sets the stub of Uri.Parse() - - - Sets the stub of Uri.Parse() - - - Sets the stub of Uri.ToString() - - - Sets the stub of Uri.ToString() - - - Sets the stub of Uri.Unescape(String path) - - - Sets the stub of Uri.Unescape(String path) - - - Stub type of System.UriBuilder - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UriBuilder.Equals(Object rparam) - - - Sets the stub of UriBuilder.Equals(Object rparam) - - - Sets the stub of UriBuilder.GetHashCode() - - - Sets the stub of UriBuilder.GetHashCode() - - - Initializes a new instance of type StubUriBuilder - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UriBuilder.ToString() - - - Sets the stub of UriBuilder.ToString() - - - Stub type of System.UriFormatException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubUriFormatException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubUriFormatException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubUriFormatException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.UriParser - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.GetComponents(Uri uri, UriComponents components, UriFormat format) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Sets the stub of UriParser.InitializeAndValidate(Uri uri, UriFormatException& parsingError) - - - Initializes a new instance of type StubUriParser - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsBaseOf(Uri baseUri, Uri relativeUri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.IsWellFormedOriginalString(Uri uri) - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnNewUri() - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.OnRegister(String schemeName, Int32 defaultPort) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Sets the stub of UriParser.Resolve(Uri baseUri, Uri relativeUri, UriFormatException& parsingError) - - - Stub type of System.UriTypeConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UriTypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of UriTypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of UriTypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of UriTypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of UriTypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of UriTypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of UriTypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of UriTypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubUriTypeConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UriTypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of UriTypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.IO.Compression.DeflateStream - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubDeflateStream.Position as a property with a backing field. - - - Attaches delegates to emulate StubDeflateStream.ReadTimeout as a property with a backing field. - - - Attaches delegates to emulate StubDeflateStream.WriteTimeout as a property with a backing field. - - - Sets the stub of DeflateStream.BeginRead(Byte[] array, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of DeflateStream.BeginRead(Byte[] array, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of DeflateStream.BeginWrite(Byte[] array, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of DeflateStream.BeginWrite(Byte[] array, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DeflateStream.get_CanRead() - - - Sets the stub of DeflateStream.get_CanRead() - - - Sets the stub of DeflateStream.get_CanSeek() - - - Sets the stub of DeflateStream.get_CanSeek() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of DeflateStream.get_CanWrite() - - - Sets the stub of DeflateStream.get_CanWrite() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of DeflateStream.Dispose(Boolean disposing) - - - Sets the stub of DeflateStream.Dispose(Boolean disposing) - - - Sets the stub of DeflateStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of DeflateStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of DeflateStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of DeflateStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of DeflateStream.Flush() - - - Sets the stub of DeflateStream.Flush() - - - Initializes a new instance of type StubDeflateStream - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DeflateStream.get_Length() - - - Sets the stub of DeflateStream.get_Length() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of DeflateStream.get_Position() - - - Sets the stub of DeflateStream.get_Position() - - - Sets the stub of DeflateStream.set_Position(Int64 value) - - - Sets the stub of DeflateStream.Read(Byte[] array, Int32 offset, Int32 count) - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of DeflateStream.Read(Byte[] array, Int32 offset, Int32 count) - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.set_ReadTimeout(Int32 value) - - - Sets the stub of DeflateStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of DeflateStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of DeflateStream.SetLength(Int64 value) - - - Sets the stub of DeflateStream.SetLength(Int64 value) - - - Sets the stub of DeflateStream.Write(Byte[] array, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of DeflateStream.Write(Byte[] array, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.set_WriteTimeout(Int32 value) - - - Stub type of System.IO.Compression.GZipStream - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubGZipStream.Position as a property with a backing field. - - - Attaches delegates to emulate StubGZipStream.ReadTimeout as a property with a backing field. - - - Attaches delegates to emulate StubGZipStream.WriteTimeout as a property with a backing field. - - - Sets the stub of GZipStream.BeginRead(Byte[] array, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of GZipStream.BeginRead(Byte[] array, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of GZipStream.BeginWrite(Byte[] array, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of GZipStream.BeginWrite(Byte[] array, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of GZipStream.get_CanRead() - - - Sets the stub of GZipStream.get_CanRead() - - - Sets the stub of GZipStream.get_CanSeek() - - - Sets the stub of GZipStream.get_CanSeek() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of GZipStream.get_CanWrite() - - - Sets the stub of GZipStream.get_CanWrite() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of GZipStream.Dispose(Boolean disposing) - - - Sets the stub of GZipStream.Dispose(Boolean disposing) - - - Sets the stub of GZipStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of GZipStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of GZipStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of GZipStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of GZipStream.Flush() - - - Sets the stub of GZipStream.Flush() - - - Initializes a new instance of type StubGZipStream - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of GZipStream.get_Length() - - - Sets the stub of GZipStream.get_Length() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of GZipStream.get_Position() - - - Sets the stub of GZipStream.get_Position() - - - Sets the stub of GZipStream.set_Position(Int64 value) - - - Sets the stub of GZipStream.Read(Byte[] array, Int32 offset, Int32 count) - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of GZipStream.Read(Byte[] array, Int32 offset, Int32 count) - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.set_ReadTimeout(Int32 value) - - - Sets the stub of GZipStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of GZipStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of GZipStream.SetLength(Int64 value) - - - Sets the stub of GZipStream.SetLength(Int64 value) - - - Sets the stub of GZipStream.Write(Byte[] array, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of GZipStream.Write(Byte[] array, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.set_WriteTimeout(Int32 value) - - - Stub type of System.IO.ErrorEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ErrorEventArgs.GetException() - - - Sets the stub of ErrorEventArgs.GetException() - - - Initializes a new instance of type StubErrorEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.IO.FileSystemEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubFileSystemEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.IO.FileSystemWatcher - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubFileSystemWatcher.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of FileSystemWatcher.Dispose(Boolean disposing) - - - Sets the stub of FileSystemWatcher.Dispose(Boolean disposing) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of Component.GetService(Type service) - - - Initializes a new instance of type StubFileSystemWatcher - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of FileSystemWatcher.get_Site() - - - Sets the stub of FileSystemWatcher.get_Site() - - - Sets the stub of FileSystemWatcher.set_Site(ISite value) - - - Sets the stub of Component.ToString() - - - Sets the stub of Component.ToString() - - - Stub type of System.IO.IODescriptionAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IODescriptionAttribute.get_Description() - - - Sets the stub of IODescriptionAttribute.get_Description() - - - Sets the stub of DescriptionAttribute.Equals(Object obj) - - - Sets the stub of DescriptionAttribute.Equals(Object obj) - - - Sets the stub of DescriptionAttribute.GetHashCode() - - - Sets the stub of DescriptionAttribute.GetHashCode() - - - Initializes a new instance of type StubIODescriptionAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DescriptionAttribute.IsDefaultAttribute() - - - Sets the stub of DescriptionAttribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.IO.InternalBufferOverflowException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubInternalBufferOverflowException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubInternalBufferOverflowException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubInternalBufferOverflowException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.IO.RenamedEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubRenamedEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.IO.Ports.SerialPort - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSerialPort.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of SerialPort.Dispose(Boolean disposing) - - - Sets the stub of SerialPort.Dispose(Boolean disposing) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of Component.GetService(Type service) - - - Initializes a new instance of type StubSerialPort - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.set_Site(ISite value) - - - Sets the stub of Component.ToString() - - - Sets the stub of Component.ToString() - - - Stub type of System.Media.SoundPlayer - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSoundPlayer.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.Dispose(Boolean disposing) - - - Sets the stub of Component.Dispose(Boolean disposing) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of Component.GetService(Type service) - - - Initializes a new instance of type StubSoundPlayer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SoundPlayer.OnLoadCompleted(AsyncCompletedEventArgs e) - - - Sets the stub of SoundPlayer.OnLoadCompleted(AsyncCompletedEventArgs e) - - - Sets the stub of SoundPlayer.OnSoundLocationChanged(EventArgs e) - - - Sets the stub of SoundPlayer.OnSoundLocationChanged(EventArgs e) - - - Sets the stub of SoundPlayer.OnStreamChanged(EventArgs e) - - - Sets the stub of SoundPlayer.OnStreamChanged(EventArgs e) - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.set_Site(ISite value) - - - Sets the stub of Component.ToString() - - - Sets the stub of Component.ToString() - - - Stub type of System.Net.Cache.HttpRequestCachePolicy - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubHttpRequestCachePolicy - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HttpRequestCachePolicy.ToString() - - - Sets the stub of HttpRequestCachePolicy.ToString() - - - Stub type of System.Net.Cache.RequestCachePolicy - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubRequestCachePolicy - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of RequestCachePolicy.ToString() - - - Sets the stub of RequestCachePolicy.ToString() - - - Stub type of System.Net.Authorization - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubAuthorization - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.CookieCollection - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCookieCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.CookieContainer - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCookieContainer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.CookieException - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubCookieException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubCookieException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of CookieException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of CookieException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubCookieException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Net.CredentialCache - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCredentialCache - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.DnsEndPoint - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of DnsEndPoint.get_AddressFamily() - - - Sets the stub of DnsEndPoint.get_AddressFamily() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of EndPoint.Create(SocketAddress socketAddress) - - - Sets the stub of EndPoint.Create(SocketAddress socketAddress) - - - Sets the stub of DnsEndPoint.Equals(Object comparand) - - - Sets the stub of DnsEndPoint.Equals(Object comparand) - - - Sets the stub of DnsEndPoint.GetHashCode() - - - Sets the stub of DnsEndPoint.GetHashCode() - - - Initializes a new instance of type StubDnsEndPoint - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of EndPoint.Serialize() - - - Sets the stub of EndPoint.Serialize() - - - Sets the stub of DnsEndPoint.ToString() - - - Sets the stub of DnsEndPoint.ToString() - - - Stub type of System.Net.EndPoint - - - Initializes a new instance - - - Sets the stub of EndPoint.get_AddressFamily() - - - Sets the stub of EndPoint.get_AddressFamily() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of EndPoint.Create(SocketAddress socketAddress) - - - Sets the stub of EndPoint.Create(SocketAddress socketAddress) - - - Initializes a new instance of type StubEndPoint - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of EndPoint.Serialize() - - - Sets the stub of EndPoint.Serialize() - - - Stub type of System.Net.FileWebRequest - - - Initializes a new instance - - - Sets the stub of FileWebRequest.Abort() - - - Sets the stub of FileWebRequest.Abort() - - - Attaches delegates to emulate StubFileWebRequest.CachePolicy as a property with a backing field. - - - Attaches delegates to emulate StubFileWebRequest.ConnectionGroupName as a property with a backing field. - - - Attaches delegates to emulate StubFileWebRequest.ContentLength as a property with a backing field. - - - Attaches delegates to emulate StubFileWebRequest.ContentType as a property with a backing field. - - - Attaches delegates to emulate StubFileWebRequest.Credentials as a property with a backing field. - - - Attaches delegates to emulate StubFileWebRequest.Method as a property with a backing field. - - - Attaches delegates to emulate StubFileWebRequest.PreAuthenticate as a property with a backing field. - - - Attaches delegates to emulate StubFileWebRequest.Proxy as a property with a backing field. - - - Attaches delegates to emulate StubFileWebRequest.Timeout as a property with a backing field. - - - Attaches delegates to emulate StubFileWebRequest.UseDefaultCredentials as a property with a backing field. - - - Sets the stub of FileWebRequest.BeginGetRequestStream(AsyncCallback callback, Object state) - - - Sets the stub of FileWebRequest.BeginGetRequestStream(AsyncCallback callback, Object state) - - - Sets the stub of FileWebRequest.BeginGetResponse(AsyncCallback callback, Object state) - - - Sets the stub of FileWebRequest.BeginGetResponse(AsyncCallback callback, Object state) - - - Sets the stub of WebRequest.get_CachePolicy() - - - Sets the stub of WebRequest.get_CachePolicy() - - - Sets the stub of WebRequest.set_CachePolicy(RequestCachePolicy value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of FileWebRequest.get_ConnectionGroupName() - - - Sets the stub of FileWebRequest.get_ConnectionGroupName() - - - Sets the stub of FileWebRequest.set_ConnectionGroupName(String value) - - - Sets the stub of FileWebRequest.get_ContentLength() - - - Sets the stub of FileWebRequest.get_ContentLength() - - - Sets the stub of FileWebRequest.set_ContentLength(Int64 value) - - - Sets the stub of FileWebRequest.get_ContentType() - - - Sets the stub of FileWebRequest.get_ContentType() - - - Sets the stub of FileWebRequest.set_ContentType(String value) - - - Sets the stub of WebRequest.get_CreatorInstance() - - - Sets the stub of WebRequest.get_CreatorInstance() - - - Sets the stub of FileWebRequest.get_Credentials() - - - Sets the stub of FileWebRequest.get_Credentials() - - - Sets the stub of FileWebRequest.set_Credentials(ICredentials value) - - - Sets the stub of FileWebRequest.EndGetRequestStream(IAsyncResult asyncResult) - - - Sets the stub of FileWebRequest.EndGetRequestStream(IAsyncResult asyncResult) - - - Sets the stub of FileWebRequest.EndGetResponse(IAsyncResult asyncResult) - - - Sets the stub of FileWebRequest.EndGetResponse(IAsyncResult asyncResult) - - - Sets the stub of FileWebRequest.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of FileWebRequest.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of FileWebRequest.GetRequestStream() - - - Sets the stub of FileWebRequest.GetRequestStream() - - - Sets the stub of WebRequest.GetRequestStreamAsync() - - - Sets the stub of WebRequest.GetRequestStreamAsync() - - - Sets the stub of FileWebRequest.GetResponse() - - - Sets the stub of FileWebRequest.GetResponse() - - - Sets the stub of WebRequest.GetResponseAsync() - - - Sets the stub of WebRequest.GetResponseAsync() - - - Sets the stub of FileWebRequest.get_Headers() - - - Sets the stub of FileWebRequest.get_Headers() - - - Initializes a new instance of type StubFileWebRequest - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of FileWebRequest.get_Method() - - - Sets the stub of FileWebRequest.get_Method() - - - Sets the stub of FileWebRequest.set_Method(String value) - - - Sets the stub of FileWebRequest.get_PreAuthenticate() - - - Sets the stub of FileWebRequest.get_PreAuthenticate() - - - Sets the stub of FileWebRequest.set_PreAuthenticate(Boolean value) - - - Sets the stub of FileWebRequest.get_Proxy() - - - Sets the stub of FileWebRequest.get_Proxy() - - - Sets the stub of FileWebRequest.set_Proxy(IWebProxy value) - - - Sets the stub of FileWebRequest.get_RequestUri() - - - Sets the stub of FileWebRequest.get_RequestUri() - - - Sets the stub of FileWebRequest.get_Timeout() - - - Sets the stub of FileWebRequest.get_Timeout() - - - Sets the stub of FileWebRequest.set_Timeout(Int32 value) - - - Sets the stub of FileWebRequest.get_UseDefaultCredentials() - - - Sets the stub of FileWebRequest.get_UseDefaultCredentials() - - - Sets the stub of FileWebRequest.set_UseDefaultCredentials(Boolean value) - - - Stub type of System.Net.FileWebResponse - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of FileWebResponse.Close() - - - Sets the stub of FileWebResponse.Close() - - - Sets the stub of FileWebResponse.get_ContentLength() - - - Sets the stub of FileWebResponse.get_ContentLength() - - - Sets the stub of FileWebResponse.get_ContentType() - - - Sets the stub of FileWebResponse.get_ContentType() - - - Sets the stub of WebResponse.Dispose(Boolean disposing) - - - Sets the stub of WebResponse.Dispose(Boolean disposing) - - - Sets the stub of FileWebResponse.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of FileWebResponse.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of FileWebResponse.GetResponseStream() - - - Sets the stub of FileWebResponse.GetResponseStream() - - - Sets the stub of FileWebResponse.get_Headers() - - - Sets the stub of FileWebResponse.get_Headers() - - - Initializes a new instance of type StubFileWebResponse - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of WebResponse.get_IsFromCache() - - - Sets the stub of WebResponse.get_IsFromCache() - - - Sets the stub of WebResponse.get_IsMutuallyAuthenticated() - - - Sets the stub of WebResponse.get_IsMutuallyAuthenticated() - - - Sets the stub of FileWebResponse.get_ResponseUri() - - - Sets the stub of FileWebResponse.get_ResponseUri() - - - Sets the stub of FileWebResponse.get_SupportsHeaders() - - - Sets the stub of FileWebResponse.get_SupportsHeaders() - - - Stub type of System.Net.HttpListenerException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubHttpListenerException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubHttpListenerException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of HttpListenerException.get_ErrorCode() - - - Sets the stub of HttpListenerException.get_ErrorCode() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubHttpListenerException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of ExternalException.ToString() - - - Sets the stub of ExternalException.ToString() - - - Stub type of System.Net.HttpVersion - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubHttpVersion - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.IAuthenticationModule - - - Initializes a new instance of type StubIAuthenticationModule - - - Sets the stub of IAuthenticationModule.Authenticate(String challenge, WebRequest request, ICredentials credentials) - - - Sets the stub of IAuthenticationModule.get_AuthenticationType() - - - Sets the stub of IAuthenticationModule.get_AuthenticationType() - - - Sets the stub of IAuthenticationModule.get_CanPreAuthenticate() - - - Sets the stub of IAuthenticationModule.get_CanPreAuthenticate() - - - Sets the stub of IAuthenticationModule.PreAuthenticate(WebRequest request, ICredentials credentials) - - - Sets the stub of IAuthenticationModule.Authenticate(String challenge, WebRequest request, ICredentials credentials) - - - Sets the stub of IAuthenticationModule.PreAuthenticate(WebRequest request, ICredentials credentials) - - - Stub type of System.Net.ICredentialPolicy - - - Initializes a new instance of type StubICredentialPolicy - - - Sets the stub of ICredentialPolicy.ShouldSendCredential(Uri challengeUri, WebRequest request, NetworkCredential credential, IAuthenticationModule authenticationModule) - - - Sets the stub of ICredentialPolicy.ShouldSendCredential(Uri challengeUri, WebRequest request, NetworkCredential credential, IAuthenticationModule authenticationModule) - - - Stub type of System.Net.ICredentials - - - Initializes a new instance of type StubICredentials - - - Sets the stub of ICredentials.GetCredential(Uri uri, String authType) - - - Sets the stub of ICredentials.GetCredential(Uri uri, String authType) - - - Stub type of System.Net.ICredentialsByHost - - - Initializes a new instance of type StubICredentialsByHost - - - Sets the stub of ICredentialsByHost.GetCredential(String host, Int32 port, String authenticationType) - - - Sets the stub of ICredentialsByHost.GetCredential(String host, Int32 port, String authenticationType) - - - Stub type of System.Net.IPAddress - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IPAddress.Equals(Object comparand) - - - Sets the stub of IPAddress.Equals(Object comparand) - - - Sets the stub of IPAddress.GetHashCode() - - - Sets the stub of IPAddress.GetHashCode() - - - Initializes a new instance of type StubIPAddress - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPAddress.ToString() - - - Sets the stub of IPAddress.ToString() - - - Stub type of System.Net.IPEndPoint - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of IPEndPoint.get_AddressFamily() - - - Sets the stub of IPEndPoint.get_AddressFamily() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IPEndPoint.Create(SocketAddress socketAddress) - - - Sets the stub of IPEndPoint.Create(SocketAddress socketAddress) - - - Sets the stub of IPEndPoint.Equals(Object comparand) - - - Sets the stub of IPEndPoint.Equals(Object comparand) - - - Sets the stub of IPEndPoint.GetHashCode() - - - Sets the stub of IPEndPoint.GetHashCode() - - - Initializes a new instance of type StubIPEndPoint - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPEndPoint.Serialize() - - - Sets the stub of IPEndPoint.Serialize() - - - Sets the stub of IPEndPoint.ToString() - - - Sets the stub of IPEndPoint.ToString() - - - Stub type of System.Net.IPHostEntry - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubIPHostEntry - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.IWebProxy - - - Initializes a new instance of type StubIWebProxy - - - Attaches delegates to emulate StubIWebProxy.Credentials as a property with a backing field. - - - Sets the stub of IWebProxy.get_Credentials() - - - Sets the stub of IWebProxy.get_Credentials() - - - Sets the stub of IWebProxy.set_Credentials(ICredentials value) - - - Sets the stub of IWebProxy.GetProxy(Uri destination) - - - Sets the stub of IWebProxy.IsBypassed(Uri host) - - - Sets the stub of IWebProxy.GetProxy(Uri destination) - - - Sets the stub of IWebProxy.IsBypassed(Uri host) - - - Stub type of System.Net.IWebProxyScript - - - Initializes a new instance of type StubIWebProxyScript - - - Sets the stub of IWebProxyScript.Close() - - - Sets the stub of IWebProxyScript.Load(Uri scriptLocation, String script, Type helperType) - - - Sets the stub of IWebProxyScript.Run(String url, String host) - - - Sets the stub of IWebProxyScript.Close() - - - Sets the stub of IWebProxyScript.Load(Uri scriptLocation, String script, Type helperType) - - - Sets the stub of IWebProxyScript.Run(String url, String host) - - - Stub type of System.Net.IWebRequestCreate - - - Initializes a new instance of type StubIWebRequestCreate - - - Sets the stub of IWebRequestCreate.Create(Uri uri) - - - Sets the stub of IWebRequestCreate.Create(Uri uri) - - - Stub type of System.Net.NetworkCredential - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubNetworkCredential - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.ProtocolViolationException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubProtocolViolationException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubProtocolViolationException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of ProtocolViolationException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of ProtocolViolationException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubProtocolViolationException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Net.SocketAddress - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SocketAddress.Equals(Object comparand) - - - Sets the stub of SocketAddress.Equals(Object comparand) - - - Sets the stub of SocketAddress.GetHashCode() - - - Sets the stub of SocketAddress.GetHashCode() - - - Initializes a new instance of type StubSocketAddress - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SocketAddress.ToString() - - - Sets the stub of SocketAddress.ToString() - - - Stub type of System.Net.TransportContext - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TransportContext.GetChannelBinding(ChannelBindingKind kind) - - - Sets the stub of TransportContext.GetChannelBinding(ChannelBindingKind kind) - - - Sets the stub of TransportContext.GetTlsTokenBindings() - - - Sets the stub of TransportContext.GetTlsTokenBindings() - - - Initializes a new instance of type StubTransportContext - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.WebException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubWebException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubWebException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of WebException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of WebException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubWebException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Net.WebHeaderCollection - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of WebHeaderCollection.Add(String name, String value) - - - Sets the stub of WebHeaderCollection.Add(String name, String value) - - - Sets the stub of WebHeaderCollection.get_AllKeys() - - - Sets the stub of WebHeaderCollection.get_AllKeys() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of WebHeaderCollection.Clear() - - - Sets the stub of WebHeaderCollection.Clear() - - - Sets the stub of WebHeaderCollection.get_Count() - - - Sets the stub of WebHeaderCollection.get_Count() - - - Sets the stub of WebHeaderCollection.Get(String name) - - - Sets the stub of WebHeaderCollection.Get(Int32 index) - - - Sets the stub of WebHeaderCollection.GetEnumerator() - - - Sets the stub of WebHeaderCollection.GetEnumerator() - - - Sets the stub of WebHeaderCollection.Get(Int32 index) - - - Sets the stub of WebHeaderCollection.GetKey(Int32 index) - - - Sets the stub of WebHeaderCollection.GetKey(Int32 index) - - - Sets the stub of WebHeaderCollection.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of WebHeaderCollection.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of WebHeaderCollection.Get(String name) - - - Sets the stub of WebHeaderCollection.GetValues(String header) - - - Sets the stub of WebHeaderCollection.GetValues(Int32 index) - - - Sets the stub of WebHeaderCollection.GetValues(Int32 index) - - - Sets the stub of WebHeaderCollection.GetValues(String header) - - - Initializes a new instance of type StubWebHeaderCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of WebHeaderCollection.get_Keys() - - - Sets the stub of WebHeaderCollection.get_Keys() - - - Sets the stub of WebHeaderCollection.OnDeserialization(Object sender) - - - Sets the stub of WebHeaderCollection.OnDeserialization(Object sender) - - - Sets the stub of WebHeaderCollection.Remove(String name) - - - Sets the stub of WebHeaderCollection.Remove(String name) - - - Sets the stub of WebHeaderCollection.Set(String name, String value) - - - Sets the stub of WebHeaderCollection.Set(String name, String value) - - - Sets the stub of WebHeaderCollection.ToString() - - - Sets the stub of WebHeaderCollection.ToString() - - - Stub type of System.Net.WebProxy - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of WebProxy.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of WebProxy.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Initializes a new instance of type StubWebProxy - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.WebResponse - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubWebResponse.ContentLength as a property with a backing field. - - - Attaches delegates to emulate StubWebResponse.ContentType as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of WebResponse.Close() - - - Sets the stub of WebResponse.Close() - - - Sets the stub of WebResponse.get_ContentLength() - - - Sets the stub of WebResponse.get_ContentLength() - - - Sets the stub of WebResponse.set_ContentLength(Int64 value) - - - Sets the stub of WebResponse.get_ContentType() - - - Sets the stub of WebResponse.get_ContentType() - - - Sets the stub of WebResponse.set_ContentType(String value) - - - Sets the stub of WebResponse.Dispose(Boolean disposing) - - - Sets the stub of WebResponse.Dispose(Boolean disposing) - - - Sets the stub of WebResponse.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of WebResponse.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of WebResponse.GetResponseStream() - - - Sets the stub of WebResponse.GetResponseStream() - - - Sets the stub of WebResponse.get_Headers() - - - Sets the stub of WebResponse.get_Headers() - - - Initializes a new instance of type StubWebResponse - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of WebResponse.get_IsFromCache() - - - Sets the stub of WebResponse.get_IsFromCache() - - - Sets the stub of WebResponse.get_IsMutuallyAuthenticated() - - - Sets the stub of WebResponse.get_IsMutuallyAuthenticated() - - - Sets the stub of WebResponse.get_ResponseUri() - - - Sets the stub of WebResponse.get_ResponseUri() - - - Sets the stub of WebResponse.get_SupportsHeaders() - - - Sets the stub of WebResponse.get_SupportsHeaders() - - - Stub type of System.Net.Mail.AlternateView - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of AlternateView.Dispose(Boolean disposing) - - - Sets the stub of AlternateView.Dispose(Boolean disposing) - - - Initializes a new instance of type StubAlternateView - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Mail.Attachment - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of AttachmentBase.Dispose(Boolean disposing) - - - Sets the stub of AttachmentBase.Dispose(Boolean disposing) - - - Initializes a new instance of type StubAttachment - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Mail.AttachmentBase - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of AttachmentBase.Dispose(Boolean disposing) - - - Sets the stub of AttachmentBase.Dispose(Boolean disposing) - - - Initializes a new instance of type StubAttachmentBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Mail.LinkedResource - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of AttachmentBase.Dispose(Boolean disposing) - - - Sets the stub of AttachmentBase.Dispose(Boolean disposing) - - - Initializes a new instance of type StubLinkedResource - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Mail.MailAddress - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MailAddress.Equals(Object value) - - - Sets the stub of MailAddress.Equals(Object value) - - - Sets the stub of MailAddress.GetHashCode() - - - Sets the stub of MailAddress.GetHashCode() - - - Initializes a new instance of type StubMailAddress - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MailAddress.ToString() - - - Sets the stub of MailAddress.ToString() - - - Stub type of System.Net.Mail.MailAddressCollection - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Collection`1.ClearItems() - - - Sets the stub of Collection`1.ClearItems() - - - Initializes a new instance of type StubMailAddressCollection - - - Sets the stub of MailAddressCollection.InsertItem(Int32 index, MailAddress item) - - - Sets the stub of MailAddressCollection.InsertItem(Int32 index, MailAddress item) - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Collection`1.RemoveItem(Int32 index) - - - Sets the stub of Collection`1.RemoveItem(Int32 index) - - - Sets the stub of MailAddressCollection.SetItem(Int32 index, MailAddress item) - - - Sets the stub of MailAddressCollection.SetItem(Int32 index, MailAddress item) - - - Sets the stub of MailAddressCollection.ToString() - - - Sets the stub of MailAddressCollection.ToString() - - - Stub type of System.Net.Mail.MailMessage - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MailMessage.Dispose(Boolean disposing) - - - Sets the stub of MailMessage.Dispose(Boolean disposing) - - - Initializes a new instance of type StubMailMessage - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Mail.SmtpClient - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SmtpClient.Dispose(Boolean disposing) - - - Sets the stub of SmtpClient.Dispose(Boolean disposing) - - - Initializes a new instance of type StubSmtpClient - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Mail.SmtpException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSmtpException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSmtpException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of SmtpException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of SmtpException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSmtpException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Net.Mail.SmtpFailedRecipientException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSmtpFailedRecipientException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSmtpFailedRecipientException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of SmtpFailedRecipientException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of SmtpFailedRecipientException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSmtpFailedRecipientException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Net.Mail.SmtpFailedRecipientsException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSmtpFailedRecipientsException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSmtpFailedRecipientsException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of SmtpFailedRecipientsException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of SmtpFailedRecipientsException.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSmtpFailedRecipientsException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Net.Mime.ContentDisposition - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ContentDisposition.Equals(Object rparam) - - - Sets the stub of ContentDisposition.Equals(Object rparam) - - - Sets the stub of ContentDisposition.GetHashCode() - - - Sets the stub of ContentDisposition.GetHashCode() - - - Initializes a new instance of type StubContentDisposition - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ContentDisposition.ToString() - - - Sets the stub of ContentDisposition.ToString() - - - Stub type of System.Net.Mime.ContentType - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ContentType.Equals(Object rparam) - - - Sets the stub of ContentType.Equals(Object rparam) - - - Sets the stub of ContentType.GetHashCode() - - - Sets the stub of ContentType.GetHashCode() - - - Initializes a new instance of type StubContentType - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ContentType.ToString() - - - Sets the stub of ContentType.ToString() - - - Stub type of System.Net.NetworkInformation.GatewayIPAddressInformation - - - Initializes a new instance - - - Sets the stub of GatewayIPAddressInformation.get_Address() - - - Sets the stub of GatewayIPAddressInformation.get_Address() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubGatewayIPAddressInformation - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.NetworkInformation.GatewayIPAddressInformationCollection - - - Initializes a new instance - - - Sets the stub of GatewayIPAddressInformationCollection.Add(GatewayIPAddressInformation address) - - - Sets the stub of GatewayIPAddressInformationCollection.Add(GatewayIPAddressInformation address) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of GatewayIPAddressInformationCollection.Clear() - - - Sets the stub of GatewayIPAddressInformationCollection.Clear() - - - Sets the stub of GatewayIPAddressInformationCollection.Contains(GatewayIPAddressInformation address) - - - Sets the stub of GatewayIPAddressInformationCollection.Contains(GatewayIPAddressInformation address) - - - Sets the stub of GatewayIPAddressInformationCollection.CopyTo(GatewayIPAddressInformation[] array, Int32 offset) - - - Sets the stub of GatewayIPAddressInformationCollection.CopyTo(GatewayIPAddressInformation[] array, Int32 offset) - - - Sets the stub of GatewayIPAddressInformationCollection.get_Count() - - - Sets the stub of GatewayIPAddressInformationCollection.get_Count() - - - Sets the stub of GatewayIPAddressInformationCollection.GetEnumerator() - - - Sets the stub of GatewayIPAddressInformationCollection.GetEnumerator() - - - Initializes a new instance of type StubGatewayIPAddressInformationCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of GatewayIPAddressInformationCollection.get_IsReadOnly() - - - Sets the stub of GatewayIPAddressInformationCollection.get_IsReadOnly() - - - Sets the stub of GatewayIPAddressInformationCollection.get_Item(Int32 index) - - - Sets the stub of GatewayIPAddressInformationCollection.get_Item(Int32 index) - - - Sets the stub of GatewayIPAddressInformationCollection.Remove(GatewayIPAddressInformation address) - - - Sets the stub of GatewayIPAddressInformationCollection.Remove(GatewayIPAddressInformation address) - - - Stub type of System.Net.NetworkInformation.IPAddressCollection - - - Initializes a new instance - - - Sets the stub of IPAddressCollection.Add(IPAddress address) - - - Sets the stub of IPAddressCollection.Add(IPAddress address) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IPAddressCollection.Clear() - - - Sets the stub of IPAddressCollection.Clear() - - - Sets the stub of IPAddressCollection.Contains(IPAddress address) - - - Sets the stub of IPAddressCollection.Contains(IPAddress address) - - - Sets the stub of IPAddressCollection.CopyTo(IPAddress[] array, Int32 offset) - - - Sets the stub of IPAddressCollection.CopyTo(IPAddress[] array, Int32 offset) - - - Sets the stub of IPAddressCollection.get_Count() - - - Sets the stub of IPAddressCollection.get_Count() - - - Sets the stub of IPAddressCollection.GetEnumerator() - - - Sets the stub of IPAddressCollection.GetEnumerator() - - - Initializes a new instance of type StubIPAddressCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPAddressCollection.get_IsReadOnly() - - - Sets the stub of IPAddressCollection.get_IsReadOnly() - - - Sets the stub of IPAddressCollection.get_Item(Int32 index) - - - Sets the stub of IPAddressCollection.get_Item(Int32 index) - - - Sets the stub of IPAddressCollection.Remove(IPAddress address) - - - Sets the stub of IPAddressCollection.Remove(IPAddress address) - - - Stub type of System.Net.NetworkInformation.IPAddressInformation - - - Initializes a new instance - - - Sets the stub of IPAddressInformation.get_Address() - - - Sets the stub of IPAddressInformation.get_Address() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubIPAddressInformation - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPAddressInformation.get_IsDnsEligible() - - - Sets the stub of IPAddressInformation.get_IsDnsEligible() - - - Sets the stub of IPAddressInformation.get_IsTransient() - - - Sets the stub of IPAddressInformation.get_IsTransient() - - - Stub type of System.Net.NetworkInformation.IPGlobalProperties - - - Initializes a new instance - - - Sets the stub of IPGlobalProperties.BeginGetUnicastAddresses(AsyncCallback callback, Object state) - - - Sets the stub of IPGlobalProperties.BeginGetUnicastAddresses(AsyncCallback callback, Object state) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IPGlobalProperties.get_DhcpScopeName() - - - Sets the stub of IPGlobalProperties.get_DhcpScopeName() - - - Sets the stub of IPGlobalProperties.get_DomainName() - - - Sets the stub of IPGlobalProperties.get_DomainName() - - - Sets the stub of IPGlobalProperties.EndGetUnicastAddresses(IAsyncResult asyncResult) - - - Sets the stub of IPGlobalProperties.EndGetUnicastAddresses(IAsyncResult asyncResult) - - - Sets the stub of IPGlobalProperties.GetActiveTcpConnections() - - - Sets the stub of IPGlobalProperties.GetActiveTcpConnections() - - - Sets the stub of IPGlobalProperties.GetActiveTcpListeners() - - - Sets the stub of IPGlobalProperties.GetActiveTcpListeners() - - - Sets the stub of IPGlobalProperties.GetActiveUdpListeners() - - - Sets the stub of IPGlobalProperties.GetActiveUdpListeners() - - - Sets the stub of IPGlobalProperties.GetIPv4GlobalStatistics() - - - Sets the stub of IPGlobalProperties.GetIPv4GlobalStatistics() - - - Sets the stub of IPGlobalProperties.GetIPv6GlobalStatistics() - - - Sets the stub of IPGlobalProperties.GetIPv6GlobalStatistics() - - - Sets the stub of IPGlobalProperties.GetIcmpV4Statistics() - - - Sets the stub of IPGlobalProperties.GetIcmpV4Statistics() - - - Sets the stub of IPGlobalProperties.GetIcmpV6Statistics() - - - Sets the stub of IPGlobalProperties.GetIcmpV6Statistics() - - - Sets the stub of IPGlobalProperties.GetTcpIPv4Statistics() - - - Sets the stub of IPGlobalProperties.GetTcpIPv4Statistics() - - - Sets the stub of IPGlobalProperties.GetTcpIPv6Statistics() - - - Sets the stub of IPGlobalProperties.GetTcpIPv6Statistics() - - - Sets the stub of IPGlobalProperties.GetUdpIPv4Statistics() - - - Sets the stub of IPGlobalProperties.GetUdpIPv4Statistics() - - - Sets the stub of IPGlobalProperties.GetUdpIPv6Statistics() - - - Sets the stub of IPGlobalProperties.GetUdpIPv6Statistics() - - - Sets the stub of IPGlobalProperties.GetUnicastAddresses() - - - Sets the stub of IPGlobalProperties.GetUnicastAddresses() - - - Sets the stub of IPGlobalProperties.GetUnicastAddressesAsync() - - - Sets the stub of IPGlobalProperties.GetUnicastAddressesAsync() - - - Sets the stub of IPGlobalProperties.get_HostName() - - - Sets the stub of IPGlobalProperties.get_HostName() - - - Initializes a new instance of type StubIPGlobalProperties - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPGlobalProperties.get_IsWinsProxy() - - - Sets the stub of IPGlobalProperties.get_IsWinsProxy() - - - Sets the stub of IPGlobalProperties.get_NodeType() - - - Sets the stub of IPGlobalProperties.get_NodeType() - - - Stub type of System.Net.NetworkInformation.IPGlobalStatistics - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IPGlobalStatistics.get_DefaultTtl() - - - Sets the stub of IPGlobalStatistics.get_DefaultTtl() - - - Sets the stub of IPGlobalStatistics.get_ForwardingEnabled() - - - Sets the stub of IPGlobalStatistics.get_ForwardingEnabled() - - - Initializes a new instance of type StubIPGlobalStatistics - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPGlobalStatistics.get_NumberOfIPAddresses() - - - Sets the stub of IPGlobalStatistics.get_NumberOfIPAddresses() - - - Sets the stub of IPGlobalStatistics.get_NumberOfInterfaces() - - - Sets the stub of IPGlobalStatistics.get_NumberOfInterfaces() - - - Sets the stub of IPGlobalStatistics.get_NumberOfRoutes() - - - Sets the stub of IPGlobalStatistics.get_NumberOfRoutes() - - - Sets the stub of IPGlobalStatistics.get_OutputPacketRequests() - - - Sets the stub of IPGlobalStatistics.get_OutputPacketRequests() - - - Sets the stub of IPGlobalStatistics.get_OutputPacketRoutingDiscards() - - - Sets the stub of IPGlobalStatistics.get_OutputPacketRoutingDiscards() - - - Sets the stub of IPGlobalStatistics.get_OutputPacketsDiscarded() - - - Sets the stub of IPGlobalStatistics.get_OutputPacketsDiscarded() - - - Sets the stub of IPGlobalStatistics.get_OutputPacketsWithNoRoute() - - - Sets the stub of IPGlobalStatistics.get_OutputPacketsWithNoRoute() - - - Sets the stub of IPGlobalStatistics.get_PacketFragmentFailures() - - - Sets the stub of IPGlobalStatistics.get_PacketFragmentFailures() - - - Sets the stub of IPGlobalStatistics.get_PacketReassembliesRequired() - - - Sets the stub of IPGlobalStatistics.get_PacketReassembliesRequired() - - - Sets the stub of IPGlobalStatistics.get_PacketReassemblyFailures() - - - Sets the stub of IPGlobalStatistics.get_PacketReassemblyFailures() - - - Sets the stub of IPGlobalStatistics.get_PacketReassemblyTimeout() - - - Sets the stub of IPGlobalStatistics.get_PacketReassemblyTimeout() - - - Sets the stub of IPGlobalStatistics.get_PacketsFragmented() - - - Sets the stub of IPGlobalStatistics.get_PacketsFragmented() - - - Sets the stub of IPGlobalStatistics.get_PacketsReassembled() - - - Sets the stub of IPGlobalStatistics.get_PacketsReassembled() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPackets() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPacketsDelivered() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPacketsDelivered() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPacketsDiscarded() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPacketsDiscarded() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPacketsForwarded() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPacketsForwarded() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPackets() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPacketsWithAddressErrors() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPacketsWithAddressErrors() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPacketsWithHeadersErrors() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPacketsWithHeadersErrors() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPacketsWithUnknownProtocol() - - - Sets the stub of IPGlobalStatistics.get_ReceivedPacketsWithUnknownProtocol() - - - Stub type of System.Net.NetworkInformation.IPInterfaceProperties - - - Initializes a new instance - - - Sets the stub of IPInterfaceProperties.get_AnycastAddresses() - - - Sets the stub of IPInterfaceProperties.get_AnycastAddresses() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IPInterfaceProperties.get_DhcpServerAddresses() - - - Sets the stub of IPInterfaceProperties.get_DhcpServerAddresses() - - - Sets the stub of IPInterfaceProperties.get_DnsAddresses() - - - Sets the stub of IPInterfaceProperties.get_DnsAddresses() - - - Sets the stub of IPInterfaceProperties.get_DnsSuffix() - - - Sets the stub of IPInterfaceProperties.get_DnsSuffix() - - - Sets the stub of IPInterfaceProperties.get_GatewayAddresses() - - - Sets the stub of IPInterfaceProperties.get_GatewayAddresses() - - - Sets the stub of IPInterfaceProperties.GetIPv4Properties() - - - Sets the stub of IPInterfaceProperties.GetIPv4Properties() - - - Sets the stub of IPInterfaceProperties.GetIPv6Properties() - - - Sets the stub of IPInterfaceProperties.GetIPv6Properties() - - - Initializes a new instance of type StubIPInterfaceProperties - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPInterfaceProperties.get_IsDnsEnabled() - - - Sets the stub of IPInterfaceProperties.get_IsDnsEnabled() - - - Sets the stub of IPInterfaceProperties.get_IsDynamicDnsEnabled() - - - Sets the stub of IPInterfaceProperties.get_IsDynamicDnsEnabled() - - - Sets the stub of IPInterfaceProperties.get_MulticastAddresses() - - - Sets the stub of IPInterfaceProperties.get_MulticastAddresses() - - - Sets the stub of IPInterfaceProperties.get_UnicastAddresses() - - - Sets the stub of IPInterfaceProperties.get_UnicastAddresses() - - - Sets the stub of IPInterfaceProperties.get_WinsServersAddresses() - - - Sets the stub of IPInterfaceProperties.get_WinsServersAddresses() - - - Stub type of System.Net.NetworkInformation.IPInterfaceStatistics - - - Initializes a new instance - - - Sets the stub of IPInterfaceStatistics.get_BytesReceived() - - - Sets the stub of IPInterfaceStatistics.get_BytesReceived() - - - Sets the stub of IPInterfaceStatistics.get_BytesSent() - - - Sets the stub of IPInterfaceStatistics.get_BytesSent() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IPInterfaceStatistics.get_IncomingPacketsDiscarded() - - - Sets the stub of IPInterfaceStatistics.get_IncomingPacketsDiscarded() - - - Sets the stub of IPInterfaceStatistics.get_IncomingPacketsWithErrors() - - - Sets the stub of IPInterfaceStatistics.get_IncomingPacketsWithErrors() - - - Sets the stub of IPInterfaceStatistics.get_IncomingUnknownProtocolPackets() - - - Sets the stub of IPInterfaceStatistics.get_IncomingUnknownProtocolPackets() - - - Initializes a new instance of type StubIPInterfaceStatistics - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPInterfaceStatistics.get_NonUnicastPacketsReceived() - - - Sets the stub of IPInterfaceStatistics.get_NonUnicastPacketsReceived() - - - Sets the stub of IPInterfaceStatistics.get_NonUnicastPacketsSent() - - - Sets the stub of IPInterfaceStatistics.get_NonUnicastPacketsSent() - - - Sets the stub of IPInterfaceStatistics.get_OutgoingPacketsDiscarded() - - - Sets the stub of IPInterfaceStatistics.get_OutgoingPacketsDiscarded() - - - Sets the stub of IPInterfaceStatistics.get_OutgoingPacketsWithErrors() - - - Sets the stub of IPInterfaceStatistics.get_OutgoingPacketsWithErrors() - - - Sets the stub of IPInterfaceStatistics.get_OutputQueueLength() - - - Sets the stub of IPInterfaceStatistics.get_OutputQueueLength() - - - Sets the stub of IPInterfaceStatistics.get_UnicastPacketsReceived() - - - Sets the stub of IPInterfaceStatistics.get_UnicastPacketsReceived() - - - Sets the stub of IPInterfaceStatistics.get_UnicastPacketsSent() - - - Sets the stub of IPInterfaceStatistics.get_UnicastPacketsSent() - - - Stub type of System.Net.NetworkInformation.IPv4InterfaceProperties - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IPv4InterfaceProperties.get_Index() - - - Sets the stub of IPv4InterfaceProperties.get_Index() - - - Initializes a new instance of type StubIPv4InterfaceProperties - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPv4InterfaceProperties.get_IsAutomaticPrivateAddressingActive() - - - Sets the stub of IPv4InterfaceProperties.get_IsAutomaticPrivateAddressingActive() - - - Sets the stub of IPv4InterfaceProperties.get_IsAutomaticPrivateAddressingEnabled() - - - Sets the stub of IPv4InterfaceProperties.get_IsAutomaticPrivateAddressingEnabled() - - - Sets the stub of IPv4InterfaceProperties.get_IsDhcpEnabled() - - - Sets the stub of IPv4InterfaceProperties.get_IsDhcpEnabled() - - - Sets the stub of IPv4InterfaceProperties.get_IsForwardingEnabled() - - - Sets the stub of IPv4InterfaceProperties.get_IsForwardingEnabled() - - - Sets the stub of IPv4InterfaceProperties.get_Mtu() - - - Sets the stub of IPv4InterfaceProperties.get_Mtu() - - - Sets the stub of IPv4InterfaceProperties.get_UsesWins() - - - Sets the stub of IPv4InterfaceProperties.get_UsesWins() - - - Stub type of System.Net.NetworkInformation.IPv4InterfaceStatistics - - - Initializes a new instance - - - Sets the stub of IPv4InterfaceStatistics.get_BytesReceived() - - - Sets the stub of IPv4InterfaceStatistics.get_BytesReceived() - - - Sets the stub of IPv4InterfaceStatistics.get_BytesSent() - - - Sets the stub of IPv4InterfaceStatistics.get_BytesSent() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IPv4InterfaceStatistics.get_IncomingPacketsDiscarded() - - - Sets the stub of IPv4InterfaceStatistics.get_IncomingPacketsDiscarded() - - - Sets the stub of IPv4InterfaceStatistics.get_IncomingPacketsWithErrors() - - - Sets the stub of IPv4InterfaceStatistics.get_IncomingPacketsWithErrors() - - - Sets the stub of IPv4InterfaceStatistics.get_IncomingUnknownProtocolPackets() - - - Sets the stub of IPv4InterfaceStatistics.get_IncomingUnknownProtocolPackets() - - - Initializes a new instance of type StubIPv4InterfaceStatistics - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPv4InterfaceStatistics.get_NonUnicastPacketsReceived() - - - Sets the stub of IPv4InterfaceStatistics.get_NonUnicastPacketsReceived() - - - Sets the stub of IPv4InterfaceStatistics.get_NonUnicastPacketsSent() - - - Sets the stub of IPv4InterfaceStatistics.get_NonUnicastPacketsSent() - - - Sets the stub of IPv4InterfaceStatistics.get_OutgoingPacketsDiscarded() - - - Sets the stub of IPv4InterfaceStatistics.get_OutgoingPacketsDiscarded() - - - Sets the stub of IPv4InterfaceStatistics.get_OutgoingPacketsWithErrors() - - - Sets the stub of IPv4InterfaceStatistics.get_OutgoingPacketsWithErrors() - - - Sets the stub of IPv4InterfaceStatistics.get_OutputQueueLength() - - - Sets the stub of IPv4InterfaceStatistics.get_OutputQueueLength() - - - Sets the stub of IPv4InterfaceStatistics.get_UnicastPacketsReceived() - - - Sets the stub of IPv4InterfaceStatistics.get_UnicastPacketsReceived() - - - Sets the stub of IPv4InterfaceStatistics.get_UnicastPacketsSent() - - - Sets the stub of IPv4InterfaceStatistics.get_UnicastPacketsSent() - - - Stub type of System.Net.NetworkInformation.IPv6InterfaceProperties - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IPv6InterfaceProperties.GetScopeId(ScopeLevel scopeLevel) - - - Sets the stub of IPv6InterfaceProperties.GetScopeId(ScopeLevel scopeLevel) - - - Sets the stub of IPv6InterfaceProperties.get_Index() - - - Sets the stub of IPv6InterfaceProperties.get_Index() - - - Initializes a new instance of type StubIPv6InterfaceProperties - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPv6InterfaceProperties.get_Mtu() - - - Sets the stub of IPv6InterfaceProperties.get_Mtu() - - - Stub type of System.Net.NetworkInformation.IcmpV4Statistics - - - Initializes a new instance - - - Sets the stub of IcmpV4Statistics.get_AddressMaskRepliesReceived() - - - Sets the stub of IcmpV4Statistics.get_AddressMaskRepliesReceived() - - - Sets the stub of IcmpV4Statistics.get_AddressMaskRepliesSent() - - - Sets the stub of IcmpV4Statistics.get_AddressMaskRepliesSent() - - - Sets the stub of IcmpV4Statistics.get_AddressMaskRequestsReceived() - - - Sets the stub of IcmpV4Statistics.get_AddressMaskRequestsReceived() - - - Sets the stub of IcmpV4Statistics.get_AddressMaskRequestsSent() - - - Sets the stub of IcmpV4Statistics.get_AddressMaskRequestsSent() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IcmpV4Statistics.get_DestinationUnreachableMessagesReceived() - - - Sets the stub of IcmpV4Statistics.get_DestinationUnreachableMessagesReceived() - - - Sets the stub of IcmpV4Statistics.get_DestinationUnreachableMessagesSent() - - - Sets the stub of IcmpV4Statistics.get_DestinationUnreachableMessagesSent() - - - Sets the stub of IcmpV4Statistics.get_EchoRepliesReceived() - - - Sets the stub of IcmpV4Statistics.get_EchoRepliesReceived() - - - Sets the stub of IcmpV4Statistics.get_EchoRepliesSent() - - - Sets the stub of IcmpV4Statistics.get_EchoRepliesSent() - - - Sets the stub of IcmpV4Statistics.get_EchoRequestsReceived() - - - Sets the stub of IcmpV4Statistics.get_EchoRequestsReceived() - - - Sets the stub of IcmpV4Statistics.get_EchoRequestsSent() - - - Sets the stub of IcmpV4Statistics.get_EchoRequestsSent() - - - Sets the stub of IcmpV4Statistics.get_ErrorsReceived() - - - Sets the stub of IcmpV4Statistics.get_ErrorsReceived() - - - Sets the stub of IcmpV4Statistics.get_ErrorsSent() - - - Sets the stub of IcmpV4Statistics.get_ErrorsSent() - - - Initializes a new instance of type StubIcmpV4Statistics - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IcmpV4Statistics.get_MessagesReceived() - - - Sets the stub of IcmpV4Statistics.get_MessagesReceived() - - - Sets the stub of IcmpV4Statistics.get_MessagesSent() - - - Sets the stub of IcmpV4Statistics.get_MessagesSent() - - - Sets the stub of IcmpV4Statistics.get_ParameterProblemsReceived() - - - Sets the stub of IcmpV4Statistics.get_ParameterProblemsReceived() - - - Sets the stub of IcmpV4Statistics.get_ParameterProblemsSent() - - - Sets the stub of IcmpV4Statistics.get_ParameterProblemsSent() - - - Sets the stub of IcmpV4Statistics.get_RedirectsReceived() - - - Sets the stub of IcmpV4Statistics.get_RedirectsReceived() - - - Sets the stub of IcmpV4Statistics.get_RedirectsSent() - - - Sets the stub of IcmpV4Statistics.get_RedirectsSent() - - - Sets the stub of IcmpV4Statistics.get_SourceQuenchesReceived() - - - Sets the stub of IcmpV4Statistics.get_SourceQuenchesReceived() - - - Sets the stub of IcmpV4Statistics.get_SourceQuenchesSent() - - - Sets the stub of IcmpV4Statistics.get_SourceQuenchesSent() - - - Sets the stub of IcmpV4Statistics.get_TimeExceededMessagesReceived() - - - Sets the stub of IcmpV4Statistics.get_TimeExceededMessagesReceived() - - - Sets the stub of IcmpV4Statistics.get_TimeExceededMessagesSent() - - - Sets the stub of IcmpV4Statistics.get_TimeExceededMessagesSent() - - - Sets the stub of IcmpV4Statistics.get_TimestampRepliesReceived() - - - Sets the stub of IcmpV4Statistics.get_TimestampRepliesReceived() - - - Sets the stub of IcmpV4Statistics.get_TimestampRepliesSent() - - - Sets the stub of IcmpV4Statistics.get_TimestampRepliesSent() - - - Sets the stub of IcmpV4Statistics.get_TimestampRequestsReceived() - - - Sets the stub of IcmpV4Statistics.get_TimestampRequestsReceived() - - - Sets the stub of IcmpV4Statistics.get_TimestampRequestsSent() - - - Sets the stub of IcmpV4Statistics.get_TimestampRequestsSent() - - - Stub type of System.Net.NetworkInformation.IcmpV6Statistics - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IcmpV6Statistics.get_DestinationUnreachableMessagesReceived() - - - Sets the stub of IcmpV6Statistics.get_DestinationUnreachableMessagesReceived() - - - Sets the stub of IcmpV6Statistics.get_DestinationUnreachableMessagesSent() - - - Sets the stub of IcmpV6Statistics.get_DestinationUnreachableMessagesSent() - - - Sets the stub of IcmpV6Statistics.get_EchoRepliesReceived() - - - Sets the stub of IcmpV6Statistics.get_EchoRepliesReceived() - - - Sets the stub of IcmpV6Statistics.get_EchoRepliesSent() - - - Sets the stub of IcmpV6Statistics.get_EchoRepliesSent() - - - Sets the stub of IcmpV6Statistics.get_EchoRequestsReceived() - - - Sets the stub of IcmpV6Statistics.get_EchoRequestsReceived() - - - Sets the stub of IcmpV6Statistics.get_EchoRequestsSent() - - - Sets the stub of IcmpV6Statistics.get_EchoRequestsSent() - - - Sets the stub of IcmpV6Statistics.get_ErrorsReceived() - - - Sets the stub of IcmpV6Statistics.get_ErrorsReceived() - - - Sets the stub of IcmpV6Statistics.get_ErrorsSent() - - - Sets the stub of IcmpV6Statistics.get_ErrorsSent() - - - Initializes a new instance of type StubIcmpV6Statistics - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IcmpV6Statistics.get_MembershipQueriesReceived() - - - Sets the stub of IcmpV6Statistics.get_MembershipQueriesReceived() - - - Sets the stub of IcmpV6Statistics.get_MembershipQueriesSent() - - - Sets the stub of IcmpV6Statistics.get_MembershipQueriesSent() - - - Sets the stub of IcmpV6Statistics.get_MembershipReductionsReceived() - - - Sets the stub of IcmpV6Statistics.get_MembershipReductionsReceived() - - - Sets the stub of IcmpV6Statistics.get_MembershipReductionsSent() - - - Sets the stub of IcmpV6Statistics.get_MembershipReductionsSent() - - - Sets the stub of IcmpV6Statistics.get_MembershipReportsReceived() - - - Sets the stub of IcmpV6Statistics.get_MembershipReportsReceived() - - - Sets the stub of IcmpV6Statistics.get_MembershipReportsSent() - - - Sets the stub of IcmpV6Statistics.get_MembershipReportsSent() - - - Sets the stub of IcmpV6Statistics.get_MessagesReceived() - - - Sets the stub of IcmpV6Statistics.get_MessagesReceived() - - - Sets the stub of IcmpV6Statistics.get_MessagesSent() - - - Sets the stub of IcmpV6Statistics.get_MessagesSent() - - - Sets the stub of IcmpV6Statistics.get_NeighborAdvertisementsReceived() - - - Sets the stub of IcmpV6Statistics.get_NeighborAdvertisementsReceived() - - - Sets the stub of IcmpV6Statistics.get_NeighborAdvertisementsSent() - - - Sets the stub of IcmpV6Statistics.get_NeighborAdvertisementsSent() - - - Sets the stub of IcmpV6Statistics.get_NeighborSolicitsReceived() - - - Sets the stub of IcmpV6Statistics.get_NeighborSolicitsReceived() - - - Sets the stub of IcmpV6Statistics.get_NeighborSolicitsSent() - - - Sets the stub of IcmpV6Statistics.get_NeighborSolicitsSent() - - - Sets the stub of IcmpV6Statistics.get_PacketTooBigMessagesReceived() - - - Sets the stub of IcmpV6Statistics.get_PacketTooBigMessagesReceived() - - - Sets the stub of IcmpV6Statistics.get_PacketTooBigMessagesSent() - - - Sets the stub of IcmpV6Statistics.get_PacketTooBigMessagesSent() - - - Sets the stub of IcmpV6Statistics.get_ParameterProblemsReceived() - - - Sets the stub of IcmpV6Statistics.get_ParameterProblemsReceived() - - - Sets the stub of IcmpV6Statistics.get_ParameterProblemsSent() - - - Sets the stub of IcmpV6Statistics.get_ParameterProblemsSent() - - - Sets the stub of IcmpV6Statistics.get_RedirectsReceived() - - - Sets the stub of IcmpV6Statistics.get_RedirectsReceived() - - - Sets the stub of IcmpV6Statistics.get_RedirectsSent() - - - Sets the stub of IcmpV6Statistics.get_RedirectsSent() - - - Sets the stub of IcmpV6Statistics.get_RouterAdvertisementsReceived() - - - Sets the stub of IcmpV6Statistics.get_RouterAdvertisementsReceived() - - - Sets the stub of IcmpV6Statistics.get_RouterAdvertisementsSent() - - - Sets the stub of IcmpV6Statistics.get_RouterAdvertisementsSent() - - - Sets the stub of IcmpV6Statistics.get_RouterSolicitsReceived() - - - Sets the stub of IcmpV6Statistics.get_RouterSolicitsReceived() - - - Sets the stub of IcmpV6Statistics.get_RouterSolicitsSent() - - - Sets the stub of IcmpV6Statistics.get_RouterSolicitsSent() - - - Sets the stub of IcmpV6Statistics.get_TimeExceededMessagesReceived() - - - Sets the stub of IcmpV6Statistics.get_TimeExceededMessagesReceived() - - - Sets the stub of IcmpV6Statistics.get_TimeExceededMessagesSent() - - - Sets the stub of IcmpV6Statistics.get_TimeExceededMessagesSent() - - - Stub type of System.Net.NetworkInformation.MulticastIPAddressInformation - - - Initializes a new instance - - - Sets the stub of IPAddressInformation.get_Address() - - - Sets the stub of IPAddressInformation.get_Address() - - - Sets the stub of MulticastIPAddressInformation.get_AddressPreferredLifetime() - - - Sets the stub of MulticastIPAddressInformation.get_AddressPreferredLifetime() - - - Sets the stub of MulticastIPAddressInformation.get_AddressValidLifetime() - - - Sets the stub of MulticastIPAddressInformation.get_AddressValidLifetime() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MulticastIPAddressInformation.get_DhcpLeaseLifetime() - - - Sets the stub of MulticastIPAddressInformation.get_DhcpLeaseLifetime() - - - Sets the stub of MulticastIPAddressInformation.get_DuplicateAddressDetectionState() - - - Sets the stub of MulticastIPAddressInformation.get_DuplicateAddressDetectionState() - - - Initializes a new instance of type StubMulticastIPAddressInformation - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPAddressInformation.get_IsDnsEligible() - - - Sets the stub of IPAddressInformation.get_IsDnsEligible() - - - Sets the stub of IPAddressInformation.get_IsTransient() - - - Sets the stub of IPAddressInformation.get_IsTransient() - - - Sets the stub of MulticastIPAddressInformation.get_PrefixOrigin() - - - Sets the stub of MulticastIPAddressInformation.get_PrefixOrigin() - - - Sets the stub of MulticastIPAddressInformation.get_SuffixOrigin() - - - Sets the stub of MulticastIPAddressInformation.get_SuffixOrigin() - - - Stub type of System.Net.NetworkInformation.MulticastIPAddressInformationCollection - - - Initializes a new instance - - - Sets the stub of MulticastIPAddressInformationCollection.Add(MulticastIPAddressInformation address) - - - Sets the stub of MulticastIPAddressInformationCollection.Add(MulticastIPAddressInformation address) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MulticastIPAddressInformationCollection.Clear() - - - Sets the stub of MulticastIPAddressInformationCollection.Clear() - - - Sets the stub of MulticastIPAddressInformationCollection.Contains(MulticastIPAddressInformation address) - - - Sets the stub of MulticastIPAddressInformationCollection.Contains(MulticastIPAddressInformation address) - - - Sets the stub of MulticastIPAddressInformationCollection.CopyTo(MulticastIPAddressInformation[] array, Int32 offset) - - - Sets the stub of MulticastIPAddressInformationCollection.CopyTo(MulticastIPAddressInformation[] array, Int32 offset) - - - Sets the stub of MulticastIPAddressInformationCollection.get_Count() - - - Sets the stub of MulticastIPAddressInformationCollection.get_Count() - - - Sets the stub of MulticastIPAddressInformationCollection.GetEnumerator() - - - Sets the stub of MulticastIPAddressInformationCollection.GetEnumerator() - - - Initializes a new instance of type StubMulticastIPAddressInformationCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MulticastIPAddressInformationCollection.get_IsReadOnly() - - - Sets the stub of MulticastIPAddressInformationCollection.get_IsReadOnly() - - - Sets the stub of MulticastIPAddressInformationCollection.get_Item(Int32 index) - - - Sets the stub of MulticastIPAddressInformationCollection.get_Item(Int32 index) - - - Sets the stub of MulticastIPAddressInformationCollection.Remove(MulticastIPAddressInformation address) - - - Sets the stub of MulticastIPAddressInformationCollection.Remove(MulticastIPAddressInformation address) - - - Stub type of System.Net.NetworkInformation.NetworkInformationException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubNetworkInformationException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubNetworkInformationException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of NetworkInformationException.get_ErrorCode() - - - Sets the stub of NetworkInformationException.get_ErrorCode() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubNetworkInformationException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of ExternalException.ToString() - - - Sets the stub of ExternalException.ToString() - - - Stub type of System.Net.NetworkInformation.NetworkInterface - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of NetworkInterface.get_Description() - - - Sets the stub of NetworkInterface.get_Description() - - - Sets the stub of NetworkInterface.GetIPProperties() - - - Sets the stub of NetworkInterface.GetIPProperties() - - - Sets the stub of NetworkInterface.GetIPStatistics() - - - Sets the stub of NetworkInterface.GetIPStatistics() - - - Sets the stub of NetworkInterface.GetIPv4Statistics() - - - Sets the stub of NetworkInterface.GetIPv4Statistics() - - - Sets the stub of NetworkInterface.GetPhysicalAddress() - - - Sets the stub of NetworkInterface.GetPhysicalAddress() - - - Sets the stub of NetworkInterface.get_Id() - - - Sets the stub of NetworkInterface.get_Id() - - - Initializes a new instance of type StubNetworkInterface - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of NetworkInterface.get_IsReceiveOnly() - - - Sets the stub of NetworkInterface.get_IsReceiveOnly() - - - Sets the stub of NetworkInterface.get_Name() - - - Sets the stub of NetworkInterface.get_Name() - - - Sets the stub of NetworkInterface.get_NetworkInterfaceType() - - - Sets the stub of NetworkInterface.get_NetworkInterfaceType() - - - Sets the stub of NetworkInterface.get_OperationalStatus() - - - Sets the stub of NetworkInterface.get_OperationalStatus() - - - Sets the stub of NetworkInterface.get_Speed() - - - Sets the stub of NetworkInterface.get_Speed() - - - Sets the stub of NetworkInterface.Supports(NetworkInterfaceComponent networkInterfaceComponent) - - - Sets the stub of NetworkInterface.get_SupportsMulticast() - - - Sets the stub of NetworkInterface.get_SupportsMulticast() - - - Sets the stub of NetworkInterface.Supports(NetworkInterfaceComponent networkInterfaceComponent) - - - Stub type of System.Net.NetworkInformation.PhysicalAddress - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of PhysicalAddress.Equals(Object comparand) - - - Sets the stub of PhysicalAddress.Equals(Object comparand) - - - Sets the stub of PhysicalAddress.GetHashCode() - - - Sets the stub of PhysicalAddress.GetHashCode() - - - Initializes a new instance of type StubPhysicalAddress - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of PhysicalAddress.ToString() - - - Sets the stub of PhysicalAddress.ToString() - - - Stub type of System.Net.NetworkInformation.Ping - - - Initializes a new instance - - - Attaches delegates to emulate StubPing.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Ping.Dispose(Boolean disposing) - - - Sets the stub of Ping.Dispose(Boolean disposing) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of Component.GetService(Type service) - - - Initializes a new instance of type StubPing - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.get_Site() - - - Sets the stub of Component.set_Site(ISite value) - - - Sets the stub of Component.ToString() - - - Sets the stub of Component.ToString() - - - Stub type of System.Net.NetworkInformation.PingException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubPingException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubPingException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubPingException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Net.NetworkInformation.PingOptions - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubPingOptions - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.NetworkInformation.TcpConnectionInformation - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubTcpConnectionInformation - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TcpConnectionInformation.get_LocalEndPoint() - - - Sets the stub of TcpConnectionInformation.get_LocalEndPoint() - - - Sets the stub of TcpConnectionInformation.get_RemoteEndPoint() - - - Sets the stub of TcpConnectionInformation.get_RemoteEndPoint() - - - Sets the stub of TcpConnectionInformation.get_State() - - - Sets the stub of TcpConnectionInformation.get_State() - - - Stub type of System.Net.NetworkInformation.TcpStatistics - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TcpStatistics.get_ConnectionsAccepted() - - - Sets the stub of TcpStatistics.get_ConnectionsAccepted() - - - Sets the stub of TcpStatistics.get_ConnectionsInitiated() - - - Sets the stub of TcpStatistics.get_ConnectionsInitiated() - - - Sets the stub of TcpStatistics.get_CumulativeConnections() - - - Sets the stub of TcpStatistics.get_CumulativeConnections() - - - Sets the stub of TcpStatistics.get_CurrentConnections() - - - Sets the stub of TcpStatistics.get_CurrentConnections() - - - Sets the stub of TcpStatistics.get_ErrorsReceived() - - - Sets the stub of TcpStatistics.get_ErrorsReceived() - - - Sets the stub of TcpStatistics.get_FailedConnectionAttempts() - - - Sets the stub of TcpStatistics.get_FailedConnectionAttempts() - - - Initializes a new instance of type StubTcpStatistics - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TcpStatistics.get_MaximumConnections() - - - Sets the stub of TcpStatistics.get_MaximumConnections() - - - Sets the stub of TcpStatistics.get_MaximumTransmissionTimeout() - - - Sets the stub of TcpStatistics.get_MaximumTransmissionTimeout() - - - Sets the stub of TcpStatistics.get_MinimumTransmissionTimeout() - - - Sets the stub of TcpStatistics.get_MinimumTransmissionTimeout() - - - Sets the stub of TcpStatistics.get_ResetConnections() - - - Sets the stub of TcpStatistics.get_ResetConnections() - - - Sets the stub of TcpStatistics.get_ResetsSent() - - - Sets the stub of TcpStatistics.get_ResetsSent() - - - Sets the stub of TcpStatistics.get_SegmentsReceived() - - - Sets the stub of TcpStatistics.get_SegmentsReceived() - - - Sets the stub of TcpStatistics.get_SegmentsResent() - - - Sets the stub of TcpStatistics.get_SegmentsResent() - - - Sets the stub of TcpStatistics.get_SegmentsSent() - - - Sets the stub of TcpStatistics.get_SegmentsSent() - - - Stub type of System.Net.NetworkInformation.UdpStatistics - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UdpStatistics.get_DatagramsReceived() - - - Sets the stub of UdpStatistics.get_DatagramsReceived() - - - Sets the stub of UdpStatistics.get_DatagramsSent() - - - Sets the stub of UdpStatistics.get_DatagramsSent() - - - Sets the stub of UdpStatistics.get_IncomingDatagramsDiscarded() - - - Sets the stub of UdpStatistics.get_IncomingDatagramsDiscarded() - - - Sets the stub of UdpStatistics.get_IncomingDatagramsWithErrors() - - - Sets the stub of UdpStatistics.get_IncomingDatagramsWithErrors() - - - Initializes a new instance of type StubUdpStatistics - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UdpStatistics.get_UdpListeners() - - - Sets the stub of UdpStatistics.get_UdpListeners() - - - Stub type of System.Net.NetworkInformation.UnicastIPAddressInformation - - - Initializes a new instance - - - Sets the stub of IPAddressInformation.get_Address() - - - Sets the stub of IPAddressInformation.get_Address() - - - Sets the stub of UnicastIPAddressInformation.get_AddressPreferredLifetime() - - - Sets the stub of UnicastIPAddressInformation.get_AddressPreferredLifetime() - - - Sets the stub of UnicastIPAddressInformation.get_AddressValidLifetime() - - - Sets the stub of UnicastIPAddressInformation.get_AddressValidLifetime() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UnicastIPAddressInformation.get_DhcpLeaseLifetime() - - - Sets the stub of UnicastIPAddressInformation.get_DhcpLeaseLifetime() - - - Sets the stub of UnicastIPAddressInformation.get_DuplicateAddressDetectionState() - - - Sets the stub of UnicastIPAddressInformation.get_DuplicateAddressDetectionState() - - - Sets the stub of UnicastIPAddressInformation.get_IPv4Mask() - - - Sets the stub of UnicastIPAddressInformation.get_IPv4Mask() - - - Initializes a new instance of type StubUnicastIPAddressInformation - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IPAddressInformation.get_IsDnsEligible() - - - Sets the stub of IPAddressInformation.get_IsDnsEligible() - - - Sets the stub of IPAddressInformation.get_IsTransient() - - - Sets the stub of IPAddressInformation.get_IsTransient() - - - Sets the stub of UnicastIPAddressInformation.get_PrefixLength() - - - Sets the stub of UnicastIPAddressInformation.get_PrefixLength() - - - Sets the stub of UnicastIPAddressInformation.get_PrefixOrigin() - - - Sets the stub of UnicastIPAddressInformation.get_PrefixOrigin() - - - Sets the stub of UnicastIPAddressInformation.get_SuffixOrigin() - - - Sets the stub of UnicastIPAddressInformation.get_SuffixOrigin() - - - Stub type of System.Net.NetworkInformation.UnicastIPAddressInformationCollection - - - Initializes a new instance - - - Sets the stub of UnicastIPAddressInformationCollection.Add(UnicastIPAddressInformation address) - - - Sets the stub of UnicastIPAddressInformationCollection.Add(UnicastIPAddressInformation address) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UnicastIPAddressInformationCollection.Clear() - - - Sets the stub of UnicastIPAddressInformationCollection.Clear() - - - Sets the stub of UnicastIPAddressInformationCollection.Contains(UnicastIPAddressInformation address) - - - Sets the stub of UnicastIPAddressInformationCollection.Contains(UnicastIPAddressInformation address) - - - Sets the stub of UnicastIPAddressInformationCollection.CopyTo(UnicastIPAddressInformation[] array, Int32 offset) - - - Sets the stub of UnicastIPAddressInformationCollection.CopyTo(UnicastIPAddressInformation[] array, Int32 offset) - - - Sets the stub of UnicastIPAddressInformationCollection.get_Count() - - - Sets the stub of UnicastIPAddressInformationCollection.get_Count() - - - Sets the stub of UnicastIPAddressInformationCollection.GetEnumerator() - - - Sets the stub of UnicastIPAddressInformationCollection.GetEnumerator() - - - Initializes a new instance of type StubUnicastIPAddressInformationCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UnicastIPAddressInformationCollection.get_IsReadOnly() - - - Sets the stub of UnicastIPAddressInformationCollection.get_IsReadOnly() - - - Sets the stub of UnicastIPAddressInformationCollection.get_Item(Int32 index) - - - Sets the stub of UnicastIPAddressInformationCollection.get_Item(Int32 index) - - - Sets the stub of UnicastIPAddressInformationCollection.Remove(UnicastIPAddressInformation address) - - - Sets the stub of UnicastIPAddressInformationCollection.Remove(UnicastIPAddressInformation address) - - - Stub type of System.Net.Security.AuthenticatedStream - - - Initializes a new instance - - - Attaches delegates to emulate StubAuthenticatedStream.Position as a property with a backing field. - - - Attaches delegates to emulate StubAuthenticatedStream.ReadTimeout as a property with a backing field. - - - Attaches delegates to emulate StubAuthenticatedStream.WriteTimeout as a property with a backing field. - - - Sets the stub of Stream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the stub of Stream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the stub of Stream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the stub of Stream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Stream.get_CanRead() - - - Sets the stub of Stream.get_CanRead() - - - Sets the stub of Stream.get_CanSeek() - - - Sets the stub of Stream.get_CanSeek() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of Stream.get_CanWrite() - - - Sets the stub of Stream.get_CanWrite() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of AuthenticatedStream.Dispose(Boolean disposing) - - - Sets the stub of AuthenticatedStream.Dispose(Boolean disposing) - - - Sets the stub of Stream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of Stream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of Stream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of Stream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of Stream.Flush() - - - Sets the stub of Stream.Flush() - - - Initializes a new instance of type StubAuthenticatedStream - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of AuthenticatedStream.get_IsAuthenticated() - - - Sets the stub of AuthenticatedStream.get_IsAuthenticated() - - - Sets the stub of AuthenticatedStream.get_IsEncrypted() - - - Sets the stub of AuthenticatedStream.get_IsEncrypted() - - - Sets the stub of AuthenticatedStream.get_IsMutuallyAuthenticated() - - - Sets the stub of AuthenticatedStream.get_IsMutuallyAuthenticated() - - - Sets the stub of AuthenticatedStream.get_IsServer() - - - Sets the stub of AuthenticatedStream.get_IsServer() - - - Sets the stub of AuthenticatedStream.get_IsSigned() - - - Sets the stub of AuthenticatedStream.get_IsSigned() - - - Sets the stub of Stream.get_Length() - - - Sets the stub of Stream.get_Length() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.get_Position() - - - Sets the stub of Stream.get_Position() - - - Sets the stub of Stream.set_Position(Int64 value) - - - Sets the stub of Stream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of Stream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.set_ReadTimeout(Int32 value) - - - Sets the stub of Stream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of Stream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of Stream.SetLength(Int64 value) - - - Sets the stub of Stream.SetLength(Int64 value) - - - Sets the stub of Stream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of Stream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.set_WriteTimeout(Int32 value) - - - Stub type of System.Net.Security.NegotiateStream - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubNegotiateStream.Position as a property with a backing field. - - - Attaches delegates to emulate StubNegotiateStream.ReadTimeout as a property with a backing field. - - - Attaches delegates to emulate StubNegotiateStream.WriteTimeout as a property with a backing field. - - - Sets the stub of NegotiateStream.AuthenticateAsClient() - - - Sets the stub of NegotiateStream.AuthenticateAsClient(NetworkCredential credential, String targetName) - - - Sets the stub of NegotiateStream.AuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, String targetName) - - - Sets the stub of NegotiateStream.AuthenticateAsClient(NetworkCredential credential, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsClient() - - - Sets the stub of NegotiateStream.AuthenticateAsClientAsync() - - - Sets the stub of NegotiateStream.AuthenticateAsClientAsync(NetworkCredential credential, String targetName) - - - Sets the stub of NegotiateStream.AuthenticateAsClientAsync(NetworkCredential credential, ChannelBinding binding, String targetName) - - - Sets the stub of NegotiateStream.AuthenticateAsClientAsync(NetworkCredential credential, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsClientAsync(NetworkCredential credential, ChannelBinding binding, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsClientAsync() - - - Sets the stub of NegotiateStream.AuthenticateAsClientAsync(NetworkCredential credential, ChannelBinding binding, String targetName) - - - Sets the stub of NegotiateStream.AuthenticateAsClientAsync(NetworkCredential credential, ChannelBinding binding, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsClientAsync(NetworkCredential credential, String targetName) - - - Sets the stub of NegotiateStream.AuthenticateAsClientAsync(NetworkCredential credential, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, String targetName) - - - Sets the stub of NegotiateStream.AuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsClient(NetworkCredential credential, String targetName) - - - Sets the stub of NegotiateStream.AuthenticateAsClient(NetworkCredential credential, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsServer() - - - Sets the stub of NegotiateStream.AuthenticateAsServer(ExtendedProtectionPolicy policy) - - - Sets the stub of NegotiateStream.AuthenticateAsServer(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsServer(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsServer() - - - Sets the stub of NegotiateStream.AuthenticateAsServerAsync() - - - Sets the stub of NegotiateStream.AuthenticateAsServerAsync(ExtendedProtectionPolicy policy) - - - Sets the stub of NegotiateStream.AuthenticateAsServerAsync(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsServerAsync(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsServerAsync() - - - Sets the stub of NegotiateStream.AuthenticateAsServerAsync(ExtendedProtectionPolicy policy) - - - Sets the stub of NegotiateStream.AuthenticateAsServerAsync(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsServerAsync(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsServer(ExtendedProtectionPolicy policy) - - - Sets the stub of NegotiateStream.AuthenticateAsServer(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) - - - Sets the stub of NegotiateStream.AuthenticateAsServer(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsClient(AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsClient(NetworkCredential credential, String targetName, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, String targetName, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsClient(NetworkCredential credential, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsClient(AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, String targetName, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsClient(NetworkCredential credential, String targetName, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsClient(NetworkCredential credential, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsServer(AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsServer(ExtendedProtectionPolicy policy, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsServer(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsServer(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsServer(AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsServer(ExtendedProtectionPolicy policy, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsServer(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginAuthenticateAsServer(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of NegotiateStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of NegotiateStream.get_CanRead() - - - Sets the stub of NegotiateStream.get_CanRead() - - - Sets the stub of NegotiateStream.get_CanSeek() - - - Sets the stub of NegotiateStream.get_CanSeek() - - - Sets the stub of NegotiateStream.get_CanTimeout() - - - Sets the stub of NegotiateStream.get_CanTimeout() - - - Sets the stub of NegotiateStream.get_CanWrite() - - - Sets the stub of NegotiateStream.get_CanWrite() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of NegotiateStream.Dispose(Boolean disposing) - - - Sets the stub of NegotiateStream.Dispose(Boolean disposing) - - - Sets the stub of NegotiateStream.EndAuthenticateAsClient(IAsyncResult asyncResult) - - - Sets the stub of NegotiateStream.EndAuthenticateAsClient(IAsyncResult asyncResult) - - - Sets the stub of NegotiateStream.EndAuthenticateAsServer(IAsyncResult asyncResult) - - - Sets the stub of NegotiateStream.EndAuthenticateAsServer(IAsyncResult asyncResult) - - - Sets the stub of NegotiateStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of NegotiateStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of NegotiateStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of NegotiateStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of NegotiateStream.Flush() - - - Sets the stub of NegotiateStream.Flush() - - - Sets the stub of NegotiateStream.get_ImpersonationLevel() - - - Sets the stub of NegotiateStream.get_ImpersonationLevel() - - - Initializes a new instance of type StubNegotiateStream - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of NegotiateStream.get_IsAuthenticated() - - - Sets the stub of NegotiateStream.get_IsAuthenticated() - - - Sets the stub of NegotiateStream.get_IsEncrypted() - - - Sets the stub of NegotiateStream.get_IsEncrypted() - - - Sets the stub of NegotiateStream.get_IsMutuallyAuthenticated() - - - Sets the stub of NegotiateStream.get_IsMutuallyAuthenticated() - - - Sets the stub of NegotiateStream.get_IsServer() - - - Sets the stub of NegotiateStream.get_IsServer() - - - Sets the stub of NegotiateStream.get_IsSigned() - - - Sets the stub of NegotiateStream.get_IsSigned() - - - Sets the stub of NegotiateStream.get_Length() - - - Sets the stub of NegotiateStream.get_Length() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of NegotiateStream.get_Position() - - - Sets the stub of NegotiateStream.get_Position() - - - Sets the stub of NegotiateStream.set_Position(Int64 value) - - - Sets the stub of NegotiateStream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of NegotiateStream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of NegotiateStream.get_ReadTimeout() - - - Sets the stub of NegotiateStream.get_ReadTimeout() - - - Sets the stub of NegotiateStream.set_ReadTimeout(Int32 value) - - - Sets the stub of NegotiateStream.get_RemoteIdentity() - - - Sets the stub of NegotiateStream.get_RemoteIdentity() - - - Sets the stub of NegotiateStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of NegotiateStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of NegotiateStream.SetLength(Int64 value) - - - Sets the stub of NegotiateStream.SetLength(Int64 value) - - - Sets the stub of NegotiateStream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of NegotiateStream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of NegotiateStream.get_WriteTimeout() - - - Sets the stub of NegotiateStream.get_WriteTimeout() - - - Sets the stub of NegotiateStream.set_WriteTimeout(Int32 value) - - - Stub type of System.Net.Security.SslStream - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSslStream.Position as a property with a backing field. - - - Attaches delegates to emulate StubSslStream.ReadTimeout as a property with a backing field. - - - Attaches delegates to emulate StubSslStream.WriteTimeout as a property with a backing field. - - - Sets the stub of SslStream.AuthenticateAsClient(String targetHost) - - - Sets the stub of SslStream.AuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation) - - - Sets the stub of SslStream.AuthenticateAsClientAsync(String targetHost) - - - Sets the stub of SslStream.AuthenticateAsClientAsync(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation) - - - Sets the stub of SslStream.AuthenticateAsClientAsync(String targetHost) - - - Sets the stub of SslStream.AuthenticateAsClientAsync(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation) - - - Sets the stub of SslStream.AuthenticateAsClient(String targetHost) - - - Sets the stub of SslStream.AuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation) - - - Sets the stub of SslStream.BeginAuthenticateAsClient(String targetHost, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of SslStream.BeginAuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of SslStream.BeginAuthenticateAsClient(String targetHost, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of SslStream.BeginAuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of SslStream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of SslStream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of SslStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Sets the stub of SslStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SslStream.get_CanRead() - - - Sets the stub of SslStream.get_CanRead() - - - Sets the stub of SslStream.get_CanSeek() - - - Sets the stub of SslStream.get_CanSeek() - - - Sets the stub of SslStream.get_CanTimeout() - - - Sets the stub of SslStream.get_CanTimeout() - - - Sets the stub of SslStream.get_CanWrite() - - - Sets the stub of SslStream.get_CanWrite() - - - Sets the stub of SslStream.get_CheckCertRevocationStatus() - - - Sets the stub of SslStream.get_CheckCertRevocationStatus() - - - Sets the stub of SslStream.get_CipherAlgorithm() - - - Sets the stub of SslStream.get_CipherAlgorithm() - - - Sets the stub of SslStream.get_CipherStrength() - - - Sets the stub of SslStream.get_CipherStrength() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of SslStream.Dispose(Boolean disposing) - - - Sets the stub of SslStream.Dispose(Boolean disposing) - - - Sets the stub of SslStream.EndAuthenticateAsClient(IAsyncResult asyncResult) - - - Sets the stub of SslStream.EndAuthenticateAsClient(IAsyncResult asyncResult) - - - Sets the stub of SslStream.EndAuthenticateAsServer(IAsyncResult asyncResult) - - - Sets the stub of SslStream.EndAuthenticateAsServer(IAsyncResult asyncResult) - - - Sets the stub of SslStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of SslStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of SslStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of SslStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of SslStream.Flush() - - - Sets the stub of SslStream.Flush() - - - Sets the stub of SslStream.get_HashAlgorithm() - - - Sets the stub of SslStream.get_HashAlgorithm() - - - Sets the stub of SslStream.get_HashStrength() - - - Sets the stub of SslStream.get_HashStrength() - - - Initializes a new instance of type StubSslStream - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SslStream.get_IsAuthenticated() - - - Sets the stub of SslStream.get_IsAuthenticated() - - - Sets the stub of SslStream.get_IsEncrypted() - - - Sets the stub of SslStream.get_IsEncrypted() - - - Sets the stub of SslStream.get_IsMutuallyAuthenticated() - - - Sets the stub of SslStream.get_IsMutuallyAuthenticated() - - - Sets the stub of SslStream.get_IsServer() - - - Sets the stub of SslStream.get_IsServer() - - - Sets the stub of SslStream.get_IsSigned() - - - Sets the stub of SslStream.get_IsSigned() - - - Sets the stub of SslStream.get_KeyExchangeAlgorithm() - - - Sets the stub of SslStream.get_KeyExchangeAlgorithm() - - - Sets the stub of SslStream.get_KeyExchangeStrength() - - - Sets the stub of SslStream.get_KeyExchangeStrength() - - - Sets the stub of SslStream.get_Length() - - - Sets the stub of SslStream.get_Length() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of SslStream.get_Position() - - - Sets the stub of SslStream.get_Position() - - - Sets the stub of SslStream.set_Position(Int64 value) - - - Sets the stub of SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of SslStream.get_ReadTimeout() - - - Sets the stub of SslStream.get_ReadTimeout() - - - Sets the stub of SslStream.set_ReadTimeout(Int32 value) - - - Sets the stub of SslStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of SslStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of SslStream.SetLength(Int64 value) - - - Sets the stub of SslStream.SetLength(Int64 value) - - - Sets the stub of SslStream.get_SslProtocol() - - - Sets the stub of SslStream.get_SslProtocol() - - - Sets the stub of SslStream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of SslStream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of SslStream.get_WriteTimeout() - - - Sets the stub of SslStream.get_WriteTimeout() - - - Sets the stub of SslStream.set_WriteTimeout(Int32 value) - - - Stub type of System.Net.Sockets.IPv6MulticastOption - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubIPv6MulticastOption - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Sockets.LingerOption - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubLingerOption - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Sockets.MulticastOption - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubMulticastOption - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Sockets.NetworkStream - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubNetworkStream.Position as a property with a backing field. - - - Attaches delegates to emulate StubNetworkStream.ReadTimeout as a property with a backing field. - - - Attaches delegates to emulate StubNetworkStream.WriteTimeout as a property with a backing field. - - - Sets the stub of NetworkStream.BeginRead(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state) - - - Sets the stub of NetworkStream.BeginRead(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state) - - - Sets the stub of NetworkStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state) - - - Sets the stub of NetworkStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of NetworkStream.get_CanRead() - - - Sets the stub of NetworkStream.get_CanRead() - - - Sets the stub of NetworkStream.get_CanSeek() - - - Sets the stub of NetworkStream.get_CanSeek() - - - Sets the stub of NetworkStream.get_CanTimeout() - - - Sets the stub of NetworkStream.get_CanTimeout() - - - Sets the stub of NetworkStream.get_CanWrite() - - - Sets the stub of NetworkStream.get_CanWrite() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of NetworkStream.get_DataAvailable() - - - Sets the stub of NetworkStream.get_DataAvailable() - - - Sets the stub of NetworkStream.Dispose(Boolean disposing) - - - Sets the stub of NetworkStream.Dispose(Boolean disposing) - - - Sets the stub of NetworkStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of NetworkStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of NetworkStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of NetworkStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of NetworkStream.Flush() - - - Sets the stub of NetworkStream.Flush() - - - Initializes a new instance of type StubNetworkStream - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of NetworkStream.get_Length() - - - Sets the stub of NetworkStream.get_Length() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of NetworkStream.get_Position() - - - Sets the stub of NetworkStream.get_Position() - - - Sets the stub of NetworkStream.set_Position(Int64 value) - - - Sets the stub of NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) - - - Sets the stub of NetworkStream.get_ReadTimeout() - - - Sets the stub of NetworkStream.get_ReadTimeout() - - - Sets the stub of NetworkStream.set_ReadTimeout(Int32 value) - - - Sets the stub of NetworkStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of NetworkStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of NetworkStream.SetLength(Int64 value) - - - Sets the stub of NetworkStream.SetLength(Int64 value) - - - Sets the stub of NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of NetworkStream.get_WriteTimeout() - - - Sets the stub of NetworkStream.get_WriteTimeout() - - - Sets the stub of NetworkStream.set_WriteTimeout(Int32 value) - - - Stub type of System.Net.Sockets.SendPacketsElement - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSendPacketsElement - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Sockets.Socket - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Socket.Dispose(Boolean disposing) - - - Sets the stub of Socket.Dispose(Boolean disposing) - - - Initializes a new instance of type StubSocket - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Sockets.SocketException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSocketException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSocketException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of SocketException.get_ErrorCode() - - - Sets the stub of SocketException.get_ErrorCode() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Win32Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSocketException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SocketException.get_Message() - - - Sets the stub of SocketException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of ExternalException.ToString() - - - Sets the stub of ExternalException.ToString() - - - Stub type of System.Net.Sockets.TcpClient - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TcpClient.Dispose(Boolean disposing) - - - Sets the stub of TcpClient.Dispose(Boolean disposing) - - - Initializes a new instance of type StubTcpClient - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Sockets.TcpListener - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubTcpListener - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.Sockets.UdpClient - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UdpClient.Dispose(Boolean disposing) - - - Sets the stub of UdpClient.Dispose(Boolean disposing) - - - Initializes a new instance of type StubUdpClient - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Net.WebSockets.WebSocket - - - Initializes a new instance - - - Sets the stub of WebSocket.Abort() - - - Sets the stub of WebSocket.Abort() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of WebSocket.CloseAsync(WebSocketCloseStatus closeStatus, String statusDescription, CancellationToken cancellationToken) - - - Sets the stub of WebSocket.CloseAsync(WebSocketCloseStatus closeStatus, String statusDescription, CancellationToken cancellationToken) - - - Sets the stub of WebSocket.CloseOutputAsync(WebSocketCloseStatus closeStatus, String statusDescription, CancellationToken cancellationToken) - - - Sets the stub of WebSocket.CloseOutputAsync(WebSocketCloseStatus closeStatus, String statusDescription, CancellationToken cancellationToken) - - - Sets the stub of WebSocket.get_CloseStatus() - - - Sets the stub of WebSocket.get_CloseStatusDescription() - - - Sets the stub of WebSocket.get_CloseStatusDescription() - - - Sets the stub of WebSocket.get_CloseStatus() - - - Sets the stub of WebSocket.Dispose() - - - Sets the stub of WebSocket.Dispose() - - - Initializes a new instance of type StubWebSocket - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of WebSocket.ReceiveAsync(ArraySegment`1<Byte> buffer, CancellationToken cancellationToken) - - - Sets the stub of WebSocket.ReceiveAsync(ArraySegment`1<Byte> buffer, CancellationToken cancellationToken) - - - Sets the stub of WebSocket.SendAsync(ArraySegment`1<Byte> buffer, WebSocketMessageType messageType, Boolean endOfMessage, CancellationToken cancellationToken) - - - Sets the stub of WebSocket.SendAsync(ArraySegment`1<Byte> buffer, WebSocketMessageType messageType, Boolean endOfMessage, CancellationToken cancellationToken) - - - Sets the stub of WebSocket.get_State() - - - Sets the stub of WebSocket.get_State() - - - Sets the stub of WebSocket.get_SubProtocol() - - - Sets the stub of WebSocket.get_SubProtocol() - - - Stub type of System.Net.WebSockets.WebSocketContext - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of WebSocketContext.get_CookieCollection() - - - Sets the stub of WebSocketContext.get_CookieCollection() - - - Sets the stub of WebSocketContext.get_Headers() - - - Sets the stub of WebSocketContext.get_Headers() - - - Initializes a new instance of type StubWebSocketContext - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of WebSocketContext.get_IsAuthenticated() - - - Sets the stub of WebSocketContext.get_IsAuthenticated() - - - Sets the stub of WebSocketContext.get_IsLocal() - - - Sets the stub of WebSocketContext.get_IsLocal() - - - Sets the stub of WebSocketContext.get_IsSecureConnection() - - - Sets the stub of WebSocketContext.get_IsSecureConnection() - - - Sets the stub of WebSocketContext.get_Origin() - - - Sets the stub of WebSocketContext.get_Origin() - - - Sets the stub of WebSocketContext.get_RequestUri() - - - Sets the stub of WebSocketContext.get_RequestUri() - - - Sets the stub of WebSocketContext.get_SecWebSocketKey() - - - Sets the stub of WebSocketContext.get_SecWebSocketKey() - - - Sets the stub of WebSocketContext.get_SecWebSocketProtocols() - - - Sets the stub of WebSocketContext.get_SecWebSocketProtocols() - - - Sets the stub of WebSocketContext.get_SecWebSocketVersion() - - - Sets the stub of WebSocketContext.get_SecWebSocketVersion() - - - Sets the stub of WebSocketContext.get_User() - - - Sets the stub of WebSocketContext.get_User() - - - Sets the stub of WebSocketContext.get_WebSocket() - - - Sets the stub of WebSocketContext.get_WebSocket() - - - Stub type of System.Net.WebSockets.WebSocketReceiveResult - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubWebSocketReceiveResult - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Reflection.ICustomTypeProvider - - - Initializes a new instance of type StubICustomTypeProvider - - - Sets the stub of ICustomTypeProvider.GetCustomType() - - - Sets the stub of ICustomTypeProvider.GetCustomType() - - - Stub type of System.Runtime.InteropServices.ComTypes.IAdviseSink - - - Initializes a new instance of type StubIAdviseSink - - - Sets the stub of IAdviseSink.OnClose() - - - Sets the stub of IAdviseSink.OnDataChange(FORMATETC& format, STGMEDIUM& stgmedium) - - - Sets the stub of IAdviseSink.OnRename(IMoniker moniker) - - - Sets the stub of IAdviseSink.OnSave() - - - Sets the stub of IAdviseSink.OnViewChange(Int32 aspect, Int32 index) - - - Sets the stub of IAdviseSink.OnClose() - - - Sets the stub of IAdviseSink.OnDataChange(FORMATETC& format, STGMEDIUM& stgmedium) - - - Sets the stub of IAdviseSink.OnRename(IMoniker moniker) - - - Sets the stub of IAdviseSink.OnSave() - - - Sets the stub of IAdviseSink.OnViewChange(Int32 aspect, Int32 index) - - - Stub type of System.Runtime.InteropServices.ComTypes.IDataObject - - - Initializes a new instance of type StubIDataObject - - - Sets the stub of IDataObject.DAdvise(FORMATETC& pFormatetc, ADVF advf, IAdviseSink adviseSink, Int32& connection) - - - Sets the stub of IDataObject.DUnadvise(Int32 connection) - - - Sets the stub of IDataObject.EnumDAdvise(IEnumSTATDATA& enumAdvise) - - - Sets the stub of IDataObject.EnumFormatEtc(DATADIR direction) - - - Sets the stub of IDataObject.GetCanonicalFormatEtc(FORMATETC& formatIn, FORMATETC& formatOut) - - - Sets the stub of IDataObject.GetData(FORMATETC& format, STGMEDIUM& medium) - - - Sets the stub of IDataObject.GetDataHere(FORMATETC& format, STGMEDIUM& medium) - - - Sets the stub of IDataObject.QueryGetData(FORMATETC& format) - - - Sets the stub of IDataObject.SetData(FORMATETC& formatIn, STGMEDIUM& medium, Boolean release) - - - Sets the stub of IDataObject.DAdvise(FORMATETC& pFormatetc, ADVF advf, IAdviseSink adviseSink, Int32& connection) - - - Sets the stub of IDataObject.DUnadvise(Int32 connection) - - - Sets the stub of IDataObject.EnumDAdvise(IEnumSTATDATA& enumAdvise) - - - Sets the stub of IDataObject.EnumFormatEtc(DATADIR direction) - - - Sets the stub of IDataObject.GetCanonicalFormatEtc(FORMATETC& formatIn, FORMATETC& formatOut) - - - Sets the stub of IDataObject.GetData(FORMATETC& format, STGMEDIUM& medium) - - - Sets the stub of IDataObject.GetDataHere(FORMATETC& format, STGMEDIUM& medium) - - - Sets the stub of IDataObject.QueryGetData(FORMATETC& format) - - - Sets the stub of IDataObject.SetData(FORMATETC& formatIn, STGMEDIUM& medium, Boolean release) - - - Stub type of System.Runtime.InteropServices.ComTypes.IEnumFORMATETC - - - Initializes a new instance of type StubIEnumFORMATETC - - - Sets the stub of IEnumFORMATETC.Clone(IEnumFORMATETC& newEnum) - - - Sets the stub of IEnumFORMATETC.Next(Int32 celt, FORMATETC[] rgelt, Int32[] pceltFetched) - - - Sets the stub of IEnumFORMATETC.Reset() - - - Sets the stub of IEnumFORMATETC.Skip(Int32 celt) - - - Sets the stub of IEnumFORMATETC.Clone(IEnumFORMATETC& newEnum) - - - Sets the stub of IEnumFORMATETC.Next(Int32 celt, FORMATETC[] rgelt, Int32[] pceltFetched) - - - Sets the stub of IEnumFORMATETC.Reset() - - - Sets the stub of IEnumFORMATETC.Skip(Int32 celt) - - - Stub type of System.Runtime.InteropServices.ComTypes.IEnumSTATDATA - - - Initializes a new instance of type StubIEnumSTATDATA - - - Sets the stub of IEnumSTATDATA.Clone(IEnumSTATDATA& newEnum) - - - Sets the stub of IEnumSTATDATA.Next(Int32 celt, STATDATA[] rgelt, Int32[] pceltFetched) - - - Sets the stub of IEnumSTATDATA.Reset() - - - Sets the stub of IEnumSTATDATA.Skip(Int32 celt) - - - Sets the stub of IEnumSTATDATA.Clone(IEnumSTATDATA& newEnum) - - - Sets the stub of IEnumSTATDATA.Next(Int32 celt, STATDATA[] rgelt, Int32[] pceltFetched) - - - Sets the stub of IEnumSTATDATA.Reset() - - - Sets the stub of IEnumSTATDATA.Skip(Int32 celt) - - - Stub type of System.Runtime.InteropServices.StandardOleMarshalObject - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubStandardOleMarshalObject - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Authentication.ExtendedProtection.ChannelBinding - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SafeHandle.Dispose(Boolean disposing) - - - Sets the stub of SafeHandle.Dispose(Boolean disposing) - - - Initializes a new instance of type StubChannelBinding - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SafeHandleZeroOrMinusOneIsInvalid.get_IsInvalid() - - - Sets the stub of SafeHandleZeroOrMinusOneIsInvalid.get_IsInvalid() - - - Sets the stub of SafeHandle.ReleaseHandle() - - - Sets the stub of SafeHandle.ReleaseHandle() - - - Sets the stub of ChannelBinding.get_Size() - - - Sets the stub of ChannelBinding.get_Size() - - - Stub type of System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubExtendedProtectionPolicy - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ExtendedProtectionPolicy.ToString() - - - Sets the stub of ExtendedProtectionPolicy.ToString() - - - Stub type of System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of TypeConverter.CanConvertFrom(ITypeDescriptorContext context, Type sourceType) - - - Sets the stub of ExtendedProtectionPolicyTypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of ExtendedProtectionPolicyTypeConverter.CanConvertTo(ITypeDescriptorContext context, Type destinationType) - - - Sets the stub of TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) - - - Sets the stub of ExtendedProtectionPolicyTypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of ExtendedProtectionPolicyTypeConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetPropertiesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValues(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Sets the stub of TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext context) - - - Initializes a new instance of type StubExtendedProtectionPolicyTypeConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Sets the stub of TypeConverter.IsValid(ITypeDescriptorContext context, Object value) - - - Stub type of System.Security.Authentication.ExtendedProtection.ServiceNameCollection - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ReadOnlyCollectionBase.get_Count() - - - Sets the stub of ReadOnlyCollectionBase.get_Count() - - - Sets the stub of ReadOnlyCollectionBase.GetEnumerator() - - - Sets the stub of ReadOnlyCollectionBase.GetEnumerator() - - - Initializes a new instance of type StubServiceNameCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Authentication.AuthenticationException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubAuthenticationException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubAuthenticationException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubAuthenticationException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Security.Authentication.InvalidCredentialException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubInvalidCredentialException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubInvalidCredentialException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubInvalidCredentialException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Security.Cryptography.AsnEncodedData - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of AsnEncodedData.CopyFrom(AsnEncodedData asnEncodedData) - - - Sets the stub of AsnEncodedData.CopyFrom(AsnEncodedData asnEncodedData) - - - Sets the stub of AsnEncodedData.Format(Boolean multiLine) - - - Sets the stub of AsnEncodedData.Format(Boolean multiLine) - - - Initializes a new instance of type StubAsnEncodedData - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Cryptography.X509Certificates.X509Certificate2Collection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of X509CertificateCollection.GetHashCode() - - - Sets the stub of X509CertificateCollection.GetHashCode() - - - Initializes a new instance of type StubX509Certificate2Collection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.Security.Cryptography.X509Certificates.X509CertificateCollection - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of X509CertificateCollection.GetHashCode() - - - Sets the stub of X509CertificateCollection.GetHashCode() - - - Initializes a new instance of type StubX509CertificateCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.Security.Cryptography.X509Certificates.X509Chain - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of X509Chain.Dispose(Boolean disposing) - - - Sets the stub of X509Chain.Dispose(Boolean disposing) - - - Initializes a new instance of type StubX509Chain - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Cryptography.X509Certificates.X509Extension - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of X509Extension.CopyFrom(AsnEncodedData asnEncodedData) - - - Sets the stub of X509Extension.CopyFrom(AsnEncodedData asnEncodedData) - - - Sets the stub of AsnEncodedData.Format(Boolean multiLine) - - - Sets the stub of AsnEncodedData.Format(Boolean multiLine) - - - Initializes a new instance of type StubX509Extension - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Permissions.ResourcePermissionBase - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ResourcePermissionBase.Copy() - - - Sets the stub of ResourcePermissionBase.Copy() - - - Sets the stub of CodeAccessPermission.Equals(Object obj) - - - Sets the stub of CodeAccessPermission.Equals(Object obj) - - - Sets the stub of ResourcePermissionBase.FromXml(SecurityElement securityElement) - - - Sets the stub of ResourcePermissionBase.FromXml(SecurityElement securityElement) - - - Sets the stub of CodeAccessPermission.GetHashCode() - - - Sets the stub of CodeAccessPermission.GetHashCode() - - - Initializes a new instance of type StubResourcePermissionBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ResourcePermissionBase.Intersect(IPermission target) - - - Sets the stub of ResourcePermissionBase.Intersect(IPermission target) - - - Sets the stub of ResourcePermissionBase.IsSubsetOf(IPermission target) - - - Sets the stub of ResourcePermissionBase.IsSubsetOf(IPermission target) - - - Sets the stub of CodeAccessPermission.ToString() - - - Sets the stub of CodeAccessPermission.ToString() - - - Sets the stub of ResourcePermissionBase.ToXml() - - - Sets the stub of ResourcePermissionBase.ToXml() - - - Sets the stub of ResourcePermissionBase.Union(IPermission target) - - - Sets the stub of ResourcePermissionBase.Union(IPermission target) - - - Stub type of System.Security.Permissions.ResourcePermissionBaseEntry - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubResourcePermissionBaseEntry - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Text.RegularExpressions.Regex - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubRegex - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Regex.ToString() - - - Sets the stub of Regex.ToString() - - - Stub type of System.Text.RegularExpressions.RegexCompilationInfo - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubRegexCompilationInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Text.RegularExpressions.RegexMatchTimeoutException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubRegexMatchTimeoutException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubRegexMatchTimeoutException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubRegexMatchTimeoutException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Text.RegularExpressions.RegexRunner - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of RegexRunner.FindFirstChar() - - - Sets the stub of RegexRunner.FindFirstChar() - - - Sets the stub of RegexRunner.Go() - - - Sets the stub of RegexRunner.Go() - - - Sets the stub of RegexRunner.InitTrackCount() - - - Sets the stub of RegexRunner.InitTrackCount() - - - Initializes a new instance of type StubRegexRunner - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Text.RegularExpressions.RegexRunnerFactory - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of RegexRunnerFactory.CreateInstance() - - - Sets the stub of RegexRunnerFactory.CreateInstance() - - - Initializes a new instance of type StubRegexRunnerFactory - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.Barrier - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Barrier.Dispose(Boolean disposing) - - - Sets the stub of Barrier.Dispose(Boolean disposing) - - - Initializes a new instance of type StubBarrier - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.BarrierPostPhaseException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubBarrierPostPhaseException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubBarrierPostPhaseException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubBarrierPostPhaseException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Threading.ThreadExceptionEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubThreadExceptionEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Timers.Timer - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubTimer.Site as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Component.get_CanRaiseEvents() - - - Sets the stub of Timer.Dispose(Boolean disposing) - - - Sets the stub of Timer.Dispose(Boolean disposing) - - - Sets the stub of Component.GetService(Type service) - - - Sets the stub of Component.GetService(Type service) - - - Initializes a new instance of type StubTimer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Timer.get_Site() - - - Sets the stub of Timer.get_Site() - - - Sets the stub of Timer.set_Site(ISite value) - - - Sets the stub of Component.ToString() - - - Sets the stub of Component.ToString() - - - Stub type of System.Timers.TimersDescriptionAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TimersDescriptionAttribute.get_Description() - - - Sets the stub of TimersDescriptionAttribute.get_Description() - - - Sets the stub of DescriptionAttribute.Equals(Object obj) - - - Sets the stub of DescriptionAttribute.Equals(Object obj) - - - Sets the stub of DescriptionAttribute.GetHashCode() - - - Sets the stub of DescriptionAttribute.GetHashCode() - - - Initializes a new instance of type StubTimersDescriptionAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DescriptionAttribute.IsDefaultAttribute() - - - Sets the stub of DescriptionAttribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Windows.Input.ICommand - - - Initializes a new instance of type StubICommand - - - Sets the stub of ICommand.CanExecute(Object parameter) - - - Sets the stub of ICommand.Execute(Object parameter) - - - Sets the stub of ICommand.CanExecute(Object parameter) - - - Sets the stub of ICommand.Execute(Object parameter) - - - diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/mscorlib.4.0.0.0.Fakes.dll b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/mscorlib.4.0.0.0.Fakes.dll deleted file mode 100644 index b3d5c277fddef2ee946f9cd62519a5a4a06c18ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1747968 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

ED7LEm`M?*~WY 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

$i3P%k6ecQmvzm@3RfnscP*g)Z2YV~r~ZpK&e0 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 diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/mscorlib.4.0.0.0.Fakes.fakesconfig b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/mscorlib.4.0.0.0.Fakes.fakesconfig deleted file mode 100644 index 30f30391ff29753c5adc9d0712bcbf976a19188a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 786 zcmb_aK?=e!5S+8%R|@(CMJXZ$TkvW%6(X@ht6)B_PF8v-CM5+A3CZs4%+4n7R}PC7 zcT~6{!4jpM3uxXeOff+pvBrZr<;kSTgh8WW<%v8up6m!@iW+BD{i=SsS5!9MuKM{{ zo}4|pUQ2onX^zG0gimpAqB!@&X_f__AnonymousType0`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for EmptyArray`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for FXAssembly: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for ThisAssembly: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for AssemblyRef: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.IAssemblyEnum: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.IApplicationContext: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.IAssemblyName: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.ASM_CACHE: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.CANOF: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.ASM_NAME: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.Fusion: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.Win32Native: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.OAVariantLib: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.Registry: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.RegistryHive: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.RegistryKey: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.RegistryValueOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.RegistryKeyPermissionCheck: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.RegistryOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.RegistryValueKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.RegistryView: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.UnsafeNativeMethods: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeLibraryHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeFileHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeFileMappingHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeFindHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeLocalAllocHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafePEFileHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeRegistryHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeViewOfFileHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeWaitHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeAccessTokenHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeLsaLogonProcessHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeLsaMemoryHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeLsaPolicyHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeLsaReturnBufferHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeProcessHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Win32.SafeHandles.SafeThreadHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Runtime.Hosting.StrongNameHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Runtime.Hosting.IClrStrongNameUsingIntPtr: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Runtime.Hosting.IClrStrongName: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Microsoft.Reflection.ReflectionExtensions: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Windows.Foundation.Diagnostics.IAsyncCausalityTracerStatics: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Windows.Foundation.Diagnostics.ITracingStatusChangedEventArgs: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Windows.Foundation.Diagnostics.TracingStatusChangedEventArgs: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Windows.Foundation.Diagnostics.CausalityRelation: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Windows.Foundation.Diagnostics.CausalitySource: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Windows.Foundation.Diagnostics.CausalitySynchronousWork: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Windows.Foundation.Diagnostics.CausalityTraceLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for Windows.Foundation.Diagnostics.AsyncCausalityStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AppContext: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AppContextDefaultValues: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AppContextSwitches: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.__Canon: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Action`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Action: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Action`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Action`3: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Action`4: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Func`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Func`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Func`3: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Func`4: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Func`5: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Action`5: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Action`6: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Action`7: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Action`8: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Func`6: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Func`7: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Func`8: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Func`9: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Comparison`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Converter`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Predicate`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Array: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.SZArrayHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ArraySegment`1: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ThrowHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ExceptionArgument: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ExceptionResource: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ITuple: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Tuple: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ITupleInternal: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ValueTuple: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ValueTuple`1: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ValueTuple`2: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ValueTuple`3: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ValueTuple`4: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ValueTuple`5: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ValueTuple`6: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ValueTuple`7: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ValueTuple`8: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.TupleExtensions: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.String: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StringSplitOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.CultureAwareComparer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.CultureAwareRandomizedComparer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.OrdinalComparer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.OrdinalRandomizedComparer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IWellKnownStringEqualityComparer: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StringComparison: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DateTime: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DateTimeKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DateTimeOffset: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StackOverflowException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DataMisalignedException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ExecutionEngineException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Delegate: type is a delegate. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DelegateBindingFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.MulticastDelegate: type is a delegate. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.__Filters: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.__HResults: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.LogLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.SwitchStructure: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.BCLDebug: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Activator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ResolveEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AssemblyLoadEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AppDomainInitializer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AppDomainInitializerInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AppDomain: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.CrossAppDomainDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AppDomainHandle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AppDomainManagerInitializationOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AppDomainPauseManager: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AppDomainSetup: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.LoaderOptimization: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.LoaderOptimizationAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ActivationContext: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ApplicationIdentity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ApplicationId: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ArgIterator: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AsyncCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AttributeTargets: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.AttributeUsageAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.BitConverter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Boolean: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Buffer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Byte: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Char: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.CharEnumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ConfigEvents: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ConfigNodeType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ConfigNodeSubType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.BaseConfigHandler: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ConfigTreeParser: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ConfigNode: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.CLSCompliantAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.CompatibilitySwitches: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.__ComObject: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Console: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ConsoleCancelEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ConsoleCancelEventArgs: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ConsoleColor: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ConsoleKey: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ConsoleKeyInfo: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ConsoleModifiers: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ConsoleSpecialKey: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Base64FormattingOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Convert: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Currency: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.CurrentSystemTimeZone: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DayOfWeek: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DBNull: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Decimal: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DefaultBinder: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DelegateSerializationHolder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Double: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Empty: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Enum: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.EnvironmentVariableTarget: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Environment: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.EventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.EventHandler`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.FormattableString: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.GCCollectionMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.InternalGCCollectionMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.GCNotificationStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.GC: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.SizedReference: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Guid: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IndexOutOfRangeException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.InsufficientMemoryException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.InsufficientExecutionStackException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.LazyHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.System_LazyDebugView`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Int16: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Int32: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Int64: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IntPtr: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Internal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.InvalidProgramException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.LocalDataStoreHolder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.LocalDataStoreElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.LocalDataStore: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.LocalDataStoreSlot: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.LocalDataStoreMgr: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Math: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Mda: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.MidpointRounding: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.MulticastNotSupportedException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.NonSerializedAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Number: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ObsoleteAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.OleAutBinder: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.OperatingSystem: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ParamArrayAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ParamsArray: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ParseNumbers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.PlatformID: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ProgressStatics: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ResId: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.CtorDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.TypeNameFormatFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.TypeNameKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.RuntimeType: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ReflectionOnlyType: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Utf8String: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.RuntimeArgumentHandle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.RuntimeTypeHandle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.RuntimeMethodHandleInternal: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.RuntimeMethodInfoStub: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IRuntimeMethodInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.RuntimeMethodHandle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.RuntimeFieldHandleInternal: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IRuntimeFieldInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.RuntimeFieldInfoStub: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.RuntimeFieldHandle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ModuleHandle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Signature: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resolver: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.SByte: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.SerializableAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.SharedStatics: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Single: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.STAThreadAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.MTAThreadAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.TimeSpan: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.TimeZoneInfoOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.TimeZoneInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.SafeTypeNameParserHandle: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.TypeNameParser: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.TypeCode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.TypedReference: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.TypeInitializationException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.UInt16: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.UInt32: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.UInt64: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.UIntPtr: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.UnitySerializationHolder: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.UnhandledExceptionEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.UnSafeCharBuffer: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ValueType: type is not supported because of internal limitations. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Variant: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Version: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Void: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.WeakReference`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.XmlIgnoreMemberAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.CLRConfig: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Nullable`1: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Nullable: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DateTimeFormat: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DateTimeParse: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.__DTString: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DTSubStringType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DTSubString: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DateTimeToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DateTimeRawInfo: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ParseFailureKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ParseFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.DateTimeResult: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.ParsingInfo: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.TokenType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.CompatibilityFlag: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Configuration.Assemblies.AssemblyHash: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Configuration.Assemblies.AssemblyHashAlgorithm: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Configuration.Assemblies.AssemblyVersionCompatibility: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.__ConsoleStream: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.__Error: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.__HResults: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.BufferedStream: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.Directory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.DirectoryInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.SearchOption: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.DriveType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.DriveInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.File: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileSecurityStateAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileShare: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileStreamAsyncResult: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileSystemEnumerableFactory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.Iterator`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileSystemEnumerableIterator`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.SearchResultHandler`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.StringResultHandler: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileInfoResultHandler: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.DirectoryInfoResultHandler: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileSystemInfoResultHandler: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.SearchResult: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileSystemEnumerableHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.FileAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.LongPathHelper: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.MemoryStream: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.Path: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.PathHelper: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.PathInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.PinnedBufferMemoryStream: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.ReadLinesIterator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.SeekOrigin: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.StreamWriter: method System.Text.Encoding System.IO.TextWriter.get_Encoding() unstubbable: method is abstract and could not be stubbed. Reason: type System.Text.Encoding is not available in the target framework version. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.StringWriter: method System.Text.Encoding System.IO.TextWriter.get_Encoding() unstubbable: method is abstract and could not be stubbed. Reason: type System.Text.Encoding is not available in the target framework version. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.TextWriter: method System.Text.Encoding System.IO.TextWriter.get_Encoding() unstubbable: method is abstract and could not be stubbed. Reason: type System.Text.Encoding is not available in the target framework version. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.UnmanagedMemoryStreamWrapper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.LongPath: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.LongPathFile: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.LongPathDirectory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.IsolatedStorage.IsolatedStorageScope: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.IsolatedStorage.IsolatedStorageSecurityOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.IsolatedStorage.IsolatedStorageSecurityState: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.IsolatedStorage.IsolatedStorageFile: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.IsolatedStorage.IsolatedStorageFileEnumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.IsolatedStorage.SafeIsolatedStorageFileHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.IsolatedStorage.TwoPaths: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.IsolatedStorage.TwoLevelFileEnumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.IO.IsolatedStorage.__HResults: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityElementType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.ISecurityElementFactory: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityDocumentElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityDocument: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.XmlSyntaxException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.DynamicSecurityMethodAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SuppressUnmanagedCodeSecurityAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.UnverifiableCodeAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AllowPartiallyTrustedCallersAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.PartialTrustVisibilityLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityCriticalScope: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityCriticalAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityTreatAsSafeAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecuritySafeCriticalAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityTransparentAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityRuleSet: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityRulesAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.BuiltInPermissionSets: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.PermissionType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.CodeAccessSecurityEngine: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.FrameSecurityDescriptor: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.FrameSecurityDescriptorWithResolver: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.HostSecurityManagerOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.NamedPermissionSet: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.PermissionSetEnumerator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.PermissionSetEnumeratorInternal: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SpecialPermissionSetFlag: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.PermissionTokenType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.PermissionTokenKeyComparer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.PermissionToken: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.PermissionTokenFactory: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.PermissionSetTriple: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.PermissionListSet: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.PolicyManager: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.ReadOnlyPermissionSet: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.ReadOnlyPermissionSetEnumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecureString: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SafeBSTRHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityContextSource: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityContextDisableFlow: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.WindowsImpersonationFlowMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityContextSwitcher: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityContext: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.PolicyLevelType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityRuntime: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.SecurityZone: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.InheritanceFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.PropagationFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.AuditFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.SecurityInfos: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.ResourceType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.AccessControlSections: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.AccessControlActions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.AceType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.AceFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.GenericAce: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.KnownAce: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.CustomAce: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.CompoundAceType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.CompoundAce: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.AceQualifier: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.QualifiedAce: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.CommonAce: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.ObjectAceFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.ObjectAce: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.AceEnumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.RawAcl: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.CommonAcl: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.SystemAcl: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.DiscretionaryAcl: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.CryptoKeyRights: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.CryptoKeyAccessRule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.CryptoKeyAuditRule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.CryptoKeySecurity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.EventWaitHandleRights: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.EventWaitHandleAccessRule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.EventWaitHandleAuditRule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.EventWaitHandleSecurity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.FileSystemRights: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.FileSystemAccessRule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.FileSystemAuditRule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.FileSystemSecurity: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.FileSecurity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.DirectorySecurity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.MutexRights: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.MutexAccessRule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.MutexAuditRule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.MutexSecurity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.NativeObjectSecurity: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.AccessControlModification: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.ObjectSecurity: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.AccessRule`1: type System.Security.AccessControl.AccessRule`1 unstubbable: unsupported constraint type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.AuditRule`1: type System.Security.AccessControl.AuditRule`1 unstubbable: unsupported constraint type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.ObjectSecurity`1: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.CommonObjectSecurity: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.DirectoryObjectSecurity: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.Privilege: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.PrivilegeNotHeldException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.RegistryRights: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.RegistryAccessRule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.RegistryAuditRule: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.RegistrySecurity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.AccessControlType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.AuthorizationRuleCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.ControlFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.GenericSecurityDescriptor: method System.Security.AccessControl.GenericAcl System.Security.AccessControl.GenericSecurityDescriptor.get_GenericDacl() unstubbable: method is abstract and could not be stubbed. Reason: method signature type is non-visible to exported or assembly(mscorlib.4.0.0.0.Fakes) or subtype(GenericSecurityDescriptor in assembly mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.RawSecurityDescriptor: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.CommonSecurityDescriptor: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.AccessControl.Win32: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.CapiNative: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.SafeCspHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.SafeCspHashHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.SafeCspKeyHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.CipherMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.PaddingMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.KeySizes: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RandomNumberGenerator: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RNGCryptoServiceProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.AsymmetricAlgorithm: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.AsymmetricKeyExchangeDeformatter: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.AsymmetricKeyExchangeFormatter: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.AsymmetricSignatureDeformatter: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.AsymmetricSignatureFormatter: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.FromBase64TransformMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.CryptoAPITransformMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.CryptoAPITransform: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.CspProviderFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.CspParameters: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.CryptoStreamMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.DESCryptoServiceProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.DSAParameters: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.DSA: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.DSACspObject: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.DSACryptoServiceProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.DSASignatureDeformatter: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.DSASignatureFormatter: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.HashAlgorithmName: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.KeyNumber: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.CspKeyContainerInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.TailStream: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.MD5CryptoServiceProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.PasswordDeriveBytes: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RC2CryptoServiceProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAParameters: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSA: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSASignaturePadding: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSASignaturePaddingMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSACspObject: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSACryptoServiceProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAEncryptionPadding: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAEncryptionPaddingMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAOAEPKeyExchangeFormatter: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAPKCS1SignatureDeformatter: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAPKCS1SignatureFormatter: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RijndaelManaged: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RijndaelManagedTransformMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RijndaelManagedTransform: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.SafeProvHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.SafeKeyHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.SafeHashHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.SHA1CryptoServiceProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAPKCS1SignatureDescription: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.DSASignatureDescription: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.TripleDESCryptoServiceProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.CspAlgorithmType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.Constants: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.Utils: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.SafeCertContextHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.SafeCertStoreHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509Constants: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.OidGroup: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.OidKeyType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.CRYPT_OID_INFO: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509Utils: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509ContentType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509KeyStorageFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Cryptography.X509Certificates.X509Certificate: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.EnvironmentPermissionAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.EnvironmentStringExpressionSet: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.EnvironmentPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.FileDialogPermissionAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.FileDialogPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.FileIOPermissionAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.FileIOPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.FileIOAccess: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.HostProtectionResource: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.HostProtectionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.HostProtectionPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.IBuiltInPermission: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.BuiltInPermissionIndex: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.BuiltInPermissionFlag: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.IsolatedStorageContainment: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.IsolatedStorageFilePermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.PermissionState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.SecurityAction: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.EnvironmentPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.FileDialogPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.FileIOPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.KeyContainerPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.PrincipalPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.ReflectionPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.RegistryPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.SecurityPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.UIPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.ZoneIdentityPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.StrongNameIdentityPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.SiteIdentityPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.UrlIdentityPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.PublisherIdentityPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.IsolatedStorageFilePermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.PermissionSetAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.ReflectionPermissionFlag: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.ReflectionPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.IDRole: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.PrincipalPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.SecurityPermissionFlag: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.SecurityPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.SiteIdentityPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.StrongName2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.StrongNameIdentityPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.StrongNamePublicKeyBlob: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.UIPermissionWindow: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.UIPermissionClipboard: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.UIPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.UrlIdentityPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.ZoneIdentityPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.GacIdentityPermissionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.GacIdentityPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.KeyContainerPermissionFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.KeyContainerPermissionAccessEntry: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.KeyContainerPermissionAccessEntryCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.KeyContainerPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.PublisherIdentityPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.RegistryPermissionAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Permissions.RegistryPermission: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Claims.Claim: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Claims.ClaimsIdentity: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Claims.ClaimsPrincipal: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Claims.ClaimTypes: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Claims.ClaimValueTypes: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Claims.RoleClaimProvider: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.GenericIdentity: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.GenericPrincipal: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.PrincipalPolicy: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.TokenAccessLevels: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.TokenImpersonationLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.WindowsAccountType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.WinSecurityContext: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.ImpersonationQueryResult: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.WindowsIdentity: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.KerbLogonSubmitType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.SecurityLogonType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.TokenType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.TokenInformationClass: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.WindowsImpersonationContext: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.WindowsBuiltInRole: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.WindowsPrincipal: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.IdentityReference: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.IdentityReferenceEnumerator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.NTAccount: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.IdentifierAuthority: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.SidNameUse: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.WellKnownSidType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.SecurityIdentifier: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.PolicyRights: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.Win32: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Principal.IdentityNotMappedException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.AllMembershipCondition: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.AppDomainEvidenceFactory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.ApplicationDirectory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.ApplicationDirectoryMembershipCondition: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.ApplicationSecurityInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.ApplicationSecurityManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.ApplicationVersionMatch: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.ApplicationTrust: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.ApplicationTrustCollection: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.ApplicationTrustEnumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.AssemblyEvidenceFactory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.IUnionSemanticCodeGroup: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.CodeGroupPositionMarker: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.Evidence: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.ILegacyEvidenceAdapter: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.LegacyEvidenceWrapper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.LegacyEvidenceList: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.EvidenceTypeDescriptor: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.FileCodeGroup: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.FirstMatchCodeGroup: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.IConstantMembershipCondition: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.IDelayEvaluatedEvidence: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.IReportMatchMembershipCondition: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.IRuntimeEvidenceFactory: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.TrustManagerUIContext: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.NetCodeGroup: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.EvidenceTypeGenerated: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.PEFileEvidenceFactory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.PermissionRequestEvidence: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.ConfigId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.PolicyLevel: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.CodeGroupStackFrame: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.CodeGroupStack: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.PolicyStatementAttribute: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.PolicyStatement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.Site: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.SiteMembershipCondition: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.StrongName: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.StrongNameMembershipCondition: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.UnionCodeGroup: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.Url: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.UrlMembershipCondition: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.Zone: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.ZoneMembershipCondition: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.GacInstalled: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.GacMembershipCondition: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.Hash: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.HashMembershipCondition: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.Publisher: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Policy.PublisherMembershipCondition: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.QuickCacheEntryType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.Config: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.Hex: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.SiteString: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.StringExpressionSet: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.TokenBasedSet: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.TokenBasedSetEnumerator: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.URLString: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.DirectoryString: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.LocalSiteString: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.XMLUtil: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.Parser: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.Tokenizer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.TokenizerShortBlock: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.TokenizerStringBlock: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Security.Util.TokenizerStream: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Numerics.Hashing.HashHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.FastResourceComparer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.__HResults: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.FileBasedResourceGroveler: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.IResourceGroveler: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.ManifestBasedResourceGroveler: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.NeutralResourcesLanguageAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.ResourceFallbackManager: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.WindowsRuntimeResourceManagerBase: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.PRIExceptionInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.ResourceLocator: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.ResourceReader: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.ResourceTypeCode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.ResourceWriter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.RuntimeResourceSet: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.SatelliteContractVersionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Resources.UltimateResourceFallbackLocation: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.AppDomainSortingSetupInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.BidiCategory: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.CalendarData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.CalendarAlgorithmType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.CalendarWeekRule: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.CharUnicodeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.CompareOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.CompareInfo: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.CultureTypes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.DateTimeStyles: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.MonthNameStyles: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.DateTimeFormatFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.DateTimeFormatInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.TokenHashValue: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.FORMATFLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.CalendarId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.DateTimeFormatInfoScanner: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.DigitShapes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.CodePageDataItem: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.EncodingTable: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.InternalEncodingDataItem: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.InternalCodePageDataItem: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.GlobalizationAssembly: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.GregorianCalendarTypes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.EraInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.GregorianCalendarHelper: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.ChineseLunisolarCalendar: method System.Globalization.EraInfo[] System.Globalization.EastAsianLunisolarCalendar.get_CalEraInfo() unstubbable: method is abstract and could not be stubbed. Reason: method signature type is non-visible to exported or assembly(mscorlib.4.0.0.0.Fakes) or subtype(ChineseLunisolarCalendar in assembly mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.EastAsianLunisolarCalendar: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.JapaneseLunisolarCalendar: method System.Globalization.EraInfo[] System.Globalization.EastAsianLunisolarCalendar.get_CalEraInfo() unstubbable: method is abstract and could not be stubbed. Reason: method signature type is non-visible to exported or assembly(mscorlib.4.0.0.0.Fakes) or subtype(JapaneseLunisolarCalendar in assembly mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.KoreanLunisolarCalendar: method System.Globalization.EraInfo[] System.Globalization.EastAsianLunisolarCalendar.get_CalEraInfo() unstubbable: method is abstract and could not be stubbed. Reason: method signature type is non-visible to exported or assembly(mscorlib.4.0.0.0.Fakes) or subtype(KoreanLunisolarCalendar in assembly mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.CalendricalCalculationsHelper: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.TaiwanLunisolarCalendar: method System.Globalization.EraInfo[] System.Globalization.EastAsianLunisolarCalendar.get_CalEraInfo() unstubbable: method is abstract and could not be stubbed. Reason: method signature type is non-visible to exported or assembly(mscorlib.4.0.0.0.Fakes) or subtype(TaiwanLunisolarCalendar in assembly mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.IdnMapping: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.SortKey: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.TextElementEnumerator: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.TextInfo: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.TimeSpanFormat: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.TimeSpanStyles: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.TimeSpanParse: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.NumberFormatInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.NumberStyles: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.UnicodeCategory: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.CultureData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.HebrewNumberParsingContext: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.HebrewNumberParsingState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.HebrewNumber: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Globalization.SortVersion: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Assert: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.AssertFilter: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.DefaultFilter: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.AssertFilters: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.ConditionalAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Debugger: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.DebuggerStepThroughAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.DebuggerStepperBoundaryAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.DebuggerHiddenAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.DebuggerNonUserCodeAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.DebuggableAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.DebuggerBrowsableState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.DebuggerBrowsableAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.DebuggerTypeProxyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.DebuggerDisplayAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.DebuggerVisualizerAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.ICustomDebuggerNotification: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.LogMessageEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.LogSwitchLevelHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Log: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.LoggingLevels: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.LogSwitch: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.StackFrameHelper: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.EditAndContinueHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.SymbolStore.SymAddressKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.SymbolStore.SymbolToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.PureAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractClassAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractClassForAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractInvariantMethodAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractReferenceAssemblyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractRuntimeIgnoredAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractVerificationAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractPublicPropertyNameAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractArgumentValidatorAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractAbbreviatorAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractOptionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.Contract: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractFailureKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractFailedEventArgs: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.ContractException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Contracts.Internal.ContractHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.CodeAnalysis.SuppressMessageAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.ActivityTracker: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventActivityOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventDescriptor: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.ControllerCommand: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventProvider: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventSource: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventSourceSettings: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventListener: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventCommandEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventSourceCreatedEventArgs: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventWrittenEventArgs: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventSourceAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.NonEventAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventChannelAttribute: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventChannelType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventCommand: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.ActivityFilter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EtwSession: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.SessionMask: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventDispatcher: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventManifestOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.ManifestBuilder: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.ManifestEnvelope: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.FrameworkEventSource: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventTask: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventOpcode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventChannel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventKeywords: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.ArrayTypeInfo`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.ConcurrentSet`2: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.ConcurrentSetItem`2: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.DataCollector: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EmptyStruct: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EnumerableTypeInfo`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EnumHelper`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventDataAttribute: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventFieldTags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventFieldAttribute: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventFieldFormat: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventIgnoreAttribute: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventPayload: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventSourceActivity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventSourceOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.FieldMetadata: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.InvokeTypeInfo`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.NameInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.PropertyAccessor`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.NonGenericProperytWriter`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.StructPropertyWriter`2: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.ClassPropertyWriter`2: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.PropertyAnalysis: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.SimpleEventTypes`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.NullTypeInfo`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.BooleanTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.ByteTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.SByteTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.Int16TypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.UInt16TypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.Int32TypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.UInt32TypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.Int64TypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.UInt64TypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.IntPtrTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.UIntPtrTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.DoubleTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.SingleTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.CharTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.BooleanArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.ByteArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.SByteArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.Int16ArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.UInt16ArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.Int32ArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.UInt32ArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.Int64ArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.UInt64ArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.IntPtrArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.UIntPtrArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.CharArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.DoubleArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.SingleArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EnumByteTypeInfo`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EnumSByteTypeInfo`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EnumInt16TypeInfo`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EnumUInt16TypeInfo`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EnumInt32TypeInfo`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EnumUInt32TypeInfo`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EnumInt64TypeInfo`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EnumUInt64TypeInfo`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.StringTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.GuidTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.GuidArrayTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.DateTimeTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.DateTimeOffsetTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.TimeSpanTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.DecimalTypeInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.KeyValuePairTypeInfo`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.NullableTypeInfo`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.Statics: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.TraceLoggingDataCollector: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.TraceLoggingDataType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.EventTags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.TraceLoggingEventTypes: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.TraceLoggingMetadataCollector: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.TraceLoggingTypeInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.TraceLoggingTypeInfo`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.TypeAnalysis: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Diagnostics.Tracing.Internal.Environment: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.CaseInsensitiveHashCodeProvider: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.BitArray: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Comparer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.CompatibleComparer: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.ListDictionaryInternal: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.EmptyReadOnlyDictionaryInternal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.HashHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.DictionaryEntry: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.IHashCodeProvider: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.KeyValuePairs: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.StructuralComparisons: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.StructuralEqualityComparer: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.StructuralComparer: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Concurrent.SystemCollectionsConcurrent_ProducerConsumerCollectionDebugView`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Concurrent.CDSCollectionETWBCLProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Concurrent.VolatileBool: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Concurrent.EnumerablePartitionerOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Concurrent.Partitioner: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.ObjectModel.ReadOnlyDictionaryHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.GenericComparer`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.NullableComparer`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.ObjectComparer`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.ComparisonComparer`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.GenericEqualityComparer`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.NullableEqualityComparer`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.ObjectEqualityComparer`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.ByteEqualityComparer: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.EnumEqualityComparer`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.SByteEnumEqualityComparer`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.ShortEnumEqualityComparer`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.LongEnumEqualityComparer`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.RandomizedStringEqualityComparer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.RandomizedObjectEqualityComparer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.Mscorlib_CollectionDebugView`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.Mscorlib_DictionaryKeyCollectionDebugView`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.Mscorlib_DictionaryValueCollectionDebugView`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.Mscorlib_DictionaryDebugView`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.KeyValuePair`2: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.IArraySortHelper`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.IntrospectiveSortUtilities: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.ArraySortHelper`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.GenericArraySortHelper`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.IArraySortHelper`2: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.ArraySortHelper`2: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Collections.Generic.GenericArraySortHelper`2: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.AsyncLocal`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.IAsyncLocal: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.AsyncLocalValueChangedArgs`1: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.AutoResetEvent: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.SendOrPostCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.SynchronizationContextProperties: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.WinRTSynchronizationContextFactoryBase: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.CompressedStackSwitcher: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.SafeCompressedStackHandle: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.CompressedStack: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.DomainCompressedStack: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.EventResetMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ContextCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ExecutionContextSwitcher: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.AsyncFlowControl: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ExecutionContext: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Interlocked: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.HostExecutionContextSwitcher: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.IUnknownSafeHandle: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.LockCookie: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ManualResetEvent: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Monitor: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Mutex: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.NativeOverlapped: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading._IOCompletionCallback: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.OverlappedData: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ParameterizedThreadStart: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.PinnableBufferCache: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Gen2GcCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.PinnableBufferCacheEventSource: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ReaderWriterLock: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.InternalCrossContextDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ThreadHelper: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ThreadHandle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Thread: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.StackCrawlMark: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ThreadAbortException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ThreadPoolGlobals: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ThreadPoolWorkQueue: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ThreadPoolWorkQueueThreadLocals: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.RegisteredWaitHandleSafe: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.RegisteredWaitHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.WaitCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.WaitOrTimerCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading._ThreadPoolWaitCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.IThreadPoolWorkItem: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.QueueUserWorkItemCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading._ThreadPoolWaitOrTimerCallback: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.IOCompletionCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ThreadPool: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ThreadPriority: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ThreadStart: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ThreadState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ThreadStartException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Timeout: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.TimerCallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.TimerQueue: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.TimerQueueTimer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.TimerHolder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Timer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Volatile: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.WaitHandleExtensions: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.ApartmentState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.SpinLock: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.SpinWait: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.PlatformHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.TimeoutHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.CdsSyncEtwBCLProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.LazyThreadSafetyMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.LazyInitializer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.LazyHelpers`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.SystemThreading_ThreadLocalDebugView`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.CancellationTokenRegistration: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.CancellationCallbackCoreWorkArguments: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.CancellationCallbackInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.SparselyPopulatedArray`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.SparselyPopulatedArrayAddInfo`1: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.SparselyPopulatedArrayFragment`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.CancellationToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.GenericDelegateCache`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.Parallel: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.IndexRange: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.RangeWorker: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.RangeManager: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ParallelLoopState: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ParallelLoopState32: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ParallelLoopState64: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ParallelLoopStateFlags: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ParallelLoopStateFlags32: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ParallelLoopStateFlags64: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ParallelLoopResult: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.Shared`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.TaskStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.CompletionActionInvoker: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.SystemThreadingTasks_TaskDebugView: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ParallelForReplicatingTask: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ParallelForReplicaTask: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.TaskCreationOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.InternalTaskOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.TaskContinuationOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.StackGuard: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.VoidTaskResult: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ITaskCompletionAction: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.UnwrapPromise`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ContinuationTaskFromTask: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ContinuationResultTaskFromTask`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ContinuationTaskFromResultTask`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ContinuationResultTaskFromResultTask`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.TaskContinuation: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.StandardTaskContinuation: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.AwaitTaskContinuation: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.TaskExceptionHolder: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.SynchronizationContextTaskScheduler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.ThreadPoolTaskScheduler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.CausalityTraceLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.AsyncCausalityStatus: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.CausalityRelation: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.CausalitySynchronousWork: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.AsyncCausalityTracer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.IProducerConsumerQueue`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.MultiProducerMultiConsumerQueue`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.SingleProducerSingleConsumerQueue`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.PaddingHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.PaddingFor32: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.TplEtwProvider: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.BeginEndAwaitableAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Threading.Tasks.TaskToApm: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.AnsiCharMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.CSTRMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.UTF8Marshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.UTF8BufferMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.BSTRMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.VBByValStrMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.AnsiBSTRMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.WSTRBufferMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.DateTimeNative: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.DateTimeOffsetMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.HStringMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.ObjectMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.ValueClassMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.DateMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.InterfaceMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.UriMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.EventArgsMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.MngdNativeArrayMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.MngdSafeArrayMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.MngdHiddenLengthArrayMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.MngdRefCustomMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.AsAnyMarshaler: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.NullableMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.TypeNameNative: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.TypeKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.WinRTTypeNameConverter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.SystemTypeMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.HResultExceptionMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.KeyValuePairMarshaler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.NativeVariant: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.CleanupWorkListElement: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.CleanupWorkList: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.StubHelpers.StubHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CerHashtable`2: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.__Filters: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AmbiguousMatchException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.ModuleResolveEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.LoadContext: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.RuntimeAssembly: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyCopyrightAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyTrademarkAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyProductAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyCompanyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyDescriptionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyTitleAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyConfigurationAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyDefaultAliasAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyInformationalVersionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyFileVersionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyCultureAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyVersionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyKeyFileAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyDelaySignAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyAlgorithmIdAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyFlagsAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyMetadataAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblySignatureKeyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyKeyNameAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyName: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyNameFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.AssemblyContentType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.ProcessorArchitecture: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Associates: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CustomAttributeExtensions: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.BindingFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CallingConventions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.RuntimeConstructorInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CustomAttributeNamedArgument: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CustomAttributeTypedArgument: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CustomAttributeRecord: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CustomAttributeEncoding: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CustomAttributeEncodedArgument: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CustomAttributeNamedParameter: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CustomAttributeCtorParameter: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.SecurityContextFrame: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CustomAttributeType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CustomAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.PseudoCustomAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.DefaultMemberAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.EventAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.RuntimeEventInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.FieldAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.RuntimeFieldInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.RtFieldInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MdFieldInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.GenericParameterAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.IntrospectionExtensions: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.RuntimeReflectionExtensions: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.InterfaceMapping: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.LoaderAllocatorScout: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.LoaderAllocator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.ResourceLocation: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MdConstant: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.CorElementType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MdSigCallingConvention: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.PInvokeAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MethodSemanticsAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MetadataTokenType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.ConstArray: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MetadataToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MetadataEnumResult: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MetadataImport: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MetadataException: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MemberFilter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MemberInfoSerializationHolder: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MemberTypes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MethodAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.INVOCATION_FLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.MethodImplAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.RuntimeMethodInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Missing: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.PortableExecutableKinds: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.ImageFileMachine: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.RuntimeModule: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.ObfuscateAssemblyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.ObfuscationAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.ExceptionHandlingClauseOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.ParameterAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.RuntimeParameterInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.ParameterModifier: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Pointer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.PropertyAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.RuntimePropertyInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.ReflectionTypeLoadException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.ResourceAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.TargetInvocationException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.TargetParameterCountException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.TypeAttributes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.TypeFilter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.TypeInfo: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.DynamicAssemblyFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.InternalAssemblyBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.AssemblyBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.AssemblyBuilderData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.ResWriterData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.NativeVersionInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.AssemblyBuilderAccess: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.TypeNameBuilder: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.ConstructorBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.DynamicILGenerator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.DynamicResolver: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.DynamicILInfo: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.DynamicScope: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.GenericMethodInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.GenericFieldInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.VarArgMethod: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.DynamicMethod: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.EventBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.EventToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.FieldBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.FieldToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.ILGenerator: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.__FixupData: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.__ExceptionInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.ScopeAction: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.ScopeTree: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.LineNumberInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.REDocument: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.Label: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.LocalBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.MethodBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.LocalSymInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.ExceptionHandler: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.MethodBuilderInstantiation: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.TypeKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.SymbolType: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.SymbolMethod: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.MethodRental: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.MethodToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.InternalModuleBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.ModuleBuilder: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.ModuleBuilderData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.PEFileKinds: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.OpCodeValues: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.OpCodes: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.OpCode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.OpCodeType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.StackBehaviour: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.OperandType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.FlowControl: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.ParameterBuilder: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.ParameterToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.PropertyBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.PropertyToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.SignatureHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.SignatureToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.StringToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.PackingSize: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.TypeBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.TypeBuilderInstantiation: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.GenericTypeParameterBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.EnumBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.TypeToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.MethodOnTypeBuilderInstantiation: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.ConstructorOnTypeBuilderInstantiation: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.FieldOnTypeBuilderInstantiation: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Reflection.Emit.UnmanagedMarshal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.InternalApplicationIdentityHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.InternalActivationContextHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.ISection: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.ISectionWithStringKey: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.ISectionWithReferenceIdentityKey: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.ISectionEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IEnumUnknown: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.ICDF: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.BLOB: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IDENTITY_ATTRIBUTE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.STORE_ASSEMBLY_STATUS_FLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.STORE_ASSEMBLY: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.STORE_ASSEMBLY_FILE_STATUS_FLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.STORE_ASSEMBLY_FILE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.STORE_CATEGORY: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.STORE_CATEGORY_SUBCATEGORY: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.STORE_CATEGORY_INSTANCE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.CATEGORY: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.CATEGORY_SUBCATEGORY: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.CATEGORY_INSTANCE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IEnumSTORE_ASSEMBLY_INSTALLATION_REFERENCE: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IEnumSTORE_DEPLOYMENT_METADATA: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreDeploymentMetadataEnumeration: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IEnumSTORE_DEPLOYMENT_METADATA_PROPERTY: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreDeploymentMetadataPropertyEnumeration: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IEnumSTORE_ASSEMBLY: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreAssemblyEnumeration: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IEnumSTORE_ASSEMBLY_FILE: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreAssemblyFileEnumeration: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IEnumSTORE_CATEGORY: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreCategoryEnumeration: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IEnumSTORE_CATEGORY_SUBCATEGORY: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreSubcategoryEnumeration: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IEnumSTORE_CATEGORY_INSTANCE: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreCategoryInstanceEnumeration: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IReferenceIdentity: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IDefinitionIdentity: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IEnumIDENTITY_ATTRIBUTE: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IEnumDefinitionIdentity: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IEnumReferenceIdentity: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IDefinitionAppId: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IReferenceAppId: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IIDENTITYAUTHORITY_DEFINITION_IDENTITY_TO_TEXT_FLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IIDENTITYAUTHORITY_REFERENCE_IDENTITY_TO_TEXT_FLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IIDENTITYAUTHORITY_DOES_DEFINITION_MATCH_REFERENCE_FLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IIdentityAuthority: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IAPPIDAUTHORITY_ARE_DEFINITIONS_EQUAL_FLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IAPPIDAUTHORITY_ARE_REFERENCES_EQUAL_FLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IAppIdAuthority: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.ISTORE_BIND_REFERENCE_TO_ASSEMBLY_FLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.ISTORE_ENUM_ASSEMBLIES_FLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.ISTORE_ENUM_FILES_FLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreOperationStageComponent: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreOperationStageComponentFile: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreApplicationReference: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreOperationPinDeployment: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreOperationUnpinDeployment: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreOperationInstallDeployment: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreOperationUninstallDeployment: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreOperationMetadataProperty: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreOperationSetDeploymentMetadata: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreOperationSetCanonicalizationContext: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreOperationScavenge: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreTransactionOperationType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreTransactionOperation: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreTransactionData: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Store: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IStore_BindingResult_BoundVersion: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IStore_BindingResult: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IStore: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StoreTransaction: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IManifestParseErrorCallback: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IsolationInterop: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IManifestInformation: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IActContext: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.StateManager_RunningState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.IStateManager: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMSSECTIONID: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_ASSEMBLY_DEPLOYMENT_FLAG: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_ASSEMBLY_REFERENCE_FLAG: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_ASSEMBLY_REFERENCE_DEPENDENT_ASSEMBLY_FLAG: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_FILE_FLAG: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_ENTRY_POINT_FLAG: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_COM_SERVER_FLAG: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_USAGE_PATTERN: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_SCHEMA_VERSION: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_FILE_HASH_ALGORITHM: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_TIME_UNIT_TYPE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_FILE_WRITABLE_TYPE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_HASH_TRANSFORM: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CMS_HASH_DIGESTMETHOD: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.ICMS: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.MuiResourceIdLookupMapEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.MuiResourceIdLookupMapEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IMuiResourceIdLookupMapEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.MuiResourceTypeIdStringEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.MuiResourceTypeIdStringEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IMuiResourceTypeIdStringEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.MuiResourceTypeIdIntEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.MuiResourceTypeIdIntEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IMuiResourceTypeIdIntEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.MuiResourceMapEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.MuiResourceMapEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IMuiResourceMapEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.HashElementEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.HashElementEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IHashElementEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.FileEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.FileEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IFileEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.FileAssociationEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.FileAssociationEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IFileAssociationEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CategoryMembershipDataEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CategoryMembershipDataEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.ICategoryMembershipDataEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.SubcategoryMembershipEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.SubcategoryMembershipEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.ISubcategoryMembershipEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CategoryMembershipEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CategoryMembershipEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.ICategoryMembershipEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.COMServerEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.COMServerEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.ICOMServerEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.ProgIdRedirectionEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.ProgIdRedirectionEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IProgIdRedirectionEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CLRSurrogateEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CLRSurrogateEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.ICLRSurrogateEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.AssemblyReferenceDependentAssemblyEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.AssemblyReferenceDependentAssemblyEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IAssemblyReferenceDependentAssemblyEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.AssemblyReferenceEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.AssemblyReferenceEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IAssemblyReferenceEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.WindowClassEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.WindowClassEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IWindowClassEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.ResourceTableMappingEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.ResourceTableMappingEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IResourceTableMappingEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.EntryPointEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.EntryPointEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IEntryPointEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.PermissionSetEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.PermissionSetEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IPermissionSetEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.AssemblyRequestEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.AssemblyRequestEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IAssemblyRequestEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.DescriptionMetadataEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.DescriptionMetadataEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IDescriptionMetadataEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.DeploymentMetadataEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.DeploymentMetadataEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IDeploymentMetadataEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.DependentOSMetadataEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.DependentOSMetadataEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IDependentOSMetadataEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CompatibleFrameworksMetadataEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CompatibleFrameworksMetadataEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.ICompatibleFrameworksMetadataEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.MetadataSectionEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.MetadataSectionEntryFieldId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.IMetadataSectionEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Deployment.Internal.Isolation.Manifest.CmsUtils: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.MemoryFailPoint: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.GCLargeObjectHeapCompactionMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.GCLatencyMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.GCSettings: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.AssemblyTargetedPatchBandAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.TargetedPatchingOptOutAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.ProfileOptimization: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.DesignerServices.WindowsRuntimeDesignerContext: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.BinaryCompatibility: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.ComponentGuaranteesOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.ComponentGuaranteesAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.ResourceConsumptionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.ResourceExposureAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.ResourceScope: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.SxSRequirements: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.VersioningHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.TargetFrameworkAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.TargetFrameworkId: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.MultitargetingHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.CompatibilitySwitch: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Versioning.NonVersionableAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.ConstrainedExecution.Consistency: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.ConstrainedExecution.Cer: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.ConstrainedExecution.ReliabilityContractAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.FormatterServices: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SurrogateForCyclicalReference: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.MemberHolder: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.OptionalFieldAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.OnSerializingAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.OnSerializedAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.OnDeserializingAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.OnDeserializedAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SerializationFieldInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SerializationInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SerializationEntry: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SerializationInfoEnumerator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.StreamingContext: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.StreamingContextStates: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.DeserializationEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SerializationEventHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.ObjectCloneHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.ObjectHolder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.FixupHolder: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.FixupHolderList: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.LongList: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.ObjectHolderList: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.ObjectHolderListEnumerator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.TypeLoadExceptionHolder: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SafeSerializationEventArgs: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SafeSerializationManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SerializationObjectManager: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SerializationEvents: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SerializationEventsCache: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SurrogateKey: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.SurrogateHashtable: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.ValueTypeFixupInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.FormatterTypeStyle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.FormatterAssemblyStyle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.TypeFilterLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.InternalRM: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.InternalST: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.SerTrace: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.SoapFault: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.ServerFault: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.InternalSerializerTypeE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.InternalElementTypeE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.InternalParseStateE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.MessageEnum: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.ValueFixupEnum: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.SoapAttributeType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryFormatter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.__BinaryParser: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.__BinaryWriter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryConverter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.IOUtil: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryUtil: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.IStreamable: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryAssembly: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryObject: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryObjectString: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryArray: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.MemberReference: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.ObjectNull: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.MessageEnd: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.ObjectMap: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.ObjectProgress: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.ParseRecord: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.SerStack: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.SizedArray: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.IntSizedArray: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.NameCache: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.ValueFixup: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.InternalFE: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.NameInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.PrimitiveArray: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.ObjectReader: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.ObjectWriter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.Converter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.TypeInformation: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryMethodCallMessage: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturnMessage: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.ExceptionServices.ExceptionDispatchInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.__HResults: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.WellKnownObjectMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.DomainSpecificRemotingData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.RemotingConfigHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.DelayLoadClientChannelEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Identity: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.IdOps: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.DuplicateIdentityOption: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.IdentityHolder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.TypeInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.DynamicTypeInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.ChannelInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.EnvoyInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.RedirectionProxy: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.ComRedirectionProxy: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.RemotingConfiguration: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.RemoteAppEntry: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.CustomErrorsModes: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.RemotingServices: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.ServerIdentity: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.SoapServices: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.XmlNamespaceEncoder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.RemotingCachedData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.RemotingFieldCachedData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.RemotingParameterCachedData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.RemotingTypeCachedData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.RemotingMethodCachedData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.SoapOption: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.XmlFieldOrderOption: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.SoapTypeAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.SoapMethodAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.SoapFieldAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.SoapParameterAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapType: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDuration: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Proxies.CallType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Proxies.RealProxyFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Proxies.MessageData: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Proxies.RemotingProxy: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Services.EnterpriseServicesHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Contexts.CrossContextDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Contexts.CallBackHelper: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Contexts.ContextProperty: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Contexts.DynamicPropertyHolder: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Contexts.ArrayWithSize: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Contexts.SynchronizedServerContextSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Contexts.WorkItem: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Contexts.SynchronizedClientContextSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Lifetime.Lease: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Lifetime.LeaseSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Lifetime.LeaseManager: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Lifetime.LeaseState: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Lifetime.LifetimeServices: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Lifetime.LeaseLifeTimeServiceProperty: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.Perf_Contexts: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.ChannelServices: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.RemotingProfilerEvent: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.RegisteredChannel: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.RegisteredChannelList: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.ChannelServicesData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.ServerAsyncReplyTerminatorSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.AsyncMessageHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.CrossContextChannel: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.AsyncWorkItem: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.CrossAppDomainChannel: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.CrossAppDomainData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.CrossAppDomainSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.ADAsyncWorkItem: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.CrossAppDomainSerializer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.DispatchChannelSinkProvider: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.DispatchChannelSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.ServerProcessing: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.DictionaryEnumeratorByKeys: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Channels.AggregateDictionary: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.AsyncResult: type has no family visible contructors. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.IInternalMessage: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.Message: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.ConstructorReturnMessage: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.ConstructorCallMessage: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.CCMDictionary: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.CRMDictionary: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.MCMDictionary: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.MRMDictionary: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.MessageDictionary: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.MessageDictionaryEnumerator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.StackBasedReturnMessage: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.ISerializationRootObject: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.SerializationMonkey: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.TransitionCall: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.ArgMapper: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.ErrorMessage: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.MessageSmuggler: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.SmuggledObjRef: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.SmuggledMethodCallMessage: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.SmuggledMethodReturnMessage: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.MessageSurrogateFilter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.RemotingSurrogate: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.ObjRefSurrogate: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.SoapMessageSurrogate: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.MessageSurrogate: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.StackBuilderSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.InternalSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.EnvoyTerminatorSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.ClientContextTerminatorSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.AsyncReplySink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.ServerContextTerminatorSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.DisposeSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.ClientAsyncReplyTerminatorSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.HeaderHandler: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.CallContext: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.IllogicalCallContext: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.LogicalCallContext: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.CallContextSecurityData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Messaging.CallContextRemotingData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Activation.ActivationServices: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Activation.LocalActivator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Activation.ActivationListener: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Activation.AppDomainLevelActivator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Activation.ContextLevelActivator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Activation.ConstructionLevelActivator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Activation.RemotePropertyHolderAttribute: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Activation.ActivationAttributeStack: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Activation.ActivatorLevel: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Activation.RemotingXmlConfigFileData: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Activation.RemotingXmlConfigFileParser: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Remoting.Activation.UrlAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.StringFreezingAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.ContractHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.AccessedThroughPropertyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.AssemblyAttributesGoHere: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.AssemblyAttributesGoHereS: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.AssemblyAttributesGoHereM: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.AssemblyAttributesGoHereSM: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.RuntimeHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.CompilerGeneratedAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.DateTimeConstantAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.DecimalConstantAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.DisablePrivateReflectionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.CompilationRelaxations: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.ExtensionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.FixedBufferAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IndexerNameAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.InternalsVisibleToAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.FriendAccessAllowedAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IsVolatile: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.MethodImplOptions: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.MethodCodeType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.MethodImplAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.FixedAddressValueTypeAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.UnsafeValueTypeAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.RequiredAttributeAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.LoadHint: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.DefaultDependencyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.DependencyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.TypeDependencyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.CompilerMarshalOverride: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.HasCopySemanticsAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IsBoxed: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IsByValue: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IsConst: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IsExplicitlyDereferenced: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IsImplicitlyDereferenced: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IsJitIntrinsic: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IsLong: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IsPinned: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IsSignUnspecifiedByte: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IsUdtReturn: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.StringHandleOnStack: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.ObjectHandleOnStack: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.StackCrawlMarkHandle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.PinningHelper: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.JitHelpers: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.ScopelessEnumAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.SpecialNameAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.SuppressMergeCheckAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IsCopyConstructed: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.SuppressIldasmAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.NativeCppClassAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.DecoratedNameAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.TypeForwardedToAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.TypeForwardedFromAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.ReferenceAssemblyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.RuntimeCompatibilityAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.RuntimeWrappedException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.ConditionalWeakTable`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.DependentHandle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.CallerFilePathAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.CallerLineNumberAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.CallerMemberNameAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IteratorStateMachineAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.AsyncStateMachineAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.AsyncVoidMethodBuilder: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.AsyncTaskMethodBuilder: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.AsyncTaskCache: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.AsyncMethodBuilderCore: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.TaskAwaiter: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.TaskAwaiter`1: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.ConfiguredTaskAwaitable: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.YieldAwaitable: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.FormattableStringFactory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IDispatchConstantAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.IUnknownConstantAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.CompilerServices.TupleElementNamesAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ArrayWithOffset: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TypeIdentifierAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.AllowReversePInvokeCallsAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.DispIdAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComInterfaceType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.InterfaceTypeAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComDefaultInterfaceAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ClassInterfaceType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ClassInterfaceAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComVisibleAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TypeLibImportClassAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.LCIDConversionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComRegisterFunctionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComUnregisterFunctionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ProgIdAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ImportedFromTypeLibAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.IDispatchImplType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.IDispatchImplAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComSourceInterfacesAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComConversionLossAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TypeLibTypeFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TypeLibFuncFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TypeLibVarFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TypeLibTypeAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TypeLibFuncAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TypeLibVarAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.VarEnum: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UnmanagedType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.MarshalAsAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComImportAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.GuidAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.PreserveSigAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.InAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.OutAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.OptionalAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.DllImportSearchPath: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.DllImportAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.StructLayoutAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.FieldOffsetAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComAliasNameAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.AutomationProxyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.PrimaryInteropAssemblyAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.CoClassAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComEventInterfaceAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TypeLibVersionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComCompatibleVersionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.BestFitMappingAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.DefaultCharSetAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.CallingConvention: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.CharSet: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.GCHandleType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.GCHandle: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.GCHandleCookieTable: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.HandleRef: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.LayoutKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.CustomQueryInterfaceMode: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.Marshal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ImporterCallback: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.PInvokeMap: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.RuntimeEnvironment: type has obsolete members that would lead to a compilation error. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.SafeHeapHandle: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.SafeHeapHandleCache: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.StringBuffer: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.NativeBuffer: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.BStrWrapper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.CurrencyWrapper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.DispatchWrapper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ErrorWrapper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UnknownWrapper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.VariantWrapper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComMemberType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ExtensibleClassFactory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.CustomQueryInterfaceResult: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.AssemblyRegistrationFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TypeLibImporterFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TypeLibExporterFlags: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ImporterEventKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ExporterEventKind: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ObjectCreationDelegate: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.RegistrationClassContext: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.RegistrationConnectionType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TypeLibConverter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.BIND_OPTS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIBindCtx: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIConnectionPointContainer: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIConnectionPoint: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIEnumerable: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIEnumerator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIEnumMoniker: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.CONNECTDATA: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIEnumConnections: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIEnumConnectionPoints: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIEnumString: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIEnumVARIANT: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIExpando: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.FILETIME: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIMoniker: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIPersistFile: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIReflect: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIRunningObjectTable: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.STATSTG: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMIStream: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.DESCKIND: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.BINDPTR: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMITypeComp: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TYPEKIND: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TYPEFLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.IMPLTYPEFLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TYPEATTR: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.FUNCDESC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.IDLFLAG: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.IDLDESC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.PARAMFLAG: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.PARAMDESC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TYPEDESC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ELEMDESC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.VARDESC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.DISPPARAMS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.EXCEPINFO: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.FUNCKIND: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.INVOKEKIND: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.CALLCONV: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.FUNCFLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.VARFLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMITypeInfo: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.SYSKIND: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.LIBFLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TYPELIBATTR: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.UCOMITypeLib: type is obsolete. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComEventsHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComEventsInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComEventsMethod: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComEventsSink: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.NativeMethods: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.Variant: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TCEAdapterGen.EventProviderWriter: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TCEAdapterGen.EventSinkHelperWriter: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TCEAdapterGen.EventItfInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TCEAdapterGen.NameSpaceExtractor: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.TCEAdapterGen.TCEAdapterGenerator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.DefaultInterfaceAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeImportAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.InterfaceImplementedInVersionAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ReadOnlyArrayAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.WriteOnlyArrayAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ReturnValueNameAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ConstantSplittableMap`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.DictionaryKeyCollection`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.DictionaryKeyEnumerator`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.DictionaryValueCollection`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.DictionaryValueEnumerator`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.EnumerableToIterableAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.EnumerableToBindableIterableAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.EnumeratorToIteratorAdapter`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.VectorToListAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.VectorToCollectionAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.VectorViewToReadOnlyCollectionAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.MapToDictionaryAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.MapToCollectionAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.MapViewToReadOnlyCollectionAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ListToVectorAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.DictionaryToMapAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.BindableVectorToListAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.BindableVectorToCollectionAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ListToBindableVectorAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ListToBindableVectorViewAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IRestrictedErrorInfo: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IMapViewToIReadOnlyDictionaryAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ReadOnlyDictionaryKeyCollection`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ReadOnlyDictionaryKeyEnumerator`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ReadOnlyDictionaryValueCollection`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ReadOnlyDictionaryValueEnumerator`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.Indexer_Get_Delegate`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IVectorViewToIReadOnlyListAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IReadOnlyDictionaryToIMapViewAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IReadOnlyListToIVectorViewAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.GetEnumerator_Delegate`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IterableToEnumerableAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.BindableIterableToEnumerableAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IteratorToEnumeratorAdapter`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IManagedActivationFactory: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ManagedActivationFactory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.HSTRING_HEADER: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.UnsafeNativeMethods: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.PropertyType: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMetadata: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IClosable: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IDisposableToIClosableAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IClosableToIDisposableAdapter: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IStringable: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IStringableHelper: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.RuntimeClass: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.CLRIPropertyValueImpl: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.CLRIReferenceImpl`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.CLRIReferenceArrayImpl`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IReferenceFactory: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IPropertyValue: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.Point: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.Size: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.Rect: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IReference`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IReferenceArray`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.WindowsFoundationEventHandler`1: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ICustomPropertyProvider: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ICustomPropertyProviderImpl: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.InterfaceForwardingSupport: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IGetProxyTarget: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ICustomPropertyProviderProxy`2: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.ICustomProperty: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.CustomPropertyImpl: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IWinRTClassActivator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.WinRTClassActivator: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeBufferHelper: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IIterable`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IBindableIterable: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IIterator`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IBindableIterator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IVector`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IVector_Raw`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IVectorView`1: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IBindableVector: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IBindableVectorView: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IMap`2: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IMapView`2: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.IKeyValuePair`2: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.WindowsRuntime.CLRIKeyValuePairImpl`2: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.BIND_OPTS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.IEnumerable: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.IEnumerator: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.CONNECTDATA: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.IExpando: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.FILETIME: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.IReflect: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.STATSTG: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.DESCKIND: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.BINDPTR: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.TYPEKIND: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.TYPEFLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.TYPEATTR: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.FUNCDESC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.IDLFLAG: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.IDLDESC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.PARAMFLAG: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.PARAMDESC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.TYPEDESC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.ELEMDESC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.VARKIND: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.VARDESC: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.DISPPARAMS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.EXCEPINFO: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.FUNCKIND: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.INVOKEKIND: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.CALLCONV: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.FUNCFLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.VARFLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.SYSKIND: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.LIBFLAGS: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.InteropServices.ComTypes.TYPELIBATTR: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Hosting.ManifestRunner: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Runtime.Hosting.ActivationArguments: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.StringBuilder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.StringBuilderCache: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.ASCIIEncoding: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.BaseCodePageEncoding: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.CodePageEncoding: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.DecoderNLS: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.InternalDecoderBestFitFallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.InternalDecoderBestFitFallbackBuffer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.DecoderExceptionFallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.DecoderExceptionFallbackBuffer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.DecoderFallbackException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.DecoderReplacementFallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.DecoderReplacementFallbackBuffer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.EncoderNLS: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.InternalEncoderBestFitFallback: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.InternalEncoderBestFitFallbackBuffer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.EncoderExceptionFallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.EncoderExceptionFallbackBuffer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.EncoderFallbackException: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.EncoderReplacementFallback: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.EncoderReplacementFallbackBuffer: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.Encoding: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.EncodingInfo: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.EncodingNLS: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.EncodingProvider: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.ISCIIEncoding: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.Latin1Encoding: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.MLangCodePageEncoding: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.NormalizationForm: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.ExtendedNormalizationForms: type is a value type. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.Normalization: type is not visible to exported or assembly(mscorlib.4.0.0.0.Fakes). -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.DBCSCodePageEncoding: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.SBCSCodePageEncoding: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.SurrogateEncoder: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.UnicodeEncoding: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.UTF7Encoding: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.UTF8Encoding: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.UTF32Encoding: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.GB18030Encoding: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.ISO2022Encoding: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for System.Text.EUCJPEncoding: type is not supported because it is not available or changed between versions. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for : type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate stub for __DynamicallyInvokableAttribute: type is sealed. -C:\SF365\Microsoft.Crm.Sdk.Fakes\Fakes\mscorlib.fakes : warning : Cannot generate shim for System.IO.MemoryStream: type is not supported because it is not available or changed between versions. diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/mscorlib.4.0.0.0.Fakes.xml b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/mscorlib.4.0.0.0.Fakes.xml deleted file mode 100644 index 9e891708..00000000 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/FakesAssemblies/mscorlib.4.0.0.0.Fakes.xml +++ /dev/null @@ -1,39752 +0,0 @@ - - - - mscorlib.4.0.0.0.Fakes - - - -

Contains custom delegates used for the stubs and shims of mscorlib - - - Stub type of Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CriticalHandle.Dispose(Boolean disposing) - - - Sets the stub of CriticalHandle.Dispose(Boolean disposing) - - - Initializes a new instance of type StubCriticalHandleMinusOneIsInvalid - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CriticalHandleMinusOneIsInvalid.get_IsInvalid() - - - Sets the stub of CriticalHandleMinusOneIsInvalid.get_IsInvalid() - - - Sets the stub of CriticalHandle.ReleaseHandle() - - - Sets the stub of CriticalHandle.ReleaseHandle() - - - Stub type of Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CriticalHandle.Dispose(Boolean disposing) - - - Sets the stub of CriticalHandle.Dispose(Boolean disposing) - - - Initializes a new instance of type StubCriticalHandleZeroOrMinusOneIsInvalid - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CriticalHandleZeroOrMinusOneIsInvalid.get_IsInvalid() - - - Sets the stub of CriticalHandleZeroOrMinusOneIsInvalid.get_IsInvalid() - - - Sets the stub of CriticalHandle.ReleaseHandle() - - - Sets the stub of CriticalHandle.ReleaseHandle() - - - Stub type of Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SafeHandle.Dispose(Boolean disposing) - - - Sets the stub of SafeHandle.Dispose(Boolean disposing) - - - Initializes a new instance of type StubSafeHandleMinusOneIsInvalid - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SafeHandleMinusOneIsInvalid.get_IsInvalid() - - - Sets the stub of SafeHandleMinusOneIsInvalid.get_IsInvalid() - - - Sets the stub of SafeHandle.ReleaseHandle() - - - Sets the stub of SafeHandle.ReleaseHandle() - - - Stub type of Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SafeHandle.Dispose(Boolean disposing) - - - Sets the stub of SafeHandle.Dispose(Boolean disposing) - - - Initializes a new instance of type StubSafeHandleZeroOrMinusOneIsInvalid - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SafeHandleZeroOrMinusOneIsInvalid.get_IsInvalid() - - - Sets the stub of SafeHandleZeroOrMinusOneIsInvalid.get_IsInvalid() - - - Sets the stub of SafeHandle.ReleaseHandle() - - - Sets the stub of SafeHandle.ReleaseHandle() - - - Stub type of System.Collections.Concurrent.ConcurrentDictionary`2 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubConcurrentDictionary - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Concurrent.ConcurrentQueue`1 - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubConcurrentQueue - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Concurrent.ConcurrentStack`1 - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubConcurrentStack - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Concurrent.IProducerConsumerCollection`1 - - - Initializes a new instance of type StubIProducerConsumerCollection - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of IProducerConsumerCollection`1.CopyTo(!0[] array, Int32 index) - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of IProducerConsumerCollection`1.CopyTo(!0[] array, Int32 index) - - - Sets the stub of IProducerConsumerCollection`1.ToArray() - - - Sets the stub of IProducerConsumerCollection`1.TryAdd(!0 item) - - - Sets the stub of IProducerConsumerCollection`1.TryTake(!0& item) - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IProducerConsumerCollection`1.ToArray() - - - Sets the stub of IProducerConsumerCollection`1.TryAdd(!0 item) - - - Sets the stub of IProducerConsumerCollection`1.TryTake(!0& item) - - - Stub type of System.Collections.Concurrent.OrderablePartitioner`1 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of OrderablePartitioner`1.GetDynamicPartitions() - - - Sets the stub of OrderablePartitioner`1.GetDynamicPartitions() - - - Sets the stub of OrderablePartitioner`1.GetOrderableDynamicPartitions() - - - Sets the stub of OrderablePartitioner`1.GetOrderableDynamicPartitions() - - - Sets the stub of OrderablePartitioner`1.GetOrderablePartitions(Int32 partitionCount) - - - Sets the stub of OrderablePartitioner`1.GetOrderablePartitions(Int32 partitionCount) - - - Sets the stub of OrderablePartitioner`1.GetPartitions(Int32 partitionCount) - - - Sets the stub of OrderablePartitioner`1.GetPartitions(Int32 partitionCount) - - - Initializes a new instance of type StubOrderablePartitioner - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Partitioner`1.get_SupportsDynamicPartitions() - - - Sets the stub of Partitioner`1.get_SupportsDynamicPartitions() - - - Stub type of System.Collections.Concurrent.Partitioner`1 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Partitioner`1.GetDynamicPartitions() - - - Sets the stub of Partitioner`1.GetDynamicPartitions() - - - Sets the stub of Partitioner`1.GetPartitions(Int32 partitionCount) - - - Sets the stub of Partitioner`1.GetPartitions(Int32 partitionCount) - - - Initializes a new instance of type StubPartitioner - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Partitioner`1.get_SupportsDynamicPartitions() - - - Sets the stub of Partitioner`1.get_SupportsDynamicPartitions() - - - Stub type of System.Collections.ArrayList - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of ArrayList.Add(Object value) - - - Sets the stub of ArrayList.Add(Object value) - - - Sets the stub of ArrayList.AddRange(ICollection c) - - - Sets the stub of ArrayList.AddRange(ICollection c) - - - Attaches delegates to emulate StubArrayList.Capacity as a property with a backing field. - - - Sets the stub of ArrayList.BinarySearch(Object value) - - - Sets the stub of ArrayList.BinarySearch(Object value, IComparer comparer) - - - Sets the stub of ArrayList.BinarySearch(Int32 index, Int32 count, Object value, IComparer comparer) - - - Sets the stub of ArrayList.BinarySearch(Int32 index, Int32 count, Object value, IComparer comparer) - - - Sets the stub of ArrayList.BinarySearch(Object value) - - - Sets the stub of ArrayList.BinarySearch(Object value, IComparer comparer) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ArrayList.get_Capacity() - - - Sets the stub of ArrayList.get_Capacity() - - - Sets the stub of ArrayList.set_Capacity(Int32 value) - - - Sets the stub of ArrayList.Clear() - - - Sets the stub of ArrayList.Clear() - - - Sets the stub of ArrayList.Clone() - - - Sets the stub of ArrayList.Clone() - - - Sets the stub of ArrayList.Contains(Object item) - - - Sets the stub of ArrayList.Contains(Object item) - - - Sets the stub of ArrayList.CopyTo(Array array) - - - Sets the stub of ArrayList.CopyTo(Array array, Int32 arrayIndex) - - - Sets the stub of ArrayList.CopyTo(Int32 index, Array array, Int32 arrayIndex, Int32 count) - - - Sets the stub of ArrayList.CopyTo(Array array) - - - Sets the stub of ArrayList.CopyTo(Array array, Int32 arrayIndex) - - - Sets the stub of ArrayList.CopyTo(Int32 index, Array array, Int32 arrayIndex, Int32 count) - - - Sets the stub of ArrayList.get_Count() - - - Sets the stub of ArrayList.get_Count() - - - Sets the stub of ArrayList.GetEnumerator() - - - Sets the stub of ArrayList.GetEnumerator(Int32 index, Int32 count) - - - Sets the stub of ArrayList.GetEnumerator() - - - Sets the stub of ArrayList.GetEnumerator(Int32 index, Int32 count) - - - Sets the stub of ArrayList.GetRange(Int32 index, Int32 count) - - - Sets the stub of ArrayList.GetRange(Int32 index, Int32 count) - - - Sets the stub of ArrayList.IndexOf(Object value) - - - Sets the stub of ArrayList.IndexOf(Object value, Int32 startIndex) - - - Sets the stub of ArrayList.IndexOf(Object value, Int32 startIndex, Int32 count) - - - Sets the stub of ArrayList.IndexOf(Object value) - - - Sets the stub of ArrayList.IndexOf(Object value, Int32 startIndex) - - - Sets the stub of ArrayList.IndexOf(Object value, Int32 startIndex, Int32 count) - - - Initializes a new instance of type StubArrayList - - - Sets the stub of ArrayList.Insert(Int32 index, Object value) - - - Sets the stub of ArrayList.Insert(Int32 index, Object value) - - - Sets the stub of ArrayList.InsertRange(Int32 index, ICollection c) - - - Sets the stub of ArrayList.InsertRange(Int32 index, ICollection c) - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ArrayList.get_IsFixedSize() - - - Sets the stub of ArrayList.get_IsFixedSize() - - - Sets the stub of ArrayList.get_IsReadOnly() - - - Sets the stub of ArrayList.get_IsReadOnly() - - - Sets the stub of ArrayList.get_IsSynchronized() - - - Sets the stub of ArrayList.get_IsSynchronized() - - - Sets the stub of ArrayList.get_Item(Int32 index) - - - Sets the stub of ArrayList.get_Item(Int32 index) - - - Sets the stub of ArrayList.set_Item(Int32 index, Object value) - - - Sets the stub of ArrayList.LastIndexOf(Object value) - - - Sets the stub of ArrayList.LastIndexOf(Object value, Int32 startIndex) - - - Sets the stub of ArrayList.LastIndexOf(Object value, Int32 startIndex, Int32 count) - - - Sets the stub of ArrayList.LastIndexOf(Object value) - - - Sets the stub of ArrayList.LastIndexOf(Object value, Int32 startIndex) - - - Sets the stub of ArrayList.LastIndexOf(Object value, Int32 startIndex, Int32 count) - - - Sets the stub of ArrayList.Remove(Object obj) - - - Sets the stub of ArrayList.RemoveAt(Int32 index) - - - Sets the stub of ArrayList.RemoveAt(Int32 index) - - - Sets the stub of ArrayList.Remove(Object obj) - - - Sets the stub of ArrayList.RemoveRange(Int32 index, Int32 count) - - - Sets the stub of ArrayList.RemoveRange(Int32 index, Int32 count) - - - Sets the stub of ArrayList.Reverse() - - - Sets the stub of ArrayList.Reverse(Int32 index, Int32 count) - - - Sets the stub of ArrayList.Reverse() - - - Sets the stub of ArrayList.Reverse(Int32 index, Int32 count) - - - Sets the stub of ArrayList.SetRange(Int32 index, ICollection c) - - - Sets the stub of ArrayList.SetRange(Int32 index, ICollection c) - - - Sets the stub of ArrayList.Sort() - - - Sets the stub of ArrayList.Sort(IComparer comparer) - - - Sets the stub of ArrayList.Sort(Int32 index, Int32 count, IComparer comparer) - - - Sets the stub of ArrayList.Sort() - - - Sets the stub of ArrayList.Sort(IComparer comparer) - - - Sets the stub of ArrayList.Sort(Int32 index, Int32 count, IComparer comparer) - - - Sets the stub of ArrayList.get_SyncRoot() - - - Sets the stub of ArrayList.get_SyncRoot() - - - Sets the stub of ArrayList.ToArray(Type type) - - - Sets the stub of ArrayList.ToArray() - - - Sets the stub of ArrayList.ToArray() - - - Sets the stub of ArrayList.ToArray(Type type) - - - Sets the stub of ArrayList.TrimToSize() - - - Sets the stub of ArrayList.TrimToSize() - - - Stub type of System.Collections.CaseInsensitiveComparer - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCaseInsensitiveComparer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.CollectionBase - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCollectionBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClear() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnClearComplete() - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsertComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnInsert(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemoveComplete(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnRemove(Int32 index, Object value) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSetComplete(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnSet(Int32 index, Object oldValue, Object newValue) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Sets the stub of CollectionBase.OnValidate(Object value) - - - Stub type of System.Collections.DictionaryBase - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDictionaryBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DictionaryBase.OnClear() - - - Sets the stub of DictionaryBase.OnClear() - - - Sets the stub of DictionaryBase.OnClearComplete() - - - Sets the stub of DictionaryBase.OnClearComplete() - - - Sets the stub of DictionaryBase.OnGet(Object key, Object currentValue) - - - Sets the stub of DictionaryBase.OnGet(Object key, Object currentValue) - - - Sets the stub of DictionaryBase.OnInsert(Object key, Object value) - - - Sets the stub of DictionaryBase.OnInsertComplete(Object key, Object value) - - - Sets the stub of DictionaryBase.OnInsertComplete(Object key, Object value) - - - Sets the stub of DictionaryBase.OnInsert(Object key, Object value) - - - Sets the stub of DictionaryBase.OnRemove(Object key, Object value) - - - Sets the stub of DictionaryBase.OnRemoveComplete(Object key, Object value) - - - Sets the stub of DictionaryBase.OnRemoveComplete(Object key, Object value) - - - Sets the stub of DictionaryBase.OnRemove(Object key, Object value) - - - Sets the stub of DictionaryBase.OnSet(Object key, Object oldValue, Object newValue) - - - Sets the stub of DictionaryBase.OnSetComplete(Object key, Object oldValue, Object newValue) - - - Sets the stub of DictionaryBase.OnSetComplete(Object key, Object oldValue, Object newValue) - - - Sets the stub of DictionaryBase.OnSet(Object key, Object oldValue, Object newValue) - - - Sets the stub of DictionaryBase.OnValidate(Object key, Object value) - - - Sets the stub of DictionaryBase.OnValidate(Object key, Object value) - - - Stub type of System.Collections.Hashtable - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of Hashtable.Add(Object key, Object value) - - - Sets the stub of Hashtable.Add(Object key, Object value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Hashtable.Clear() - - - Sets the stub of Hashtable.Clear() - - - Sets the stub of Hashtable.Clone() - - - Sets the stub of Hashtable.Clone() - - - Sets the stub of Hashtable.Contains(Object key) - - - Sets the stub of Hashtable.ContainsKey(Object key) - - - Sets the stub of Hashtable.ContainsKey(Object key) - - - Sets the stub of Hashtable.Contains(Object key) - - - Sets the stub of Hashtable.ContainsValue(Object value) - - - Sets the stub of Hashtable.ContainsValue(Object value) - - - Sets the stub of Hashtable.CopyTo(Array array, Int32 arrayIndex) - - - Sets the stub of Hashtable.CopyTo(Array array, Int32 arrayIndex) - - - Sets the stub of Hashtable.get_Count() - - - Sets the stub of Hashtable.get_Count() - - - Sets the stub of Hashtable.GetEnumerator() - - - Sets the stub of Hashtable.GetEnumerator() - - - Sets the stub of Hashtable.GetHash(Object key) - - - Sets the stub of Hashtable.GetHash(Object key) - - - Sets the stub of Hashtable.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Hashtable.GetObjectData(SerializationInfo info, StreamingContext context) - - - Initializes a new instance of type StubHashtable - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Hashtable.get_IsFixedSize() - - - Sets the stub of Hashtable.get_IsFixedSize() - - - Sets the stub of Hashtable.get_IsReadOnly() - - - Sets the stub of Hashtable.get_IsReadOnly() - - - Sets the stub of Hashtable.get_IsSynchronized() - - - Sets the stub of Hashtable.get_IsSynchronized() - - - Sets the stub of Hashtable.get_Item(Object key) - - - Sets the stub of Hashtable.get_Item(Object key) - - - Sets the stub of Hashtable.set_Item(Object key, Object value) - - - Sets the stub of Hashtable.KeyEquals(Object item, Object key) - - - Sets the stub of Hashtable.KeyEquals(Object item, Object key) - - - Sets the stub of Hashtable.get_Keys() - - - Sets the stub of Hashtable.get_Keys() - - - Sets the stub of Hashtable.OnDeserialization(Object sender) - - - Sets the stub of Hashtable.OnDeserialization(Object sender) - - - Sets the stub of Hashtable.Remove(Object key) - - - Sets the stub of Hashtable.Remove(Object key) - - - Sets the stub of Hashtable.get_SyncRoot() - - - Sets the stub of Hashtable.get_SyncRoot() - - - Sets the stub of Hashtable.get_Values() - - - Sets the stub of Hashtable.get_Values() - - - Stub type of System.Collections.ICollection - - - Initializes a new instance of type StubICollection - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of IEnumerable.GetEnumerator() - - - Stub type of System.Collections.IComparer - - - Initializes a new instance of type StubIComparer - - - Sets the stub of IComparer.Compare(Object x, Object y) - - - Sets the stub of IComparer.Compare(Object x, Object y) - - - Stub type of System.Collections.IDictionary - - - Initializes a new instance of type StubIDictionary - - - Sets the stub of IDictionary.Add(Object key, Object value) - - - Sets the stub of IDictionary.Clear() - - - Sets the stub of IDictionary.Contains(Object key) - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of IDictionary.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IDictionary.get_IsFixedSize() - - - Sets the stub of IDictionary.get_IsFixedSize() - - - Sets the stub of IDictionary.get_IsReadOnly() - - - Sets the stub of IDictionary.get_IsReadOnly() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of IDictionary.get_Item(Object key) - - - Sets the stub of IDictionary.get_Item(Object key) - - - Sets the stub of IDictionary.set_Item(Object key, Object value) - - - Sets the stub of IDictionary.get_Keys() - - - Sets the stub of IDictionary.get_Keys() - - - Sets the stub of IDictionary.Remove(Object key) - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of IDictionary.Add(Object key, Object value) - - - Sets the stub of IDictionary.Clear() - - - Sets the stub of IDictionary.Contains(Object key) - - - Sets the stub of IDictionary.GetEnumerator() - - - Sets the stub of IDictionary.Remove(Object key) - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IDictionary.get_Values() - - - Sets the stub of IDictionary.get_Values() - - - Stub type of System.Collections.IDictionaryEnumerator - - - Initializes a new instance of type StubIDictionaryEnumerator - - - Sets the stub of IEnumerator.get_Current() - - - Sets the stub of IEnumerator.get_Current() - - - Sets the stub of IDictionaryEnumerator.get_Entry() - - - Sets the stub of IDictionaryEnumerator.get_Entry() - - - Sets the stub of IDictionaryEnumerator.get_Key() - - - Sets the stub of IDictionaryEnumerator.get_Key() - - - Sets the stub of IEnumerator.MoveNext() - - - Sets the stub of IEnumerator.Reset() - - - Sets the stub of IEnumerator.MoveNext() - - - Sets the stub of IEnumerator.Reset() - - - Sets the stub of IDictionaryEnumerator.get_Value() - - - Sets the stub of IDictionaryEnumerator.get_Value() - - - Stub type of System.Collections.IEnumerable - - - Initializes a new instance of type StubIEnumerable - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Stub type of System.Collections.IEnumerator - - - Initializes a new instance of type StubIEnumerator - - - Sets the stub of IEnumerator.get_Current() - - - Sets the stub of IEnumerator.get_Current() - - - Sets the stub of IEnumerator.MoveNext() - - - Sets the stub of IEnumerator.Reset() - - - Sets the stub of IEnumerator.MoveNext() - - - Sets the stub of IEnumerator.Reset() - - - Stub type of System.Collections.IEqualityComparer - - - Initializes a new instance of type StubIEqualityComparer - - - Sets the stub of IEqualityComparer.Equals(Object x, Object y) - - - Sets the stub of IEqualityComparer.GetHashCode(Object obj) - - - Sets the stub of IEqualityComparer.Equals(Object x, Object y) - - - Sets the stub of IEqualityComparer.GetHashCode(Object obj) - - - Stub type of System.Collections.IList - - - Initializes a new instance of type StubIList - - - Sets the stub of IList.Add(Object value) - - - Sets the stub of IList.Clear() - - - Sets the stub of IList.Contains(Object value) - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of ICollection.get_Count() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IList.IndexOf(Object value) - - - Sets the stub of IList.Insert(Int32 index, Object value) - - - Sets the stub of IList.get_IsFixedSize() - - - Sets the stub of IList.get_IsFixedSize() - - - Sets the stub of IList.get_IsReadOnly() - - - Sets the stub of IList.get_IsReadOnly() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of ICollection.get_IsSynchronized() - - - Sets the stub of IList.get_Item(Int32 index) - - - Sets the stub of IList.get_Item(Int32 index) - - - Sets the stub of IList.set_Item(Int32 index, Object value) - - - Sets the stub of IList.RemoveAt(Int32 index) - - - Sets the stub of IList.Remove(Object value) - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.get_SyncRoot() - - - Sets the stub of ICollection.CopyTo(Array array, Int32 index) - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IList.Add(Object value) - - - Sets the stub of IList.Clear() - - - Sets the stub of IList.Contains(Object value) - - - Sets the stub of IList.IndexOf(Object value) - - - Sets the stub of IList.Insert(Int32 index, Object value) - - - Sets the stub of IList.Remove(Object value) - - - Sets the stub of IList.RemoveAt(Int32 index) - - - Stub type of System.Collections.IStructuralComparable - - - Initializes a new instance of type StubIStructuralComparable - - - Sets the stub of IStructuralComparable.CompareTo(Object other, IComparer comparer) - - - Sets the stub of IStructuralComparable.CompareTo(Object other, IComparer comparer) - - - Stub type of System.Collections.IStructuralEquatable - - - Initializes a new instance of type StubIStructuralEquatable - - - Sets the stub of IStructuralEquatable.Equals(Object other, IEqualityComparer comparer) - - - Sets the stub of IStructuralEquatable.GetHashCode(IEqualityComparer comparer) - - - Sets the stub of IStructuralEquatable.Equals(Object other, IEqualityComparer comparer) - - - Sets the stub of IStructuralEquatable.GetHashCode(IEqualityComparer comparer) - - - Stub type of System.Collections.Queue - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Queue.Clear() - - - Sets the stub of Queue.Clear() - - - Sets the stub of Queue.Clone() - - - Sets the stub of Queue.Clone() - - - Sets the stub of Queue.Contains(Object obj) - - - Sets the stub of Queue.Contains(Object obj) - - - Sets the stub of Queue.CopyTo(Array array, Int32 index) - - - Sets the stub of Queue.CopyTo(Array array, Int32 index) - - - Sets the stub of Queue.get_Count() - - - Sets the stub of Queue.get_Count() - - - Sets the stub of Queue.Dequeue() - - - Sets the stub of Queue.Dequeue() - - - Sets the stub of Queue.Enqueue(Object obj) - - - Sets the stub of Queue.Enqueue(Object obj) - - - Sets the stub of Queue.GetEnumerator() - - - Sets the stub of Queue.GetEnumerator() - - - Initializes a new instance of type StubQueue - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Queue.get_IsSynchronized() - - - Sets the stub of Queue.get_IsSynchronized() - - - Sets the stub of Queue.Peek() - - - Sets the stub of Queue.Peek() - - - Sets the stub of Queue.get_SyncRoot() - - - Sets the stub of Queue.get_SyncRoot() - - - Sets the stub of Queue.ToArray() - - - Sets the stub of Queue.ToArray() - - - Sets the stub of Queue.TrimToSize() - - - Sets the stub of Queue.TrimToSize() - - - Stub type of System.Collections.ReadOnlyCollectionBase - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ReadOnlyCollectionBase.get_Count() - - - Sets the stub of ReadOnlyCollectionBase.get_Count() - - - Sets the stub of ReadOnlyCollectionBase.GetEnumerator() - - - Sets the stub of ReadOnlyCollectionBase.GetEnumerator() - - - Initializes a new instance of type StubReadOnlyCollectionBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.SortedList - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of SortedList.Add(Object key, Object value) - - - Sets the stub of SortedList.Add(Object key, Object value) - - - Attaches delegates to emulate StubSortedList.Capacity as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SortedList.get_Capacity() - - - Sets the stub of SortedList.get_Capacity() - - - Sets the stub of SortedList.set_Capacity(Int32 value) - - - Sets the stub of SortedList.Clear() - - - Sets the stub of SortedList.Clear() - - - Sets the stub of SortedList.Clone() - - - Sets the stub of SortedList.Clone() - - - Sets the stub of SortedList.Contains(Object key) - - - Sets the stub of SortedList.ContainsKey(Object key) - - - Sets the stub of SortedList.ContainsKey(Object key) - - - Sets the stub of SortedList.Contains(Object key) - - - Sets the stub of SortedList.ContainsValue(Object value) - - - Sets the stub of SortedList.ContainsValue(Object value) - - - Sets the stub of SortedList.CopyTo(Array array, Int32 arrayIndex) - - - Sets the stub of SortedList.CopyTo(Array array, Int32 arrayIndex) - - - Sets the stub of SortedList.get_Count() - - - Sets the stub of SortedList.get_Count() - - - Sets the stub of SortedList.GetByIndex(Int32 index) - - - Sets the stub of SortedList.GetByIndex(Int32 index) - - - Sets the stub of SortedList.GetEnumerator() - - - Sets the stub of SortedList.GetEnumerator() - - - Sets the stub of SortedList.GetKey(Int32 index) - - - Sets the stub of SortedList.GetKey(Int32 index) - - - Sets the stub of SortedList.GetKeyList() - - - Sets the stub of SortedList.GetKeyList() - - - Sets the stub of SortedList.GetValueList() - - - Sets the stub of SortedList.GetValueList() - - - Sets the stub of SortedList.IndexOfKey(Object key) - - - Sets the stub of SortedList.IndexOfKey(Object key) - - - Sets the stub of SortedList.IndexOfValue(Object value) - - - Sets the stub of SortedList.IndexOfValue(Object value) - - - Initializes a new instance of type StubSortedList - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SortedList.get_IsFixedSize() - - - Sets the stub of SortedList.get_IsFixedSize() - - - Sets the stub of SortedList.get_IsReadOnly() - - - Sets the stub of SortedList.get_IsReadOnly() - - - Sets the stub of SortedList.get_IsSynchronized() - - - Sets the stub of SortedList.get_IsSynchronized() - - - Sets the stub of SortedList.get_Item(Object key) - - - Sets the stub of SortedList.get_Item(Object key) - - - Sets the stub of SortedList.set_Item(Object key, Object value) - - - Sets the stub of SortedList.get_Keys() - - - Sets the stub of SortedList.get_Keys() - - - Sets the stub of SortedList.Remove(Object key) - - - Sets the stub of SortedList.RemoveAt(Int32 index) - - - Sets the stub of SortedList.RemoveAt(Int32 index) - - - Sets the stub of SortedList.Remove(Object key) - - - Sets the stub of SortedList.SetByIndex(Int32 index, Object value) - - - Sets the stub of SortedList.SetByIndex(Int32 index, Object value) - - - Sets the stub of SortedList.get_SyncRoot() - - - Sets the stub of SortedList.get_SyncRoot() - - - Sets the stub of SortedList.TrimToSize() - - - Sets the stub of SortedList.TrimToSize() - - - Sets the stub of SortedList.get_Values() - - - Sets the stub of SortedList.get_Values() - - - Stub type of System.Collections.Stack - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Stack.Clear() - - - Sets the stub of Stack.Clear() - - - Sets the stub of Stack.Clone() - - - Sets the stub of Stack.Clone() - - - Sets the stub of Stack.Contains(Object obj) - - - Sets the stub of Stack.Contains(Object obj) - - - Sets the stub of Stack.CopyTo(Array array, Int32 index) - - - Sets the stub of Stack.CopyTo(Array array, Int32 index) - - - Sets the stub of Stack.get_Count() - - - Sets the stub of Stack.get_Count() - - - Sets the stub of Stack.GetEnumerator() - - - Sets the stub of Stack.GetEnumerator() - - - Initializes a new instance of type StubStack - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Stack.get_IsSynchronized() - - - Sets the stub of Stack.get_IsSynchronized() - - - Sets the stub of Stack.Peek() - - - Sets the stub of Stack.Peek() - - - Sets the stub of Stack.Pop() - - - Sets the stub of Stack.Pop() - - - Sets the stub of Stack.Push(Object obj) - - - Sets the stub of Stack.Push(Object obj) - - - Sets the stub of Stack.get_SyncRoot() - - - Sets the stub of Stack.get_SyncRoot() - - - Sets the stub of Stack.ToArray() - - - Sets the stub of Stack.ToArray() - - - Stub type of System.Collections.Generic.Comparer`1 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Comparer`1.Compare(!0 x, !0 y) - - - Sets the stub of Comparer`1.Compare(!0 x, !0 y) - - - Initializes a new instance of type StubComparer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Generic.Dictionary`2 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Dictionary`2.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Dictionary`2.GetObjectData(SerializationInfo info, StreamingContext context) - - - Initializes a new instance of type StubDictionary - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Dictionary`2.OnDeserialization(Object sender) - - - Sets the stub of Dictionary`2.OnDeserialization(Object sender) - - - Stub type of System.Collections.Generic.EqualityComparer`1 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of EqualityComparer`1.Equals(!0 x, !0 y) - - - Sets the stub of EqualityComparer`1.Equals(!0 x, !0 y) - - - Sets the stub of EqualityComparer`1.GetHashCode(!0 obj) - - - Sets the stub of EqualityComparer`1.GetHashCode(!0 obj) - - - Initializes a new instance of type StubEqualityComparer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.Generic.ICollection`1 - - - Initializes a new instance of type StubICollection - - - Sets the stub of ICollection`1.Add(!0 item) - - - Sets the stub of ICollection`1.Clear() - - - Sets the stub of ICollection`1.Contains(!0 item) - - - Sets the stub of ICollection`1.CopyTo(!0[] array, Int32 arrayIndex) - - - Sets the stub of ICollection`1.get_Count() - - - Sets the stub of ICollection`1.get_Count() - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of ICollection`1.get_IsReadOnly() - - - Sets the stub of ICollection`1.get_IsReadOnly() - - - Sets the stub of ICollection`1.Remove(!0 item) - - - Sets the stub of ICollection`1.Add(!0 item) - - - Sets the stub of ICollection`1.Clear() - - - Sets the stub of ICollection`1.Contains(!0 item) - - - Sets the stub of ICollection`1.CopyTo(!0[] array, Int32 arrayIndex) - - - Sets the stub of ICollection`1.Remove(!0 item) - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Stub type of System.Collections.Generic.IComparer`1 - - - Initializes a new instance of type StubIComparer - - - Sets the stub of IComparer`1.Compare(!0 x, !0 y) - - - Sets the stub of IComparer`1.Compare(!0 x, !0 y) - - - Stub type of System.Collections.Generic.IDictionary`2 - - - Initializes a new instance of type StubIDictionary - - - Sets the stub of ICollection`1.Add(!0 item) - - - Sets the stub of IDictionary`2.Add(!0 key, !1 value) - - - Sets the stub of ICollection`1.Clear() - - - Sets the stub of IDictionary`2.ContainsKey(!0 key) - - - Sets the stub of ICollection`1.Contains(!0 item) - - - Sets the stub of ICollection`1.CopyTo(!0[] array, Int32 arrayIndex) - - - Sets the stub of ICollection`1.get_Count() - - - Sets the stub of ICollection`1.get_Count() - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of ICollection`1.get_IsReadOnly() - - - Sets the stub of ICollection`1.get_IsReadOnly() - - - Sets the stub of IDictionary`2.get_Item(!0 key) - - - Sets the stub of IDictionary`2.get_Item(!0 key) - - - Sets the stub of IDictionary`2.set_Item(!0 key, !1 value) - - - Sets the stub of IDictionary`2.get_Keys() - - - Sets the stub of IDictionary`2.get_Keys() - - - Sets the stub of ICollection`1.Remove(!0 item) - - - Sets the stub of IDictionary`2.Remove(!0 key) - - - Sets the stub of ICollection`1.Add(!0 item) - - - Sets the stub of ICollection`1.Clear() - - - Sets the stub of ICollection`1.Contains(!0 item) - - - Sets the stub of ICollection`1.CopyTo(!0[] array, Int32 arrayIndex) - - - Sets the stub of ICollection`1.Remove(!0 item) - - - Sets the stub of IDictionary`2.Add(!0 key, !1 value) - - - Sets the stub of IDictionary`2.ContainsKey(!0 key) - - - Sets the stub of IDictionary`2.Remove(!0 key) - - - Sets the stub of IDictionary`2.TryGetValue(!0 key, !1& value) - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IDictionary`2.TryGetValue(!0 key, !1& value) - - - Sets the stub of IDictionary`2.get_Values() - - - Sets the stub of IDictionary`2.get_Values() - - - Stub type of System.Collections.Generic.IEnumerable`1 - - - Initializes a new instance of type StubIEnumerable - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Stub type of System.Collections.Generic.IEnumerator`1 - - - Initializes a new instance of type StubIEnumerator - - - Sets the stub of IEnumerator.get_Current() - - - Sets the stub of IEnumerator`1.get_Current() - - - Sets the stub of IEnumerator`1.get_Current() - - - Sets the stub of IEnumerator.get_Current() - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IEnumerator.MoveNext() - - - Sets the stub of IEnumerator.Reset() - - - Sets the stub of IEnumerator.MoveNext() - - - Sets the stub of IEnumerator.Reset() - - - Sets the stub of IDisposable.Dispose() - - - Stub type of System.Collections.Generic.IEqualityComparer`1 - - - Initializes a new instance of type StubIEqualityComparer - - - Sets the stub of IEqualityComparer`1.Equals(!0 x, !0 y) - - - Sets the stub of IEqualityComparer`1.GetHashCode(!0 obj) - - - Sets the stub of IEqualityComparer`1.Equals(!0 x, !0 y) - - - Sets the stub of IEqualityComparer`1.GetHashCode(!0 obj) - - - Stub type of System.Collections.Generic.IList`1 - - - Initializes a new instance of type StubIList - - - Sets the stub of ICollection`1.Add(!0 item) - - - Sets the stub of ICollection`1.Clear() - - - Sets the stub of ICollection`1.Contains(!0 item) - - - Sets the stub of ICollection`1.CopyTo(!0[] array, Int32 arrayIndex) - - - Sets the stub of ICollection`1.get_Count() - - - Sets the stub of ICollection`1.get_Count() - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IList`1.IndexOf(!0 item) - - - Sets the stub of IList`1.Insert(Int32 index, !0 item) - - - Sets the stub of ICollection`1.get_IsReadOnly() - - - Sets the stub of ICollection`1.get_IsReadOnly() - - - Sets the stub of IList`1.get_Item(Int32 index) - - - Sets the stub of IList`1.get_Item(Int32 index) - - - Sets the stub of IList`1.set_Item(Int32 index, !0 value) - - - Sets the stub of IList`1.RemoveAt(Int32 index) - - - Sets the stub of ICollection`1.Remove(!0 item) - - - Sets the stub of ICollection`1.Add(!0 item) - - - Sets the stub of ICollection`1.Clear() - - - Sets the stub of ICollection`1.Contains(!0 item) - - - Sets the stub of ICollection`1.CopyTo(!0[] array, Int32 arrayIndex) - - - Sets the stub of ICollection`1.Remove(!0 item) - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IList`1.IndexOf(!0 item) - - - Sets the stub of IList`1.Insert(Int32 index, !0 item) - - - Sets the stub of IList`1.RemoveAt(Int32 index) - - - Sets the stub of IEnumerable.GetEnumerator() - - - Stub type of System.Collections.Generic.IReadOnlyCollection`1 - - - Initializes a new instance of type StubIReadOnlyCollection - - - Sets the stub of IReadOnlyCollection`1.get_Count() - - - Sets the stub of IReadOnlyCollection`1.get_Count() - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Stub type of System.Collections.Generic.IReadOnlyDictionary`2 - - - Initializes a new instance of type StubIReadOnlyDictionary - - - Sets the stub of IReadOnlyDictionary`2.ContainsKey(!0 key) - - - Sets the stub of IReadOnlyCollection`1.get_Count() - - - Sets the stub of IReadOnlyCollection`1.get_Count() - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IReadOnlyDictionary`2.get_Item(!0 key) - - - Sets the stub of IReadOnlyDictionary`2.get_Item(!0 key) - - - Sets the stub of IReadOnlyDictionary`2.get_Keys() - - - Sets the stub of IReadOnlyDictionary`2.get_Keys() - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IReadOnlyDictionary`2.ContainsKey(!0 key) - - - Sets the stub of IReadOnlyDictionary`2.TryGetValue(!0 key, !1& value) - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IReadOnlyDictionary`2.TryGetValue(!0 key, !1& value) - - - Sets the stub of IReadOnlyDictionary`2.get_Values() - - - Sets the stub of IReadOnlyDictionary`2.get_Values() - - - Stub type of System.Collections.Generic.IReadOnlyList`1 - - - Initializes a new instance of type StubIReadOnlyList - - - Sets the stub of IReadOnlyCollection`1.get_Count() - - - Sets the stub of IReadOnlyCollection`1.get_Count() - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IReadOnlyList`1.get_Item(Int32 index) - - - Sets the stub of IReadOnlyList`1.get_Item(Int32 index) - - - Sets the stub of IEnumerable`1.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Stub type of System.Collections.Generic.KeyNotFoundException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubKeyNotFoundException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubKeyNotFoundException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubKeyNotFoundException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Collections.Generic.List`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubList - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Shim type of System.Collections.ObjectModel.Collection`1 - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Sets the shim of Collection`1.Add(!0 item) - - - Define shims for all instances members - - - Sets the shim of Collection`1.Add(!0 item) - - - Sets the shim of Collection`1.Clear() - - - Sets the shim of Collection`1.ClearItems() - - - Sets the shim of Collection`1.Contains(!0 item) - - - Sets the shim of Collection`1.CopyTo(!0[] array, Int32 index) - - - Sets the shim of Collection`1.get_Count() - - - Sets the shim of Collection`1.GetEnumerator() - - - Sets the shim of Collection`1.IndexOf(!0 item) - - - Sets the shim of Collection`1.Insert(Int32 index, !0 item) - - - Sets the shim of Collection`1.InsertItem(Int32 index, !0 item) - - - Sets the shim of Collection`1.System.Collections.IList.get_IsFixedSize() - - - Sets the shim of Collection`1.System.Collections.Generic.ICollection<T>.get_IsReadOnly() - - - Sets the shim of Collection`1.System.Collections.IList.get_IsReadOnly() - - - Sets the shim of Collection`1.System.Collections.ICollection.get_IsSynchronized() - - - Sets the shim of Collection`1.get_Item(Int32 index) - - - Sets the shim of Collection`1.set_Item(Int32 index, !0 value) - - - Sets the shim of Collection`1.System.Collections.IList.get_Item(Int32 index) - - - Sets the shim of Collection`1.System.Collections.IList.set_Item(Int32 index, Object value) - - - Sets the shim of Collection`1.get_Items() - - - Sets the shim of Collection`1.RemoveAt(Int32 index) - - - Sets the shim of Collection`1.RemoveItem(Int32 index) - - - Sets the shim of Collection`1.Remove(!0 item) - - - Sets the shim of Collection`1.SetItem(Int32 index, !0 item) - - - Sets the shim of Collection`1.System.Collections.ICollection.get_SyncRoot() - - - Sets the shim of Collection`1.System.Collections.ICollection.CopyTo(Array array, Int32 index) - - - Sets the shim of Collection`1.System.Collections.IEnumerable.GetEnumerator() - - - Sets the shim of Collection`1.System.Collections.IList.Add(Object value) - - - Sets the shim of Collection`1.System.Collections.IList.Contains(Object value) - - - Sets the shim of Collection`1.System.Collections.IList.IndexOf(Object value) - - - Sets the shim of Collection`1.System.Collections.IList.Insert(Int32 index, Object value) - - - Sets the shim of Collection`1.System.Collections.IList.Remove(Object value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of Collection`1.Clear() - - - Sets the shim of Collection`1.ClearItems() - - - Sets the shim of Collection`1.Collection`1() - - - Sets the shim of Collection`1.Collection`1(IList`1<!0> list) - - - Sets the shim of Collection`1.Contains(!0 item) - - - Sets the shim of Collection`1.CopyTo(!0[] array, Int32 index) - - - Sets the shim of Collection`1.get_Count() - - - Sets the shim of Collection`1.GetEnumerator() - - - Sets the shim of Collection`1.IndexOf(!0 item) - - - Sets the shim of Collection`1.Insert(Int32 index, !0 item) - - - Sets the shim of Collection`1.InsertItem(Int32 index, !0 item) - - - Sets the shim of Collection`1.IsCompatibleObject(Object value) - - - Sets the shim of Collection`1.System.Collections.IList.get_IsFixedSize() - - - Sets the shim of Collection`1.System.Collections.Generic.ICollection<T>.get_IsReadOnly() - - - Sets the shim of Collection`1.System.Collections.IList.get_IsReadOnly() - - - Sets the shim of Collection`1.System.Collections.ICollection.get_IsSynchronized() - - - Sets the shim of Collection`1.get_Item(Int32 index) - - - Sets the shim of Collection`1.set_Item(Int32 index, !0 value) - - - Sets the shim of Collection`1.System.Collections.IList.get_Item(Int32 index) - - - Sets the shim of Collection`1.System.Collections.IList.set_Item(Int32 index, Object value) - - - Sets the shim of Collection`1.get_Items() - - - Sets the shim of Collection`1.RemoveAt(Int32 index) - - - Sets the shim of Collection`1.RemoveItem(Int32 index) - - - Sets the shim of Collection`1.Remove(!0 item) - - - Sets the shim of Collection`1.SetItem(Int32 index, !0 item) - - - Sets the shim of Collection`1.System.Collections.ICollection.get_SyncRoot() - - - Sets the shim of Collection`1.System.Collections.ICollection.CopyTo(Array array, Int32 index) - - - Sets the shim of Collection`1.System.Collections.IEnumerable.GetEnumerator() - - - Sets the shim of Collection`1.System.Collections.IList.Add(Object value) - - - Sets the shim of Collection`1.System.Collections.IList.Contains(Object value) - - - Sets the shim of Collection`1.System.Collections.IList.IndexOf(Object value) - - - Sets the shim of Collection`1.System.Collections.IList.Insert(Int32 index, Object value) - - - Sets the shim of Collection`1.System.Collections.IList.Remove(Object value) - - - Shim type of System.Collections.ObjectModel.KeyedCollection`2 - - - Initializes a new shim for the given instance - - - Sets the shim of KeyedCollection`2.AddKey(!0 key, !1 item) - - - Define shims for all instances members - - - Sets the shim of KeyedCollection`2.AddKey(!0 key, !1 item) - - - Sets the shim of KeyedCollection`2.ChangeItemKey(!1 item, !0 newKey) - - - Sets the shim of KeyedCollection`2.ClearItems() - - - Sets the shim of KeyedCollection`2.get_Comparer() - - - Sets the shim of KeyedCollection`2.ContainsItem(!1 item) - - - Sets the shim of KeyedCollection`2.Contains(!0 key) - - - Sets the shim of KeyedCollection`2.CreateDictionary() - - - Sets the shim of KeyedCollection`2.get_Dictionary() - - - Sets the shim of KeyedCollection`2.InsertItem(Int32 index, !1 item) - - - Sets the shim of KeyedCollection`2.get_Item(!0 key) - - - Sets the shim of KeyedCollection`2.RemoveItem(Int32 index) - - - Sets the shim of KeyedCollection`2.RemoveKey(!0 key) - - - Sets the shim of KeyedCollection`2.Remove(!0 key) - - - Sets the shim of KeyedCollection`2.SetItem(Int32 index, !1 item) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of KeyedCollection`2.ChangeItemKey(!1 item, !0 newKey) - - - Sets the shim of KeyedCollection`2.ClearItems() - - - Sets the shim of KeyedCollection`2.get_Comparer() - - - Sets the shim of KeyedCollection`2.KeyedCollection`2() - - - Sets the shim of KeyedCollection`2.KeyedCollection`2(IEqualityComparer`1<!0> comparer) - - - Sets the shim of KeyedCollection`2.KeyedCollection`2(IEqualityComparer`1<!0> comparer, Int32 dictionaryCreationThreshold) - - - Sets the shim of KeyedCollection`2.ContainsItem(!1 item) - - - Sets the shim of KeyedCollection`2.Contains(!0 key) - - - Sets the shim of KeyedCollection`2.CreateDictionary() - - - Sets the shim of KeyedCollection`2.get_Dictionary() - - - Sets the shim of KeyedCollection`2.InsertItem(Int32 index, !1 item) - - - Sets the shim of KeyedCollection`2.get_Item(!0 key) - - - Sets the shim of KeyedCollection`2.RemoveItem(Int32 index) - - - Sets the shim of KeyedCollection`2.RemoveKey(!0 key) - - - Sets the shim of KeyedCollection`2.Remove(!0 key) - - - Sets the shim of KeyedCollection`2.SetItem(Int32 index, !1 item) - - - Shim type of System.Collections.ObjectModel.ReadOnlyCollection`1 - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of ReadOnlyCollection`1.Contains(!0 value) - - - Sets the shim of ReadOnlyCollection`1.CopyTo(!0[] array, Int32 index) - - - Sets the shim of ReadOnlyCollection`1.get_Count() - - - Sets the shim of ReadOnlyCollection`1.GetEnumerator() - - - Sets the shim of ReadOnlyCollection`1.IndexOf(!0 value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.get_IsFixedSize() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.ICollection<T>.get_IsReadOnly() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.get_IsReadOnly() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.ICollection.get_IsSynchronized() - - - Sets the shim of ReadOnlyCollection`1.get_Item(Int32 index) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.IList<T>.get_Item(Int32 index) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.IList<T>.set_Item(Int32 index, !0 value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.get_Item(Int32 index) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.set_Item(Int32 index, Object value) - - - Sets the shim of ReadOnlyCollection`1.get_Items() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.ICollection.get_SyncRoot() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.ICollection<T>.Add(!0 value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.ICollection<T>.Clear() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.ICollection<T>.Remove(!0 value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.IList<T>.Insert(Int32 index, !0 value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.IList<T>.RemoveAt(Int32 index) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.ICollection.CopyTo(Array array, Int32 index) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IEnumerable.GetEnumerator() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.Add(Object value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.Clear() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.Contains(Object value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.IndexOf(Object value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.Insert(Int32 index, Object value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.RemoveAt(Int32 index) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.Remove(Object value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Binds the members of the interface to the shim. - - - Sets the shim of ReadOnlyCollection`1.ReadOnlyCollection`1(IList`1<!0> list) - - - Sets the shim of ReadOnlyCollection`1.Contains(!0 value) - - - Sets the shim of ReadOnlyCollection`1.CopyTo(!0[] array, Int32 index) - - - Sets the shim of ReadOnlyCollection`1.get_Count() - - - Sets the shim of ReadOnlyCollection`1.GetEnumerator() - - - Sets the shim of ReadOnlyCollection`1.IndexOf(!0 value) - - - Sets the shim of ReadOnlyCollection`1.IsCompatibleObject(Object value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.get_IsFixedSize() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.ICollection<T>.get_IsReadOnly() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.get_IsReadOnly() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.ICollection.get_IsSynchronized() - - - Sets the shim of ReadOnlyCollection`1.get_Item(Int32 index) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.IList<T>.get_Item(Int32 index) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.IList<T>.set_Item(Int32 index, !0 value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.get_Item(Int32 index) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.set_Item(Int32 index, Object value) - - - Sets the shim of ReadOnlyCollection`1.get_Items() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.ICollection.get_SyncRoot() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.ICollection<T>.Add(!0 value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.ICollection<T>.Clear() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.ICollection<T>.Remove(!0 value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.IList<T>.Insert(Int32 index, !0 value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.Generic.IList<T>.RemoveAt(Int32 index) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.ICollection.CopyTo(Array array, Int32 index) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IEnumerable.GetEnumerator() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.Add(Object value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.Clear() - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.Contains(Object value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.IndexOf(Object value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.Insert(Int32 index, Object value) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.RemoveAt(Int32 index) - - - Sets the shim of ReadOnlyCollection`1.System.Collections.IList.Remove(Object value) - - - Stub type of System.Collections.ObjectModel.Collection`1 - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Collection`1.ClearItems() - - - Sets the stub of Collection`1.ClearItems() - - - Initializes a new instance of type StubCollection - - - Sets the stub of Collection`1.InsertItem(Int32 index, !0 item) - - - Sets the stub of Collection`1.InsertItem(Int32 index, !0 item) - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Collection`1.RemoveItem(Int32 index) - - - Sets the stub of Collection`1.RemoveItem(Int32 index) - - - Sets the stub of Collection`1.SetItem(Int32 index, !0 item) - - - Sets the stub of Collection`1.SetItem(Int32 index, !0 item) - - - Stub type of System.Collections.ObjectModel.KeyedCollection`2 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of KeyedCollection`2.ClearItems() - - - Sets the stub of KeyedCollection`2.ClearItems() - - - Sets the stub of KeyedCollection`2.GetKeyForItem(!1 item) - - - Sets the stub of KeyedCollection`2.GetKeyForItem(!1 item) - - - Initializes a new instance of type StubKeyedCollection - - - Sets the stub of KeyedCollection`2.InsertItem(Int32 index, !1 item) - - - Sets the stub of KeyedCollection`2.InsertItem(Int32 index, !1 item) - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of KeyedCollection`2.RemoveItem(Int32 index) - - - Sets the stub of KeyedCollection`2.RemoveItem(Int32 index) - - - Sets the stub of KeyedCollection`2.SetItem(Int32 index, !1 item) - - - Sets the stub of KeyedCollection`2.SetItem(Int32 index, !1 item) - - - Stub type of System.Collections.ObjectModel.ReadOnlyCollection`1 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubReadOnlyCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Collections.ObjectModel.ReadOnlyDictionary`2 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubReadOnlyDictionary - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.StackFrame - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of StackFrame.GetFileColumnNumber() - - - Sets the stub of StackFrame.GetFileColumnNumber() - - - Sets the stub of StackFrame.GetFileLineNumber() - - - Sets the stub of StackFrame.GetFileLineNumber() - - - Sets the stub of StackFrame.GetFileName() - - - Sets the stub of StackFrame.GetFileName() - - - Sets the stub of StackFrame.GetILOffset() - - - Sets the stub of StackFrame.GetILOffset() - - - Sets the stub of StackFrame.GetMethod() - - - Sets the stub of StackFrame.GetMethod() - - - Sets the stub of StackFrame.GetNativeOffset() - - - Sets the stub of StackFrame.GetNativeOffset() - - - Initializes a new instance of type StubStackFrame - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of StackFrame.ToString() - - - Sets the stub of StackFrame.ToString() - - - Stub type of System.Diagnostics.StackTrace - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of StackTrace.get_FrameCount() - - - Sets the stub of StackTrace.get_FrameCount() - - - Sets the stub of StackTrace.GetFrame(Int32 index) - - - Sets the stub of StackTrace.GetFrame(Int32 index) - - - Sets the stub of StackTrace.GetFrames() - - - Sets the stub of StackTrace.GetFrames() - - - Initializes a new instance of type StubStackTrace - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of StackTrace.ToString() - - - Sets the stub of StackTrace.ToString() - - - Stub type of System.Diagnostics.SymbolStore.ISymbolBinder - - - Initializes a new instance of type StubISymbolBinder - - - Sets the stub of ISymbolBinder.GetReader(Int32 importer, String filename, String searchPath) - - - Sets the stub of ISymbolBinder.GetReader(Int32 importer, String filename, String searchPath) - - - Stub type of System.Diagnostics.SymbolStore.ISymbolBinder1 - - - Initializes a new instance of type StubISymbolBinder1 - - - Sets the stub of ISymbolBinder1.GetReader(IntPtr importer, String filename, String searchPath) - - - Sets the stub of ISymbolBinder1.GetReader(IntPtr importer, String filename, String searchPath) - - - Stub type of System.Diagnostics.SymbolStore.ISymbolDocument - - - Initializes a new instance of type StubISymbolDocument - - - Sets the stub of ISymbolDocument.get_CheckSumAlgorithmId() - - - Sets the stub of ISymbolDocument.get_CheckSumAlgorithmId() - - - Sets the stub of ISymbolDocument.get_DocumentType() - - - Sets the stub of ISymbolDocument.get_DocumentType() - - - Sets the stub of ISymbolDocument.FindClosestLine(Int32 line) - - - Sets the stub of ISymbolDocument.GetCheckSum() - - - Sets the stub of ISymbolDocument.GetSourceRange(Int32 startLine, Int32 startColumn, Int32 endLine, Int32 endColumn) - - - Sets the stub of ISymbolDocument.get_HasEmbeddedSource() - - - Sets the stub of ISymbolDocument.get_HasEmbeddedSource() - - - Sets the stub of ISymbolDocument.get_Language() - - - Sets the stub of ISymbolDocument.get_Language() - - - Sets the stub of ISymbolDocument.get_LanguageVendor() - - - Sets the stub of ISymbolDocument.get_LanguageVendor() - - - Sets the stub of ISymbolDocument.get_SourceLength() - - - Sets the stub of ISymbolDocument.get_SourceLength() - - - Sets the stub of ISymbolDocument.FindClosestLine(Int32 line) - - - Sets the stub of ISymbolDocument.GetCheckSum() - - - Sets the stub of ISymbolDocument.GetSourceRange(Int32 startLine, Int32 startColumn, Int32 endLine, Int32 endColumn) - - - Sets the stub of ISymbolDocument.get_URL() - - - Sets the stub of ISymbolDocument.get_URL() - - - Stub type of System.Diagnostics.SymbolStore.ISymbolDocumentWriter - - - Initializes a new instance of type StubISymbolDocumentWriter - - - Sets the stub of ISymbolDocumentWriter.SetCheckSum(Guid algorithmId, Byte[] checkSum) - - - Sets the stub of ISymbolDocumentWriter.SetSource(Byte[] source) - - - Sets the stub of ISymbolDocumentWriter.SetCheckSum(Guid algorithmId, Byte[] checkSum) - - - Sets the stub of ISymbolDocumentWriter.SetSource(Byte[] source) - - - Stub type of System.Diagnostics.SymbolStore.ISymbolMethod - - - Initializes a new instance of type StubISymbolMethod - - - Sets the stub of ISymbolMethod.GetNamespace() - - - Sets the stub of ISymbolMethod.GetOffset(ISymbolDocument document, Int32 line, Int32 column) - - - Sets the stub of ISymbolMethod.GetParameters() - - - Sets the stub of ISymbolMethod.GetRanges(ISymbolDocument document, Int32 line, Int32 column) - - - Sets the stub of ISymbolMethod.GetScope(Int32 offset) - - - Sets the stub of ISymbolMethod.GetSequencePoints(Int32[] offsets, ISymbolDocument[] documents, Int32[] lines, Int32[] columns, Int32[] endLines, Int32[] endColumns) - - - Sets the stub of ISymbolMethod.GetSourceStartEnd(ISymbolDocument[] docs, Int32[] lines, Int32[] columns) - - - Sets the stub of ISymbolMethod.get_RootScope() - - - Sets the stub of ISymbolMethod.get_RootScope() - - - Sets the stub of ISymbolMethod.get_SequencePointCount() - - - Sets the stub of ISymbolMethod.get_SequencePointCount() - - - Sets the stub of ISymbolMethod.GetNamespace() - - - Sets the stub of ISymbolMethod.GetOffset(ISymbolDocument document, Int32 line, Int32 column) - - - Sets the stub of ISymbolMethod.GetParameters() - - - Sets the stub of ISymbolMethod.GetRanges(ISymbolDocument document, Int32 line, Int32 column) - - - Sets the stub of ISymbolMethod.GetScope(Int32 offset) - - - Sets the stub of ISymbolMethod.GetSequencePoints(Int32[] offsets, ISymbolDocument[] documents, Int32[] lines, Int32[] columns, Int32[] endLines, Int32[] endColumns) - - - Sets the stub of ISymbolMethod.GetSourceStartEnd(ISymbolDocument[] docs, Int32[] lines, Int32[] columns) - - - Sets the stub of ISymbolMethod.get_Token() - - - Sets the stub of ISymbolMethod.get_Token() - - - Stub type of System.Diagnostics.SymbolStore.ISymbolNamespace - - - Initializes a new instance of type StubISymbolNamespace - - - Sets the stub of ISymbolNamespace.GetNamespaces() - - - Sets the stub of ISymbolNamespace.GetVariables() - - - Sets the stub of ISymbolNamespace.get_Name() - - - Sets the stub of ISymbolNamespace.get_Name() - - - Sets the stub of ISymbolNamespace.GetNamespaces() - - - Sets the stub of ISymbolNamespace.GetVariables() - - - Stub type of System.Diagnostics.SymbolStore.ISymbolReader - - - Initializes a new instance of type StubISymbolReader - - - Sets the stub of ISymbolReader.GetDocument(String url, Guid language, Guid languageVendor, Guid documentType) - - - Sets the stub of ISymbolReader.GetDocuments() - - - Sets the stub of ISymbolReader.GetGlobalVariables() - - - Sets the stub of ISymbolReader.GetMethodFromDocumentPosition(ISymbolDocument document, Int32 line, Int32 column) - - - Sets the stub of ISymbolReader.GetMethod(SymbolToken method) - - - Sets the stub of ISymbolReader.GetMethod(SymbolToken method, Int32 version) - - - Sets the stub of ISymbolReader.GetNamespaces() - - - Sets the stub of ISymbolReader.GetSymAttribute(SymbolToken parent, String name) - - - Sets the stub of ISymbolReader.GetVariables(SymbolToken parent) - - - Sets the stub of ISymbolReader.GetDocument(String url, Guid language, Guid languageVendor, Guid documentType) - - - Sets the stub of ISymbolReader.GetDocuments() - - - Sets the stub of ISymbolReader.GetGlobalVariables() - - - Sets the stub of ISymbolReader.GetMethod(SymbolToken method) - - - Sets the stub of ISymbolReader.GetMethod(SymbolToken method, Int32 version) - - - Sets the stub of ISymbolReader.GetMethodFromDocumentPosition(ISymbolDocument document, Int32 line, Int32 column) - - - Sets the stub of ISymbolReader.GetNamespaces() - - - Sets the stub of ISymbolReader.GetSymAttribute(SymbolToken parent, String name) - - - Sets the stub of ISymbolReader.GetVariables(SymbolToken parent) - - - Sets the stub of ISymbolReader.get_UserEntryPoint() - - - Sets the stub of ISymbolReader.get_UserEntryPoint() - - - Stub type of System.Diagnostics.SymbolStore.ISymbolScope - - - Initializes a new instance of type StubISymbolScope - - - Sets the stub of ISymbolScope.get_EndOffset() - - - Sets the stub of ISymbolScope.get_EndOffset() - - - Sets the stub of ISymbolScope.GetChildren() - - - Sets the stub of ISymbolScope.GetLocals() - - - Sets the stub of ISymbolScope.GetNamespaces() - - - Sets the stub of ISymbolScope.get_Method() - - - Sets the stub of ISymbolScope.get_Method() - - - Sets the stub of ISymbolScope.get_Parent() - - - Sets the stub of ISymbolScope.get_Parent() - - - Sets the stub of ISymbolScope.get_StartOffset() - - - Sets the stub of ISymbolScope.get_StartOffset() - - - Sets the stub of ISymbolScope.GetChildren() - - - Sets the stub of ISymbolScope.GetLocals() - - - Sets the stub of ISymbolScope.GetNamespaces() - - - Stub type of System.Diagnostics.SymbolStore.ISymbolVariable - - - Initializes a new instance of type StubISymbolVariable - - - Sets the stub of ISymbolVariable.get_AddressField1() - - - Sets the stub of ISymbolVariable.get_AddressField1() - - - Sets the stub of ISymbolVariable.get_AddressField2() - - - Sets the stub of ISymbolVariable.get_AddressField2() - - - Sets the stub of ISymbolVariable.get_AddressField3() - - - Sets the stub of ISymbolVariable.get_AddressField3() - - - Sets the stub of ISymbolVariable.get_AddressKind() - - - Sets the stub of ISymbolVariable.get_AddressKind() - - - Sets the stub of ISymbolVariable.get_Attributes() - - - Sets the stub of ISymbolVariable.get_Attributes() - - - Sets the stub of ISymbolVariable.get_EndOffset() - - - Sets the stub of ISymbolVariable.get_EndOffset() - - - Sets the stub of ISymbolVariable.GetSignature() - - - Sets the stub of ISymbolVariable.get_Name() - - - Sets the stub of ISymbolVariable.get_Name() - - - Sets the stub of ISymbolVariable.get_StartOffset() - - - Sets the stub of ISymbolVariable.get_StartOffset() - - - Sets the stub of ISymbolVariable.GetSignature() - - - Stub type of System.Diagnostics.SymbolStore.ISymbolWriter - - - Initializes a new instance of type StubISymbolWriter - - - Sets the stub of ISymbolWriter.Close() - - - Sets the stub of ISymbolWriter.CloseMethod() - - - Sets the stub of ISymbolWriter.CloseNamespace() - - - Sets the stub of ISymbolWriter.CloseScope(Int32 endOffset) - - - Sets the stub of ISymbolWriter.DefineDocument(String url, Guid language, Guid languageVendor, Guid documentType) - - - Sets the stub of ISymbolWriter.DefineField(SymbolToken parent, String name, FieldAttributes attributes, Byte[] signature, SymAddressKind addrKind, Int32 addr1, Int32 addr2, Int32 addr3) - - - Sets the stub of ISymbolWriter.DefineGlobalVariable(String name, FieldAttributes attributes, Byte[] signature, SymAddressKind addrKind, Int32 addr1, Int32 addr2, Int32 addr3) - - - Sets the stub of ISymbolWriter.DefineLocalVariable(String name, FieldAttributes attributes, Byte[] signature, SymAddressKind addrKind, Int32 addr1, Int32 addr2, Int32 addr3, Int32 startOffset, Int32 endOffset) - - - Sets the stub of ISymbolWriter.DefineParameter(String name, ParameterAttributes attributes, Int32 sequence, SymAddressKind addrKind, Int32 addr1, Int32 addr2, Int32 addr3) - - - Sets the stub of ISymbolWriter.DefineSequencePoints(ISymbolDocumentWriter document, Int32[] offsets, Int32[] lines, Int32[] columns, Int32[] endLines, Int32[] endColumns) - - - Sets the stub of ISymbolWriter.Initialize(IntPtr emitter, String filename, Boolean fFullBuild) - - - Sets the stub of ISymbolWriter.OpenMethod(SymbolToken method) - - - Sets the stub of ISymbolWriter.OpenNamespace(String name) - - - Sets the stub of ISymbolWriter.OpenScope(Int32 startOffset) - - - Sets the stub of ISymbolWriter.SetMethodSourceRange(ISymbolDocumentWriter startDoc, Int32 startLine, Int32 startColumn, ISymbolDocumentWriter endDoc, Int32 endLine, Int32 endColumn) - - - Sets the stub of ISymbolWriter.SetScopeRange(Int32 scopeID, Int32 startOffset, Int32 endOffset) - - - Sets the stub of ISymbolWriter.SetSymAttribute(SymbolToken parent, String name, Byte[] data) - - - Sets the stub of ISymbolWriter.SetUnderlyingWriter(IntPtr underlyingWriter) - - - Sets the stub of ISymbolWriter.SetUserEntryPoint(SymbolToken entryMethod) - - - Sets the stub of ISymbolWriter.Close() - - - Sets the stub of ISymbolWriter.CloseMethod() - - - Sets the stub of ISymbolWriter.CloseNamespace() - - - Sets the stub of ISymbolWriter.CloseScope(Int32 endOffset) - - - Sets the stub of ISymbolWriter.DefineDocument(String url, Guid language, Guid languageVendor, Guid documentType) - - - Sets the stub of ISymbolWriter.DefineField(SymbolToken parent, String name, FieldAttributes attributes, Byte[] signature, SymAddressKind addrKind, Int32 addr1, Int32 addr2, Int32 addr3) - - - Sets the stub of ISymbolWriter.DefineGlobalVariable(String name, FieldAttributes attributes, Byte[] signature, SymAddressKind addrKind, Int32 addr1, Int32 addr2, Int32 addr3) - - - Sets the stub of ISymbolWriter.DefineLocalVariable(String name, FieldAttributes attributes, Byte[] signature, SymAddressKind addrKind, Int32 addr1, Int32 addr2, Int32 addr3, Int32 startOffset, Int32 endOffset) - - - Sets the stub of ISymbolWriter.DefineParameter(String name, ParameterAttributes attributes, Int32 sequence, SymAddressKind addrKind, Int32 addr1, Int32 addr2, Int32 addr3) - - - Sets the stub of ISymbolWriter.DefineSequencePoints(ISymbolDocumentWriter document, Int32[] offsets, Int32[] lines, Int32[] columns, Int32[] endLines, Int32[] endColumns) - - - Sets the stub of ISymbolWriter.Initialize(IntPtr emitter, String filename, Boolean fFullBuild) - - - Sets the stub of ISymbolWriter.OpenMethod(SymbolToken method) - - - Sets the stub of ISymbolWriter.OpenNamespace(String name) - - - Sets the stub of ISymbolWriter.OpenScope(Int32 startOffset) - - - Sets the stub of ISymbolWriter.SetMethodSourceRange(ISymbolDocumentWriter startDoc, Int32 startLine, Int32 startColumn, ISymbolDocumentWriter endDoc, Int32 endLine, Int32 endColumn) - - - Sets the stub of ISymbolWriter.SetScopeRange(Int32 scopeID, Int32 startOffset, Int32 endOffset) - - - Sets the stub of ISymbolWriter.SetSymAttribute(SymbolToken parent, String name, Byte[] data) - - - Sets the stub of ISymbolWriter.SetUnderlyingWriter(IntPtr underlyingWriter) - - - Sets the stub of ISymbolWriter.SetUserEntryPoint(SymbolToken entryMethod) - - - Sets the stub of ISymbolWriter.UsingNamespace(String fullName) - - - Sets the stub of ISymbolWriter.UsingNamespace(String fullName) - - - Stub type of System.Diagnostics.SymbolStore.SymDocumentType - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSymDocumentType - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.SymbolStore.SymLanguageType - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSymLanguageType - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.SymbolStore.SymLanguageVendor - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSymLanguageVendor - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Diagnostics.Tracing.EventSourceException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubEventSourceException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubEventSourceException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubEventSourceException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Shim type of System.DateTime - - - Initializes a new shim instance - - - Sets the shim of DateTime.op_Addition(DateTime d, TimeSpan t) - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of DateTime.Compare(DateTime t1, DateTime t2) - - - Sets the shim of DateTime.DateToTicks(Int32 year, Int32 month, Int32 day) - - - Sets the shim of DateTime.DaysInMonth(Int32 year, Int32 month) - - - Sets the shim of DateTime.DoubleDateToTicks(Double value) - - - Sets the shim of DateTime.op_Equality(DateTime d1, DateTime d2) - - - Sets the shim of DateTime.Equals(DateTime t1, DateTime t2) - - - Sets the shim of DateTime.FromBinary(Int64 dateData) - - - Sets the shim of DateTime.FromBinaryRaw(Int64 dateData) - - - Sets the shim of DateTime.FromFileTime(Int64 fileTime) - - - Sets the shim of DateTime.FromFileTimeUtc(Int64 fileTime) - - - Sets the shim of DateTime.FromOADate(Double d) - - - Sets the shim of DateTime.op_GreaterThan(DateTime t1, DateTime t2) - - - Sets the shim of DateTime.op_GreaterThanOrEqual(DateTime t1, DateTime t2) - - - Sets the shim of DateTime.op_Inequality(DateTime d1, DateTime d2) - - - Sets the shim of DateTime.IsLeapYear(Int32 year) - - - Sets the shim of DateTime.op_LessThan(DateTime t1, DateTime t2) - - - Sets the shim of DateTime.op_LessThanOrEqual(DateTime t1, DateTime t2) - - - Sets the shim of DateTime.get_Now() - - - Sets the shim of DateTime.ParseExact(String s, String[] formats, IFormatProvider provider, DateTimeStyles style) - - - Sets the shim of DateTime.ParseExact(String s, String format, IFormatProvider provider) - - - Sets the shim of DateTime.ParseExact(String s, String format, IFormatProvider provider, DateTimeStyles style) - - - Sets the shim of DateTime.Parse(String s) - - - Sets the shim of DateTime.Parse(String s, IFormatProvider provider) - - - Sets the shim of DateTime.Parse(String s, IFormatProvider provider, DateTimeStyles styles) - - - Sets the shim of DateTime.SpecifyKind(DateTime value, DateTimeKind kind) - - - Sets the shim of DateTime.DateTime() - - - Sets the shim of DateTime.op_Subtraction(DateTime d1, DateTime d2) - - - Sets the shim of DateTime.op_Subtraction(DateTime d, TimeSpan t) - - - Sets the shim of DateTime.TicksToOADate(Int64 value) - - - Sets the shim of DateTime.TimeToTicks(Int32 hour, Int32 minute, Int32 second) - - - Sets the shim of DateTime.get_Today() - - - Sets the shim of DateTime.TryCreate(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, DateTime& result) - - - Sets the shim of DateTime.TryParseExact(String s, String[] formats, IFormatProvider provider, DateTimeStyles style, DateTime& result) - - - Sets the shim of DateTime.TryParseExact(String s, String format, IFormatProvider provider, DateTimeStyles style, DateTime& result) - - - Sets the shim of DateTime.TryParse(String s, DateTime& result) - - - Sets the shim of DateTime.TryParse(String s, IFormatProvider provider, DateTimeStyles styles, DateTime& result) - - - Sets the shim of DateTime.get_UtcNow() - - - Shim type of System.Guid - - - Initializes a new shim instance - - - Define shims for all instances members - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of Guid.EatAllWhitespace(String str) - - - Sets the shim of Guid.op_Equality(Guid a, Guid b) - - - Sets the shim of Guid.HexToChar(Int32 a) - - - Sets the shim of Guid.op_Inequality(Guid a, Guid b) - - - Sets the shim of Guid.IsHexPrefix(String str, Int32 i) - - - Sets the shim of Guid.NewGuid() - - - Sets the shim of Guid.ParseExact(String input, String format) - - - Sets the shim of Guid.Parse(String input) - - - Sets the shim of Guid.Guid() - - - Sets the shim of Guid.TryParseExact(String input, String format, Guid& result) - - - Sets the shim of Guid.TryParse(String input, Guid& result) - - - Stub type of System.AccessViolationException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubAccessViolationException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubAccessViolationException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubAccessViolationException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.AggregateException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubAggregateException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubAggregateException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of AggregateException.GetBaseException() - - - Sets the stub of AggregateException.GetBaseException() - - - Sets the stub of AggregateException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of AggregateException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubAggregateException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of AggregateException.ToString() - - - Sets the stub of AggregateException.ToString() - - - Stub type of System.AppDomainManager - - - Initializes a new instance - - - Sets the stub of AppDomainManager.get_ApplicationActivator() - - - Sets the stub of AppDomainManager.get_ApplicationActivator() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of AppDomainManager.CheckSecuritySettings(SecurityState state) - - - Sets the stub of AppDomainManager.CheckSecuritySettings(SecurityState state) - - - Sets the stub of AppDomainManager.CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup appDomainInfo) - - - Sets the stub of AppDomainManager.CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup appDomainInfo) - - - Sets the stub of AppDomainManager.get_EntryAssembly() - - - Sets the stub of AppDomainManager.get_EntryAssembly() - - - Sets the stub of AppDomainManager.get_HostExecutionContextManager() - - - Sets the stub of AppDomainManager.get_HostExecutionContextManager() - - - Sets the stub of AppDomainManager.get_HostSecurityManager() - - - Sets the stub of AppDomainManager.get_HostSecurityManager() - - - Sets the stub of AppDomainManager.InitializeNewDomain(AppDomainSetup appDomainInfo) - - - Sets the stub of AppDomainManager.InitializeNewDomain(AppDomainSetup appDomainInfo) - - - Initializes a new instance of type StubAppDomainManager - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.AppDomainUnloadedException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubAppDomainUnloadedException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubAppDomainUnloadedException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubAppDomainUnloadedException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ApplicationException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubApplicationException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubApplicationException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubApplicationException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ArgumentException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubArgumentException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubArgumentException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubArgumentException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ArgumentException.get_Message() - - - Sets the stub of ArgumentException.get_Message() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ArgumentNullException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubArgumentNullException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubArgumentNullException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubArgumentNullException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ArgumentException.get_Message() - - - Sets the stub of ArgumentException.get_Message() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ArgumentOutOfRangeException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of ArgumentOutOfRangeException.get_ActualValue() - - - Sets the stub of ArgumentOutOfRangeException.get_ActualValue() - - - Attaches delegates to emulate StubArgumentOutOfRangeException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubArgumentOutOfRangeException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of ArgumentOutOfRangeException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of ArgumentOutOfRangeException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubArgumentOutOfRangeException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ArgumentOutOfRangeException.get_Message() - - - Sets the stub of ArgumentOutOfRangeException.get_Message() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ArithmeticException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubArithmeticException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubArithmeticException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubArithmeticException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ArrayTypeMismatchException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubArrayTypeMismatchException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubArrayTypeMismatchException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubArrayTypeMismatchException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.AssemblyLoadEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubAssemblyLoadEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Attribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.BadImageFormatException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubBadImageFormatException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubBadImageFormatException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of BadImageFormatException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of BadImageFormatException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubBadImageFormatException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of BadImageFormatException.get_Message() - - - Sets the stub of BadImageFormatException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of BadImageFormatException.ToString() - - - Sets the stub of BadImageFormatException.ToString() - - - Stub type of System.CannotUnloadAppDomainException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubCannotUnloadAppDomainException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubCannotUnloadAppDomainException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubCannotUnloadAppDomainException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ContextBoundObject - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubContextBoundObject - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.ContextMarshalException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubContextMarshalException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubContextMarshalException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubContextMarshalException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ContextStaticAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubContextStaticAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.DivideByZeroException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubDivideByZeroException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubDivideByZeroException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubDivideByZeroException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.DllNotFoundException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubDllNotFoundException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubDllNotFoundException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of TypeLoadException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of TypeLoadException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubDllNotFoundException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeLoadException.get_Message() - - - Sets the stub of TypeLoadException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.DuplicateWaitObjectException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubDuplicateWaitObjectException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubDuplicateWaitObjectException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of ArgumentException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubDuplicateWaitObjectException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ArgumentException.get_Message() - - - Sets the stub of ArgumentException.get_Message() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.EntryPointNotFoundException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubEntryPointNotFoundException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubEntryPointNotFoundException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of TypeLoadException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of TypeLoadException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubEntryPointNotFoundException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeLoadException.get_Message() - - - Sets the stub of TypeLoadException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.EventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Exception - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.FieldAccessException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubFieldAccessException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubFieldAccessException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubFieldAccessException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.FlagsAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubFlagsAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.FormatException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubFormatException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubFormatException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubFormatException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.IAppDomainSetup - - - Initializes a new instance of type StubIAppDomainSetup - - - Sets the stub of IAppDomainSetup.get_ApplicationBase() - - - Sets the stub of IAppDomainSetup.get_ApplicationBase() - - - Sets the stub of IAppDomainSetup.set_ApplicationBase(String value) - - - Sets the stub of IAppDomainSetup.get_ApplicationName() - - - Sets the stub of IAppDomainSetup.get_ApplicationName() - - - Sets the stub of IAppDomainSetup.set_ApplicationName(String value) - - - Attaches delegates to emulate StubIAppDomainSetup.ApplicationBase as a property with a backing field. - - - Attaches delegates to emulate StubIAppDomainSetup.ApplicationName as a property with a backing field. - - - Attaches delegates to emulate StubIAppDomainSetup.CachePath as a property with a backing field. - - - Attaches delegates to emulate StubIAppDomainSetup.ConfigurationFile as a property with a backing field. - - - Attaches delegates to emulate StubIAppDomainSetup.DynamicBase as a property with a backing field. - - - Attaches delegates to emulate StubIAppDomainSetup.LicenseFile as a property with a backing field. - - - Attaches delegates to emulate StubIAppDomainSetup.PrivateBinPath as a property with a backing field. - - - Attaches delegates to emulate StubIAppDomainSetup.PrivateBinPathProbe as a property with a backing field. - - - Attaches delegates to emulate StubIAppDomainSetup.ShadowCopyDirectories as a property with a backing field. - - - Attaches delegates to emulate StubIAppDomainSetup.ShadowCopyFiles as a property with a backing field. - - - Sets the stub of IAppDomainSetup.get_CachePath() - - - Sets the stub of IAppDomainSetup.get_CachePath() - - - Sets the stub of IAppDomainSetup.set_CachePath(String value) - - - Sets the stub of IAppDomainSetup.get_ConfigurationFile() - - - Sets the stub of IAppDomainSetup.get_ConfigurationFile() - - - Sets the stub of IAppDomainSetup.set_ConfigurationFile(String value) - - - Sets the stub of IAppDomainSetup.get_DynamicBase() - - - Sets the stub of IAppDomainSetup.get_DynamicBase() - - - Sets the stub of IAppDomainSetup.set_DynamicBase(String value) - - - Sets the stub of IAppDomainSetup.get_LicenseFile() - - - Sets the stub of IAppDomainSetup.get_LicenseFile() - - - Sets the stub of IAppDomainSetup.set_LicenseFile(String value) - - - Sets the stub of IAppDomainSetup.get_PrivateBinPath() - - - Sets the stub of IAppDomainSetup.get_PrivateBinPath() - - - Sets the stub of IAppDomainSetup.get_PrivateBinPathProbe() - - - Sets the stub of IAppDomainSetup.get_PrivateBinPathProbe() - - - Sets the stub of IAppDomainSetup.set_PrivateBinPathProbe(String value) - - - Sets the stub of IAppDomainSetup.set_PrivateBinPath(String value) - - - Sets the stub of IAppDomainSetup.get_ShadowCopyDirectories() - - - Sets the stub of IAppDomainSetup.get_ShadowCopyDirectories() - - - Sets the stub of IAppDomainSetup.set_ShadowCopyDirectories(String value) - - - Sets the stub of IAppDomainSetup.get_ShadowCopyFiles() - - - Sets the stub of IAppDomainSetup.get_ShadowCopyFiles() - - - Sets the stub of IAppDomainSetup.set_ShadowCopyFiles(String value) - - - Stub type of System.IAsyncResult - - - Initializes a new instance of type StubIAsyncResult - - - Sets the stub of IAsyncResult.get_AsyncState() - - - Sets the stub of IAsyncResult.get_AsyncState() - - - Sets the stub of IAsyncResult.get_AsyncWaitHandle() - - - Sets the stub of IAsyncResult.get_AsyncWaitHandle() - - - Sets the stub of IAsyncResult.get_CompletedSynchronously() - - - Sets the stub of IAsyncResult.get_CompletedSynchronously() - - - Sets the stub of IAsyncResult.get_IsCompleted() - - - Sets the stub of IAsyncResult.get_IsCompleted() - - - Stub type of System.ICloneable - - - Initializes a new instance of type StubICloneable - - - Sets the stub of ICloneable.Clone() - - - Sets the stub of ICloneable.Clone() - - - Stub type of System.IComparable - - - Initializes a new instance of type StubIComparable - - - Sets the stub of IComparable.CompareTo(Object obj) - - - Sets the stub of IComparable.CompareTo(Object obj) - - - Stub type of System.IComparable`1 - - - Initializes a new instance of type StubIComparable - - - Sets the stub of IComparable`1.CompareTo(!0 other) - - - Sets the stub of IComparable`1.CompareTo(!0 other) - - - Stub type of System.IConvertible - - - Initializes a new instance of type StubIConvertible - - - Sets the stub of IConvertible.GetTypeCode() - - - Sets the stub of IConvertible.GetTypeCode() - - - Sets the stub of IConvertible.ToBoolean(IFormatProvider provider) - - - Sets the stub of IConvertible.ToByte(IFormatProvider provider) - - - Sets the stub of IConvertible.ToChar(IFormatProvider provider) - - - Sets the stub of IConvertible.ToDateTime(IFormatProvider provider) - - - Sets the stub of IConvertible.ToDecimal(IFormatProvider provider) - - - Sets the stub of IConvertible.ToDouble(IFormatProvider provider) - - - Sets the stub of IConvertible.ToInt16(IFormatProvider provider) - - - Sets the stub of IConvertible.ToInt32(IFormatProvider provider) - - - Sets the stub of IConvertible.ToInt64(IFormatProvider provider) - - - Sets the stub of IConvertible.ToSByte(IFormatProvider provider) - - - Sets the stub of IConvertible.ToSingle(IFormatProvider provider) - - - Sets the stub of IConvertible.ToString(IFormatProvider provider) - - - Sets the stub of IConvertible.ToType(Type conversionType, IFormatProvider provider) - - - Sets the stub of IConvertible.ToUInt16(IFormatProvider provider) - - - Sets the stub of IConvertible.ToUInt32(IFormatProvider provider) - - - Sets the stub of IConvertible.ToUInt64(IFormatProvider provider) - - - Sets the stub of IConvertible.ToBoolean(IFormatProvider provider) - - - Sets the stub of IConvertible.ToByte(IFormatProvider provider) - - - Sets the stub of IConvertible.ToChar(IFormatProvider provider) - - - Sets the stub of IConvertible.ToDateTime(IFormatProvider provider) - - - Sets the stub of IConvertible.ToDecimal(IFormatProvider provider) - - - Sets the stub of IConvertible.ToDouble(IFormatProvider provider) - - - Sets the stub of IConvertible.ToInt16(IFormatProvider provider) - - - Sets the stub of IConvertible.ToInt32(IFormatProvider provider) - - - Sets the stub of IConvertible.ToInt64(IFormatProvider provider) - - - Sets the stub of IConvertible.ToSByte(IFormatProvider provider) - - - Sets the stub of IConvertible.ToSingle(IFormatProvider provider) - - - Sets the stub of IConvertible.ToString(IFormatProvider provider) - - - Sets the stub of IConvertible.ToType(Type conversionType, IFormatProvider provider) - - - Sets the stub of IConvertible.ToUInt16(IFormatProvider provider) - - - Sets the stub of IConvertible.ToUInt32(IFormatProvider provider) - - - Sets the stub of IConvertible.ToUInt64(IFormatProvider provider) - - - Stub type of System.ICustomFormatter - - - Initializes a new instance of type StubICustomFormatter - - - Sets the stub of ICustomFormatter.Format(String format, Object arg, IFormatProvider formatProvider) - - - Sets the stub of ICustomFormatter.Format(String format, Object arg, IFormatProvider formatProvider) - - - Stub type of System.IDisposable - - - Initializes a new instance of type StubIDisposable - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IDisposable.Dispose() - - - Stub type of System.IEquatable`1 - - - Initializes a new instance of type StubIEquatable - - - Sets the stub of IEquatable`1.Equals(!0 other) - - - Sets the stub of IEquatable`1.Equals(!0 other) - - - Stub type of System.IFormatProvider - - - Initializes a new instance of type StubIFormatProvider - - - Sets the stub of IFormatProvider.GetFormat(Type formatType) - - - Sets the stub of IFormatProvider.GetFormat(Type formatType) - - - Stub type of System.IFormattable - - - Initializes a new instance of type StubIFormattable - - - Sets the stub of IFormattable.ToString(String format, IFormatProvider formatProvider) - - - Sets the stub of IFormattable.ToString(String format, IFormatProvider formatProvider) - - - Stub type of System.IObservable`1 - - - Initializes a new instance of type StubIObservable - - - Sets the stub of IObservable`1.Subscribe(IObserver`1<!0> observer) - - - Sets the stub of IObservable`1.Subscribe(IObserver`1<!0> observer) - - - Stub type of System.IObserver`1 - - - Initializes a new instance of type StubIObserver - - - Sets the stub of IObserver`1.OnCompleted() - - - Sets the stub of IObserver`1.OnError(Exception error) - - - Sets the stub of IObserver`1.OnNext(!0 value) - - - Sets the stub of IObserver`1.OnCompleted() - - - Sets the stub of IObserver`1.OnError(Exception error) - - - Sets the stub of IObserver`1.OnNext(!0 value) - - - Stub type of System.IProgress`1 - - - Initializes a new instance of type StubIProgress - - - Sets the stub of IProgress`1.Report(!0 value) - - - Sets the stub of IProgress`1.Report(!0 value) - - - Stub type of System.IServiceProvider - - - Initializes a new instance of type StubIServiceProvider - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Sets the stub of IServiceProvider.GetService(Type serviceType) - - - Stub type of System.InvalidCastException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubInvalidCastException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubInvalidCastException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubInvalidCastException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.InvalidOperationException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubInvalidOperationException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubInvalidOperationException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubInvalidOperationException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.InvalidTimeZoneException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubInvalidTimeZoneException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubInvalidTimeZoneException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubInvalidTimeZoneException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Lazy`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubLazy - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Lazy`1.ToString() - - - Sets the stub of Lazy`1.ToString() - - - Stub type of System.MarshalByRefObject - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MarshalByRefObject.CreateObjRef(Type requestedType) - - - Sets the stub of MarshalByRefObject.CreateObjRef(Type requestedType) - - - Sets the stub of MarshalByRefObject.InitializeLifetimeService() - - - Sets the stub of MarshalByRefObject.InitializeLifetimeService() - - - Initializes a new instance of type StubMarshalByRefObject - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.MemberAccessException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubMemberAccessException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubMemberAccessException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubMemberAccessException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.MethodAccessException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubMethodAccessException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubMethodAccessException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubMethodAccessException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.MissingFieldException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubMissingFieldException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubMissingFieldException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of MissingMemberException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of MissingMemberException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubMissingFieldException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MissingFieldException.get_Message() - - - Sets the stub of MissingFieldException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.MissingMemberException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubMissingMemberException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubMissingMemberException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of MissingMemberException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of MissingMemberException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubMissingMemberException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MissingMemberException.get_Message() - - - Sets the stub of MissingMemberException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.MissingMethodException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubMissingMethodException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubMissingMethodException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of MissingMemberException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of MissingMemberException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubMissingMethodException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MissingMethodException.get_Message() - - - Sets the stub of MissingMethodException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.NotFiniteNumberException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubNotFiniteNumberException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubNotFiniteNumberException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of NotFiniteNumberException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of NotFiniteNumberException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubNotFiniteNumberException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.NotImplementedException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubNotImplementedException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubNotImplementedException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubNotImplementedException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.NotSupportedException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubNotSupportedException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubNotSupportedException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubNotSupportedException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.NullReferenceException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubNullReferenceException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubNullReferenceException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubNullReferenceException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Object - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Object.GetHashCode() - - - Sets the stub of Object.GetHashCode() - - - Initializes a new instance of type StubObject - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Object.ToString() - - - Sets the stub of Object.ToString() - - - Stub type of System.ObjectDisposedException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubObjectDisposedException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubObjectDisposedException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of ObjectDisposedException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of ObjectDisposedException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubObjectDisposedException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ObjectDisposedException.get_Message() - - - Sets the stub of ObjectDisposedException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.OperationCanceledException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubOperationCanceledException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubOperationCanceledException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubOperationCanceledException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.OutOfMemoryException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubOutOfMemoryException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubOutOfMemoryException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubOutOfMemoryException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.OverflowException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubOverflowException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubOverflowException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubOverflowException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.PlatformNotSupportedException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubPlatformNotSupportedException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubPlatformNotSupportedException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubPlatformNotSupportedException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Progress`1 - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubProgress - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Progress`1.OnReport(!0 value) - - - Sets the stub of Progress`1.OnReport(!0 value) - - - Stub type of System.Random - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubRandom - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Random.Next() - - - Sets the stub of Random.Next(Int32 maxValue) - - - Sets the stub of Random.Next(Int32 minValue, Int32 maxValue) - - - Sets the stub of Random.Next() - - - Sets the stub of Random.NextBytes(Byte[] buffer) - - - Sets the stub of Random.NextBytes(Byte[] buffer) - - - Sets the stub of Random.NextDouble() - - - Sets the stub of Random.NextDouble() - - - Sets the stub of Random.Next(Int32 maxValue) - - - Sets the stub of Random.Next(Int32 minValue, Int32 maxValue) - - - Sets the stub of Random.Sample() - - - Sets the stub of Random.Sample() - - - Stub type of System.RankException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubRankException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubRankException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubRankException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ResolveEventArgs - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubResolveEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.StringComparer - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of StringComparer.Compare(String x, String y) - - - Sets the stub of StringComparer.Compare(String x, String y) - - - Sets the stub of StringComparer.Equals(String x, String y) - - - Sets the stub of StringComparer.Equals(String x, String y) - - - Sets the stub of StringComparer.GetHashCode(String obj) - - - Sets the stub of StringComparer.GetHashCode(String obj) - - - Initializes a new instance of type StubStringComparer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.SystemException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSystemException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSystemException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSystemException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.ThreadStaticAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubThreadStaticAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.TimeZone - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TimeZone.get_DaylightName() - - - Sets the stub of TimeZone.get_DaylightName() - - - Sets the stub of TimeZone.GetDaylightChanges(Int32 year) - - - Sets the stub of TimeZone.GetDaylightChanges(Int32 year) - - - Sets the stub of TimeZone.GetUtcOffset(DateTime time) - - - Sets the stub of TimeZone.GetUtcOffset(DateTime time) - - - Initializes a new instance of type StubTimeZone - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TimeZone.get_StandardName() - - - Sets the stub of TimeZone.get_StandardName() - - - Sets the stub of TimeZone.ToLocalTime(DateTime time) - - - Sets the stub of TimeZone.ToLocalTime(DateTime time) - - - Sets the stub of TimeZone.ToUniversalTime(DateTime time) - - - Sets the stub of TimeZone.ToUniversalTime(DateTime time) - - - Stub type of System.TimeZoneNotFoundException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubTimeZoneNotFoundException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubTimeZoneNotFoundException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubTimeZoneNotFoundException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.TimeoutException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubTimeoutException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubTimeoutException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubTimeoutException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Tuple`1 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Tuple`1.Equals(Object obj) - - - Sets the stub of Tuple`1.Equals(Object obj) - - - Sets the stub of Tuple`1.GetHashCode() - - - Sets the stub of Tuple`1.GetHashCode() - - - Initializes a new instance of type StubTuple - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Tuple`1.ToString() - - - Sets the stub of Tuple`1.ToString() - - - Stub type of System.Tuple`2 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Tuple`2.Equals(Object obj) - - - Sets the stub of Tuple`2.Equals(Object obj) - - - Sets the stub of Tuple`2.GetHashCode() - - - Sets the stub of Tuple`2.GetHashCode() - - - Initializes a new instance of type StubTuple - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Tuple`2.ToString() - - - Sets the stub of Tuple`2.ToString() - - - Stub type of System.Tuple`3 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Tuple`3.Equals(Object obj) - - - Sets the stub of Tuple`3.Equals(Object obj) - - - Sets the stub of Tuple`3.GetHashCode() - - - Sets the stub of Tuple`3.GetHashCode() - - - Initializes a new instance of type StubTuple - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Tuple`3.ToString() - - - Sets the stub of Tuple`3.ToString() - - - Stub type of System.Tuple`4 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Tuple`4.Equals(Object obj) - - - Sets the stub of Tuple`4.Equals(Object obj) - - - Sets the stub of Tuple`4.GetHashCode() - - - Sets the stub of Tuple`4.GetHashCode() - - - Initializes a new instance of type StubTuple - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Tuple`4.ToString() - - - Sets the stub of Tuple`4.ToString() - - - Stub type of System.Tuple`5 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Tuple`5.Equals(Object obj) - - - Sets the stub of Tuple`5.Equals(Object obj) - - - Sets the stub of Tuple`5.GetHashCode() - - - Sets the stub of Tuple`5.GetHashCode() - - - Initializes a new instance of type StubTuple - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Tuple`5.ToString() - - - Sets the stub of Tuple`5.ToString() - - - Stub type of System.Tuple`6 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Tuple`6.Equals(Object obj) - - - Sets the stub of Tuple`6.Equals(Object obj) - - - Sets the stub of Tuple`6.GetHashCode() - - - Sets the stub of Tuple`6.GetHashCode() - - - Initializes a new instance of type StubTuple - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Tuple`6.ToString() - - - Sets the stub of Tuple`6.ToString() - - - Stub type of System.Tuple`7 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Tuple`7.Equals(Object obj) - - - Sets the stub of Tuple`7.Equals(Object obj) - - - Sets the stub of Tuple`7.GetHashCode() - - - Sets the stub of Tuple`7.GetHashCode() - - - Initializes a new instance of type StubTuple - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Tuple`7.ToString() - - - Sets the stub of Tuple`7.ToString() - - - Stub type of System.Tuple`8 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Tuple`8.Equals(Object obj) - - - Sets the stub of Tuple`8.Equals(Object obj) - - - Sets the stub of Tuple`8.GetHashCode() - - - Sets the stub of Tuple`8.GetHashCode() - - - Initializes a new instance of type StubTuple - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Tuple`8.ToString() - - - Sets the stub of Tuple`8.ToString() - - - Stub type of System.Type - - - Initializes a new instance - - - Sets the stub of Type.get_Assembly() - - - Sets the stub of Type.get_Assembly() - - - Sets the stub of Type.get_AssemblyQualifiedName() - - - Sets the stub of Type.get_AssemblyQualifiedName() - - - Sets the stub of Type.get_BaseType() - - - Sets the stub of Type.get_BaseType() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Type.get_ContainsGenericParameters() - - - Sets the stub of Type.get_ContainsGenericParameters() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of Type.get_DeclaringMethod() - - - Sets the stub of Type.get_DeclaringMethod() - - - Sets the stub of Type.get_DeclaringType() - - - Sets the stub of Type.get_DeclaringType() - - - Sets the stub of Type.Equals(Object o) - - - Sets the stub of Type.Equals(Type o) - - - Sets the stub of Type.Equals(Object o) - - - Sets the stub of Type.Equals(Type o) - - - Sets the stub of Type.FindInterfaces(TypeFilter filter, Object filterCriteria) - - - Sets the stub of Type.FindInterfaces(TypeFilter filter, Object filterCriteria) - - - Sets the stub of Type.FindMembers(MemberTypes memberType, BindingFlags bindingAttr, MemberFilter filter, Object filterCriteria) - - - Sets the stub of Type.FindMembers(MemberTypes memberType, BindingFlags bindingAttr, MemberFilter filter, Object filterCriteria) - - - Sets the stub of Type.get_FullName() - - - Sets the stub of Type.get_FullName() - - - Sets the stub of Type.get_GUID() - - - Sets the stub of Type.get_GUID() - - - Sets the stub of Type.get_GenericParameterAttributes() - - - Sets the stub of Type.get_GenericParameterAttributes() - - - Sets the stub of Type.get_GenericParameterPosition() - - - Sets the stub of Type.get_GenericParameterPosition() - - - Sets the stub of Type.get_GenericTypeArguments() - - - Sets the stub of Type.get_GenericTypeArguments() - - - Sets the stub of Type.GetArrayRank() - - - Sets the stub of Type.GetArrayRank() - - - Sets the stub of Type.GetAttributeFlagsImpl() - - - Sets the stub of Type.GetAttributeFlagsImpl() - - - Sets the stub of Type.GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of Type.GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of Type.GetConstructors(BindingFlags bindingAttr) - - - Sets the stub of Type.GetConstructors(BindingFlags bindingAttr) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of Type.GetDefaultMembers() - - - Sets the stub of Type.GetDefaultMembers() - - - Sets the stub of Type.GetElementType() - - - Sets the stub of Type.GetElementType() - - - Sets the stub of Type.GetEnumName(Object value) - - - Sets the stub of Type.GetEnumName(Object value) - - - Sets the stub of Type.GetEnumNames() - - - Sets the stub of Type.GetEnumNames() - - - Sets the stub of Type.GetEnumUnderlyingType() - - - Sets the stub of Type.GetEnumUnderlyingType() - - - Sets the stub of Type.GetEnumValues() - - - Sets the stub of Type.GetEnumValues() - - - Sets the stub of Type.GetEvent(String name, BindingFlags bindingAttr) - - - Sets the stub of Type.GetEvent(String name, BindingFlags bindingAttr) - - - Sets the stub of Type.GetEvents() - - - Sets the stub of Type.GetEvents(BindingFlags bindingAttr) - - - Sets the stub of Type.GetEvents() - - - Sets the stub of Type.GetEvents(BindingFlags bindingAttr) - - - Sets the stub of Type.GetField(String name, BindingFlags bindingAttr) - - - Sets the stub of Type.GetField(String name, BindingFlags bindingAttr) - - - Sets the stub of Type.GetFields(BindingFlags bindingAttr) - - - Sets the stub of Type.GetFields(BindingFlags bindingAttr) - - - Sets the stub of Type.GetGenericArguments() - - - Sets the stub of Type.GetGenericArguments() - - - Sets the stub of Type.GetGenericParameterConstraints() - - - Sets the stub of Type.GetGenericParameterConstraints() - - - Sets the stub of Type.GetGenericTypeDefinition() - - - Sets the stub of Type.GetGenericTypeDefinition() - - - Sets the stub of Type.GetHashCode() - - - Sets the stub of Type.GetHashCode() - - - Sets the stub of Type.GetInterface(String name, Boolean ignoreCase) - - - Sets the stub of Type.GetInterfaceMap(Type interfaceType) - - - Sets the stub of Type.GetInterfaceMap(Type interfaceType) - - - Sets the stub of Type.GetInterface(String name, Boolean ignoreCase) - - - Sets the stub of Type.GetInterfaces() - - - Sets the stub of Type.GetInterfaces() - - - Sets the stub of Type.GetMember(String name, BindingFlags bindingAttr) - - - Sets the stub of Type.GetMember(String name, MemberTypes type, BindingFlags bindingAttr) - - - Sets the stub of Type.GetMember(String name, BindingFlags bindingAttr) - - - Sets the stub of Type.GetMember(String name, MemberTypes type, BindingFlags bindingAttr) - - - Sets the stub of Type.GetMembers(BindingFlags bindingAttr) - - - Sets the stub of Type.GetMembers(BindingFlags bindingAttr) - - - Sets the stub of Type.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of Type.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of Type.GetMethods(BindingFlags bindingAttr) - - - Sets the stub of Type.GetMethods(BindingFlags bindingAttr) - - - Sets the stub of Type.GetNestedType(String name, BindingFlags bindingAttr) - - - Sets the stub of Type.GetNestedType(String name, BindingFlags bindingAttr) - - - Sets the stub of Type.GetNestedTypes(BindingFlags bindingAttr) - - - Sets the stub of Type.GetNestedTypes(BindingFlags bindingAttr) - - - Sets the stub of Type.GetProperties(BindingFlags bindingAttr) - - - Sets the stub of Type.GetProperties(BindingFlags bindingAttr) - - - Sets the stub of Type.GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of Type.GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of Type.GetTypeCodeImpl() - - - Sets the stub of Type.GetTypeCodeImpl() - - - Sets the stub of Type.HasElementTypeImpl() - - - Sets the stub of Type.HasElementTypeImpl() - - - Initializes a new instance of type StubType - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) - - - Sets the stub of Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) - - - Sets the stub of Type.IsArrayImpl() - - - Sets the stub of Type.IsArrayImpl() - - - Sets the stub of Type.IsAssignableFrom(Type c) - - - Sets the stub of Type.IsAssignableFrom(Type c) - - - Sets the stub of Type.IsByRefImpl() - - - Sets the stub of Type.IsByRefImpl() - - - Sets the stub of Type.IsCOMObjectImpl() - - - Sets the stub of Type.IsCOMObjectImpl() - - - Sets the stub of Type.get_IsConstructedGenericType() - - - Sets the stub of Type.get_IsConstructedGenericType() - - - Sets the stub of Type.IsContextfulImpl() - - - Sets the stub of Type.IsContextfulImpl() - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of Type.get_IsEnum() - - - Sets the stub of Type.IsEnumDefined(Object value) - - - Sets the stub of Type.IsEnumDefined(Object value) - - - Sets the stub of Type.get_IsEnum() - - - Sets the stub of Type.IsEquivalentTo(Type other) - - - Sets the stub of Type.IsEquivalentTo(Type other) - - - Sets the stub of Type.get_IsGenericParameter() - - - Sets the stub of Type.get_IsGenericParameter() - - - Sets the stub of Type.get_IsGenericType() - - - Sets the stub of Type.get_IsGenericTypeDefinition() - - - Sets the stub of Type.get_IsGenericTypeDefinition() - - - Sets the stub of Type.get_IsGenericType() - - - Sets the stub of Type.IsInstanceOfType(Object o) - - - Sets the stub of Type.IsInstanceOfType(Object o) - - - Sets the stub of Type.IsMarshalByRefImpl() - - - Sets the stub of Type.IsMarshalByRefImpl() - - - Sets the stub of Type.IsPointerImpl() - - - Sets the stub of Type.IsPointerImpl() - - - Sets the stub of Type.IsPrimitiveImpl() - - - Sets the stub of Type.IsPrimitiveImpl() - - - Sets the stub of Type.get_IsSecurityCritical() - - - Sets the stub of Type.get_IsSecurityCritical() - - - Sets the stub of Type.get_IsSecuritySafeCritical() - - - Sets the stub of Type.get_IsSecuritySafeCritical() - - - Sets the stub of Type.get_IsSecurityTransparent() - - - Sets the stub of Type.get_IsSecurityTransparent() - - - Sets the stub of Type.get_IsSerializable() - - - Sets the stub of Type.get_IsSerializable() - - - Sets the stub of Type.IsSubclassOf(Type c) - - - Sets the stub of Type.IsSubclassOf(Type c) - - - Sets the stub of Type.IsValueTypeImpl() - - - Sets the stub of Type.IsValueTypeImpl() - - - Sets the stub of Type.MakeArrayType() - - - Sets the stub of Type.MakeArrayType(Int32 rank) - - - Sets the stub of Type.MakeArrayType() - - - Sets the stub of Type.MakeArrayType(Int32 rank) - - - Sets the stub of Type.MakeByRefType() - - - Sets the stub of Type.MakeByRefType() - - - Sets the stub of Type.MakeGenericType(Type[] typeArguments) - - - Sets the stub of Type.MakeGenericType(Type[] typeArguments) - - - Sets the stub of Type.MakePointerType() - - - Sets the stub of Type.MakePointerType() - - - Sets the stub of Type.get_MemberType() - - - Sets the stub of Type.get_MemberType() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of Type.get_Module() - - - Sets the stub of Type.get_Module() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of Type.get_Namespace() - - - Sets the stub of Type.get_Namespace() - - - Sets the stub of Type.get_ReflectedType() - - - Sets the stub of Type.get_ReflectedType() - - - Sets the stub of Type.get_StructLayoutAttribute() - - - Sets the stub of Type.get_StructLayoutAttribute() - - - Sets the stub of Type.ToString() - - - Sets the stub of Type.ToString() - - - Sets the stub of Type.get_TypeHandle() - - - Sets the stub of Type.get_TypeHandle() - - - Sets the stub of Type.get_UnderlyingSystemType() - - - Sets the stub of Type.get_UnderlyingSystemType() - - - Stub type of System.TypeAccessException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubTypeAccessException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubTypeAccessException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of TypeLoadException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of TypeLoadException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubTypeAccessException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeLoadException.get_Message() - - - Sets the stub of TypeLoadException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.TypeLoadException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubTypeLoadException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubTypeLoadException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of TypeLoadException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of TypeLoadException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubTypeLoadException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeLoadException.get_Message() - - - Sets the stub of TypeLoadException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.TypeUnloadedException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubTypeUnloadedException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubTypeUnloadedException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubTypeUnloadedException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.UnauthorizedAccessException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubUnauthorizedAccessException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubUnauthorizedAccessException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubUnauthorizedAccessException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.UnhandledExceptionEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubUnhandledExceptionEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.WeakReference - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubWeakReference.Target as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of WeakReference.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of WeakReference.GetObjectData(SerializationInfo info, StreamingContext context) - - - Initializes a new instance of type StubWeakReference - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of WeakReference.get_IsAlive() - - - Sets the stub of WeakReference.get_IsAlive() - - - Sets the stub of WeakReference.get_Target() - - - Sets the stub of WeakReference.get_Target() - - - Sets the stub of WeakReference.set_Target(Object value) - - - Sets the stub of WeakReference.get_TrackResurrection() - - - Sets the stub of WeakReference.get_TrackResurrection() - - - Stub type of System._AppDomain - - - Initializes a new instance of type Stub_AppDomain - - - Sets the stub of _AppDomain.AppendPrivatePath(String path) - - - Sets the stub of _AppDomain.get_BaseDirectory() - - - Sets the stub of _AppDomain.get_BaseDirectory() - - - Sets the stub of _AppDomain.ClearPrivatePath() - - - Sets the stub of _AppDomain.ClearShadowCopyPath() - - - Sets the stub of _AppDomain.CreateInstanceFrom(String assemblyFile, String typeName) - - - Sets the stub of _AppDomain.CreateInstanceFrom(String assemblyFile, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityAttributes) - - - Sets the stub of _AppDomain.CreateInstanceFrom(String assemblyFile, String typeName, Object[] activationAttributes) - - - Sets the stub of _AppDomain.CreateInstance(String assemblyName, String typeName) - - - Sets the stub of _AppDomain.CreateInstance(String assemblyName, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityAttributes) - - - Sets the stub of _AppDomain.CreateInstance(String assemblyName, String typeName, Object[] activationAttributes) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, Evidence evidence) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, Evidence evidence) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions, Boolean isSynchronized) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions) - - - Sets the stub of _AppDomain.DoCallBack(CrossAppDomainDelegate theDelegate) - - - Sets the stub of _AppDomain.get_DynamicDirectory() - - - Sets the stub of _AppDomain.get_DynamicDirectory() - - - Sets the stub of _AppDomain.Equals(Object other) - - - Sets the stub of _AppDomain.get_Evidence() - - - Sets the stub of _AppDomain.get_Evidence() - - - Sets the stub of _AppDomain.ExecuteAssembly(String assemblyFile) - - - Sets the stub of _AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity) - - - Sets the stub of _AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) - - - Sets the stub of _AppDomain.get_FriendlyName() - - - Sets the stub of _AppDomain.get_FriendlyName() - - - Sets the stub of _AppDomain.GetAssemblies() - - - Sets the stub of _AppDomain.GetData(String name) - - - Sets the stub of _AppDomain.GetHashCode() - - - Sets the stub of _AppDomain.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _AppDomain.GetLifetimeService() - - - Sets the stub of _AppDomain.GetType() - - - Sets the stub of _AppDomain.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _AppDomain.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _AppDomain.InitializeLifetimeService() - - - Sets the stub of _AppDomain.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _AppDomain.Load(AssemblyName assemblyRef) - - - Sets the stub of _AppDomain.Load(AssemblyName assemblyRef, Evidence assemblySecurity) - - - Sets the stub of _AppDomain.Load(Byte[] rawAssembly) - - - Sets the stub of _AppDomain.Load(Byte[] rawAssembly, Byte[] rawSymbolStore) - - - Sets the stub of _AppDomain.Load(Byte[] rawAssembly, Byte[] rawSymbolStore, Evidence securityEvidence) - - - Sets the stub of _AppDomain.Load(String assemblyString) - - - Sets the stub of _AppDomain.Load(String assemblyString, Evidence assemblySecurity) - - - Sets the stub of _AppDomain.get_RelativeSearchPath() - - - Sets the stub of _AppDomain.get_RelativeSearchPath() - - - Sets the stub of _AppDomain.SetAppDomainPolicy(PolicyLevel domainPolicy) - - - Sets the stub of _AppDomain.SetCachePath(String s) - - - Sets the stub of _AppDomain.SetData(String name, Object data) - - - Sets the stub of _AppDomain.SetPrincipalPolicy(PrincipalPolicy policy) - - - Sets the stub of _AppDomain.SetShadowCopyPath(String s) - - - Sets the stub of _AppDomain.SetThreadPrincipal(IPrincipal principal) - - - Sets the stub of _AppDomain.get_ShadowCopyFiles() - - - Sets the stub of _AppDomain.get_ShadowCopyFiles() - - - Sets the stub of _AppDomain.AppendPrivatePath(String path) - - - Sets the stub of _AppDomain.ClearPrivatePath() - - - Sets the stub of _AppDomain.ClearShadowCopyPath() - - - Sets the stub of _AppDomain.CreateInstance(String assemblyName, String typeName) - - - Sets the stub of _AppDomain.CreateInstance(String assemblyName, String typeName, Object[] activationAttributes) - - - Sets the stub of _AppDomain.CreateInstance(String assemblyName, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityAttributes) - - - Sets the stub of _AppDomain.CreateInstanceFrom(String assemblyFile, String typeName) - - - Sets the stub of _AppDomain.CreateInstanceFrom(String assemblyFile, String typeName, Object[] activationAttributes) - - - Sets the stub of _AppDomain.CreateInstanceFrom(String assemblyFile, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityAttributes) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, Evidence evidence) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, Evidence evidence) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions) - - - Sets the stub of _AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions, Boolean isSynchronized) - - - Sets the stub of _AppDomain.DoCallBack(CrossAppDomainDelegate theDelegate) - - - Sets the stub of _AppDomain.Equals(Object other) - - - Sets the stub of _AppDomain.ExecuteAssembly(String assemblyFile) - - - Sets the stub of _AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity) - - - Sets the stub of _AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) - - - Sets the stub of _AppDomain.GetAssemblies() - - - Sets the stub of _AppDomain.GetData(String name) - - - Sets the stub of _AppDomain.GetHashCode() - - - Sets the stub of _AppDomain.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _AppDomain.GetLifetimeService() - - - Sets the stub of _AppDomain.GetType() - - - Sets the stub of _AppDomain.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _AppDomain.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _AppDomain.InitializeLifetimeService() - - - Sets the stub of _AppDomain.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _AppDomain.Load(Byte[] rawAssembly) - - - Sets the stub of _AppDomain.Load(String assemblyString) - - - Sets the stub of _AppDomain.Load(AssemblyName assemblyRef) - - - Sets the stub of _AppDomain.Load(String assemblyString, Evidence assemblySecurity) - - - Sets the stub of _AppDomain.Load(AssemblyName assemblyRef, Evidence assemblySecurity) - - - Sets the stub of _AppDomain.Load(Byte[] rawAssembly, Byte[] rawSymbolStore) - - - Sets the stub of _AppDomain.Load(Byte[] rawAssembly, Byte[] rawSymbolStore, Evidence securityEvidence) - - - Sets the stub of _AppDomain.SetAppDomainPolicy(PolicyLevel domainPolicy) - - - Sets the stub of _AppDomain.SetCachePath(String s) - - - Sets the stub of _AppDomain.SetData(String name, Object data) - - - Sets the stub of _AppDomain.SetPrincipalPolicy(PrincipalPolicy policy) - - - Sets the stub of _AppDomain.SetShadowCopyPath(String s) - - - Sets the stub of _AppDomain.SetThreadPrincipal(IPrincipal principal) - - - Sets the stub of _AppDomain.ToString() - - - Sets the stub of _AppDomain.ToString() - - - Stub type of System.Globalization.Calendar - - - Initializes a new instance - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of Calendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of Calendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of Calendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of Calendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of Calendar.get_AlgorithmType() - - - Sets the stub of Calendar.get_AlgorithmType() - - - Attaches delegates to emulate StubCalendar.TwoDigitYearMax as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of Calendar.get_Eras() - - - Sets the stub of Calendar.get_Eras() - - - Sets the stub of Calendar.GetDayOfMonth(DateTime time) - - - Sets the stub of Calendar.GetDayOfMonth(DateTime time) - - - Sets the stub of Calendar.GetDayOfWeek(DateTime time) - - - Sets the stub of Calendar.GetDayOfWeek(DateTime time) - - - Sets the stub of Calendar.GetDayOfYear(DateTime time) - - - Sets the stub of Calendar.GetDayOfYear(DateTime time) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetEra(DateTime time) - - - Sets the stub of Calendar.GetEra(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of Calendar.GetMonth(DateTime time) - - - Sets the stub of Calendar.GetMonth(DateTime time) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of Calendar.GetYear(DateTime time) - - - Sets the stub of Calendar.GetYear(DateTime time) - - - Initializes a new instance of type StubCalendar - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of Calendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of Calendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.get_MaxSupportedDateTime() - - - Sets the stub of Calendar.get_MaxSupportedDateTime() - - - Sets the stub of Calendar.get_MinSupportedDateTime() - - - Sets the stub of Calendar.get_MinSupportedDateTime() - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of Calendar.ToFourDigitYear(Int32 year) - - - Sets the stub of Calendar.ToFourDigitYear(Int32 year) - - - Sets the stub of Calendar.get_TwoDigitYearMax() - - - Sets the stub of Calendar.get_TwoDigitYearMax() - - - Sets the stub of Calendar.set_TwoDigitYearMax(Int32 value) - - - Stub type of System.Globalization.CultureInfo - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubCultureInfo.DateTimeFormat as a property with a backing field. - - - Attaches delegates to emulate StubCultureInfo.NumberFormat as a property with a backing field. - - - Sets the stub of CultureInfo.get_Calendar() - - - Sets the stub of CultureInfo.get_Calendar() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CultureInfo.Clone() - - - Sets the stub of CultureInfo.Clone() - - - Sets the stub of CultureInfo.get_CompareInfo() - - - Sets the stub of CultureInfo.get_CompareInfo() - - - Sets the stub of CultureInfo.get_DateTimeFormat() - - - Sets the stub of CultureInfo.get_DateTimeFormat() - - - Sets the stub of CultureInfo.set_DateTimeFormat(DateTimeFormatInfo value) - - - Sets the stub of CultureInfo.get_DisplayName() - - - Sets the stub of CultureInfo.get_DisplayName() - - - Sets the stub of CultureInfo.get_EnglishName() - - - Sets the stub of CultureInfo.get_EnglishName() - - - Sets the stub of CultureInfo.Equals(Object value) - - - Sets the stub of CultureInfo.Equals(Object value) - - - Sets the stub of CultureInfo.GetFormat(Type formatType) - - - Sets the stub of CultureInfo.GetFormat(Type formatType) - - - Sets the stub of CultureInfo.GetHashCode() - - - Sets the stub of CultureInfo.GetHashCode() - - - Initializes a new instance of type StubCultureInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CultureInfo.get_IsNeutralCulture() - - - Sets the stub of CultureInfo.get_IsNeutralCulture() - - - Sets the stub of CultureInfo.get_KeyboardLayoutId() - - - Sets the stub of CultureInfo.get_KeyboardLayoutId() - - - Sets the stub of CultureInfo.get_LCID() - - - Sets the stub of CultureInfo.get_LCID() - - - Sets the stub of CultureInfo.get_Name() - - - Sets the stub of CultureInfo.get_Name() - - - Sets the stub of CultureInfo.get_NativeName() - - - Sets the stub of CultureInfo.get_NativeName() - - - Sets the stub of CultureInfo.get_NumberFormat() - - - Sets the stub of CultureInfo.get_NumberFormat() - - - Sets the stub of CultureInfo.set_NumberFormat(NumberFormatInfo value) - - - Sets the stub of CultureInfo.get_OptionalCalendars() - - - Sets the stub of CultureInfo.get_OptionalCalendars() - - - Sets the stub of CultureInfo.get_Parent() - - - Sets the stub of CultureInfo.get_Parent() - - - Sets the stub of CultureInfo.get_TextInfo() - - - Sets the stub of CultureInfo.get_TextInfo() - - - Sets the stub of CultureInfo.get_ThreeLetterISOLanguageName() - - - Sets the stub of CultureInfo.get_ThreeLetterISOLanguageName() - - - Sets the stub of CultureInfo.get_ThreeLetterWindowsLanguageName() - - - Sets the stub of CultureInfo.get_ThreeLetterWindowsLanguageName() - - - Sets the stub of CultureInfo.ToString() - - - Sets the stub of CultureInfo.ToString() - - - Sets the stub of CultureInfo.get_TwoLetterISOLanguageName() - - - Sets the stub of CultureInfo.get_TwoLetterISOLanguageName() - - - Stub type of System.Globalization.CultureNotFoundException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubCultureNotFoundException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubCultureNotFoundException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of CultureNotFoundException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of CultureNotFoundException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubCultureNotFoundException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CultureNotFoundException.get_InvalidCultureId() - - - Sets the stub of CultureNotFoundException.get_InvalidCultureId() - - - Sets the stub of CultureNotFoundException.get_InvalidCultureName() - - - Sets the stub of CultureNotFoundException.get_InvalidCultureName() - - - Sets the stub of CultureNotFoundException.get_Message() - - - Sets the stub of CultureNotFoundException.get_Message() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of ArgumentException.get_ParamName() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Globalization.DaylightTime - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDaylightTime - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Globalization.GregorianCalendar - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of GregorianCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of GregorianCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of GregorianCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of GregorianCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of GregorianCalendar.get_AlgorithmType() - - - Sets the stub of GregorianCalendar.get_AlgorithmType() - - - Attaches delegates to emulate StubGregorianCalendar.CalendarType as a property with a backing field. - - - Attaches delegates to emulate StubGregorianCalendar.TwoDigitYearMax as a property with a backing field. - - - Sets the stub of GregorianCalendar.get_CalendarType() - - - Sets the stub of GregorianCalendar.get_CalendarType() - - - Sets the stub of GregorianCalendar.set_CalendarType(GregorianCalendarTypes value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of GregorianCalendar.get_Eras() - - - Sets the stub of GregorianCalendar.get_Eras() - - - Sets the stub of GregorianCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of GregorianCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of GregorianCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of GregorianCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of GregorianCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of GregorianCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of GregorianCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of GregorianCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of GregorianCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of GregorianCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of GregorianCalendar.GetEra(DateTime time) - - - Sets the stub of GregorianCalendar.GetEra(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of GregorianCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of GregorianCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of GregorianCalendar.GetMonth(DateTime time) - - - Sets the stub of GregorianCalendar.GetMonth(DateTime time) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of GregorianCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of GregorianCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of GregorianCalendar.GetYear(DateTime time) - - - Sets the stub of GregorianCalendar.GetYear(DateTime time) - - - Initializes a new instance of type StubGregorianCalendar - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of GregorianCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of GregorianCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of GregorianCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of GregorianCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of GregorianCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of GregorianCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of GregorianCalendar.get_MaxSupportedDateTime() - - - Sets the stub of GregorianCalendar.get_MaxSupportedDateTime() - - - Sets the stub of GregorianCalendar.get_MinSupportedDateTime() - - - Sets the stub of GregorianCalendar.get_MinSupportedDateTime() - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of GregorianCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of GregorianCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of GregorianCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of GregorianCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of GregorianCalendar.get_TwoDigitYearMax() - - - Sets the stub of GregorianCalendar.get_TwoDigitYearMax() - - - Sets the stub of GregorianCalendar.set_TwoDigitYearMax(Int32 value) - - - Stub type of System.Globalization.HebrewCalendar - - - Initializes a new instance - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of HebrewCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of HebrewCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of HebrewCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of HebrewCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of HebrewCalendar.get_AlgorithmType() - - - Sets the stub of HebrewCalendar.get_AlgorithmType() - - - Attaches delegates to emulate StubHebrewCalendar.TwoDigitYearMax as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of HebrewCalendar.get_Eras() - - - Sets the stub of HebrewCalendar.get_Eras() - - - Sets the stub of HebrewCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of HebrewCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of HebrewCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of HebrewCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of HebrewCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of HebrewCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of HebrewCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of HebrewCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of HebrewCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of HebrewCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of HebrewCalendar.GetEra(DateTime time) - - - Sets the stub of HebrewCalendar.GetEra(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of HebrewCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of HebrewCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of HebrewCalendar.GetMonth(DateTime time) - - - Sets the stub of HebrewCalendar.GetMonth(DateTime time) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of HebrewCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of HebrewCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of HebrewCalendar.GetYear(DateTime time) - - - Sets the stub of HebrewCalendar.GetYear(DateTime time) - - - Initializes a new instance of type StubHebrewCalendar - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of HebrewCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of HebrewCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of HebrewCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of HebrewCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of HebrewCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of HebrewCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of HebrewCalendar.get_MaxSupportedDateTime() - - - Sets the stub of HebrewCalendar.get_MaxSupportedDateTime() - - - Sets the stub of HebrewCalendar.get_MinSupportedDateTime() - - - Sets the stub of HebrewCalendar.get_MinSupportedDateTime() - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of HebrewCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of HebrewCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of HebrewCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of HebrewCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of HebrewCalendar.get_TwoDigitYearMax() - - - Sets the stub of HebrewCalendar.get_TwoDigitYearMax() - - - Sets the stub of HebrewCalendar.set_TwoDigitYearMax(Int32 value) - - - Stub type of System.Globalization.HijriCalendar - - - Initializes a new instance - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of HijriCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of HijriCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of HijriCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of HijriCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of HijriCalendar.get_AlgorithmType() - - - Sets the stub of HijriCalendar.get_AlgorithmType() - - - Attaches delegates to emulate StubHijriCalendar.TwoDigitYearMax as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.Clone() - - - Sets the stub of HijriCalendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of HijriCalendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of HijriCalendar.get_Eras() - - - Sets the stub of HijriCalendar.get_Eras() - - - Sets the stub of HijriCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of HijriCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of HijriCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of HijriCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of HijriCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of HijriCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of HijriCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of HijriCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of HijriCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of HijriCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of HijriCalendar.GetEra(DateTime time) - - - Sets the stub of HijriCalendar.GetEra(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of HijriCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of HijriCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of HijriCalendar.GetMonth(DateTime time) - - - Sets the stub of HijriCalendar.GetMonth(DateTime time) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of HijriCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of HijriCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of HijriCalendar.GetYear(DateTime time) - - - Sets the stub of HijriCalendar.GetYear(DateTime time) - - - Initializes a new instance of type StubHijriCalendar - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of HijriCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of HijriCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of HijriCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of HijriCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of HijriCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of HijriCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of HijriCalendar.get_MaxSupportedDateTime() - - - Sets the stub of HijriCalendar.get_MaxSupportedDateTime() - - - Sets the stub of HijriCalendar.get_MinSupportedDateTime() - - - Sets the stub of HijriCalendar.get_MinSupportedDateTime() - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of HijriCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of HijriCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of HijriCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of HijriCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of HijriCalendar.get_TwoDigitYearMax() - - - Sets the stub of HijriCalendar.get_TwoDigitYearMax() - - - Sets the stub of HijriCalendar.set_TwoDigitYearMax(Int32 value) - - - Stub type of System.Globalization.JapaneseCalendar - - - Initializes a new instance - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of JapaneseCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of JapaneseCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of JapaneseCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of JapaneseCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of JapaneseCalendar.get_AlgorithmType() - - - Sets the stub of JapaneseCalendar.get_AlgorithmType() - - - Attaches delegates to emulate StubJapaneseCalendar.TwoDigitYearMax as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of JapaneseCalendar.get_Eras() - - - Sets the stub of JapaneseCalendar.get_Eras() - - - Sets the stub of JapaneseCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of JapaneseCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of JapaneseCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of JapaneseCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of JapaneseCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of JapaneseCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of JapaneseCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of JapaneseCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of JapaneseCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of JapaneseCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of JapaneseCalendar.GetEra(DateTime time) - - - Sets the stub of JapaneseCalendar.GetEra(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of JapaneseCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of JapaneseCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of JapaneseCalendar.GetMonth(DateTime time) - - - Sets the stub of JapaneseCalendar.GetMonth(DateTime time) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of JapaneseCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of JapaneseCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of JapaneseCalendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of JapaneseCalendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of JapaneseCalendar.GetYear(DateTime time) - - - Sets the stub of JapaneseCalendar.GetYear(DateTime time) - - - Initializes a new instance of type StubJapaneseCalendar - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of JapaneseCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of JapaneseCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of JapaneseCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of JapaneseCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of JapaneseCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of JapaneseCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of JapaneseCalendar.get_MaxSupportedDateTime() - - - Sets the stub of JapaneseCalendar.get_MaxSupportedDateTime() - - - Sets the stub of JapaneseCalendar.get_MinSupportedDateTime() - - - Sets the stub of JapaneseCalendar.get_MinSupportedDateTime() - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of JapaneseCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of JapaneseCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of JapaneseCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of JapaneseCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of JapaneseCalendar.get_TwoDigitYearMax() - - - Sets the stub of JapaneseCalendar.get_TwoDigitYearMax() - - - Sets the stub of JapaneseCalendar.set_TwoDigitYearMax(Int32 value) - - - Stub type of System.Globalization.JulianCalendar - - - Initializes a new instance - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of JulianCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of JulianCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of JulianCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of JulianCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of JulianCalendar.get_AlgorithmType() - - - Sets the stub of JulianCalendar.get_AlgorithmType() - - - Attaches delegates to emulate StubJulianCalendar.TwoDigitYearMax as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of JulianCalendar.get_Eras() - - - Sets the stub of JulianCalendar.get_Eras() - - - Sets the stub of JulianCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of JulianCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of JulianCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of JulianCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of JulianCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of JulianCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of JulianCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of JulianCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of JulianCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of JulianCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of JulianCalendar.GetEra(DateTime time) - - - Sets the stub of JulianCalendar.GetEra(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of JulianCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of JulianCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of JulianCalendar.GetMonth(DateTime time) - - - Sets the stub of JulianCalendar.GetMonth(DateTime time) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of JulianCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of JulianCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of JulianCalendar.GetYear(DateTime time) - - - Sets the stub of JulianCalendar.GetYear(DateTime time) - - - Initializes a new instance of type StubJulianCalendar - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of JulianCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of JulianCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of JulianCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of JulianCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of JulianCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of JulianCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of JulianCalendar.get_MaxSupportedDateTime() - - - Sets the stub of JulianCalendar.get_MaxSupportedDateTime() - - - Sets the stub of JulianCalendar.get_MinSupportedDateTime() - - - Sets the stub of JulianCalendar.get_MinSupportedDateTime() - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of JulianCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of JulianCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of JulianCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of JulianCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of JulianCalendar.get_TwoDigitYearMax() - - - Sets the stub of JulianCalendar.get_TwoDigitYearMax() - - - Sets the stub of JulianCalendar.set_TwoDigitYearMax(Int32 value) - - - Stub type of System.Globalization.KoreanCalendar - - - Initializes a new instance - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of KoreanCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of KoreanCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of KoreanCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of KoreanCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of KoreanCalendar.get_AlgorithmType() - - - Sets the stub of KoreanCalendar.get_AlgorithmType() - - - Attaches delegates to emulate StubKoreanCalendar.TwoDigitYearMax as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of KoreanCalendar.get_Eras() - - - Sets the stub of KoreanCalendar.get_Eras() - - - Sets the stub of KoreanCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of KoreanCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of KoreanCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of KoreanCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of KoreanCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of KoreanCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of KoreanCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of KoreanCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of KoreanCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of KoreanCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of KoreanCalendar.GetEra(DateTime time) - - - Sets the stub of KoreanCalendar.GetEra(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of KoreanCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of KoreanCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of KoreanCalendar.GetMonth(DateTime time) - - - Sets the stub of KoreanCalendar.GetMonth(DateTime time) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of KoreanCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of KoreanCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of KoreanCalendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of KoreanCalendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of KoreanCalendar.GetYear(DateTime time) - - - Sets the stub of KoreanCalendar.GetYear(DateTime time) - - - Initializes a new instance of type StubKoreanCalendar - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of KoreanCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of KoreanCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of KoreanCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of KoreanCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of KoreanCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of KoreanCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of KoreanCalendar.get_MaxSupportedDateTime() - - - Sets the stub of KoreanCalendar.get_MaxSupportedDateTime() - - - Sets the stub of KoreanCalendar.get_MinSupportedDateTime() - - - Sets the stub of KoreanCalendar.get_MinSupportedDateTime() - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of KoreanCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of KoreanCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of KoreanCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of KoreanCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of KoreanCalendar.get_TwoDigitYearMax() - - - Sets the stub of KoreanCalendar.get_TwoDigitYearMax() - - - Sets the stub of KoreanCalendar.set_TwoDigitYearMax(Int32 value) - - - Stub type of System.Globalization.PersianCalendar - - - Initializes a new instance - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of PersianCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of PersianCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of PersianCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of PersianCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of PersianCalendar.get_AlgorithmType() - - - Sets the stub of PersianCalendar.get_AlgorithmType() - - - Attaches delegates to emulate StubPersianCalendar.TwoDigitYearMax as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of PersianCalendar.get_Eras() - - - Sets the stub of PersianCalendar.get_Eras() - - - Sets the stub of PersianCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of PersianCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of PersianCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of PersianCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of PersianCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of PersianCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of PersianCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of PersianCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of PersianCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of PersianCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of PersianCalendar.GetEra(DateTime time) - - - Sets the stub of PersianCalendar.GetEra(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of PersianCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of PersianCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of PersianCalendar.GetMonth(DateTime time) - - - Sets the stub of PersianCalendar.GetMonth(DateTime time) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of PersianCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of PersianCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of PersianCalendar.GetYear(DateTime time) - - - Sets the stub of PersianCalendar.GetYear(DateTime time) - - - Initializes a new instance of type StubPersianCalendar - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of PersianCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of PersianCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of PersianCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of PersianCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of PersianCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of PersianCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of PersianCalendar.get_MaxSupportedDateTime() - - - Sets the stub of PersianCalendar.get_MaxSupportedDateTime() - - - Sets the stub of PersianCalendar.get_MinSupportedDateTime() - - - Sets the stub of PersianCalendar.get_MinSupportedDateTime() - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of PersianCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of PersianCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of PersianCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of PersianCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of PersianCalendar.get_TwoDigitYearMax() - - - Sets the stub of PersianCalendar.get_TwoDigitYearMax() - - - Sets the stub of PersianCalendar.set_TwoDigitYearMax(Int32 value) - - - Stub type of System.Globalization.RegionInfo - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of RegionInfo.get_CurrencyEnglishName() - - - Sets the stub of RegionInfo.get_CurrencyEnglishName() - - - Sets the stub of RegionInfo.get_CurrencyNativeName() - - - Sets the stub of RegionInfo.get_CurrencyNativeName() - - - Sets the stub of RegionInfo.get_CurrencySymbol() - - - Sets the stub of RegionInfo.get_CurrencySymbol() - - - Sets the stub of RegionInfo.get_DisplayName() - - - Sets the stub of RegionInfo.get_DisplayName() - - - Sets the stub of RegionInfo.get_EnglishName() - - - Sets the stub of RegionInfo.get_EnglishName() - - - Sets the stub of RegionInfo.Equals(Object value) - - - Sets the stub of RegionInfo.Equals(Object value) - - - Sets the stub of RegionInfo.get_GeoId() - - - Sets the stub of RegionInfo.get_GeoId() - - - Sets the stub of RegionInfo.GetHashCode() - - - Sets the stub of RegionInfo.GetHashCode() - - - Sets the stub of RegionInfo.get_ISOCurrencySymbol() - - - Sets the stub of RegionInfo.get_ISOCurrencySymbol() - - - Initializes a new instance of type StubRegionInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of RegionInfo.get_IsMetric() - - - Sets the stub of RegionInfo.get_IsMetric() - - - Sets the stub of RegionInfo.get_Name() - - - Sets the stub of RegionInfo.get_Name() - - - Sets the stub of RegionInfo.get_NativeName() - - - Sets the stub of RegionInfo.get_NativeName() - - - Sets the stub of RegionInfo.get_ThreeLetterISORegionName() - - - Sets the stub of RegionInfo.get_ThreeLetterISORegionName() - - - Sets the stub of RegionInfo.get_ThreeLetterWindowsRegionName() - - - Sets the stub of RegionInfo.get_ThreeLetterWindowsRegionName() - - - Sets the stub of RegionInfo.ToString() - - - Sets the stub of RegionInfo.ToString() - - - Sets the stub of RegionInfo.get_TwoLetterISORegionName() - - - Sets the stub of RegionInfo.get_TwoLetterISORegionName() - - - Stub type of System.Globalization.StringInfo - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of StringInfo.Equals(Object value) - - - Sets the stub of StringInfo.Equals(Object value) - - - Sets the stub of StringInfo.GetHashCode() - - - Sets the stub of StringInfo.GetHashCode() - - - Initializes a new instance of type StubStringInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Globalization.TaiwanCalendar - - - Initializes a new instance - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of TaiwanCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of TaiwanCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of TaiwanCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of TaiwanCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of TaiwanCalendar.get_AlgorithmType() - - - Sets the stub of TaiwanCalendar.get_AlgorithmType() - - - Attaches delegates to emulate StubTaiwanCalendar.TwoDigitYearMax as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of TaiwanCalendar.get_Eras() - - - Sets the stub of TaiwanCalendar.get_Eras() - - - Sets the stub of TaiwanCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of TaiwanCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of TaiwanCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of TaiwanCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of TaiwanCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of TaiwanCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of TaiwanCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of TaiwanCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of TaiwanCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of TaiwanCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of TaiwanCalendar.GetEra(DateTime time) - - - Sets the stub of TaiwanCalendar.GetEra(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of TaiwanCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of TaiwanCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of TaiwanCalendar.GetMonth(DateTime time) - - - Sets the stub of TaiwanCalendar.GetMonth(DateTime time) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of TaiwanCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of TaiwanCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of TaiwanCalendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of TaiwanCalendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of TaiwanCalendar.GetYear(DateTime time) - - - Sets the stub of TaiwanCalendar.GetYear(DateTime time) - - - Initializes a new instance of type StubTaiwanCalendar - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of TaiwanCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of TaiwanCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of TaiwanCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of TaiwanCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of TaiwanCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of TaiwanCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of TaiwanCalendar.get_MaxSupportedDateTime() - - - Sets the stub of TaiwanCalendar.get_MaxSupportedDateTime() - - - Sets the stub of TaiwanCalendar.get_MinSupportedDateTime() - - - Sets the stub of TaiwanCalendar.get_MinSupportedDateTime() - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of TaiwanCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of TaiwanCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of TaiwanCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of TaiwanCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of TaiwanCalendar.get_TwoDigitYearMax() - - - Sets the stub of TaiwanCalendar.get_TwoDigitYearMax() - - - Sets the stub of TaiwanCalendar.set_TwoDigitYearMax(Int32 value) - - - Stub type of System.Globalization.ThaiBuddhistCalendar - - - Initializes a new instance - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of ThaiBuddhistCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of ThaiBuddhistCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of ThaiBuddhistCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of ThaiBuddhistCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of ThaiBuddhistCalendar.get_AlgorithmType() - - - Sets the stub of ThaiBuddhistCalendar.get_AlgorithmType() - - - Attaches delegates to emulate StubThaiBuddhistCalendar.TwoDigitYearMax as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of Calendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of ThaiBuddhistCalendar.get_Eras() - - - Sets the stub of ThaiBuddhistCalendar.get_Eras() - - - Sets the stub of ThaiBuddhistCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of ThaiBuddhistCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of ThaiBuddhistCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of ThaiBuddhistCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of ThaiBuddhistCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of ThaiBuddhistCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of ThaiBuddhistCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of ThaiBuddhistCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of ThaiBuddhistCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of ThaiBuddhistCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of ThaiBuddhistCalendar.GetEra(DateTime time) - - - Sets the stub of ThaiBuddhistCalendar.GetEra(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of ThaiBuddhistCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of ThaiBuddhistCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of ThaiBuddhistCalendar.GetMonth(DateTime time) - - - Sets the stub of ThaiBuddhistCalendar.GetMonth(DateTime time) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of ThaiBuddhistCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of ThaiBuddhistCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of ThaiBuddhistCalendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of ThaiBuddhistCalendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of ThaiBuddhistCalendar.GetYear(DateTime time) - - - Sets the stub of ThaiBuddhistCalendar.GetYear(DateTime time) - - - Initializes a new instance of type StubThaiBuddhistCalendar - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of ThaiBuddhistCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of ThaiBuddhistCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of ThaiBuddhistCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of ThaiBuddhistCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of ThaiBuddhistCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of ThaiBuddhistCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of ThaiBuddhistCalendar.get_MaxSupportedDateTime() - - - Sets the stub of ThaiBuddhistCalendar.get_MaxSupportedDateTime() - - - Sets the stub of ThaiBuddhistCalendar.get_MinSupportedDateTime() - - - Sets the stub of ThaiBuddhistCalendar.get_MinSupportedDateTime() - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of ThaiBuddhistCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of ThaiBuddhistCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of ThaiBuddhistCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of ThaiBuddhistCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of ThaiBuddhistCalendar.get_TwoDigitYearMax() - - - Sets the stub of ThaiBuddhistCalendar.get_TwoDigitYearMax() - - - Sets the stub of ThaiBuddhistCalendar.set_TwoDigitYearMax(Int32 value) - - - Stub type of System.Globalization.UmAlQuraCalendar - - - Initializes a new instance - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddDays(DateTime time, Int32 days) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddHours(DateTime time, Int32 hours) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMilliseconds(DateTime time, Double milliseconds) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of Calendar.AddMinutes(DateTime time, Int32 minutes) - - - Sets the stub of UmAlQuraCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of UmAlQuraCalendar.AddMonths(DateTime time, Int32 months) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddSeconds(DateTime time, Int32 seconds) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of Calendar.AddWeeks(DateTime time, Int32 weeks) - - - Sets the stub of UmAlQuraCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of UmAlQuraCalendar.AddYears(DateTime time, Int32 years) - - - Sets the stub of UmAlQuraCalendar.get_AlgorithmType() - - - Sets the stub of UmAlQuraCalendar.get_AlgorithmType() - - - Attaches delegates to emulate StubUmAlQuraCalendar.TwoDigitYearMax as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Calendar.Clone() - - - Sets the stub of Calendar.Clone() - - - Sets the stub of UmAlQuraCalendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of UmAlQuraCalendar.get_DaysInYearBeforeMinSupportedYear() - - - Sets the stub of UmAlQuraCalendar.get_Eras() - - - Sets the stub of UmAlQuraCalendar.get_Eras() - - - Sets the stub of UmAlQuraCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of UmAlQuraCalendar.GetDayOfMonth(DateTime time) - - - Sets the stub of UmAlQuraCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of UmAlQuraCalendar.GetDayOfWeek(DateTime time) - - - Sets the stub of UmAlQuraCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of UmAlQuraCalendar.GetDayOfYear(DateTime time) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of UmAlQuraCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInMonth(Int32 year, Int32 month) - - - Sets the stub of UmAlQuraCalendar.GetDaysInMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of UmAlQuraCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetDaysInYear(Int32 year) - - - Sets the stub of UmAlQuraCalendar.GetDaysInYear(Int32 year, Int32 era) - - - Sets the stub of UmAlQuraCalendar.GetEra(DateTime time) - - - Sets the stub of UmAlQuraCalendar.GetEra(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetHour(DateTime time) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of UmAlQuraCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetLeapMonth(Int32 year) - - - Sets the stub of UmAlQuraCalendar.GetLeapMonth(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMilliseconds(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of Calendar.GetMinute(DateTime time) - - - Sets the stub of UmAlQuraCalendar.GetMonth(DateTime time) - - - Sets the stub of UmAlQuraCalendar.GetMonth(DateTime time) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of UmAlQuraCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetMonthsInYear(Int32 year) - - - Sets the stub of UmAlQuraCalendar.GetMonthsInYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetSecond(DateTime time) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of Calendar.GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) - - - Sets the stub of UmAlQuraCalendar.GetYear(DateTime time) - - - Sets the stub of UmAlQuraCalendar.GetYear(DateTime time) - - - Initializes a new instance of type StubUmAlQuraCalendar - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of UmAlQuraCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapDay(Int32 year, Int32 month, Int32 day) - - - Sets the stub of UmAlQuraCalendar.IsLeapDay(Int32 year, Int32 month, Int32 day, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of UmAlQuraCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapMonth(Int32 year, Int32 month) - - - Sets the stub of UmAlQuraCalendar.IsLeapMonth(Int32 year, Int32 month, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of UmAlQuraCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of Calendar.IsLeapYear(Int32 year) - - - Sets the stub of UmAlQuraCalendar.IsLeapYear(Int32 year, Int32 era) - - - Sets the stub of UmAlQuraCalendar.get_MaxSupportedDateTime() - - - Sets the stub of UmAlQuraCalendar.get_MaxSupportedDateTime() - - - Sets the stub of UmAlQuraCalendar.get_MinSupportedDateTime() - - - Sets the stub of UmAlQuraCalendar.get_MinSupportedDateTime() - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of UmAlQuraCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of Calendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) - - - Sets the stub of UmAlQuraCalendar.ToDateTime(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, Int32 era) - - - Sets the stub of UmAlQuraCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of UmAlQuraCalendar.ToFourDigitYear(Int32 year) - - - Sets the stub of UmAlQuraCalendar.get_TwoDigitYearMax() - - - Sets the stub of UmAlQuraCalendar.get_TwoDigitYearMax() - - - Sets the stub of UmAlQuraCalendar.set_TwoDigitYearMax(Int32 value) - - - Shim type of System.IO.Directory - - - Initializes a new shim instance - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of Directory.CreateDirectory(String path) - - - Sets the shim of Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound) - - - Sets the shim of Directory.Delete(String path) - - - Sets the shim of Directory.Delete(String path, Boolean recursive) - - - Sets the shim of Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost) - - - Sets the shim of Directory.EnumerateDirectories(String path) - - - Sets the shim of Directory.EnumerateDirectories(String path, String searchPattern) - - - Sets the shim of Directory.EnumerateDirectories(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.EnumerateFileSystemEntries(String path) - - - Sets the shim of Directory.EnumerateFileSystemEntries(String path, String searchPattern) - - - Sets the shim of Directory.EnumerateFileSystemEntries(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.EnumerateFileSystemNames(String path, String searchPattern, SearchOption searchOption, Boolean includeFiles, Boolean includeDirs) - - - Sets the shim of Directory.EnumerateFiles(String path) - - - Sets the shim of Directory.EnumerateFiles(String path, String searchPattern) - - - Sets the shim of Directory.EnumerateFiles(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.Exists(String path) - - - Sets the shim of Directory.GetCreationTime(String path) - - - Sets the shim of Directory.GetCreationTimeUtc(String path) - - - Sets the shim of Directory.GetCurrentDirectory() - - - Sets the shim of Directory.GetDemandDir(String fullPath, Boolean thisDirOnly) - - - Sets the shim of Directory.GetDirectories(String path) - - - Sets the shim of Directory.GetDirectories(String path, String searchPattern) - - - Sets the shim of Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.GetDirectoryRoot(String path) - - - Sets the shim of Directory.GetFileSystemEntries(String path) - - - Sets the shim of Directory.GetFileSystemEntries(String path, String searchPattern) - - - Sets the shim of Directory.GetFileSystemEntries(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.GetFiles(String path) - - - Sets the shim of Directory.GetFiles(String path, String searchPattern) - - - Sets the shim of Directory.GetFiles(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.GetLastAccessTime(String path) - - - Sets the shim of Directory.GetLastAccessTimeUtc(String path) - - - Sets the shim of Directory.GetLastWriteTime(String path) - - - Sets the shim of Directory.GetLastWriteTimeUtc(String path) - - - Sets the shim of Directory.GetLogicalDrives() - - - Sets the shim of Directory.GetParent(String path) - - - Sets the shim of Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost) - - - Sets the shim of Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj) - - - Sets the shim of Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost) - - - Sets the shim of Directory.InternalEnumerateDirectories(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.InternalEnumerateFileSystemEntries(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.InternalEnumerateFiles(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.InternalExistsHelper(String path, Boolean checkHost) - - - Sets the shim of Directory.InternalExists(String path) - - - Sets the shim of Directory.InternalExists(String path, Int32& lastError) - - - Sets the shim of Directory.InternalGetCurrentDirectory(Boolean checkHost) - - - Sets the shim of Directory.InternalGetDirectories(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.InternalGetDirectoryRoot(String path) - - - Sets the shim of Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption, Boolean checkHost) - - - Sets the shim of Directory.InternalGetFileSystemEntries(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.InternalGetFiles(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.InternalMove(String sourceDirName, String destDirName, Boolean checkHost) - - - Sets the shim of Directory.LegacyGetCurrentDirectory() - - - Sets the shim of Directory.Move(String sourceDirName, String destDirName) - - - Sets the shim of Directory.NewGetCurrentDirectory() - - - Sets the shim of Directory.OpenHandle(String path) - - - Sets the shim of Directory.SetCreationTime(String path, DateTime creationTime) - - - Sets the shim of Directory.SetCreationTimeUtc(String path, DateTime creationTimeUtc) - - - Sets the shim of Directory.SetCurrentDirectory(String path) - - - Sets the shim of Directory.SetLastAccessTime(String path, DateTime lastAccessTime) - - - Sets the shim of Directory.SetLastAccessTimeUtc(String path, DateTime lastAccessTimeUtc) - - - Sets the shim of Directory.SetLastWriteTime(String path, DateTime lastWriteTime) - - - Sets the shim of Directory.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc) - - - Sets the shim of Directory.UnsafeCreateDirectory(String path) - - - Sets the shim of Directory.UnsafeDelete(String path, Boolean recursive) - - - Sets the shim of Directory.UnsafeExists(String path) - - - Sets the shim of Directory.UnsafeGetCurrentDirectory() - - - Sets the shim of Directory.UnsafeGetDirectories(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.UnsafeGetFiles(String path, String searchPattern, SearchOption searchOption) - - - Sets the shim of Directory.UnsafeMove(String sourceDirName, String destDirName) - - - Shim type of System.IO.DirectoryInfo - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of DirectoryInfo.Create() - - - Sets the shim of DirectoryInfo.CreateSubdirectoryHelper(String path, Object directorySecurity) - - - Sets the shim of DirectoryInfo.CreateSubdirectory(String path) - - - Sets the shim of DirectoryInfo.Delete() - - - Sets the shim of DirectoryInfo.Delete(Boolean recursive) - - - Sets the shim of DirectoryInfo.EnumerateDirectories() - - - Sets the shim of DirectoryInfo.EnumerateDirectories(String searchPattern) - - - Sets the shim of DirectoryInfo.EnumerateDirectories(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.EnumerateFileSystemInfos() - - - Sets the shim of DirectoryInfo.EnumerateFileSystemInfos(String searchPattern) - - - Sets the shim of DirectoryInfo.EnumerateFileSystemInfos(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.EnumerateFiles() - - - Sets the shim of DirectoryInfo.EnumerateFiles(String searchPattern) - - - Sets the shim of DirectoryInfo.EnumerateFiles(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.get_Exists() - - - Sets the shim of DirectoryInfo.get_FullName() - - - Sets the shim of DirectoryInfo.GetDirectories() - - - Sets the shim of DirectoryInfo.GetDirectories(String searchPattern) - - - Sets the shim of DirectoryInfo.GetDirectories(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.GetFileSystemInfos() - - - Sets the shim of DirectoryInfo.GetFileSystemInfos(String searchPattern) - - - Sets the shim of DirectoryInfo.GetFileSystemInfos(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.GetFiles() - - - Sets the shim of DirectoryInfo.GetFiles(String searchPattern) - - - Sets the shim of DirectoryInfo.GetFiles(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.Init(String path, Boolean checkHost) - - - Sets the shim of DirectoryInfo.InternalEnumerateDirectories(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.InternalEnumerateFileSystemInfos(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.InternalEnumerateFiles(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.InternalGetFileSystemInfos(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.InternalGetFiles(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.MoveTo(String destDirName) - - - Sets the shim of DirectoryInfo.get_Name() - - - Sets the shim of DirectoryInfo.get_Parent() - - - Sets the shim of DirectoryInfo.get_Root() - - - Sets the shim of DirectoryInfo.ToString() - - - Sets the shim of DirectoryInfo.get_UnsafeGetFullName() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of DirectoryInfo.DirectoryInfo(SerializationInfo info, StreamingContext context) - - - Sets the shim of DirectoryInfo.DirectoryInfo(String path) - - - Sets the shim of DirectoryInfo.DirectoryInfo(String fullPath, Boolean junk) - - - Sets the shim of DirectoryInfo.Create() - - - Sets the shim of DirectoryInfo.CreateSubdirectoryHelper(String path, Object directorySecurity) - - - Sets the shim of DirectoryInfo.CreateSubdirectory(String path) - - - Sets the shim of DirectoryInfo.Delete() - - - Sets the shim of DirectoryInfo.Delete(Boolean recursive) - - - Sets the shim of DirectoryInfo.EnumerateDirectories() - - - Sets the shim of DirectoryInfo.EnumerateDirectories(String searchPattern) - - - Sets the shim of DirectoryInfo.EnumerateDirectories(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.EnumerateFileSystemInfos() - - - Sets the shim of DirectoryInfo.EnumerateFileSystemInfos(String searchPattern) - - - Sets the shim of DirectoryInfo.EnumerateFileSystemInfos(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.EnumerateFiles() - - - Sets the shim of DirectoryInfo.EnumerateFiles(String searchPattern) - - - Sets the shim of DirectoryInfo.EnumerateFiles(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.get_Exists() - - - Sets the shim of DirectoryInfo.get_FullName() - - - Sets the shim of DirectoryInfo.GetDirName(String fullPath) - - - Sets the shim of DirectoryInfo.GetDirectories() - - - Sets the shim of DirectoryInfo.GetDirectories(String searchPattern) - - - Sets the shim of DirectoryInfo.GetDirectories(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.GetDisplayName(String originalPath, String fullPath) - - - Sets the shim of DirectoryInfo.GetFileSystemInfos() - - - Sets the shim of DirectoryInfo.GetFileSystemInfos(String searchPattern) - - - Sets the shim of DirectoryInfo.GetFileSystemInfos(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.GetFiles() - - - Sets the shim of DirectoryInfo.GetFiles(String searchPattern) - - - Sets the shim of DirectoryInfo.GetFiles(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.Init(String path, Boolean checkHost) - - - Sets the shim of DirectoryInfo.InternalEnumerateDirectories(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.InternalEnumerateFileSystemInfos(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.InternalEnumerateFiles(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.InternalGetFileSystemInfos(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.InternalGetFiles(String searchPattern, SearchOption searchOption) - - - Sets the shim of DirectoryInfo.MoveTo(String destDirName) - - - Sets the shim of DirectoryInfo.get_Name() - - - Sets the shim of DirectoryInfo.get_Parent() - - - Sets the shim of DirectoryInfo.get_Root() - - - Sets the shim of DirectoryInfo.ToString() - - - Sets the shim of DirectoryInfo.get_UnsafeGetFullName() - - - Shim type of System.IO.File - - - Initializes a new shim instance - - - Sets the shim of File.AppendAllLines(String path, IEnumerable`1<String> contents) - - - Sets the shim of File.AppendAllText(String path, String contents) - - - Sets the shim of File.AppendText(String path) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Sets the shim of File.Copy(String sourceFileName, String destFileName) - - - Sets the shim of File.Copy(String sourceFileName, String destFileName, Boolean overwrite) - - - Sets the shim of File.Create(String path) - - - Sets the shim of File.Create(String path, Int32 bufferSize) - - - Sets the shim of File.Create(String path, Int32 bufferSize, FileOptions options) - - - Sets the shim of File.CreateText(String path) - - - Sets the shim of File.Decrypt(String path) - - - Sets the shim of File.Delete(String path) - - - Sets the shim of File.Encrypt(String path) - - - Sets the shim of File.Exists(String path) - - - Sets the shim of File.GetAttributes(String path) - - - Sets the shim of File.GetCreationTime(String path) - - - Sets the shim of File.GetCreationTimeUtc(String path) - - - Sets the shim of File.GetLastAccessTime(String path) - - - Sets the shim of File.GetLastAccessTimeUtc(String path) - - - Sets the shim of File.GetLastWriteTime(String path) - - - Sets the shim of File.GetLastWriteTimeUtc(String path) - - - Sets the shim of File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost) - - - Sets the shim of File.InternalDelete(String path, Boolean checkHost) - - - Sets the shim of File.InternalExistsHelper(String path, Boolean checkHost) - - - Sets the shim of File.InternalExists(String path) - - - Sets the shim of File.InternalGetCreationTimeUtc(String path, Boolean checkHost) - - - Sets the shim of File.InternalGetLastAccessTimeUtc(String path, Boolean checkHost) - - - Sets the shim of File.InternalGetLastWriteTimeUtc(String path, Boolean checkHost) - - - Sets the shim of File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost) - - - Sets the shim of File.InternalReadAllBytes(String path, Boolean checkHost) - - - Sets the shim of File.InternalReplace(String sourceFileName, String destinationFileName, String destinationBackupFileName, Boolean ignoreMetadataErrors) - - - Sets the shim of File.InternalWriteAllBytes(String path, Byte[] bytes, Boolean checkHost) - - - Sets the shim of File.InternalWriteAllLines(TextWriter writer, IEnumerable`1<String> contents) - - - Sets the shim of File.Move(String sourceFileName, String destFileName) - - - Sets the shim of File.OpenFile(String path, FileAccess access, SafeFileHandle& handle) - - - Sets the shim of File.OpenRead(String path) - - - Sets the shim of File.Open(String path, FileMode mode) - - - Sets the shim of File.Open(String path, FileMode mode, FileAccess access) - - - Sets the shim of File.Open(String path, FileMode mode, FileAccess access, FileShare share) - - - Sets the shim of File.OpenText(String path) - - - Sets the shim of File.OpenWrite(String path) - - - Sets the shim of File.ReadAllBytes(String path) - - - Sets the shim of File.ReadAllLines(String path) - - - Sets the shim of File.ReadAllText(String path) - - - Sets the shim of File.ReadLines(String path) - - - Sets the shim of File.Replace(String sourceFileName, String destinationFileName, String destinationBackupFileName) - - - Sets the shim of File.Replace(String sourceFileName, String destinationFileName, String destinationBackupFileName, Boolean ignoreMetadataErrors) - - - Sets the shim of File.SetAttributes(String path, FileAttributes fileAttributes) - - - Sets the shim of File.SetCreationTime(String path, DateTime creationTime) - - - Sets the shim of File.SetCreationTimeUtc(String path, DateTime creationTimeUtc) - - - Sets the shim of File.SetLastAccessTime(String path, DateTime lastAccessTime) - - - Sets the shim of File.SetLastAccessTimeUtc(String path, DateTime lastAccessTimeUtc) - - - Sets the shim of File.SetLastWriteTime(String path, DateTime lastWriteTime) - - - Sets the shim of File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc) - - - Sets the shim of File.UnsafeCopy(String sourceFileName, String destFileName, Boolean overwrite) - - - Sets the shim of File.UnsafeDelete(String path) - - - Sets the shim of File.UnsafeExists(String path) - - - Sets the shim of File.UnsafeMove(String sourceFileName, String destFileName) - - - Sets the shim of File.UnsafeReadAllBytes(String path) - - - Sets the shim of File.UnsafeReadAllText(String path) - - - Sets the shim of File.UnsafeWriteAllBytes(String path, Byte[] bytes) - - - Sets the shim of File.UnsafeWriteAllText(String path, String contents) - - - Sets the shim of File.WriteAllBytes(String path, Byte[] bytes) - - - Sets the shim of File.WriteAllLines(String path, IEnumerable`1<String> contents) - - - Sets the shim of File.WriteAllLines(String path, String[] contents) - - - Sets the shim of File.WriteAllText(String path, String contents) - - - Shim type of System.IO.FileInfo - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of FileInfo.AppendText() - - - Sets the shim of FileInfo.CopyTo(String destFileName) - - - Sets the shim of FileInfo.CopyTo(String destFileName, Boolean overwrite) - - - Sets the shim of FileInfo.Create() - - - Sets the shim of FileInfo.CreateText() - - - Sets the shim of FileInfo.Decrypt() - - - Sets the shim of FileInfo.Delete() - - - Sets the shim of FileInfo.get_Directory() - - - Sets the shim of FileInfo.get_DirectoryName() - - - Sets the shim of FileInfo.Encrypt() - - - Sets the shim of FileInfo.get_Exists() - - - Sets the shim of FileInfo.GetDisplayPath(String originalPath) - - - Sets the shim of FileInfo.Init(String fileName, Boolean checkHost) - - - Sets the shim of FileInfo.get_IsReadOnly() - - - Sets the shim of FileInfo.set_IsReadOnly(Boolean value) - - - Sets the shim of FileInfo.get_Length() - - - Sets the shim of FileInfo.MoveTo(String destFileName) - - - Sets the shim of FileInfo.get_Name() - - - Sets the shim of FileInfo.Open(FileMode mode) - - - Sets the shim of FileInfo.Open(FileMode mode, FileAccess access) - - - Sets the shim of FileInfo.Open(FileMode mode, FileAccess access, FileShare share) - - - Sets the shim of FileInfo.OpenRead() - - - Sets the shim of FileInfo.OpenText() - - - Sets the shim of FileInfo.OpenWrite() - - - Sets the shim of FileInfo.Replace(String destinationFileName, String destinationBackupFileName) - - - Sets the shim of FileInfo.Replace(String destinationFileName, String destinationBackupFileName, Boolean ignoreMetadataErrors) - - - Sets the shim of FileInfo.ToString() - - - Sets the shim of FileInfo.AppendText() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of FileInfo.FileInfo(SerializationInfo info, StreamingContext context) - - - Sets the shim of FileInfo.FileInfo(String fileName) - - - Sets the shim of FileInfo.FileInfo(String fullPath, Boolean ignoreThis) - - - Sets the shim of FileInfo.CopyTo(String destFileName) - - - Sets the shim of FileInfo.CopyTo(String destFileName, Boolean overwrite) - - - Sets the shim of FileInfo.Create() - - - Sets the shim of FileInfo.CreateText() - - - Sets the shim of FileInfo.Decrypt() - - - Sets the shim of FileInfo.Delete() - - - Sets the shim of FileInfo.get_Directory() - - - Sets the shim of FileInfo.get_DirectoryName() - - - Sets the shim of FileInfo.Encrypt() - - - Sets the shim of FileInfo.get_Exists() - - - Sets the shim of FileInfo.GetDisplayPath(String originalPath) - - - Sets the shim of FileInfo.Init(String fileName, Boolean checkHost) - - - Sets the shim of FileInfo.get_IsReadOnly() - - - Sets the shim of FileInfo.set_IsReadOnly(Boolean value) - - - Sets the shim of FileInfo.get_Length() - - - Sets the shim of FileInfo.MoveTo(String destFileName) - - - Sets the shim of FileInfo.get_Name() - - - Sets the shim of FileInfo.Open(FileMode mode) - - - Sets the shim of FileInfo.Open(FileMode mode, FileAccess access) - - - Sets the shim of FileInfo.Open(FileMode mode, FileAccess access, FileShare share) - - - Sets the shim of FileInfo.OpenRead() - - - Sets the shim of FileInfo.OpenText() - - - Sets the shim of FileInfo.OpenWrite() - - - Sets the shim of FileInfo.Replace(String destinationFileName, String destinationBackupFileName) - - - Sets the shim of FileInfo.Replace(String destinationFileName, String destinationBackupFileName, Boolean ignoreMetadataErrors) - - - Sets the shim of FileInfo.ToString() - - - Shim type of System.IO.FileStream - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of FileStream.BeginRead(Byte[] array, Int32 offset, Int32 numBytes, AsyncCallback userCallback, Object stateObject) - - - Sets the shim of FileStream.BeginWrite(Byte[] array, Int32 offset, Int32 numBytes, AsyncCallback userCallback, Object stateObject) - - - Sets the shim of FileStream.get_CanRead() - - - Sets the shim of FileStream.get_CanSeek() - - - Sets the shim of FileStream.get_CanWrite() - - - Sets the shim of FileStream.Dispose(Boolean disposing) - - - Sets the shim of FileStream.EndRead(IAsyncResult asyncResult) - - - Sets the shim of FileStream.EndWrite(IAsyncResult asyncResult) - - - Sets the shim of FileStream.Flush() - - - Sets the shim of FileStream.FlushAsync(CancellationToken cancellationToken) - - - Sets the shim of FileStream.Flush(Boolean flushToDisk) - - - Sets the shim of FileStream.FlushInternalBuffer() - - - Sets the shim of FileStream.FlushOSBuffer() - - - Sets the shim of FileStream.FlushRead() - - - Sets the shim of FileStream.FlushWrite(Boolean calledFromFinalizer) - - - Sets the shim of FileStream.get_Handle() - - - Sets the shim of FileStream.get_IsAsync() - - - Sets the shim of FileStream.get_Length() - - - Sets the shim of FileStream.Lock(Int64 position, Int64 length) - - - Sets the shim of FileStream.get_Name() - - - Sets the shim of FileStream.get_NameInternal() - - - Sets the shim of FileStream.get_Position() - - - Sets the shim of FileStream.set_Position(Int64 value) - - - Sets the shim of FileStream.ReadAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) - - - Sets the shim of FileStream.ReadByte() - - - Sets the shim of FileStream.Read(Byte[] array, Int32 offset, Int32 count) - - - Sets the shim of FileStream.ReadCore(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the shim of FileStream.get_SafeFileHandle() - - - Sets the shim of FileStream.SeekCore(Int64 offset, SeekOrigin origin) - - - Sets the shim of FileStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the shim of FileStream.SetLengthCore(Int64 value) - - - Sets the shim of FileStream.SetLength(Int64 value) - - - Sets the shim of FileStream.Unlock(Int64 position, Int64 length) - - - Sets the shim of FileStream.VerifyHandleIsSync() - - - Sets the shim of FileStream.VerifyOSHandlePosition() - - - Sets the shim of FileStream.WriteAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) - - - Sets the shim of FileStream.Write(Byte[] array, Int32 offset, Int32 count) - - - Sets the shim of FileStream.WriteByte(Byte value) - - - Sets the shim of FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the shim of FileStream.BeginRead(Byte[] array, Int32 offset, Int32 numBytes, AsyncCallback userCallback, Object stateObject) - - - Sets the shim of FileStream.BeginWrite(Byte[] array, Int32 offset, Int32 numBytes, AsyncCallback userCallback, Object stateObject) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of FileStream.get_CanRead() - - - Sets the shim of FileStream.get_CanSeek() - - - Sets the shim of FileStream.get_CanWrite() - - - Sets the shim of FileStream.CancelTask(Object state) - - - Sets the shim of FileStream.FileStream() - - - Sets the shim of FileStream.FileStream(IntPtr handle, FileAccess access) - - - Sets the shim of FileStream.FileStream(IntPtr handle, FileAccess access, Boolean ownsHandle) - - - Sets the shim of FileStream.FileStream(IntPtr handle, FileAccess access, Boolean ownsHandle, Int32 bufferSize) - - - Sets the shim of FileStream.FileStream(IntPtr handle, FileAccess access, Boolean ownsHandle, Int32 bufferSize, Boolean isAsync) - - - Sets the shim of FileStream.FileStream(SafeFileHandle handle, FileAccess access) - - - Sets the shim of FileStream.FileStream(SafeFileHandle handle, FileAccess access, Int32 bufferSize) - - - Sets the shim of FileStream.FileStream(SafeFileHandle handle, FileAccess access, Int32 bufferSize, Boolean isAsync) - - - Sets the shim of FileStream.FileStream(String path, FileMode mode) - - - Sets the shim of FileStream.FileStream(String path, FileMode mode, FileAccess access) - - - Sets the shim of FileStream.FileStream(String path, FileMode mode, FileAccess access, FileShare share) - - - Sets the shim of FileStream.FileStream(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) - - - Sets the shim of FileStream.FileStream(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync) - - - Sets the shim of FileStream.FileStream(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) - - - Sets the shim of FileStream.FileStream(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) - - - Sets the shim of FileStream.FileStream(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath) - - - Sets the shim of FileStream.FileStream(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) - - - Sets the shim of FileStream.FileStream(String path, FileMode mode, FileSystemRights rights, FileShare share, Int32 bufferSize, FileOptions options) - - - Sets the shim of FileStream.Dispose(Boolean disposing) - - - Sets the shim of FileStream.EndRead(IAsyncResult asyncResult) - - - Sets the shim of FileStream.EndReadTask(IAsyncResult iar) - - - Sets the shim of FileStream.EndWrite(IAsyncResult asyncResult) - - - Sets the shim of FileStream.EndWriteTask(IAsyncResult iar) - - - Sets the shim of FileStream.Flush() - - - Sets the shim of FileStream.FlushAsync(CancellationToken cancellationToken) - - - Sets the shim of FileStream.Flush(Boolean flushToDisk) - - - Sets the shim of FileStream.FlushInternalBuffer() - - - Sets the shim of FileStream.FlushOSBuffer() - - - Sets the shim of FileStream.FlushRead() - - - Sets the shim of FileStream.FlushWrite(Boolean calledFromFinalizer) - - - Sets the shim of FileStream.get_Handle() - - - Sets the shim of FileStream.get_IsAsync() - - - Sets the shim of FileStream.get_Length() - - - Sets the shim of FileStream.Lock(Int64 position, Int64 length) - - - Sets the shim of FileStream.get_Name() - - - Sets the shim of FileStream.get_NameInternal() - - - Sets the shim of FileStream.get_Position() - - - Sets the shim of FileStream.set_Position(Int64 value) - - - Sets the shim of FileStream.ReadAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) - - - Sets the shim of FileStream.ReadByte() - - - Sets the shim of FileStream.Read(Byte[] array, Int32 offset, Int32 count) - - - Sets the shim of FileStream.ReadCore(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the shim of FileStream.get_SafeFileHandle() - - - Sets the shim of FileStream.SeekCore(Int64 offset, SeekOrigin origin) - - - Sets the shim of FileStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the shim of FileStream.SetLengthCore(Int64 value) - - - Sets the shim of FileStream.SetLength(Int64 value) - - - Sets the shim of FileStream.Unlock(Int64 position, Int64 length) - - - Sets the shim of FileStream.VerifyHandleIsSync() - - - Sets the shim of FileStream.VerifyOSHandlePosition() - - - Sets the shim of FileStream.WriteAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) - - - Sets the shim of FileStream.Write(Byte[] array, Int32 offset, Int32 count) - - - Sets the shim of FileStream.WriteByte(Byte value) - - - Sets the shim of FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) - - - Shim type of System.IO.Stream - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of Stream.BeginEndReadAsync(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the shim of Stream.BeginEndWriteAsync(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the shim of Stream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the shim of Stream.BeginReadInternal(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state, Boolean serializeAsynchronously) - - - Sets the shim of Stream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the shim of Stream.BeginWriteInternal(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state, Boolean serializeAsynchronously) - - - Sets the shim of Stream.BlockingBeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the shim of Stream.BlockingBeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the shim of Stream.get_CanTimeout() - - - Sets the shim of Stream.Close() - - - Sets the shim of Stream.CopyToAsyncInternal(Stream destination, Int32 bufferSize, CancellationToken cancellationToken) - - - Sets the shim of Stream.CopyToAsync(Stream destination) - - - Sets the shim of Stream.CopyToAsync(Stream destination, Int32 bufferSize) - - - Sets the shim of Stream.CopyToAsync(Stream destination, Int32 bufferSize, CancellationToken cancellationToken) - - - Sets the shim of Stream.CopyTo(Stream destination) - - - Sets the shim of Stream.CopyTo(Stream destination, Int32 bufferSize) - - - Sets the shim of Stream.CreateWaitHandle() - - - Sets the shim of Stream.Dispose() - - - Sets the shim of Stream.Dispose(Boolean disposing) - - - Sets the shim of Stream.EndRead(IAsyncResult asyncResult) - - - Sets the shim of Stream.EndWrite(IAsyncResult asyncResult) - - - Sets the shim of Stream.EnsureAsyncActiveSemaphoreInitialized() - - - Sets the shim of Stream.FlushAsync() - - - Sets the shim of Stream.FlushAsync(CancellationToken cancellationToken) - - - Sets the shim of Stream.InternalCopyTo(Stream destination, Int32 bufferSize) - - - Sets the shim of Stream.ObjectInvariant() - - - Sets the shim of Stream.ReadAsync(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the shim of Stream.ReadAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) - - - Sets the shim of Stream.ReadByte() - - - Sets the shim of Stream.get_ReadTimeout() - - - Sets the shim of Stream.set_ReadTimeout(Int32 value) - - - Sets the shim of Stream.WriteAsync(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the shim of Stream.WriteAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) - - - Sets the shim of Stream.WriteByte(Byte value) - - - Sets the shim of Stream.get_WriteTimeout() - - - Sets the shim of Stream.set_WriteTimeout(Int32 value) - - - Sets the shim of Stream.BeginEndReadAsync(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the shim of Stream.BeginEndWriteAsync(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the shim of Stream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the shim of Stream.BeginReadInternal(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state, Boolean serializeAsynchronously) - - - Sets the shim of Stream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the shim of Stream.BeginWriteInternal(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state, Boolean serializeAsynchronously) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of Stream.BlockingBeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the shim of Stream.BlockingBeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the shim of Stream.BlockingEndRead(IAsyncResult asyncResult) - - - Sets the shim of Stream.BlockingEndWrite(IAsyncResult asyncResult) - - - Sets the shim of Stream.get_CanTimeout() - - - Sets the shim of Stream.Close() - - - Sets the shim of Stream.Stream() - - - Sets the shim of Stream.CopyToAsyncInternal(Stream destination, Int32 bufferSize, CancellationToken cancellationToken) - - - Sets the shim of Stream.CopyToAsync(Stream destination) - - - Sets the shim of Stream.CopyToAsync(Stream destination, Int32 bufferSize) - - - Sets the shim of Stream.CopyToAsync(Stream destination, Int32 bufferSize, CancellationToken cancellationToken) - - - Sets the shim of Stream.CopyTo(Stream destination) - - - Sets the shim of Stream.CopyTo(Stream destination, Int32 bufferSize) - - - Sets the shim of Stream.CreateWaitHandle() - - - Sets the shim of Stream.Dispose() - - - Sets the shim of Stream.Dispose(Boolean disposing) - - - Sets the shim of Stream.EndRead(IAsyncResult asyncResult) - - - Sets the shim of Stream.EndWrite(IAsyncResult asyncResult) - - - Sets the shim of Stream.EnsureAsyncActiveSemaphoreInitialized() - - - Sets the shim of Stream.FlushAsync() - - - Sets the shim of Stream.FlushAsync(CancellationToken cancellationToken) - - - Sets the shim of Stream.InternalCopyTo(Stream destination, Int32 bufferSize) - - - Sets the shim of Stream.ObjectInvariant() - - - Sets the shim of Stream.ReadAsync(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the shim of Stream.ReadAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) - - - Sets the shim of Stream.ReadByte() - - - Sets the shim of Stream.get_ReadTimeout() - - - Sets the shim of Stream.set_ReadTimeout(Int32 value) - - - Sets the shim of Stream.Stream() - - - Sets the shim of Stream.Synchronized(Stream stream) - - - Sets the shim of Stream.WriteAsync(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the shim of Stream.WriteAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) - - - Sets the shim of Stream.WriteByte(Byte value) - - - Sets the shim of Stream.get_WriteTimeout() - - - Sets the shim of Stream.set_WriteTimeout(Int32 value) - - - Shim type of System.IO.StreamReader - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of StreamReader.get_BaseStream() - - - Sets the shim of StreamReader.get_ByteBuffer_Prop() - - - Sets the shim of StreamReader.get_ByteLen_Prop() - - - Sets the shim of StreamReader.set_ByteLen_Prop(Int32 value) - - - Sets the shim of StreamReader.get_BytePos_Prop() - - - Sets the shim of StreamReader.set_BytePos_Prop(Int32 value) - - - Sets the shim of StreamReader.get_CharBuffer_Prop() - - - Sets the shim of StreamReader.get_CharLen_Prop() - - - Sets the shim of StreamReader.set_CharLen_Prop(Int32 value) - - - Sets the shim of StreamReader.get_CharPos_Prop() - - - Sets the shim of StreamReader.set_CharPos_Prop(Int32 value) - - - Sets the shim of StreamReader.CheckAsyncTaskInProgress() - - - Sets the shim of StreamReader.get_CheckPreamble_Prop() - - - Sets the shim of StreamReader.Close() - - - Sets the shim of StreamReader.CompressBuffer(Int32 n) - - - Sets the shim of StreamReader.get_Decoder_Prop() - - - Sets the shim of StreamReader.DetectEncoding() - - - Sets the shim of StreamReader.get_DetectEncoding_Prop() - - - Sets the shim of StreamReader.DiscardBufferedData() - - - Sets the shim of StreamReader.Dispose(Boolean disposing) - - - Sets the shim of StreamReader.get_EndOfStream() - - - Sets the shim of StreamReader.Init(Stream stream) - - - Sets the shim of StreamReader.get_IsBlocked_Prop() - - - Sets the shim of StreamReader.set_IsBlocked_Prop(Boolean value) - - - Sets the shim of StreamReader.IsPreamble() - - - Sets the shim of StreamReader.get_LeaveOpen() - - - Sets the shim of StreamReader.get_MaxCharsPerBuffer_Prop() - - - Sets the shim of StreamReader.Peek() - - - Sets the shim of StreamReader.get_Preamble_Prop() - - - Sets the shim of StreamReader.Read() - - - Sets the shim of StreamReader.ReadAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamReader.ReadAsyncInternal(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamReader.ReadBlockAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamReader.ReadBlock(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamReader.ReadBuffer() - - - Sets the shim of StreamReader.ReadBufferAsync() - - - Sets the shim of StreamReader.ReadBuffer(Char[] userBuffer, Int32 userOffset, Int32 desiredChars, Boolean& readToUserBuffer) - - - Sets the shim of StreamReader.Read(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamReader.ReadLine() - - - Sets the shim of StreamReader.ReadLineAsync() - - - Sets the shim of StreamReader.ReadLineAsyncInternal() - - - Sets the shim of StreamReader.ReadToEnd() - - - Sets the shim of StreamReader.ReadToEndAsync() - - - Sets the shim of StreamReader.ReadToEndAsyncInternal() - - - Sets the shim of StreamReader.get_Stream_Prop() - - - Sets the shim of StreamReader.get_BaseStream() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of StreamReader.get_ByteBuffer_Prop() - - - Sets the shim of StreamReader.get_ByteLen_Prop() - - - Sets the shim of StreamReader.set_ByteLen_Prop(Int32 value) - - - Sets the shim of StreamReader.get_BytePos_Prop() - - - Sets the shim of StreamReader.set_BytePos_Prop(Int32 value) - - - Sets the shim of StreamReader.get_CharBuffer_Prop() - - - Sets the shim of StreamReader.get_CharLen_Prop() - - - Sets the shim of StreamReader.set_CharLen_Prop(Int32 value) - - - Sets the shim of StreamReader.get_CharPos_Prop() - - - Sets the shim of StreamReader.set_CharPos_Prop(Int32 value) - - - Sets the shim of StreamReader.CheckAsyncTaskInProgress() - - - Sets the shim of StreamReader.get_CheckPreamble_Prop() - - - Sets the shim of StreamReader.Close() - - - Sets the shim of StreamReader.CompressBuffer(Int32 n) - - - Sets the shim of StreamReader.StreamReader() - - - Sets the shim of StreamReader.StreamReader(Stream stream) - - - Sets the shim of StreamReader.StreamReader(Stream stream, Boolean detectEncodingFromByteOrderMarks) - - - Sets the shim of StreamReader.StreamReader(String path) - - - Sets the shim of StreamReader.StreamReader(String path, Boolean detectEncodingFromByteOrderMarks) - - - Sets the shim of StreamReader.get_Decoder_Prop() - - - Sets the shim of StreamReader.get_DefaultBufferSize() - - - Sets the shim of StreamReader.DetectEncoding() - - - Sets the shim of StreamReader.get_DetectEncoding_Prop() - - - Sets the shim of StreamReader.DiscardBufferedData() - - - Sets the shim of StreamReader.Dispose(Boolean disposing) - - - Sets the shim of StreamReader.get_EndOfStream() - - - Sets the shim of StreamReader.Init(Stream stream) - - - Sets the shim of StreamReader.get_IsBlocked_Prop() - - - Sets the shim of StreamReader.set_IsBlocked_Prop(Boolean value) - - - Sets the shim of StreamReader.IsPreamble() - - - Sets the shim of StreamReader.get_LeaveOpen() - - - Sets the shim of StreamReader.get_MaxCharsPerBuffer_Prop() - - - Sets the shim of StreamReader.Peek() - - - Sets the shim of StreamReader.get_Preamble_Prop() - - - Sets the shim of StreamReader.Read() - - - Sets the shim of StreamReader.ReadAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamReader.ReadAsyncInternal(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamReader.ReadBlockAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamReader.ReadBlock(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamReader.ReadBuffer() - - - Sets the shim of StreamReader.ReadBufferAsync() - - - Sets the shim of StreamReader.ReadBuffer(Char[] userBuffer, Int32 userOffset, Int32 desiredChars, Boolean& readToUserBuffer) - - - Sets the shim of StreamReader.Read(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamReader.ReadLine() - - - Sets the shim of StreamReader.ReadLineAsync() - - - Sets the shim of StreamReader.ReadLineAsyncInternal() - - - Sets the shim of StreamReader.ReadToEnd() - - - Sets the shim of StreamReader.ReadToEndAsync() - - - Sets the shim of StreamReader.ReadToEndAsyncInternal() - - - Sets the shim of StreamReader.StreamReader() - - - Sets the shim of StreamReader.get_Stream_Prop() - - - Shim type of System.IO.StreamWriter - - - Initializes a new shim instance - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of StreamWriter.get_AutoFlush() - - - Sets the shim of StreamWriter.set_AutoFlush(Boolean value) - - - Sets the shim of StreamWriter.get_BaseStream() - - - Sets the shim of StreamWriter.set_CharPos_Prop(Int32 value) - - - Sets the shim of StreamWriter.CheckAsyncTaskInProgress() - - - Sets the shim of StreamWriter.Close() - - - Sets the shim of StreamWriter.Dispose(Boolean disposing) - - - Sets the shim of StreamWriter.Flush() - - - Sets the shim of StreamWriter.FlushAsync() - - - Sets the shim of StreamWriter.FlushAsyncInternal(Boolean flushStream, Boolean flushEncoder, Char[] sCharBuffer, Int32 sCharPos) - - - Sets the shim of StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) - - - Sets the shim of StreamWriter.set_HaveWrittenPreamble(Boolean value) - - - Sets the shim of StreamWriter.set_HaveWrittenPreamble_Prop(Boolean value) - - - Sets the shim of StreamWriter.get_LeaveOpen() - - - Sets the shim of StreamWriter.WriteAsync(Char value) - - - Sets the shim of StreamWriter.WriteAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamWriter.WriteAsync(String value) - - - Sets the shim of StreamWriter.Write(Char value) - - - Sets the shim of StreamWriter.Write(Char[] buffer) - - - Sets the shim of StreamWriter.Write(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamWriter.WriteLineAsync() - - - Sets the shim of StreamWriter.WriteLineAsync(Char value) - - - Sets the shim of StreamWriter.WriteLineAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamWriter.WriteLineAsync(String value) - - - Sets the shim of StreamWriter.Write(String value) - - - Sets the shim of StreamWriter.get_AutoFlush() - - - Sets the shim of StreamWriter.set_AutoFlush(Boolean value) - - - Sets the shim of StreamWriter.get_BaseStream() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of StreamWriter.set_CharPos_Prop(Int32 value) - - - Sets the shim of StreamWriter.CheckAsyncTaskInProgress() - - - Sets the shim of StreamWriter.Close() - - - Sets the shim of StreamWriter.StreamWriter() - - - Sets the shim of StreamWriter.StreamWriter(Stream stream) - - - Sets the shim of StreamWriter.StreamWriter(String path) - - - Sets the shim of StreamWriter.StreamWriter(String path, Boolean append) - - - Sets the shim of StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) - - - Sets the shim of StreamWriter.Dispose(Boolean disposing) - - - Sets the shim of StreamWriter.Flush() - - - Sets the shim of StreamWriter.FlushAsync() - - - Sets the shim of StreamWriter.FlushAsyncInternal(Boolean flushStream, Boolean flushEncoder, Char[] sCharBuffer, Int32 sCharPos) - - - Sets the shim of StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) - - - Sets the shim of StreamWriter.set_HaveWrittenPreamble(Boolean value) - - - Sets the shim of StreamWriter.set_HaveWrittenPreamble_Prop(Boolean value) - - - Sets the shim of StreamWriter.get_LeaveOpen() - - - Sets the shim of StreamWriter.StreamWriter() - - - Sets the shim of StreamWriter.WriteAsync(Char value) - - - Sets the shim of StreamWriter.WriteAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamWriter.WriteAsyncInternal(StreamWriter _this, Char[] buffer, Int32 index, Int32 count, Char[] charBuffer, Int32 charPos, Int32 charLen, Char[] coreNewLine, Boolean autoFlush, Boolean appendNewLine) - - - Sets the shim of StreamWriter.WriteAsyncInternal(StreamWriter _this, Char value, Char[] charBuffer, Int32 charPos, Int32 charLen, Char[] coreNewLine, Boolean autoFlush, Boolean appendNewLine) - - - Sets the shim of StreamWriter.WriteAsyncInternal(StreamWriter _this, String value, Char[] charBuffer, Int32 charPos, Int32 charLen, Char[] coreNewLine, Boolean autoFlush, Boolean appendNewLine) - - - Sets the shim of StreamWriter.WriteAsync(String value) - - - Sets the shim of StreamWriter.Write(Char value) - - - Sets the shim of StreamWriter.Write(Char[] buffer) - - - Sets the shim of StreamWriter.Write(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamWriter.WriteLineAsync() - - - Sets the shim of StreamWriter.WriteLineAsync(Char value) - - - Sets the shim of StreamWriter.WriteLineAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of StreamWriter.WriteLineAsync(String value) - - - Sets the shim of StreamWriter.Write(String value) - - - Shim type of System.IO.TextReader - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of TextReader.Close() - - - Sets the shim of TextReader.Dispose() - - - Sets the shim of TextReader.Dispose(Boolean disposing) - - - Sets the shim of TextReader.Peek() - - - Sets the shim of TextReader.Read() - - - Sets the shim of TextReader.ReadAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextReader.ReadAsyncInternal(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextReader.ReadBlockAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextReader.ReadBlockAsyncInternal(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextReader.ReadBlock(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextReader.Read(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextReader.ReadLine() - - - Sets the shim of TextReader.ReadLineAsync() - - - Sets the shim of TextReader.ReadToEnd() - - - Sets the shim of TextReader.ReadToEndAsync() - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of TextReader.Close() - - - Sets the shim of TextReader.TextReader() - - - Sets the shim of TextReader.Dispose() - - - Sets the shim of TextReader.Dispose(Boolean disposing) - - - Sets the shim of TextReader.Peek() - - - Sets the shim of TextReader.Read() - - - Sets the shim of TextReader.ReadAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextReader.ReadAsyncInternal(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextReader.ReadBlockAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextReader.ReadBlockAsyncInternal(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextReader.ReadBlock(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextReader.Read(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextReader.ReadLine() - - - Sets the shim of TextReader.ReadLineAsync() - - - Sets the shim of TextReader.ReadToEnd() - - - Sets the shim of TextReader.ReadToEndAsync() - - - Sets the shim of TextReader.TextReader() - - - Sets the shim of TextReader.Synchronized(TextReader reader) - - - Shim type of System.IO.TextWriter - - - Initializes a new shim for the given instance - - - Define shims for all instances members - - - Sets the shim of TextWriter.Close() - - - Sets the shim of TextWriter.Dispose() - - - Sets the shim of TextWriter.Dispose(Boolean disposing) - - - Sets the shim of TextWriter.Flush() - - - Sets the shim of TextWriter.FlushAsync() - - - Sets the shim of TextWriter.get_FormatProvider() - - - Sets the shim of TextWriter.get_NewLine() - - - Sets the shim of TextWriter.set_NewLine(String value) - - - Sets the shim of TextWriter.WriteAsync(Char value) - - - Sets the shim of TextWriter.WriteAsync(Char[] buffer) - - - Sets the shim of TextWriter.WriteAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextWriter.WriteAsync(String value) - - - Sets the shim of TextWriter.Write(Boolean value) - - - Sets the shim of TextWriter.Write(Char value) - - - Sets the shim of TextWriter.Write(Char[] buffer) - - - Sets the shim of TextWriter.Write(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextWriter.Write(Decimal value) - - - Sets the shim of TextWriter.Write(Double value) - - - Sets the shim of TextWriter.Write(Int32 value) - - - Sets the shim of TextWriter.Write(Int64 value) - - - Sets the shim of TextWriter.WriteLine() - - - Sets the shim of TextWriter.WriteLineAsync() - - - Sets the shim of TextWriter.WriteLineAsync(Char value) - - - Sets the shim of TextWriter.WriteLineAsync(Char[] buffer) - - - Sets the shim of TextWriter.WriteLineAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextWriter.WriteLineAsync(String value) - - - Sets the shim of TextWriter.WriteLine(Boolean value) - - - Sets the shim of TextWriter.WriteLine(Char value) - - - Sets the shim of TextWriter.WriteLine(Char[] buffer) - - - Sets the shim of TextWriter.WriteLine(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextWriter.WriteLine(Decimal value) - - - Sets the shim of TextWriter.WriteLine(Double value) - - - Sets the shim of TextWriter.WriteLine(Int32 value) - - - Sets the shim of TextWriter.WriteLine(Int64 value) - - - Sets the shim of TextWriter.WriteLine(Object value) - - - Sets the shim of TextWriter.WriteLine(Single value) - - - Sets the shim of TextWriter.WriteLine(String value) - - - Sets the shim of TextWriter.WriteLine(String format, Object arg0) - - - Sets the shim of TextWriter.WriteLine(String format, Object[] arg) - - - Sets the shim of TextWriter.WriteLine(String format, Object arg0, Object arg1) - - - Sets the shim of TextWriter.WriteLine(String format, Object arg0, Object arg1, Object arg2) - - - Sets the shim of TextWriter.WriteLine(UInt32 value) - - - Sets the shim of TextWriter.WriteLine(UInt64 value) - - - Sets the shim of TextWriter.Write(Object value) - - - Sets the shim of TextWriter.Write(Single value) - - - Sets the shim of TextWriter.Write(String value) - - - Sets the shim of TextWriter.Write(String format, Object arg0) - - - Sets the shim of TextWriter.Write(String format, Object[] arg) - - - Sets the shim of TextWriter.Write(String format, Object arg0, Object arg1) - - - Sets the shim of TextWriter.Write(String format, Object arg0, Object arg1, Object arg2) - - - Sets the shim of TextWriter.Write(UInt32 value) - - - Sets the shim of TextWriter.Write(UInt64 value) - - - Assigns the 'Current' behavior for all methods of the shimmed type - - - Assigns the 'NotImplemented' behavior for all methods of the shimmed type - - - Assigns the behavior for all methods of the shimmed type - - - Binds the members of the interface to the shim. - - - Sets the shim of TextWriter.Close() - - - Sets the shim of TextWriter.TextWriter() - - - Sets the shim of TextWriter.TextWriter(IFormatProvider formatProvider) - - - Sets the shim of TextWriter.Dispose() - - - Sets the shim of TextWriter.Dispose(Boolean disposing) - - - Sets the shim of TextWriter.Flush() - - - Sets the shim of TextWriter.FlushAsync() - - - Sets the shim of TextWriter.get_FormatProvider() - - - Sets the shim of TextWriter.get_NewLine() - - - Sets the shim of TextWriter.set_NewLine(String value) - - - Sets the shim of TextWriter.TextWriter() - - - Sets the shim of TextWriter.Synchronized(TextWriter writer) - - - Sets the shim of TextWriter.WriteAsync(Char value) - - - Sets the shim of TextWriter.WriteAsync(Char[] buffer) - - - Sets the shim of TextWriter.WriteAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextWriter.WriteAsync(String value) - - - Sets the shim of TextWriter.Write(Boolean value) - - - Sets the shim of TextWriter.Write(Char value) - - - Sets the shim of TextWriter.Write(Char[] buffer) - - - Sets the shim of TextWriter.Write(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextWriter.Write(Decimal value) - - - Sets the shim of TextWriter.Write(Double value) - - - Sets the shim of TextWriter.Write(Int32 value) - - - Sets the shim of TextWriter.Write(Int64 value) - - - Sets the shim of TextWriter.WriteLine() - - - Sets the shim of TextWriter.WriteLineAsync() - - - Sets the shim of TextWriter.WriteLineAsync(Char value) - - - Sets the shim of TextWriter.WriteLineAsync(Char[] buffer) - - - Sets the shim of TextWriter.WriteLineAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextWriter.WriteLineAsync(String value) - - - Sets the shim of TextWriter.WriteLine(Boolean value) - - - Sets the shim of TextWriter.WriteLine(Char value) - - - Sets the shim of TextWriter.WriteLine(Char[] buffer) - - - Sets the shim of TextWriter.WriteLine(Char[] buffer, Int32 index, Int32 count) - - - Sets the shim of TextWriter.WriteLine(Decimal value) - - - Sets the shim of TextWriter.WriteLine(Double value) - - - Sets the shim of TextWriter.WriteLine(Int32 value) - - - Sets the shim of TextWriter.WriteLine(Int64 value) - - - Sets the shim of TextWriter.WriteLine(Object value) - - - Sets the shim of TextWriter.WriteLine(Single value) - - - Sets the shim of TextWriter.WriteLine(String value) - - - Sets the shim of TextWriter.WriteLine(String format, Object arg0) - - - Sets the shim of TextWriter.WriteLine(String format, Object[] arg) - - - Sets the shim of TextWriter.WriteLine(String format, Object arg0, Object arg1) - - - Sets the shim of TextWriter.WriteLine(String format, Object arg0, Object arg1, Object arg2) - - - Sets the shim of TextWriter.WriteLine(UInt32 value) - - - Sets the shim of TextWriter.WriteLine(UInt64 value) - - - Sets the shim of TextWriter.Write(Object value) - - - Sets the shim of TextWriter.Write(Single value) - - - Sets the shim of TextWriter.Write(String value) - - - Sets the shim of TextWriter.Write(String format, Object arg0) - - - Sets the shim of TextWriter.Write(String format, Object[] arg) - - - Sets the shim of TextWriter.Write(String format, Object arg0, Object arg1) - - - Sets the shim of TextWriter.Write(String format, Object arg0, Object arg1, Object arg2) - - - Sets the shim of TextWriter.Write(UInt32 value) - - - Sets the shim of TextWriter.Write(UInt64 value) - - - Stub type of System.IO.BinaryReader - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of BinaryReader.get_BaseStream() - - - Sets the stub of BinaryReader.get_BaseStream() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of BinaryReader.Close() - - - Sets the stub of BinaryReader.Close() - - - Sets the stub of BinaryReader.Dispose(Boolean disposing) - - - Sets the stub of BinaryReader.Dispose(Boolean disposing) - - - Sets the stub of BinaryReader.FillBuffer(Int32 numBytes) - - - Sets the stub of BinaryReader.FillBuffer(Int32 numBytes) - - - Initializes a new instance of type StubBinaryReader - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of BinaryReader.PeekChar() - - - Sets the stub of BinaryReader.PeekChar() - - - Sets the stub of BinaryReader.Read() - - - Sets the stub of BinaryReader.Read(Byte[] buffer, Int32 index, Int32 count) - - - Sets the stub of BinaryReader.Read(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of BinaryReader.Read() - - - Sets the stub of BinaryReader.ReadBoolean() - - - Sets the stub of BinaryReader.ReadBoolean() - - - Sets the stub of BinaryReader.ReadByte() - - - Sets the stub of BinaryReader.ReadByte() - - - Sets the stub of BinaryReader.Read(Byte[] buffer, Int32 index, Int32 count) - - - Sets the stub of BinaryReader.ReadBytes(Int32 count) - - - Sets the stub of BinaryReader.ReadBytes(Int32 count) - - - Sets the stub of BinaryReader.ReadChar() - - - Sets the stub of BinaryReader.ReadChar() - - - Sets the stub of BinaryReader.Read(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of BinaryReader.ReadChars(Int32 count) - - - Sets the stub of BinaryReader.ReadChars(Int32 count) - - - Sets the stub of BinaryReader.ReadDecimal() - - - Sets the stub of BinaryReader.ReadDecimal() - - - Sets the stub of BinaryReader.ReadDouble() - - - Sets the stub of BinaryReader.ReadDouble() - - - Sets the stub of BinaryReader.ReadInt16() - - - Sets the stub of BinaryReader.ReadInt16() - - - Sets the stub of BinaryReader.ReadInt32() - - - Sets the stub of BinaryReader.ReadInt32() - - - Sets the stub of BinaryReader.ReadInt64() - - - Sets the stub of BinaryReader.ReadInt64() - - - Sets the stub of BinaryReader.ReadSByte() - - - Sets the stub of BinaryReader.ReadSByte() - - - Sets the stub of BinaryReader.ReadSingle() - - - Sets the stub of BinaryReader.ReadSingle() - - - Sets the stub of BinaryReader.ReadString() - - - Sets the stub of BinaryReader.ReadString() - - - Sets the stub of BinaryReader.ReadUInt16() - - - Sets the stub of BinaryReader.ReadUInt16() - - - Sets the stub of BinaryReader.ReadUInt32() - - - Sets the stub of BinaryReader.ReadUInt32() - - - Sets the stub of BinaryReader.ReadUInt64() - - - Sets the stub of BinaryReader.ReadUInt64() - - - Stub type of System.IO.BinaryWriter - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of BinaryWriter.get_BaseStream() - - - Sets the stub of BinaryWriter.get_BaseStream() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of BinaryWriter.Close() - - - Sets the stub of BinaryWriter.Close() - - - Sets the stub of BinaryWriter.Dispose(Boolean disposing) - - - Sets the stub of BinaryWriter.Dispose(Boolean disposing) - - - Sets the stub of BinaryWriter.Flush() - - - Sets the stub of BinaryWriter.Flush() - - - Initializes a new instance of type StubBinaryWriter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of BinaryWriter.Seek(Int32 offset, SeekOrigin origin) - - - Sets the stub of BinaryWriter.Seek(Int32 offset, SeekOrigin origin) - - - Sets the stub of BinaryWriter.Write(Boolean value) - - - Sets the stub of BinaryWriter.Write(Byte value) - - - Sets the stub of BinaryWriter.Write(Decimal value) - - - Sets the stub of BinaryWriter.Write(String value) - - - Sets the stub of BinaryWriter.Write(Char ch) - - - Sets the stub of BinaryWriter.Write(Double value) - - - Sets the stub of BinaryWriter.Write(Int16 value) - - - Sets the stub of BinaryWriter.Write(Int32 value) - - - Sets the stub of BinaryWriter.Write(Int64 value) - - - Sets the stub of BinaryWriter.Write(Single value) - - - Sets the stub of BinaryWriter.Write(Char[] chars) - - - Sets the stub of BinaryWriter.Write(SByte value) - - - Sets the stub of BinaryWriter.Write(UInt16 value) - - - Sets the stub of BinaryWriter.Write(UInt32 value) - - - Sets the stub of BinaryWriter.Write(UInt64 value) - - - Sets the stub of BinaryWriter.Write(Byte[] buffer) - - - Sets the stub of BinaryWriter.Write(Byte[] buffer, Int32 index, Int32 count) - - - Sets the stub of BinaryWriter.Write(Char[] chars, Int32 index, Int32 count) - - - Sets the stub of BinaryWriter.Write(Boolean value) - - - Sets the stub of BinaryWriter.Write(Byte value) - - - Sets the stub of BinaryWriter.Write(Byte[] buffer) - - - Sets the stub of BinaryWriter.Write(Byte[] buffer, Int32 index, Int32 count) - - - Sets the stub of BinaryWriter.Write(Char ch) - - - Sets the stub of BinaryWriter.Write(Char[] chars) - - - Sets the stub of BinaryWriter.Write(Char[] chars, Int32 index, Int32 count) - - - Sets the stub of BinaryWriter.Write(Decimal value) - - - Sets the stub of BinaryWriter.Write(Double value) - - - Sets the stub of BinaryWriter.Write(Int16 value) - - - Sets the stub of BinaryWriter.Write(Int32 value) - - - Sets the stub of BinaryWriter.Write(Int64 value) - - - Sets the stub of BinaryWriter.Write(SByte value) - - - Sets the stub of BinaryWriter.Write(Single value) - - - Sets the stub of BinaryWriter.Write(String value) - - - Sets the stub of BinaryWriter.Write(UInt16 value) - - - Sets the stub of BinaryWriter.Write(UInt32 value) - - - Sets the stub of BinaryWriter.Write(UInt64 value) - - - Stub type of System.IO.DirectoryNotFoundException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubDirectoryNotFoundException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubDirectoryNotFoundException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubDirectoryNotFoundException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.IO.DriveNotFoundException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubDriveNotFoundException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubDriveNotFoundException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubDriveNotFoundException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.IO.EndOfStreamException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubEndOfStreamException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubEndOfStreamException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubEndOfStreamException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.IO.FileLoadException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubFileLoadException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubFileLoadException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of FileLoadException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of FileLoadException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubFileLoadException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of FileLoadException.get_Message() - - - Sets the stub of FileLoadException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of FileLoadException.ToString() - - - Sets the stub of FileLoadException.ToString() - - - Stub type of System.IO.FileNotFoundException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubFileNotFoundException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubFileNotFoundException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of FileNotFoundException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of FileNotFoundException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubFileNotFoundException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of FileNotFoundException.get_Message() - - - Sets the stub of FileNotFoundException.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of FileNotFoundException.ToString() - - - Sets the stub of FileNotFoundException.ToString() - - - Stub type of System.IO.FileStream - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubFileStream.Position as a property with a backing field. - - - Attaches delegates to emulate StubFileStream.ReadTimeout as a property with a backing field. - - - Attaches delegates to emulate StubFileStream.WriteTimeout as a property with a backing field. - - - Sets the stub of FileStream.BeginRead(Byte[] array, Int32 offset, Int32 numBytes, AsyncCallback userCallback, Object stateObject) - - - Sets the stub of FileStream.BeginRead(Byte[] array, Int32 offset, Int32 numBytes, AsyncCallback userCallback, Object stateObject) - - - Sets the stub of FileStream.BeginWrite(Byte[] array, Int32 offset, Int32 numBytes, AsyncCallback userCallback, Object stateObject) - - - Sets the stub of FileStream.BeginWrite(Byte[] array, Int32 offset, Int32 numBytes, AsyncCallback userCallback, Object stateObject) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of FileStream.get_CanRead() - - - Sets the stub of FileStream.get_CanRead() - - - Sets the stub of FileStream.get_CanSeek() - - - Sets the stub of FileStream.get_CanSeek() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of FileStream.get_CanWrite() - - - Sets the stub of FileStream.get_CanWrite() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of FileStream.Dispose(Boolean disposing) - - - Sets the stub of FileStream.Dispose(Boolean disposing) - - - Sets the stub of FileStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of FileStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of FileStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of FileStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of FileStream.Flush() - - - Sets the stub of FileStream.Flush(Boolean flushToDisk) - - - Sets the stub of FileStream.Flush() - - - Sets the stub of FileStream.Flush(Boolean flushToDisk) - - - Sets the stub of FileStream.get_Handle() - - - Sets the stub of FileStream.get_Handle() - - - Initializes a new instance of type StubFileStream - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of FileStream.get_IsAsync() - - - Sets the stub of FileStream.get_IsAsync() - - - Sets the stub of FileStream.get_Length() - - - Sets the stub of FileStream.get_Length() - - - Sets the stub of FileStream.Lock(Int64 position, Int64 length) - - - Sets the stub of FileStream.Lock(Int64 position, Int64 length) - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of FileStream.get_Position() - - - Sets the stub of FileStream.get_Position() - - - Sets the stub of FileStream.set_Position(Int64 value) - - - Sets the stub of FileStream.Read(Byte[] array, Int32 offset, Int32 count) - - - Sets the stub of FileStream.ReadByte() - - - Sets the stub of FileStream.ReadByte() - - - Sets the stub of FileStream.Read(Byte[] array, Int32 offset, Int32 count) - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.set_ReadTimeout(Int32 value) - - - Sets the stub of FileStream.get_SafeFileHandle() - - - Sets the stub of FileStream.get_SafeFileHandle() - - - Sets the stub of FileStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of FileStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of FileStream.SetLength(Int64 value) - - - Sets the stub of FileStream.SetLength(Int64 value) - - - Sets the stub of FileStream.Unlock(Int64 position, Int64 length) - - - Sets the stub of FileStream.Unlock(Int64 position, Int64 length) - - - Sets the stub of FileStream.Write(Byte[] array, Int32 offset, Int32 count) - - - Sets the stub of FileStream.WriteByte(Byte value) - - - Sets the stub of FileStream.Write(Byte[] array, Int32 offset, Int32 count) - - - Sets the stub of FileStream.WriteByte(Byte value) - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.set_WriteTimeout(Int32 value) - - - Stub type of System.IO.FileSystemInfo - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of FileSystemInfo.Delete() - - - Sets the stub of FileSystemInfo.Delete() - - - Sets the stub of FileSystemInfo.get_Exists() - - - Sets the stub of FileSystemInfo.get_Exists() - - - Sets the stub of FileSystemInfo.get_FullName() - - - Sets the stub of FileSystemInfo.get_FullName() - - - Sets the stub of FileSystemInfo.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of FileSystemInfo.GetObjectData(SerializationInfo info, StreamingContext context) - - - Initializes a new instance of type StubFileSystemInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of FileSystemInfo.get_Name() - - - Sets the stub of FileSystemInfo.get_Name() - - - Stub type of System.IO.IOException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubIOException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubIOException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubIOException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.IO.PathTooLongException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubPathTooLongException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubPathTooLongException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubPathTooLongException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.IO.Stream - - - Initializes a new instance - - - Attaches delegates to emulate StubStream.Position as a property with a backing field. - - - Attaches delegates to emulate StubStream.ReadTimeout as a property with a backing field. - - - Attaches delegates to emulate StubStream.WriteTimeout as a property with a backing field. - - - Sets the stub of Stream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the stub of Stream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the stub of Stream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the stub of Stream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Stream.get_CanRead() - - - Sets the stub of Stream.get_CanRead() - - - Sets the stub of Stream.get_CanSeek() - - - Sets the stub of Stream.get_CanSeek() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of Stream.get_CanWrite() - - - Sets the stub of Stream.get_CanWrite() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of Stream.Dispose(Boolean disposing) - - - Sets the stub of Stream.Dispose(Boolean disposing) - - - Sets the stub of Stream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of Stream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of Stream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of Stream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of Stream.Flush() - - - Sets the stub of Stream.Flush() - - - Initializes a new instance of type StubStream - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Stream.get_Length() - - - Sets the stub of Stream.get_Length() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.get_Position() - - - Sets the stub of Stream.get_Position() - - - Sets the stub of Stream.set_Position(Int64 value) - - - Sets the stub of Stream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of Stream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.set_ReadTimeout(Int32 value) - - - Sets the stub of Stream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of Stream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of Stream.SetLength(Int64 value) - - - Sets the stub of Stream.SetLength(Int64 value) - - - Sets the stub of Stream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of Stream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.set_WriteTimeout(Int32 value) - - - Stub type of System.IO.StreamReader - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of StreamReader.get_BaseStream() - - - Sets the stub of StreamReader.get_BaseStream() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of StreamReader.Close() - - - Sets the stub of StreamReader.Close() - - - Sets the stub of StreamReader.Dispose(Boolean disposing) - - - Sets the stub of StreamReader.Dispose(Boolean disposing) - - - Initializes a new instance of type StubStreamReader - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of StreamReader.Peek() - - - Sets the stub of StreamReader.Peek() - - - Sets the stub of StreamReader.Read() - - - Sets the stub of StreamReader.Read(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StreamReader.Read() - - - Sets the stub of StreamReader.ReadAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StreamReader.ReadAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StreamReader.ReadBlock(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StreamReader.ReadBlockAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StreamReader.ReadBlockAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StreamReader.ReadBlock(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StreamReader.Read(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StreamReader.ReadLine() - - - Sets the stub of StreamReader.ReadLine() - - - Sets the stub of StreamReader.ReadLineAsync() - - - Sets the stub of StreamReader.ReadLineAsync() - - - Sets the stub of StreamReader.ReadToEnd() - - - Sets the stub of StreamReader.ReadToEnd() - - - Sets the stub of StreamReader.ReadToEndAsync() - - - Sets the stub of StreamReader.ReadToEndAsync() - - - Stub type of System.IO.StringReader - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of StringReader.Close() - - - Sets the stub of StringReader.Close() - - - Sets the stub of StringReader.Dispose(Boolean disposing) - - - Sets the stub of StringReader.Dispose(Boolean disposing) - - - Initializes a new instance of type StubStringReader - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of StringReader.Peek() - - - Sets the stub of StringReader.Peek() - - - Sets the stub of StringReader.Read() - - - Sets the stub of StringReader.Read(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StringReader.Read() - - - Sets the stub of StringReader.ReadAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StringReader.ReadAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of TextReader.ReadBlock(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StringReader.ReadBlockAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StringReader.ReadBlockAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of TextReader.ReadBlock(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StringReader.Read(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of StringReader.ReadLine() - - - Sets the stub of StringReader.ReadLine() - - - Sets the stub of StringReader.ReadLineAsync() - - - Sets the stub of StringReader.ReadLineAsync() - - - Sets the stub of StringReader.ReadToEnd() - - - Sets the stub of StringReader.ReadToEnd() - - - Sets the stub of StringReader.ReadToEndAsync() - - - Sets the stub of StringReader.ReadToEndAsync() - - - Stub type of System.IO.TextReader - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TextReader.Close() - - - Sets the stub of TextReader.Close() - - - Sets the stub of TextReader.Dispose(Boolean disposing) - - - Sets the stub of TextReader.Dispose(Boolean disposing) - - - Initializes a new instance of type StubTextReader - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TextReader.Peek() - - - Sets the stub of TextReader.Peek() - - - Sets the stub of TextReader.Read() - - - Sets the stub of TextReader.Read(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of TextReader.Read() - - - Sets the stub of TextReader.ReadAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of TextReader.ReadAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of TextReader.ReadBlock(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of TextReader.ReadBlockAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of TextReader.ReadBlockAsync(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of TextReader.ReadBlock(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of TextReader.Read(Char[] buffer, Int32 index, Int32 count) - - - Sets the stub of TextReader.ReadLine() - - - Sets the stub of TextReader.ReadLine() - - - Sets the stub of TextReader.ReadLineAsync() - - - Sets the stub of TextReader.ReadLineAsync() - - - Sets the stub of TextReader.ReadToEnd() - - - Sets the stub of TextReader.ReadToEnd() - - - Sets the stub of TextReader.ReadToEndAsync() - - - Sets the stub of TextReader.ReadToEndAsync() - - - Stub type of System.IO.UnmanagedMemoryAccessor - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UnmanagedMemoryAccessor.Dispose(Boolean disposing) - - - Sets the stub of UnmanagedMemoryAccessor.Dispose(Boolean disposing) - - - Initializes a new instance of type StubUnmanagedMemoryAccessor - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.IO.UnmanagedMemoryStream - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubUnmanagedMemoryStream.Position as a property with a backing field. - - - Attaches delegates to emulate StubUnmanagedMemoryStream.ReadTimeout as a property with a backing field. - - - Attaches delegates to emulate StubUnmanagedMemoryStream.WriteTimeout as a property with a backing field. - - - Sets the stub of Stream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the stub of Stream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the stub of Stream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the stub of Stream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of UnmanagedMemoryStream.get_CanRead() - - - Sets the stub of UnmanagedMemoryStream.get_CanRead() - - - Sets the stub of UnmanagedMemoryStream.get_CanSeek() - - - Sets the stub of UnmanagedMemoryStream.get_CanSeek() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of UnmanagedMemoryStream.get_CanWrite() - - - Sets the stub of UnmanagedMemoryStream.get_CanWrite() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of UnmanagedMemoryStream.Dispose(Boolean disposing) - - - Sets the stub of UnmanagedMemoryStream.Dispose(Boolean disposing) - - - Sets the stub of Stream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of Stream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of Stream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of Stream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of UnmanagedMemoryStream.Flush() - - - Sets the stub of UnmanagedMemoryStream.Flush() - - - Initializes a new instance of type StubUnmanagedMemoryStream - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of UnmanagedMemoryStream.get_Length() - - - Sets the stub of UnmanagedMemoryStream.get_Length() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of UnmanagedMemoryStream.get_Position() - - - Sets the stub of UnmanagedMemoryStream.get_Position() - - - Sets the stub of UnmanagedMemoryStream.set_Position(Int64 value) - - - Sets the stub of UnmanagedMemoryStream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of UnmanagedMemoryStream.ReadByte() - - - Sets the stub of UnmanagedMemoryStream.ReadByte() - - - Sets the stub of UnmanagedMemoryStream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.set_ReadTimeout(Int32 value) - - - Sets the stub of UnmanagedMemoryStream.Seek(Int64 offset, SeekOrigin loc) - - - Sets the stub of UnmanagedMemoryStream.Seek(Int64 offset, SeekOrigin loc) - - - Sets the stub of UnmanagedMemoryStream.SetLength(Int64 value) - - - Sets the stub of UnmanagedMemoryStream.SetLength(Int64 value) - - - Sets the stub of UnmanagedMemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of UnmanagedMemoryStream.WriteByte(Byte value) - - - Sets the stub of UnmanagedMemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of UnmanagedMemoryStream.WriteByte(Byte value) - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.set_WriteTimeout(Int32 value) - - - Stub type of System.IO.IsolatedStorage.INormalizeForIsolatedStorage - - - Initializes a new instance of type StubINormalizeForIsolatedStorage - - - Sets the stub of INormalizeForIsolatedStorage.Normalize() - - - Sets the stub of INormalizeForIsolatedStorage.Normalize() - - - Stub type of System.IO.IsolatedStorage.IsolatedStorage - - - Initializes a new instance - - - Sets the stub of IsolatedStorage.get_AvailableFreeSpace() - - - Sets the stub of IsolatedStorage.get_AvailableFreeSpace() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IsolatedStorage.get_CurrentSize() - - - Sets the stub of IsolatedStorage.get_CurrentSize() - - - Sets the stub of IsolatedStorage.GetPermission(PermissionSet ps) - - - Sets the stub of IsolatedStorage.GetPermission(PermissionSet ps) - - - Sets the stub of IsolatedStorage.IncreaseQuotaTo(Int64 newQuotaSize) - - - Sets the stub of IsolatedStorage.IncreaseQuotaTo(Int64 newQuotaSize) - - - Initializes a new instance of type StubIsolatedStorage - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IsolatedStorage.get_MaximumSize() - - - Sets the stub of IsolatedStorage.get_MaximumSize() - - - Sets the stub of IsolatedStorage.Remove() - - - Sets the stub of IsolatedStorage.Remove() - - - Sets the stub of IsolatedStorage.get_SeparatorExternal() - - - Sets the stub of IsolatedStorage.get_SeparatorExternal() - - - Sets the stub of IsolatedStorage.get_SeparatorInternal() - - - Sets the stub of IsolatedStorage.get_SeparatorInternal() - - - Sets the stub of IsolatedStorage.get_UsedSize() - - - Sets the stub of IsolatedStorage.get_UsedSize() - - - Stub type of System.IO.IsolatedStorage.IsolatedStorageException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubIsolatedStorageException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubIsolatedStorageException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubIsolatedStorageException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.IO.IsolatedStorage.IsolatedStorageFileStream - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubIsolatedStorageFileStream.Position as a property with a backing field. - - - Attaches delegates to emulate StubIsolatedStorageFileStream.ReadTimeout as a property with a backing field. - - - Attaches delegates to emulate StubIsolatedStorageFileStream.WriteTimeout as a property with a backing field. - - - Sets the stub of IsolatedStorageFileStream.BeginRead(Byte[] buffer, Int32 offset, Int32 numBytes, AsyncCallback userCallback, Object stateObject) - - - Sets the stub of IsolatedStorageFileStream.BeginRead(Byte[] buffer, Int32 offset, Int32 numBytes, AsyncCallback userCallback, Object stateObject) - - - Sets the stub of IsolatedStorageFileStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 numBytes, AsyncCallback userCallback, Object stateObject) - - - Sets the stub of IsolatedStorageFileStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 numBytes, AsyncCallback userCallback, Object stateObject) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of IsolatedStorageFileStream.get_CanRead() - - - Sets the stub of IsolatedStorageFileStream.get_CanRead() - - - Sets the stub of IsolatedStorageFileStream.get_CanSeek() - - - Sets the stub of IsolatedStorageFileStream.get_CanSeek() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of IsolatedStorageFileStream.get_CanWrite() - - - Sets the stub of IsolatedStorageFileStream.get_CanWrite() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of IsolatedStorageFileStream.Dispose(Boolean disposing) - - - Sets the stub of IsolatedStorageFileStream.Dispose(Boolean disposing) - - - Sets the stub of IsolatedStorageFileStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of IsolatedStorageFileStream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of IsolatedStorageFileStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of IsolatedStorageFileStream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of IsolatedStorageFileStream.Flush() - - - Sets the stub of IsolatedStorageFileStream.Flush(Boolean flushToDisk) - - - Sets the stub of IsolatedStorageFileStream.Flush() - - - Sets the stub of IsolatedStorageFileStream.Flush(Boolean flushToDisk) - - - Sets the stub of IsolatedStorageFileStream.get_Handle() - - - Sets the stub of IsolatedStorageFileStream.get_Handle() - - - Initializes a new instance of type StubIsolatedStorageFileStream - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of IsolatedStorageFileStream.get_IsAsync() - - - Sets the stub of IsolatedStorageFileStream.get_IsAsync() - - - Sets the stub of IsolatedStorageFileStream.get_Length() - - - Sets the stub of IsolatedStorageFileStream.get_Length() - - - Sets the stub of IsolatedStorageFileStream.Lock(Int64 position, Int64 length) - - - Sets the stub of IsolatedStorageFileStream.Lock(Int64 position, Int64 length) - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of IsolatedStorageFileStream.get_Position() - - - Sets the stub of IsolatedStorageFileStream.get_Position() - - - Sets the stub of IsolatedStorageFileStream.set_Position(Int64 value) - - - Sets the stub of IsolatedStorageFileStream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of IsolatedStorageFileStream.ReadByte() - - - Sets the stub of IsolatedStorageFileStream.ReadByte() - - - Sets the stub of IsolatedStorageFileStream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.set_ReadTimeout(Int32 value) - - - Sets the stub of IsolatedStorageFileStream.get_SafeFileHandle() - - - Sets the stub of IsolatedStorageFileStream.get_SafeFileHandle() - - - Sets the stub of IsolatedStorageFileStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of IsolatedStorageFileStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of IsolatedStorageFileStream.SetLength(Int64 value) - - - Sets the stub of IsolatedStorageFileStream.SetLength(Int64 value) - - - Sets the stub of IsolatedStorageFileStream.Unlock(Int64 position, Int64 length) - - - Sets the stub of IsolatedStorageFileStream.Unlock(Int64 position, Int64 length) - - - Sets the stub of IsolatedStorageFileStream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of IsolatedStorageFileStream.WriteByte(Byte value) - - - Sets the stub of IsolatedStorageFileStream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of IsolatedStorageFileStream.WriteByte(Byte value) - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.set_WriteTimeout(Int32 value) - - - Stub type of System.Reflection.Emit.CustomAttributeBuilder - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCustomAttributeBuilder - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Reflection.Assembly - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Assembly.get_CodeBase() - - - Sets the stub of Assembly.get_CodeBase() - - - Sets the stub of Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) - - - Sets the stub of Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) - - - Sets the stub of Assembly.get_CustomAttributes() - - - Sets the stub of Assembly.get_CustomAttributes() - - - Sets the stub of Assembly.get_DefinedTypes() - - - Sets the stub of Assembly.get_DefinedTypes() - - - Sets the stub of Assembly.get_EntryPoint() - - - Sets the stub of Assembly.get_EntryPoint() - - - Sets the stub of Assembly.Equals(Object o) - - - Sets the stub of Assembly.Equals(Object o) - - - Sets the stub of Assembly.get_EscapedCodeBase() - - - Sets the stub of Assembly.get_EscapedCodeBase() - - - Sets the stub of Assembly.get_Evidence() - - - Sets the stub of Assembly.get_Evidence() - - - Sets the stub of Assembly.get_ExportedTypes() - - - Sets the stub of Assembly.get_ExportedTypes() - - - Sets the stub of Assembly.get_FullName() - - - Sets the stub of Assembly.get_FullName() - - - Sets the stub of Assembly.GetCustomAttributes(Boolean inherit) - - - Sets the stub of Assembly.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of Assembly.GetCustomAttributes(Boolean inherit) - - - Sets the stub of Assembly.GetCustomAttributesData() - - - Sets the stub of Assembly.GetCustomAttributesData() - - - Sets the stub of Assembly.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of Assembly.GetExportedTypes() - - - Sets the stub of Assembly.GetExportedTypes() - - - Sets the stub of Assembly.GetFile(String name) - - - Sets the stub of Assembly.GetFile(String name) - - - Sets the stub of Assembly.GetFiles() - - - Sets the stub of Assembly.GetFiles(Boolean getResourceModules) - - - Sets the stub of Assembly.GetFiles() - - - Sets the stub of Assembly.GetFiles(Boolean getResourceModules) - - - Sets the stub of Assembly.GetHashCode() - - - Sets the stub of Assembly.GetHashCode() - - - Sets the stub of Assembly.GetLoadedModules(Boolean getResourceModules) - - - Sets the stub of Assembly.GetLoadedModules(Boolean getResourceModules) - - - Sets the stub of Assembly.GetManifestResourceInfo(String resourceName) - - - Sets the stub of Assembly.GetManifestResourceInfo(String resourceName) - - - Sets the stub of Assembly.GetManifestResourceNames() - - - Sets the stub of Assembly.GetManifestResourceNames() - - - Sets the stub of Assembly.GetManifestResourceStream(String name) - - - Sets the stub of Assembly.GetManifestResourceStream(Type type, String name) - - - Sets the stub of Assembly.GetManifestResourceStream(String name) - - - Sets the stub of Assembly.GetManifestResourceStream(Type type, String name) - - - Sets the stub of Assembly.GetModule(String name) - - - Sets the stub of Assembly.GetModule(String name) - - - Sets the stub of Assembly.GetModules(Boolean getResourceModules) - - - Sets the stub of Assembly.GetModules(Boolean getResourceModules) - - - Sets the stub of Assembly.GetName() - - - Sets the stub of Assembly.GetName(Boolean copiedName) - - - Sets the stub of Assembly.GetName() - - - Sets the stub of Assembly.GetName(Boolean copiedName) - - - Sets the stub of Assembly.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Assembly.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Assembly.GetReferencedAssemblies() - - - Sets the stub of Assembly.GetReferencedAssemblies() - - - Sets the stub of Assembly.GetSatelliteAssembly(CultureInfo culture) - - - Sets the stub of Assembly.GetSatelliteAssembly(CultureInfo culture, Version version) - - - Sets the stub of Assembly.GetSatelliteAssembly(CultureInfo culture) - - - Sets the stub of Assembly.GetSatelliteAssembly(CultureInfo culture, Version version) - - - Sets the stub of Assembly.GetType(String name) - - - Sets the stub of Assembly.GetType(String name, Boolean throwOnError) - - - Sets the stub of Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) - - - Sets the stub of Assembly.GetType(String name) - - - Sets the stub of Assembly.GetType(String name, Boolean throwOnError) - - - Sets the stub of Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) - - - Sets the stub of Assembly.GetTypes() - - - Sets the stub of Assembly.GetTypes() - - - Sets the stub of Assembly.get_GlobalAssemblyCache() - - - Sets the stub of Assembly.get_GlobalAssemblyCache() - - - Sets the stub of Assembly.get_HostContext() - - - Sets the stub of Assembly.get_HostContext() - - - Sets the stub of Assembly.get_ImageRuntimeVersion() - - - Sets the stub of Assembly.get_ImageRuntimeVersion() - - - Initializes a new instance of type StubAssembly - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Assembly.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of Assembly.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of Assembly.get_IsDynamic() - - - Sets the stub of Assembly.get_IsDynamic() - - - Sets the stub of Assembly.LoadModule(String moduleName, Byte[] rawModule, Byte[] rawSymbolStore) - - - Sets the stub of Assembly.LoadModule(String moduleName, Byte[] rawModule, Byte[] rawSymbolStore) - - - Sets the stub of Assembly.get_Location() - - - Sets the stub of Assembly.get_Location() - - - Sets the stub of Assembly.get_ManifestModule() - - - Sets the stub of Assembly.get_ManifestModule() - - - Sets the stub of Assembly.get_Modules() - - - Sets the stub of Assembly.get_Modules() - - - Sets the stub of Assembly.get_PermissionSet() - - - Sets the stub of Assembly.get_PermissionSet() - - - Sets the stub of Assembly.get_ReflectionOnly() - - - Sets the stub of Assembly.get_ReflectionOnly() - - - Sets the stub of Assembly.get_SecurityRuleSet() - - - Sets the stub of Assembly.get_SecurityRuleSet() - - - Sets the stub of Assembly.ToString() - - - Sets the stub of Assembly.ToString() - - - Stub type of System.Reflection.AssemblyNameProxy - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubAssemblyNameProxy - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Reflection.Binder - - - Initializes a new instance - - - Sets the stub of Binder.BindToField(BindingFlags bindingAttr, FieldInfo[] match, Object value, CultureInfo culture) - - - Sets the stub of Binder.BindToField(BindingFlags bindingAttr, FieldInfo[] match, Object value, CultureInfo culture) - - - Sets the stub of Binder.BindToMethod(BindingFlags bindingAttr, MethodBase[] match, Object[]& args, ParameterModifier[] modifiers, CultureInfo culture, String[] names, Object& state) - - - Sets the stub of Binder.BindToMethod(BindingFlags bindingAttr, MethodBase[] match, Object[]& args, ParameterModifier[] modifiers, CultureInfo culture, String[] names, Object& state) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Binder.ChangeType(Object value, Type type, CultureInfo culture) - - - Sets the stub of Binder.ChangeType(Object value, Type type, CultureInfo culture) - - - Initializes a new instance of type StubBinder - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Binder.ReorderArgumentArray(Object[]& args, Object state) - - - Sets the stub of Binder.ReorderArgumentArray(Object[]& args, Object state) - - - Sets the stub of Binder.SelectMethod(BindingFlags bindingAttr, MethodBase[] match, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of Binder.SelectMethod(BindingFlags bindingAttr, MethodBase[] match, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of Binder.SelectProperty(BindingFlags bindingAttr, PropertyInfo[] match, Type returnType, Type[] indexes, ParameterModifier[] modifiers) - - - Sets the stub of Binder.SelectProperty(BindingFlags bindingAttr, PropertyInfo[] match, Type returnType, Type[] indexes, ParameterModifier[] modifiers) - - - Stub type of System.Reflection.ConstructorInfo - - - Initializes a new instance - - - Sets the stub of MethodBase.get_Attributes() - - - Sets the stub of MethodBase.get_Attributes() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MethodBase.get_CallingConvention() - - - Sets the stub of MethodBase.get_CallingConvention() - - - Sets the stub of MethodBase.get_ContainsGenericParameters() - - - Sets the stub of MethodBase.get_ContainsGenericParameters() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of ConstructorInfo.Equals(Object obj) - - - Sets the stub of ConstructorInfo.Equals(Object obj) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of MethodBase.GetGenericArguments() - - - Sets the stub of MethodBase.GetGenericArguments() - - - Sets the stub of ConstructorInfo.GetHashCode() - - - Sets the stub of ConstructorInfo.GetHashCode() - - - Sets the stub of MethodBase.GetMethodBody() - - - Sets the stub of MethodBase.GetMethodBody() - - - Sets the stub of MethodBase.GetMethodImplementationFlags() - - - Sets the stub of MethodBase.GetMethodImplementationFlags() - - - Sets the stub of MethodBase.GetParameters() - - - Sets the stub of MethodBase.GetParameters() - - - Initializes a new instance of type StubConstructorInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of MethodBase.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of ConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of MethodBase.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of MethodBase.get_IsGenericMethod() - - - Sets the stub of MethodBase.get_IsGenericMethodDefinition() - - - Sets the stub of MethodBase.get_IsGenericMethodDefinition() - - - Sets the stub of MethodBase.get_IsGenericMethod() - - - Sets the stub of MethodBase.get_IsSecurityCritical() - - - Sets the stub of MethodBase.get_IsSecurityCritical() - - - Sets the stub of MethodBase.get_IsSecuritySafeCritical() - - - Sets the stub of MethodBase.get_IsSecuritySafeCritical() - - - Sets the stub of MethodBase.get_IsSecurityTransparent() - - - Sets the stub of MethodBase.get_IsSecurityTransparent() - - - Sets the stub of ConstructorInfo.get_MemberType() - - - Sets the stub of ConstructorInfo.get_MemberType() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MethodBase.get_MethodHandle() - - - Sets the stub of MethodBase.get_MethodHandle() - - - Sets the stub of MethodBase.get_MethodImplementationFlags() - - - Sets the stub of MethodBase.get_MethodImplementationFlags() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Stub type of System.Reflection.CustomAttributeData - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CustomAttributeData.get_Constructor() - - - Sets the stub of CustomAttributeData.get_ConstructorArguments() - - - Sets the stub of CustomAttributeData.get_ConstructorArguments() - - - Sets the stub of CustomAttributeData.get_Constructor() - - - Sets the stub of CustomAttributeData.Equals(Object obj) - - - Sets the stub of CustomAttributeData.Equals(Object obj) - - - Sets the stub of CustomAttributeData.GetHashCode() - - - Sets the stub of CustomAttributeData.GetHashCode() - - - Initializes a new instance of type StubCustomAttributeData - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CustomAttributeData.get_NamedArguments() - - - Sets the stub of CustomAttributeData.get_NamedArguments() - - - Sets the stub of CustomAttributeData.ToString() - - - Sets the stub of CustomAttributeData.ToString() - - - Stub type of System.Reflection.CustomAttributeFormatException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubCustomAttributeFormatException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubCustomAttributeFormatException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubCustomAttributeFormatException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Reflection.EventInfo - - - Initializes a new instance - - - Sets the stub of EventInfo.AddEventHandler(Object target, Delegate handler) - - - Sets the stub of EventInfo.AddEventHandler(Object target, Delegate handler) - - - Sets the stub of EventInfo.get_AddMethod() - - - Sets the stub of EventInfo.get_AddMethod() - - - Sets the stub of EventInfo.get_Attributes() - - - Sets the stub of EventInfo.get_Attributes() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of EventInfo.Equals(Object obj) - - - Sets the stub of EventInfo.Equals(Object obj) - - - Sets the stub of EventInfo.get_EventHandlerType() - - - Sets the stub of EventInfo.get_EventHandlerType() - - - Sets the stub of EventInfo.GetAddMethod(Boolean nonPublic) - - - Sets the stub of EventInfo.GetAddMethod(Boolean nonPublic) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of EventInfo.GetHashCode() - - - Sets the stub of EventInfo.GetHashCode() - - - Sets the stub of EventInfo.GetOtherMethods(Boolean nonPublic) - - - Sets the stub of EventInfo.GetOtherMethods(Boolean nonPublic) - - - Sets the stub of EventInfo.GetRaiseMethod(Boolean nonPublic) - - - Sets the stub of EventInfo.GetRaiseMethod(Boolean nonPublic) - - - Sets the stub of EventInfo.GetRemoveMethod(Boolean nonPublic) - - - Sets the stub of EventInfo.GetRemoveMethod(Boolean nonPublic) - - - Initializes a new instance of type StubEventInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of EventInfo.get_IsMulticast() - - - Sets the stub of EventInfo.get_IsMulticast() - - - Sets the stub of EventInfo.get_MemberType() - - - Sets the stub of EventInfo.get_MemberType() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of EventInfo.get_RaiseMethod() - - - Sets the stub of EventInfo.get_RaiseMethod() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Sets the stub of EventInfo.RemoveEventHandler(Object target, Delegate handler) - - - Sets the stub of EventInfo.RemoveEventHandler(Object target, Delegate handler) - - - Sets the stub of EventInfo.get_RemoveMethod() - - - Sets the stub of EventInfo.get_RemoveMethod() - - - Stub type of System.Reflection.ExceptionHandlingClause - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ExceptionHandlingClause.get_CatchType() - - - Sets the stub of ExceptionHandlingClause.get_CatchType() - - - Sets the stub of ExceptionHandlingClause.get_FilterOffset() - - - Sets the stub of ExceptionHandlingClause.get_FilterOffset() - - - Sets the stub of ExceptionHandlingClause.get_Flags() - - - Sets the stub of ExceptionHandlingClause.get_Flags() - - - Sets the stub of ExceptionHandlingClause.get_HandlerLength() - - - Sets the stub of ExceptionHandlingClause.get_HandlerLength() - - - Sets the stub of ExceptionHandlingClause.get_HandlerOffset() - - - Sets the stub of ExceptionHandlingClause.get_HandlerOffset() - - - Initializes a new instance of type StubExceptionHandlingClause - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ExceptionHandlingClause.ToString() - - - Sets the stub of ExceptionHandlingClause.ToString() - - - Sets the stub of ExceptionHandlingClause.get_TryLength() - - - Sets the stub of ExceptionHandlingClause.get_TryLength() - - - Sets the stub of ExceptionHandlingClause.get_TryOffset() - - - Sets the stub of ExceptionHandlingClause.get_TryOffset() - - - Stub type of System.Reflection.FieldInfo - - - Initializes a new instance - - - Sets the stub of FieldInfo.get_Attributes() - - - Sets the stub of FieldInfo.get_Attributes() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of FieldInfo.Equals(Object obj) - - - Sets the stub of FieldInfo.Equals(Object obj) - - - Sets the stub of FieldInfo.get_FieldHandle() - - - Sets the stub of FieldInfo.get_FieldHandle() - - - Sets the stub of FieldInfo.get_FieldType() - - - Sets the stub of FieldInfo.get_FieldType() - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of FieldInfo.GetHashCode() - - - Sets the stub of FieldInfo.GetHashCode() - - - Sets the stub of FieldInfo.GetOptionalCustomModifiers() - - - Sets the stub of FieldInfo.GetOptionalCustomModifiers() - - - Sets the stub of FieldInfo.GetRawConstantValue() - - - Sets the stub of FieldInfo.GetRawConstantValue() - - - Sets the stub of FieldInfo.GetRequiredCustomModifiers() - - - Sets the stub of FieldInfo.GetRequiredCustomModifiers() - - - Sets the stub of FieldInfo.GetValue(Object obj) - - - Sets the stub of FieldInfo.GetValueDirect(TypedReference obj) - - - Sets the stub of FieldInfo.GetValue(Object obj) - - - Initializes a new instance of type StubFieldInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of FieldInfo.get_IsSecurityCritical() - - - Sets the stub of FieldInfo.get_IsSecurityCritical() - - - Sets the stub of FieldInfo.get_IsSecuritySafeCritical() - - - Sets the stub of FieldInfo.get_IsSecuritySafeCritical() - - - Sets the stub of FieldInfo.get_IsSecurityTransparent() - - - Sets the stub of FieldInfo.get_IsSecurityTransparent() - - - Sets the stub of FieldInfo.get_MemberType() - - - Sets the stub of FieldInfo.get_MemberType() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Sets the stub of FieldInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture) - - - Sets the stub of FieldInfo.SetValueDirect(TypedReference obj, Object value) - - - Sets the stub of FieldInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture) - - - Stub type of System.Reflection.ICustomAttributeProvider - - - Initializes a new instance of type StubICustomAttributeProvider - - - Sets the stub of ICustomAttributeProvider.GetCustomAttributes(Boolean inherit) - - - Sets the stub of ICustomAttributeProvider.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of ICustomAttributeProvider.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of ICustomAttributeProvider.GetCustomAttributes(Boolean inherit) - - - Sets the stub of ICustomAttributeProvider.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of ICustomAttributeProvider.IsDefined(Type attributeType, Boolean inherit) - - - Stub type of System.Reflection.IReflect - - - Initializes a new instance of type StubIReflect - - - Sets the stub of IReflect.GetField(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetFields(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMember(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMembers(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMethod(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMethod(String name, BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of IReflect.GetMethods(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetProperties(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetProperty(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetProperty(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of IReflect.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) - - - Sets the stub of IReflect.GetField(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetFields(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMember(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMembers(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMethod(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMethod(String name, BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of IReflect.GetMethods(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetProperties(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetProperty(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetProperty(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of IReflect.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) - - - Sets the stub of IReflect.get_UnderlyingSystemType() - - - Sets the stub of IReflect.get_UnderlyingSystemType() - - - Stub type of System.Reflection.IReflectableType - - - Initializes a new instance of type StubIReflectableType - - - Sets the stub of IReflectableType.GetTypeInfo() - - - Sets the stub of IReflectableType.GetTypeInfo() - - - Stub type of System.Reflection.InvalidFilterCriteriaException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubInvalidFilterCriteriaException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubInvalidFilterCriteriaException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubInvalidFilterCriteriaException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Reflection.LocalVariableInfo - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubLocalVariableInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of LocalVariableInfo.get_IsPinned() - - - Sets the stub of LocalVariableInfo.get_IsPinned() - - - Sets the stub of LocalVariableInfo.get_LocalIndex() - - - Sets the stub of LocalVariableInfo.get_LocalIndex() - - - Sets the stub of LocalVariableInfo.get_LocalType() - - - Sets the stub of LocalVariableInfo.get_LocalType() - - - Sets the stub of LocalVariableInfo.ToString() - - - Sets the stub of LocalVariableInfo.ToString() - - - Stub type of System.Reflection.ManifestResourceInfo - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ManifestResourceInfo.get_FileName() - - - Sets the stub of ManifestResourceInfo.get_FileName() - - - Initializes a new instance of type StubManifestResourceInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ManifestResourceInfo.get_ReferencedAssembly() - - - Sets the stub of ManifestResourceInfo.get_ReferencedAssembly() - - - Sets the stub of ManifestResourceInfo.get_ResourceLocation() - - - Sets the stub of ManifestResourceInfo.get_ResourceLocation() - - - Stub type of System.Reflection.MemberInfo - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of MemberInfo.Equals(Object obj) - - - Sets the stub of MemberInfo.Equals(Object obj) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.GetHashCode() - - - Sets the stub of MemberInfo.GetHashCode() - - - Initializes a new instance of type StubMemberInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.get_MemberType() - - - Sets the stub of MemberInfo.get_MemberType() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Stub type of System.Reflection.MethodBase - - - Initializes a new instance - - - Sets the stub of MethodBase.get_Attributes() - - - Sets the stub of MethodBase.get_Attributes() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MethodBase.get_CallingConvention() - - - Sets the stub of MethodBase.get_CallingConvention() - - - Sets the stub of MethodBase.get_ContainsGenericParameters() - - - Sets the stub of MethodBase.get_ContainsGenericParameters() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of MethodBase.Equals(Object obj) - - - Sets the stub of MethodBase.Equals(Object obj) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of MethodBase.GetGenericArguments() - - - Sets the stub of MethodBase.GetGenericArguments() - - - Sets the stub of MethodBase.GetHashCode() - - - Sets the stub of MethodBase.GetHashCode() - - - Sets the stub of MethodBase.GetMethodBody() - - - Sets the stub of MethodBase.GetMethodBody() - - - Sets the stub of MethodBase.GetMethodImplementationFlags() - - - Sets the stub of MethodBase.GetMethodImplementationFlags() - - - Sets the stub of MethodBase.GetParameters() - - - Sets the stub of MethodBase.GetParameters() - - - Initializes a new instance of type StubMethodBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MethodBase.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of MethodBase.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of MethodBase.get_IsGenericMethod() - - - Sets the stub of MethodBase.get_IsGenericMethodDefinition() - - - Sets the stub of MethodBase.get_IsGenericMethodDefinition() - - - Sets the stub of MethodBase.get_IsGenericMethod() - - - Sets the stub of MethodBase.get_IsSecurityCritical() - - - Sets the stub of MethodBase.get_IsSecurityCritical() - - - Sets the stub of MethodBase.get_IsSecuritySafeCritical() - - - Sets the stub of MethodBase.get_IsSecuritySafeCritical() - - - Sets the stub of MethodBase.get_IsSecurityTransparent() - - - Sets the stub of MethodBase.get_IsSecurityTransparent() - - - Sets the stub of MemberInfo.get_MemberType() - - - Sets the stub of MemberInfo.get_MemberType() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MethodBase.get_MethodHandle() - - - Sets the stub of MethodBase.get_MethodHandle() - - - Sets the stub of MethodBase.get_MethodImplementationFlags() - - - Sets the stub of MethodBase.get_MethodImplementationFlags() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Stub type of System.Reflection.MethodBody - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MethodBody.get_ExceptionHandlingClauses() - - - Sets the stub of MethodBody.get_ExceptionHandlingClauses() - - - Sets the stub of MethodBody.GetILAsByteArray() - - - Sets the stub of MethodBody.GetILAsByteArray() - - - Sets the stub of MethodBody.get_InitLocals() - - - Sets the stub of MethodBody.get_InitLocals() - - - Initializes a new instance of type StubMethodBody - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MethodBody.get_LocalSignatureMetadataToken() - - - Sets the stub of MethodBody.get_LocalSignatureMetadataToken() - - - Sets the stub of MethodBody.get_LocalVariables() - - - Sets the stub of MethodBody.get_LocalVariables() - - - Sets the stub of MethodBody.get_MaxStackSize() - - - Sets the stub of MethodBody.get_MaxStackSize() - - - Stub type of System.Reflection.MethodInfo - - - Initializes a new instance - - - Sets the stub of MethodBase.get_Attributes() - - - Sets the stub of MethodBase.get_Attributes() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MethodBase.get_CallingConvention() - - - Sets the stub of MethodBase.get_CallingConvention() - - - Sets the stub of MethodBase.get_ContainsGenericParameters() - - - Sets the stub of MethodBase.get_ContainsGenericParameters() - - - Sets the stub of MethodInfo.CreateDelegate(Type delegateType) - - - Sets the stub of MethodInfo.CreateDelegate(Type delegateType, Object target) - - - Sets the stub of MethodInfo.CreateDelegate(Type delegateType) - - - Sets the stub of MethodInfo.CreateDelegate(Type delegateType, Object target) - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of MethodInfo.Equals(Object obj) - - - Sets the stub of MethodInfo.Equals(Object obj) - - - Sets the stub of MethodInfo.GetBaseDefinition() - - - Sets the stub of MethodInfo.GetBaseDefinition() - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of MethodInfo.GetGenericArguments() - - - Sets the stub of MethodInfo.GetGenericArguments() - - - Sets the stub of MethodInfo.GetGenericMethodDefinition() - - - Sets the stub of MethodInfo.GetGenericMethodDefinition() - - - Sets the stub of MethodInfo.GetHashCode() - - - Sets the stub of MethodInfo.GetHashCode() - - - Sets the stub of MethodBase.GetMethodBody() - - - Sets the stub of MethodBase.GetMethodBody() - - - Sets the stub of MethodBase.GetMethodImplementationFlags() - - - Sets the stub of MethodBase.GetMethodImplementationFlags() - - - Sets the stub of MethodBase.GetParameters() - - - Sets the stub of MethodBase.GetParameters() - - - Initializes a new instance of type StubMethodInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MethodBase.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of MethodBase.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of MethodBase.get_IsGenericMethod() - - - Sets the stub of MethodBase.get_IsGenericMethodDefinition() - - - Sets the stub of MethodBase.get_IsGenericMethodDefinition() - - - Sets the stub of MethodBase.get_IsGenericMethod() - - - Sets the stub of MethodBase.get_IsSecurityCritical() - - - Sets the stub of MethodBase.get_IsSecurityCritical() - - - Sets the stub of MethodBase.get_IsSecuritySafeCritical() - - - Sets the stub of MethodBase.get_IsSecuritySafeCritical() - - - Sets the stub of MethodBase.get_IsSecurityTransparent() - - - Sets the stub of MethodBase.get_IsSecurityTransparent() - - - Sets the stub of MethodInfo.MakeGenericMethod(Type[] typeArguments) - - - Sets the stub of MethodInfo.MakeGenericMethod(Type[] typeArguments) - - - Sets the stub of MethodInfo.get_MemberType() - - - Sets the stub of MethodInfo.get_MemberType() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MethodBase.get_MethodHandle() - - - Sets the stub of MethodBase.get_MethodHandle() - - - Sets the stub of MethodBase.get_MethodImplementationFlags() - - - Sets the stub of MethodBase.get_MethodImplementationFlags() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Sets the stub of MethodInfo.get_ReturnParameter() - - - Sets the stub of MethodInfo.get_ReturnParameter() - - - Sets the stub of MethodInfo.get_ReturnType() - - - Sets the stub of MethodInfo.get_ReturnTypeCustomAttributes() - - - Sets the stub of MethodInfo.get_ReturnTypeCustomAttributes() - - - Sets the stub of MethodInfo.get_ReturnType() - - - Stub type of System.Reflection.Module - - - Initializes a new instance - - - Sets the stub of Module.get_Assembly() - - - Sets the stub of Module.get_Assembly() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Module.get_CustomAttributes() - - - Sets the stub of Module.get_CustomAttributes() - - - Sets the stub of Module.Equals(Object o) - - - Sets the stub of Module.Equals(Object o) - - - Sets the stub of Module.FindTypes(TypeFilter filter, Object filterCriteria) - - - Sets the stub of Module.FindTypes(TypeFilter filter, Object filterCriteria) - - - Sets the stub of Module.get_FullyQualifiedName() - - - Sets the stub of Module.get_FullyQualifiedName() - - - Sets the stub of Module.GetCustomAttributes(Boolean inherit) - - - Sets the stub of Module.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of Module.GetCustomAttributes(Boolean inherit) - - - Sets the stub of Module.GetCustomAttributesData() - - - Sets the stub of Module.GetCustomAttributesData() - - - Sets the stub of Module.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of Module.GetField(String name, BindingFlags bindingAttr) - - - Sets the stub of Module.GetField(String name, BindingFlags bindingAttr) - - - Sets the stub of Module.GetFields(BindingFlags bindingFlags) - - - Sets the stub of Module.GetFields(BindingFlags bindingFlags) - - - Sets the stub of Module.GetHashCode() - - - Sets the stub of Module.GetHashCode() - - - Sets the stub of Module.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of Module.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of Module.GetMethods(BindingFlags bindingFlags) - - - Sets the stub of Module.GetMethods(BindingFlags bindingFlags) - - - Sets the stub of Module.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Module.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Module.GetPEKind(PortableExecutableKinds& peKind, ImageFileMachine& machine) - - - Sets the stub of Module.GetPEKind(PortableExecutableKinds& peKind, ImageFileMachine& machine) - - - Sets the stub of Module.GetType(String className) - - - Sets the stub of Module.GetType(String className, Boolean ignoreCase) - - - Sets the stub of Module.GetType(String className, Boolean throwOnError, Boolean ignoreCase) - - - Sets the stub of Module.GetType(String className) - - - Sets the stub of Module.GetType(String className, Boolean ignoreCase) - - - Sets the stub of Module.GetType(String className, Boolean throwOnError, Boolean ignoreCase) - - - Sets the stub of Module.GetTypes() - - - Sets the stub of Module.GetTypes() - - - Initializes a new instance of type StubModule - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Module.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of Module.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of Module.IsResource() - - - Sets the stub of Module.IsResource() - - - Sets the stub of Module.get_MDStreamVersion() - - - Sets the stub of Module.get_MDStreamVersion() - - - Sets the stub of Module.get_MetadataToken() - - - Sets the stub of Module.get_MetadataToken() - - - Sets the stub of Module.get_ModuleVersionId() - - - Sets the stub of Module.get_ModuleVersionId() - - - Sets the stub of Module.get_Name() - - - Sets the stub of Module.get_Name() - - - Sets the stub of Module.ResolveField(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) - - - Sets the stub of Module.ResolveField(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) - - - Sets the stub of Module.ResolveMember(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) - - - Sets the stub of Module.ResolveMember(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) - - - Sets the stub of Module.ResolveMethod(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) - - - Sets the stub of Module.ResolveMethod(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) - - - Sets the stub of Module.ResolveSignature(Int32 metadataToken) - - - Sets the stub of Module.ResolveSignature(Int32 metadataToken) - - - Sets the stub of Module.ResolveString(Int32 metadataToken) - - - Sets the stub of Module.ResolveString(Int32 metadataToken) - - - Sets the stub of Module.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) - - - Sets the stub of Module.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) - - - Sets the stub of Module.get_ScopeName() - - - Sets the stub of Module.get_ScopeName() - - - Sets the stub of Module.ToString() - - - Sets the stub of Module.ToString() - - - Stub type of System.Reflection.ParameterInfo - - - Initializes a new instance - - - Sets the stub of ParameterInfo.get_Attributes() - - - Sets the stub of ParameterInfo.get_Attributes() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ParameterInfo.get_CustomAttributes() - - - Sets the stub of ParameterInfo.get_CustomAttributes() - - - Sets the stub of ParameterInfo.get_DefaultValue() - - - Sets the stub of ParameterInfo.get_DefaultValue() - - - Sets the stub of ParameterInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of ParameterInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of ParameterInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of ParameterInfo.GetCustomAttributesData() - - - Sets the stub of ParameterInfo.GetCustomAttributesData() - - - Sets the stub of ParameterInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of ParameterInfo.GetOptionalCustomModifiers() - - - Sets the stub of ParameterInfo.GetOptionalCustomModifiers() - - - Sets the stub of ParameterInfo.GetRequiredCustomModifiers() - - - Sets the stub of ParameterInfo.GetRequiredCustomModifiers() - - - Sets the stub of ParameterInfo.get_HasDefaultValue() - - - Sets the stub of ParameterInfo.get_HasDefaultValue() - - - Initializes a new instance of type StubParameterInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ParameterInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of ParameterInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of ParameterInfo.get_Member() - - - Sets the stub of ParameterInfo.get_Member() - - - Sets the stub of ParameterInfo.get_MetadataToken() - - - Sets the stub of ParameterInfo.get_MetadataToken() - - - Sets the stub of ParameterInfo.get_Name() - - - Sets the stub of ParameterInfo.get_Name() - - - Sets the stub of ParameterInfo.get_ParameterType() - - - Sets the stub of ParameterInfo.get_ParameterType() - - - Sets the stub of ParameterInfo.get_Position() - - - Sets the stub of ParameterInfo.get_Position() - - - Sets the stub of ParameterInfo.get_RawDefaultValue() - - - Sets the stub of ParameterInfo.get_RawDefaultValue() - - - Sets the stub of ParameterInfo.ToString() - - - Sets the stub of ParameterInfo.ToString() - - - Stub type of System.Reflection.PropertyInfo - - - Initializes a new instance - - - Sets the stub of PropertyInfo.get_Attributes() - - - Sets the stub of PropertyInfo.get_Attributes() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of PropertyInfo.get_CanRead() - - - Sets the stub of PropertyInfo.get_CanRead() - - - Sets the stub of PropertyInfo.get_CanWrite() - - - Sets the stub of PropertyInfo.get_CanWrite() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of MemberInfo.get_DeclaringType() - - - Sets the stub of PropertyInfo.Equals(Object obj) - - - Sets the stub of PropertyInfo.Equals(Object obj) - - - Sets the stub of PropertyInfo.GetAccessors(Boolean nonPublic) - - - Sets the stub of PropertyInfo.GetAccessors(Boolean nonPublic) - - - Sets the stub of PropertyInfo.GetConstantValue() - - - Sets the stub of PropertyInfo.GetConstantValue() - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of PropertyInfo.GetGetMethod(Boolean nonPublic) - - - Sets the stub of PropertyInfo.GetGetMethod(Boolean nonPublic) - - - Sets the stub of PropertyInfo.GetHashCode() - - - Sets the stub of PropertyInfo.GetHashCode() - - - Sets the stub of PropertyInfo.GetIndexParameters() - - - Sets the stub of PropertyInfo.GetIndexParameters() - - - Sets the stub of PropertyInfo.get_GetMethod() - - - Sets the stub of PropertyInfo.get_GetMethod() - - - Sets the stub of PropertyInfo.GetOptionalCustomModifiers() - - - Sets the stub of PropertyInfo.GetOptionalCustomModifiers() - - - Sets the stub of PropertyInfo.GetRawConstantValue() - - - Sets the stub of PropertyInfo.GetRawConstantValue() - - - Sets the stub of PropertyInfo.GetRequiredCustomModifiers() - - - Sets the stub of PropertyInfo.GetRequiredCustomModifiers() - - - Sets the stub of PropertyInfo.GetSetMethod(Boolean nonPublic) - - - Sets the stub of PropertyInfo.GetSetMethod(Boolean nonPublic) - - - Sets the stub of PropertyInfo.GetValue(Object obj, Object[] index) - - - Sets the stub of PropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) - - - Sets the stub of PropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) - - - Sets the stub of PropertyInfo.GetValue(Object obj, Object[] index) - - - Initializes a new instance of type StubPropertyInfo - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of PropertyInfo.get_MemberType() - - - Sets the stub of PropertyInfo.get_MemberType() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MemberInfo.get_MetadataToken() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Module() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of MemberInfo.get_Name() - - - Sets the stub of PropertyInfo.get_PropertyType() - - - Sets the stub of PropertyInfo.get_PropertyType() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Sets the stub of MemberInfo.get_ReflectedType() - - - Sets the stub of PropertyInfo.get_SetMethod() - - - Sets the stub of PropertyInfo.get_SetMethod() - - - Sets the stub of PropertyInfo.SetValue(Object obj, Object value, Object[] index) - - - Sets the stub of PropertyInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) - - - Sets the stub of PropertyInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) - - - Sets the stub of PropertyInfo.SetValue(Object obj, Object value, Object[] index) - - - Stub type of System.Reflection.ReflectionContext - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ReflectionContext.GetTypeForObject(Object value) - - - Sets the stub of ReflectionContext.GetTypeForObject(Object value) - - - Initializes a new instance of type StubReflectionContext - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ReflectionContext.MapAssembly(Assembly assembly) - - - Sets the stub of ReflectionContext.MapAssembly(Assembly assembly) - - - Sets the stub of ReflectionContext.MapType(TypeInfo type) - - - Sets the stub of ReflectionContext.MapType(TypeInfo type) - - - Stub type of System.Reflection.StrongNameKeyPair - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubStrongNameKeyPair - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Reflection.TargetException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubTargetException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubTargetException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubTargetException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Reflection.TypeDelegator - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of TypeInfo.AsType() - - - Sets the stub of TypeInfo.AsType() - - - Sets the stub of TypeDelegator.get_Assembly() - - - Sets the stub of TypeDelegator.get_Assembly() - - - Sets the stub of TypeDelegator.get_AssemblyQualifiedName() - - - Sets the stub of TypeDelegator.get_AssemblyQualifiedName() - - - Sets the stub of TypeDelegator.get_BaseType() - - - Sets the stub of TypeDelegator.get_BaseType() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Type.get_ContainsGenericParameters() - - - Sets the stub of Type.get_ContainsGenericParameters() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of MemberInfo.get_CustomAttributes() - - - Sets the stub of TypeInfo.get_DeclaredConstructors() - - - Sets the stub of TypeInfo.get_DeclaredConstructors() - - - Sets the stub of TypeInfo.get_DeclaredEvents() - - - Sets the stub of TypeInfo.get_DeclaredEvents() - - - Sets the stub of TypeInfo.get_DeclaredFields() - - - Sets the stub of TypeInfo.get_DeclaredFields() - - - Sets the stub of TypeInfo.get_DeclaredMembers() - - - Sets the stub of TypeInfo.get_DeclaredMembers() - - - Sets the stub of TypeInfo.get_DeclaredMethods() - - - Sets the stub of TypeInfo.get_DeclaredMethods() - - - Sets the stub of TypeInfo.get_DeclaredNestedTypes() - - - Sets the stub of TypeInfo.get_DeclaredNestedTypes() - - - Sets the stub of TypeInfo.get_DeclaredProperties() - - - Sets the stub of TypeInfo.get_DeclaredProperties() - - - Sets the stub of Type.get_DeclaringMethod() - - - Sets the stub of Type.get_DeclaringMethod() - - - Sets the stub of Type.get_DeclaringType() - - - Sets the stub of Type.get_DeclaringType() - - - Sets the stub of Type.Equals(Object o) - - - Sets the stub of Type.Equals(Type o) - - - Sets the stub of Type.Equals(Object o) - - - Sets the stub of Type.Equals(Type o) - - - Sets the stub of Type.FindInterfaces(TypeFilter filter, Object filterCriteria) - - - Sets the stub of Type.FindInterfaces(TypeFilter filter, Object filterCriteria) - - - Sets the stub of Type.FindMembers(MemberTypes memberType, BindingFlags bindingAttr, MemberFilter filter, Object filterCriteria) - - - Sets the stub of Type.FindMembers(MemberTypes memberType, BindingFlags bindingAttr, MemberFilter filter, Object filterCriteria) - - - Sets the stub of TypeDelegator.get_FullName() - - - Sets the stub of TypeDelegator.get_FullName() - - - Sets the stub of TypeDelegator.get_GUID() - - - Sets the stub of TypeDelegator.get_GUID() - - - Sets the stub of Type.get_GenericParameterAttributes() - - - Sets the stub of Type.get_GenericParameterAttributes() - - - Sets the stub of Type.get_GenericParameterPosition() - - - Sets the stub of Type.get_GenericParameterPosition() - - - Sets the stub of Type.get_GenericTypeArguments() - - - Sets the stub of Type.get_GenericTypeArguments() - - - Sets the stub of TypeInfo.get_GenericTypeParameters() - - - Sets the stub of TypeInfo.get_GenericTypeParameters() - - - Sets the stub of Type.GetArrayRank() - - - Sets the stub of Type.GetArrayRank() - - - Sets the stub of TypeDelegator.GetAttributeFlagsImpl() - - - Sets the stub of TypeDelegator.GetAttributeFlagsImpl() - - - Sets the stub of TypeDelegator.GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of TypeDelegator.GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of TypeDelegator.GetConstructors(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetConstructors(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetCustomAttributes(Boolean inherit) - - - Sets the stub of TypeDelegator.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of TypeDelegator.GetCustomAttributes(Boolean inherit) - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of MemberInfo.GetCustomAttributesData() - - - Sets the stub of TypeDelegator.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of TypeInfo.GetDeclaredEvent(String name) - - - Sets the stub of TypeInfo.GetDeclaredEvent(String name) - - - Sets the stub of TypeInfo.GetDeclaredField(String name) - - - Sets the stub of TypeInfo.GetDeclaredField(String name) - - - Sets the stub of TypeInfo.GetDeclaredMethod(String name) - - - Sets the stub of TypeInfo.GetDeclaredMethod(String name) - - - Sets the stub of TypeInfo.GetDeclaredMethods(String name) - - - Sets the stub of TypeInfo.GetDeclaredMethods(String name) - - - Sets the stub of TypeInfo.GetDeclaredNestedType(String name) - - - Sets the stub of TypeInfo.GetDeclaredNestedType(String name) - - - Sets the stub of TypeInfo.GetDeclaredProperty(String name) - - - Sets the stub of TypeInfo.GetDeclaredProperty(String name) - - - Sets the stub of Type.GetDefaultMembers() - - - Sets the stub of Type.GetDefaultMembers() - - - Sets the stub of TypeDelegator.GetElementType() - - - Sets the stub of TypeDelegator.GetElementType() - - - Sets the stub of Type.GetEnumName(Object value) - - - Sets the stub of Type.GetEnumName(Object value) - - - Sets the stub of Type.GetEnumNames() - - - Sets the stub of Type.GetEnumNames() - - - Sets the stub of Type.GetEnumUnderlyingType() - - - Sets the stub of Type.GetEnumUnderlyingType() - - - Sets the stub of Type.GetEnumValues() - - - Sets the stub of Type.GetEnumValues() - - - Sets the stub of TypeDelegator.GetEvent(String name, BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetEvent(String name, BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetEvents() - - - Sets the stub of TypeDelegator.GetEvents(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetEvents() - - - Sets the stub of TypeDelegator.GetEvents(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetField(String name, BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetField(String name, BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetFields(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetFields(BindingFlags bindingAttr) - - - Sets the stub of Type.GetGenericArguments() - - - Sets the stub of Type.GetGenericArguments() - - - Sets the stub of Type.GetGenericParameterConstraints() - - - Sets the stub of Type.GetGenericParameterConstraints() - - - Sets the stub of Type.GetGenericTypeDefinition() - - - Sets the stub of Type.GetGenericTypeDefinition() - - - Sets the stub of Type.GetHashCode() - - - Sets the stub of Type.GetHashCode() - - - Sets the stub of TypeDelegator.GetInterface(String name, Boolean ignoreCase) - - - Sets the stub of TypeDelegator.GetInterfaceMap(Type interfaceType) - - - Sets the stub of TypeDelegator.GetInterfaceMap(Type interfaceType) - - - Sets the stub of TypeDelegator.GetInterface(String name, Boolean ignoreCase) - - - Sets the stub of TypeDelegator.GetInterfaces() - - - Sets the stub of TypeDelegator.GetInterfaces() - - - Sets the stub of Type.GetMember(String name, BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetMember(String name, MemberTypes type, BindingFlags bindingAttr) - - - Sets the stub of Type.GetMember(String name, BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetMember(String name, MemberTypes type, BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetMembers(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetMembers(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of TypeDelegator.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of TypeDelegator.GetMethods(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetMethods(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetNestedType(String name, BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetNestedType(String name, BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetNestedTypes(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetNestedTypes(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetProperties(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetProperties(BindingFlags bindingAttr) - - - Sets the stub of TypeDelegator.GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of TypeDelegator.GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of Type.GetTypeCodeImpl() - - - Sets the stub of Type.GetTypeCodeImpl() - - - Sets the stub of TypeDelegator.HasElementTypeImpl() - - - Sets the stub of TypeDelegator.HasElementTypeImpl() - - - Sets the stub of TypeInfo.get_ImplementedInterfaces() - - - Sets the stub of TypeInfo.get_ImplementedInterfaces() - - - Initializes a new instance of type StubTypeDelegator - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TypeDelegator.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) - - - Sets the stub of TypeDelegator.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) - - - Sets the stub of TypeDelegator.IsArrayImpl() - - - Sets the stub of TypeDelegator.IsArrayImpl() - - - Sets the stub of Type.IsAssignableFrom(Type c) - - - Sets the stub of TypeDelegator.IsAssignableFrom(TypeInfo typeInfo) - - - Sets the stub of Type.IsAssignableFrom(Type c) - - - Sets the stub of TypeDelegator.IsAssignableFrom(TypeInfo typeInfo) - - - Sets the stub of TypeDelegator.IsByRefImpl() - - - Sets the stub of TypeDelegator.IsByRefImpl() - - - Sets the stub of TypeDelegator.IsCOMObjectImpl() - - - Sets the stub of TypeDelegator.IsCOMObjectImpl() - - - Sets the stub of TypeDelegator.get_IsConstructedGenericType() - - - Sets the stub of TypeDelegator.get_IsConstructedGenericType() - - - Sets the stub of Type.IsContextfulImpl() - - - Sets the stub of Type.IsContextfulImpl() - - - Sets the stub of TypeDelegator.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of TypeDelegator.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of Type.get_IsEnum() - - - Sets the stub of Type.IsEnumDefined(Object value) - - - Sets the stub of Type.IsEnumDefined(Object value) - - - Sets the stub of Type.get_IsEnum() - - - Sets the stub of Type.IsEquivalentTo(Type other) - - - Sets the stub of Type.IsEquivalentTo(Type other) - - - Sets the stub of Type.get_IsGenericParameter() - - - Sets the stub of Type.get_IsGenericParameter() - - - Sets the stub of Type.get_IsGenericType() - - - Sets the stub of Type.get_IsGenericTypeDefinition() - - - Sets the stub of Type.get_IsGenericTypeDefinition() - - - Sets the stub of Type.get_IsGenericType() - - - Sets the stub of Type.IsInstanceOfType(Object o) - - - Sets the stub of Type.IsInstanceOfType(Object o) - - - Sets the stub of Type.IsMarshalByRefImpl() - - - Sets the stub of Type.IsMarshalByRefImpl() - - - Sets the stub of TypeDelegator.IsPointerImpl() - - - Sets the stub of TypeDelegator.IsPointerImpl() - - - Sets the stub of TypeDelegator.IsPrimitiveImpl() - - - Sets the stub of TypeDelegator.IsPrimitiveImpl() - - - Sets the stub of Type.get_IsSecurityCritical() - - - Sets the stub of Type.get_IsSecurityCritical() - - - Sets the stub of Type.get_IsSecuritySafeCritical() - - - Sets the stub of Type.get_IsSecuritySafeCritical() - - - Sets the stub of Type.get_IsSecurityTransparent() - - - Sets the stub of Type.get_IsSecurityTransparent() - - - Sets the stub of Type.get_IsSerializable() - - - Sets the stub of Type.get_IsSerializable() - - - Sets the stub of Type.IsSubclassOf(Type c) - - - Sets the stub of Type.IsSubclassOf(Type c) - - - Sets the stub of TypeDelegator.IsValueTypeImpl() - - - Sets the stub of TypeDelegator.IsValueTypeImpl() - - - Sets the stub of Type.MakeArrayType() - - - Sets the stub of Type.MakeArrayType(Int32 rank) - - - Sets the stub of Type.MakeArrayType() - - - Sets the stub of Type.MakeArrayType(Int32 rank) - - - Sets the stub of Type.MakeByRefType() - - - Sets the stub of Type.MakeByRefType() - - - Sets the stub of Type.MakeGenericType(Type[] typeArguments) - - - Sets the stub of Type.MakeGenericType(Type[] typeArguments) - - - Sets the stub of Type.MakePointerType() - - - Sets the stub of Type.MakePointerType() - - - Sets the stub of Type.get_MemberType() - - - Sets the stub of Type.get_MemberType() - - - Sets the stub of TypeDelegator.get_MetadataToken() - - - Sets the stub of TypeDelegator.get_MetadataToken() - - - Sets the stub of TypeDelegator.get_Module() - - - Sets the stub of TypeDelegator.get_Module() - - - Sets the stub of TypeDelegator.get_Name() - - - Sets the stub of TypeDelegator.get_Name() - - - Sets the stub of TypeDelegator.get_Namespace() - - - Sets the stub of TypeDelegator.get_Namespace() - - - Sets the stub of Type.get_ReflectedType() - - - Sets the stub of Type.get_ReflectedType() - - - Sets the stub of Type.get_StructLayoutAttribute() - - - Sets the stub of Type.get_StructLayoutAttribute() - - - Sets the stub of Type.ToString() - - - Sets the stub of Type.ToString() - - - Sets the stub of TypeDelegator.get_TypeHandle() - - - Sets the stub of TypeDelegator.get_TypeHandle() - - - Sets the stub of TypeDelegator.get_UnderlyingSystemType() - - - Sets the stub of TypeDelegator.get_UnderlyingSystemType() - - - Stub type of System.Resources.IResourceReader - - - Initializes a new instance of type StubIResourceReader - - - Sets the stub of IResourceReader.Close() - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IResourceReader.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IEnumerable.GetEnumerator() - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IResourceReader.Close() - - - Sets the stub of IResourceReader.GetEnumerator() - - - Stub type of System.Resources.IResourceWriter - - - Initializes a new instance of type StubIResourceWriter - - - Sets the stub of IResourceWriter.AddResource(String name, Byte[] value) - - - Sets the stub of IResourceWriter.AddResource(String name, Object value) - - - Sets the stub of IResourceWriter.AddResource(String name, String value) - - - Sets the stub of IResourceWriter.Close() - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IResourceWriter.Generate() - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of IResourceWriter.AddResource(String name, Object value) - - - Sets the stub of IResourceWriter.AddResource(String name, Byte[] value) - - - Sets the stub of IResourceWriter.AddResource(String name, String value) - - - Sets the stub of IResourceWriter.Close() - - - Sets the stub of IResourceWriter.Generate() - - - Stub type of System.Resources.MissingManifestResourceException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubMissingManifestResourceException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubMissingManifestResourceException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubMissingManifestResourceException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Resources.MissingSatelliteAssemblyException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubMissingSatelliteAssemblyException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubMissingSatelliteAssemblyException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubMissingSatelliteAssemblyException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Resources.ResourceManager - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubResourceManager.IgnoreCase as a property with a backing field. - - - Sets the stub of ResourceManager.get_BaseName() - - - Sets the stub of ResourceManager.get_BaseName() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ResourceManager.GetObject(String name) - - - Sets the stub of ResourceManager.GetObject(String name, CultureInfo culture) - - - Sets the stub of ResourceManager.GetObject(String name) - - - Sets the stub of ResourceManager.GetObject(String name, CultureInfo culture) - - - Sets the stub of ResourceManager.GetResourceFileName(CultureInfo culture) - - - Sets the stub of ResourceManager.GetResourceFileName(CultureInfo culture) - - - Sets the stub of ResourceManager.GetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) - - - Sets the stub of ResourceManager.GetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) - - - Sets the stub of ResourceManager.GetString(String name) - - - Sets the stub of ResourceManager.GetString(String name, CultureInfo culture) - - - Sets the stub of ResourceManager.GetString(String name) - - - Sets the stub of ResourceManager.GetString(String name, CultureInfo culture) - - - Sets the stub of ResourceManager.get_IgnoreCase() - - - Sets the stub of ResourceManager.get_IgnoreCase() - - - Sets the stub of ResourceManager.set_IgnoreCase(Boolean value) - - - Initializes a new instance of type StubResourceManager - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) - - - Sets the stub of ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) - - - Sets the stub of ResourceManager.ReleaseAllResources() - - - Sets the stub of ResourceManager.ReleaseAllResources() - - - Sets the stub of ResourceManager.get_ResourceSetType() - - - Sets the stub of ResourceManager.get_ResourceSetType() - - - Stub type of System.Resources.ResourceSet - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ResourceSet.Close() - - - Sets the stub of ResourceSet.Close() - - - Sets the stub of ResourceSet.Dispose(Boolean disposing) - - - Sets the stub of ResourceSet.Dispose(Boolean disposing) - - - Sets the stub of ResourceSet.GetDefaultReader() - - - Sets the stub of ResourceSet.GetDefaultReader() - - - Sets the stub of ResourceSet.GetDefaultWriter() - - - Sets the stub of ResourceSet.GetDefaultWriter() - - - Sets the stub of ResourceSet.GetEnumerator() - - - Sets the stub of ResourceSet.GetEnumerator() - - - Sets the stub of ResourceSet.GetObject(String name) - - - Sets the stub of ResourceSet.GetObject(String name, Boolean ignoreCase) - - - Sets the stub of ResourceSet.GetObject(String name) - - - Sets the stub of ResourceSet.GetObject(String name, Boolean ignoreCase) - - - Sets the stub of ResourceSet.GetString(String name) - - - Sets the stub of ResourceSet.GetString(String name, Boolean ignoreCase) - - - Sets the stub of ResourceSet.GetString(String name) - - - Sets the stub of ResourceSet.GetString(String name, Boolean ignoreCase) - - - Initializes a new instance of type StubResourceSet - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ResourceSet.ReadResources() - - - Sets the stub of ResourceSet.ReadResources() - - - Stub type of System.Runtime.CompilerServices.CallConvCdecl - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCallConvCdecl - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.CompilerServices.CallConvFastcall - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCallConvFastcall - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.CompilerServices.CallConvStdcall - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCallConvStdcall - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.CompilerServices.CallConvThiscall - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCallConvThiscall - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.CompilerServices.CompilationRelaxationsAttribute - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubCompilationRelaxationsAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Runtime.CompilerServices.CompilerGlobalScopeAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubCompilerGlobalScopeAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Runtime.CompilerServices.CustomConstantAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubCustomConstantAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of CustomConstantAttribute.get_Value() - - - Sets the stub of CustomConstantAttribute.get_Value() - - - Stub type of System.Runtime.CompilerServices.DiscardableAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubDiscardableAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Runtime.CompilerServices.IAsyncStateMachine - - - Initializes a new instance of type StubIAsyncStateMachine - - - Sets the stub of IAsyncStateMachine.MoveNext() - - - Sets the stub of IAsyncStateMachine.SetStateMachine(IAsyncStateMachine stateMachine) - - - Sets the stub of IAsyncStateMachine.MoveNext() - - - Sets the stub of IAsyncStateMachine.SetStateMachine(IAsyncStateMachine stateMachine) - - - Stub type of System.Runtime.CompilerServices.ICriticalNotifyCompletion - - - Initializes a new instance of type StubICriticalNotifyCompletion - - - Sets the stub of INotifyCompletion.OnCompleted(Action continuation) - - - Sets the stub of ICriticalNotifyCompletion.UnsafeOnCompleted(Action continuation) - - - Sets the stub of INotifyCompletion.OnCompleted(Action continuation) - - - Sets the stub of ICriticalNotifyCompletion.UnsafeOnCompleted(Action continuation) - - - Stub type of System.Runtime.CompilerServices.INotifyCompletion - - - Initializes a new instance of type StubINotifyCompletion - - - Sets the stub of INotifyCompletion.OnCompleted(Action continuation) - - - Sets the stub of INotifyCompletion.OnCompleted(Action continuation) - - - Stub type of System.Runtime.CompilerServices.StateMachineAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubStateMachineAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Runtime.ConstrainedExecution.CriticalFinalizerObject - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCriticalFinalizerObject - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubFirstChanceExceptionEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Hosting.ApplicationActivator - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ApplicationActivator.CreateInstance(ActivationContext activationContext) - - - Sets the stub of ApplicationActivator.CreateInstance(ActivationContext activationContext, String[] activationCustomData) - - - Sets the stub of ApplicationActivator.CreateInstance(ActivationContext activationContext) - - - Sets the stub of ApplicationActivator.CreateInstance(ActivationContext activationContext, String[] activationCustomData) - - - Initializes a new instance of type StubApplicationActivator - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.InteropServices.ComTypes.IBindCtx - - - Initializes a new instance of type StubIBindCtx - - - Sets the stub of IBindCtx.EnumObjectParam(IEnumString& ppenum) - - - Sets the stub of IBindCtx.GetBindOptions(BIND_OPTS& pbindopts) - - - Sets the stub of IBindCtx.GetObjectParam(String pszKey, Object& ppunk) - - - Sets the stub of IBindCtx.GetRunningObjectTable(IRunningObjectTable& pprot) - - - Sets the stub of IBindCtx.RegisterObjectBound(Object punk) - - - Sets the stub of IBindCtx.RegisterObjectParam(String pszKey, Object punk) - - - Sets the stub of IBindCtx.ReleaseBoundObjects() - - - Sets the stub of IBindCtx.RevokeObjectBound(Object punk) - - - Sets the stub of IBindCtx.RevokeObjectParam(String pszKey) - - - Sets the stub of IBindCtx.SetBindOptions(BIND_OPTS& pbindopts) - - - Sets the stub of IBindCtx.EnumObjectParam(IEnumString& ppenum) - - - Sets the stub of IBindCtx.GetBindOptions(BIND_OPTS& pbindopts) - - - Sets the stub of IBindCtx.GetObjectParam(String pszKey, Object& ppunk) - - - Sets the stub of IBindCtx.GetRunningObjectTable(IRunningObjectTable& pprot) - - - Sets the stub of IBindCtx.RegisterObjectBound(Object punk) - - - Sets the stub of IBindCtx.RegisterObjectParam(String pszKey, Object punk) - - - Sets the stub of IBindCtx.ReleaseBoundObjects() - - - Sets the stub of IBindCtx.RevokeObjectBound(Object punk) - - - Sets the stub of IBindCtx.RevokeObjectParam(String pszKey) - - - Sets the stub of IBindCtx.SetBindOptions(BIND_OPTS& pbindopts) - - - Stub type of System.Runtime.InteropServices.ComTypes.IConnectionPoint - - - Initializes a new instance of type StubIConnectionPoint - - - Sets the stub of IConnectionPoint.Advise(Object pUnkSink, Int32& pdwCookie) - - - Sets the stub of IConnectionPoint.EnumConnections(IEnumConnections& ppEnum) - - - Sets the stub of IConnectionPoint.GetConnectionInterface(Guid& pIID) - - - Sets the stub of IConnectionPoint.GetConnectionPointContainer(IConnectionPointContainer& ppCPC) - - - Sets the stub of IConnectionPoint.Advise(Object pUnkSink, Int32& pdwCookie) - - - Sets the stub of IConnectionPoint.EnumConnections(IEnumConnections& ppEnum) - - - Sets the stub of IConnectionPoint.GetConnectionInterface(Guid& pIID) - - - Sets the stub of IConnectionPoint.GetConnectionPointContainer(IConnectionPointContainer& ppCPC) - - - Sets the stub of IConnectionPoint.Unadvise(Int32 dwCookie) - - - Sets the stub of IConnectionPoint.Unadvise(Int32 dwCookie) - - - Stub type of System.Runtime.InteropServices.ComTypes.IConnectionPointContainer - - - Initializes a new instance of type StubIConnectionPointContainer - - - Sets the stub of IConnectionPointContainer.EnumConnectionPoints(IEnumConnectionPoints& ppEnum) - - - Sets the stub of IConnectionPointContainer.FindConnectionPoint(Guid& riid, IConnectionPoint& ppCP) - - - Sets the stub of IConnectionPointContainer.EnumConnectionPoints(IEnumConnectionPoints& ppEnum) - - - Sets the stub of IConnectionPointContainer.FindConnectionPoint(Guid& riid, IConnectionPoint& ppCP) - - - Stub type of System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints - - - Initializes a new instance of type StubIEnumConnectionPoints - - - Sets the stub of IEnumConnectionPoints.Clone(IEnumConnectionPoints& ppenum) - - - Sets the stub of IEnumConnectionPoints.Next(Int32 celt, IConnectionPoint[] rgelt, IntPtr pceltFetched) - - - Sets the stub of IEnumConnectionPoints.Reset() - - - Sets the stub of IEnumConnectionPoints.Skip(Int32 celt) - - - Sets the stub of IEnumConnectionPoints.Clone(IEnumConnectionPoints& ppenum) - - - Sets the stub of IEnumConnectionPoints.Next(Int32 celt, IConnectionPoint[] rgelt, IntPtr pceltFetched) - - - Sets the stub of IEnumConnectionPoints.Reset() - - - Sets the stub of IEnumConnectionPoints.Skip(Int32 celt) - - - Stub type of System.Runtime.InteropServices.ComTypes.IEnumConnections - - - Initializes a new instance of type StubIEnumConnections - - - Sets the stub of IEnumConnections.Clone(IEnumConnections& ppenum) - - - Sets the stub of IEnumConnections.Next(Int32 celt, CONNECTDATA[] rgelt, IntPtr pceltFetched) - - - Sets the stub of IEnumConnections.Reset() - - - Sets the stub of IEnumConnections.Skip(Int32 celt) - - - Sets the stub of IEnumConnections.Clone(IEnumConnections& ppenum) - - - Sets the stub of IEnumConnections.Next(Int32 celt, CONNECTDATA[] rgelt, IntPtr pceltFetched) - - - Sets the stub of IEnumConnections.Reset() - - - Sets the stub of IEnumConnections.Skip(Int32 celt) - - - Stub type of System.Runtime.InteropServices.ComTypes.IEnumMoniker - - - Initializes a new instance of type StubIEnumMoniker - - - Sets the stub of IEnumMoniker.Clone(IEnumMoniker& ppenum) - - - Sets the stub of IEnumMoniker.Next(Int32 celt, IMoniker[] rgelt, IntPtr pceltFetched) - - - Sets the stub of IEnumMoniker.Reset() - - - Sets the stub of IEnumMoniker.Skip(Int32 celt) - - - Sets the stub of IEnumMoniker.Clone(IEnumMoniker& ppenum) - - - Sets the stub of IEnumMoniker.Next(Int32 celt, IMoniker[] rgelt, IntPtr pceltFetched) - - - Sets the stub of IEnumMoniker.Reset() - - - Sets the stub of IEnumMoniker.Skip(Int32 celt) - - - Stub type of System.Runtime.InteropServices.ComTypes.IEnumString - - - Initializes a new instance of type StubIEnumString - - - Sets the stub of IEnumString.Clone(IEnumString& ppenum) - - - Sets the stub of IEnumString.Next(Int32 celt, String[] rgelt, IntPtr pceltFetched) - - - Sets the stub of IEnumString.Reset() - - - Sets the stub of IEnumString.Skip(Int32 celt) - - - Sets the stub of IEnumString.Clone(IEnumString& ppenum) - - - Sets the stub of IEnumString.Next(Int32 celt, String[] rgelt, IntPtr pceltFetched) - - - Sets the stub of IEnumString.Reset() - - - Sets the stub of IEnumString.Skip(Int32 celt) - - - Stub type of System.Runtime.InteropServices.ComTypes.IEnumVARIANT - - - Initializes a new instance of type StubIEnumVARIANT - - - Sets the stub of IEnumVARIANT.Clone() - - - Sets the stub of IEnumVARIANT.Next(Int32 celt, Object[] rgVar, IntPtr pceltFetched) - - - Sets the stub of IEnumVARIANT.Reset() - - - Sets the stub of IEnumVARIANT.Skip(Int32 celt) - - - Sets the stub of IEnumVARIANT.Clone() - - - Sets the stub of IEnumVARIANT.Next(Int32 celt, Object[] rgVar, IntPtr pceltFetched) - - - Sets the stub of IEnumVARIANT.Reset() - - - Sets the stub of IEnumVARIANT.Skip(Int32 celt) - - - Stub type of System.Runtime.InteropServices.ComTypes.IMoniker - - - Initializes a new instance of type StubIMoniker - - - Sets the stub of IMoniker.BindToObject(IBindCtx pbc, IMoniker pmkToLeft, Guid& riidResult, Object& ppvResult) - - - Sets the stub of IMoniker.BindToStorage(IBindCtx pbc, IMoniker pmkToLeft, Guid& riid, Object& ppvObj) - - - Sets the stub of IMoniker.CommonPrefixWith(IMoniker pmkOther, IMoniker& ppmkPrefix) - - - Sets the stub of IMoniker.ComposeWith(IMoniker pmkRight, Boolean fOnlyIfNotGeneric, IMoniker& ppmkComposite) - - - Sets the stub of IMoniker.Enum(Boolean fForward, IEnumMoniker& ppenumMoniker) - - - Sets the stub of IMoniker.GetClassID(Guid& pClassID) - - - Sets the stub of IMoniker.GetDisplayName(IBindCtx pbc, IMoniker pmkToLeft, String& ppszDisplayName) - - - Sets the stub of IMoniker.GetSizeMax(Int64& pcbSize) - - - Sets the stub of IMoniker.GetTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft, FILETIME& pFileTime) - - - Sets the stub of IMoniker.Hash(Int32& pdwHash) - - - Sets the stub of IMoniker.Inverse(IMoniker& ppmk) - - - Sets the stub of IMoniker.IsDirty() - - - Sets the stub of IMoniker.IsEqual(IMoniker pmkOtherMoniker) - - - Sets the stub of IMoniker.IsRunning(IBindCtx pbc, IMoniker pmkToLeft, IMoniker pmkNewlyRunning) - - - Sets the stub of IMoniker.IsSystemMoniker(Int32& pdwMksys) - - - Sets the stub of IMoniker.Load(IStream pStm) - - - Sets the stub of IMoniker.ParseDisplayName(IBindCtx pbc, IMoniker pmkToLeft, String pszDisplayName, Int32& pchEaten, IMoniker& ppmkOut) - - - Sets the stub of IMoniker.Reduce(IBindCtx pbc, Int32 dwReduceHowFar, IMoniker& ppmkToLeft, IMoniker& ppmkReduced) - - - Sets the stub of IMoniker.RelativePathTo(IMoniker pmkOther, IMoniker& ppmkRelPath) - - - Sets the stub of IMoniker.Save(IStream pStm, Boolean fClearDirty) - - - Sets the stub of IMoniker.BindToObject(IBindCtx pbc, IMoniker pmkToLeft, Guid& riidResult, Object& ppvResult) - - - Sets the stub of IMoniker.BindToStorage(IBindCtx pbc, IMoniker pmkToLeft, Guid& riid, Object& ppvObj) - - - Sets the stub of IMoniker.CommonPrefixWith(IMoniker pmkOther, IMoniker& ppmkPrefix) - - - Sets the stub of IMoniker.ComposeWith(IMoniker pmkRight, Boolean fOnlyIfNotGeneric, IMoniker& ppmkComposite) - - - Sets the stub of IMoniker.Enum(Boolean fForward, IEnumMoniker& ppenumMoniker) - - - Sets the stub of IMoniker.GetClassID(Guid& pClassID) - - - Sets the stub of IMoniker.GetDisplayName(IBindCtx pbc, IMoniker pmkToLeft, String& ppszDisplayName) - - - Sets the stub of IMoniker.GetSizeMax(Int64& pcbSize) - - - Sets the stub of IMoniker.GetTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft, FILETIME& pFileTime) - - - Sets the stub of IMoniker.Hash(Int32& pdwHash) - - - Sets the stub of IMoniker.Inverse(IMoniker& ppmk) - - - Sets the stub of IMoniker.IsDirty() - - - Sets the stub of IMoniker.IsEqual(IMoniker pmkOtherMoniker) - - - Sets the stub of IMoniker.IsRunning(IBindCtx pbc, IMoniker pmkToLeft, IMoniker pmkNewlyRunning) - - - Sets the stub of IMoniker.IsSystemMoniker(Int32& pdwMksys) - - - Sets the stub of IMoniker.Load(IStream pStm) - - - Sets the stub of IMoniker.ParseDisplayName(IBindCtx pbc, IMoniker pmkToLeft, String pszDisplayName, Int32& pchEaten, IMoniker& ppmkOut) - - - Sets the stub of IMoniker.Reduce(IBindCtx pbc, Int32 dwReduceHowFar, IMoniker& ppmkToLeft, IMoniker& ppmkReduced) - - - Sets the stub of IMoniker.RelativePathTo(IMoniker pmkOther, IMoniker& ppmkRelPath) - - - Sets the stub of IMoniker.Save(IStream pStm, Boolean fClearDirty) - - - Stub type of System.Runtime.InteropServices.ComTypes.IPersistFile - - - Initializes a new instance of type StubIPersistFile - - - Sets the stub of IPersistFile.GetClassID(Guid& pClassID) - - - Sets the stub of IPersistFile.GetCurFile(String& ppszFileName) - - - Sets the stub of IPersistFile.IsDirty() - - - Sets the stub of IPersistFile.Load(String pszFileName, Int32 dwMode) - - - Sets the stub of IPersistFile.SaveCompleted(String pszFileName) - - - Sets the stub of IPersistFile.Save(String pszFileName, Boolean fRemember) - - - Sets the stub of IPersistFile.GetClassID(Guid& pClassID) - - - Sets the stub of IPersistFile.GetCurFile(String& ppszFileName) - - - Sets the stub of IPersistFile.IsDirty() - - - Sets the stub of IPersistFile.Load(String pszFileName, Int32 dwMode) - - - Sets the stub of IPersistFile.Save(String pszFileName, Boolean fRemember) - - - Sets the stub of IPersistFile.SaveCompleted(String pszFileName) - - - Stub type of System.Runtime.InteropServices.ComTypes.IRunningObjectTable - - - Initializes a new instance of type StubIRunningObjectTable - - - Sets the stub of IRunningObjectTable.EnumRunning(IEnumMoniker& ppenumMoniker) - - - Sets the stub of IRunningObjectTable.GetObject(IMoniker pmkObjectName, Object& ppunkObject) - - - Sets the stub of IRunningObjectTable.GetTimeOfLastChange(IMoniker pmkObjectName, FILETIME& pfiletime) - - - Sets the stub of IRunningObjectTable.IsRunning(IMoniker pmkObjectName) - - - Sets the stub of IRunningObjectTable.NoteChangeTime(Int32 dwRegister, FILETIME& pfiletime) - - - Sets the stub of IRunningObjectTable.Register(Int32 grfFlags, Object punkObject, IMoniker pmkObjectName) - - - Sets the stub of IRunningObjectTable.Revoke(Int32 dwRegister) - - - Sets the stub of IRunningObjectTable.EnumRunning(IEnumMoniker& ppenumMoniker) - - - Sets the stub of IRunningObjectTable.GetObject(IMoniker pmkObjectName, Object& ppunkObject) - - - Sets the stub of IRunningObjectTable.GetTimeOfLastChange(IMoniker pmkObjectName, FILETIME& pfiletime) - - - Sets the stub of IRunningObjectTable.IsRunning(IMoniker pmkObjectName) - - - Sets the stub of IRunningObjectTable.NoteChangeTime(Int32 dwRegister, FILETIME& pfiletime) - - - Sets the stub of IRunningObjectTable.Register(Int32 grfFlags, Object punkObject, IMoniker pmkObjectName) - - - Sets the stub of IRunningObjectTable.Revoke(Int32 dwRegister) - - - Stub type of System.Runtime.InteropServices.ComTypes.IStream - - - Initializes a new instance of type StubIStream - - - Sets the stub of IStream.Clone(IStream& ppstm) - - - Sets the stub of IStream.Commit(Int32 grfCommitFlags) - - - Sets the stub of IStream.CopyTo(IStream pstm, Int64 cb, IntPtr pcbRead, IntPtr pcbWritten) - - - Sets the stub of IStream.LockRegion(Int64 libOffset, Int64 cb, Int32 dwLockType) - - - Sets the stub of IStream.Read(Byte[] pv, Int32 cb, IntPtr pcbRead) - - - Sets the stub of IStream.Revert() - - - Sets the stub of IStream.Seek(Int64 dlibMove, Int32 dwOrigin, IntPtr plibNewPosition) - - - Sets the stub of IStream.SetSize(Int64 libNewSize) - - - Sets the stub of IStream.Stat(STATSTG& pstatstg, Int32 grfStatFlag) - - - Sets the stub of IStream.Clone(IStream& ppstm) - - - Sets the stub of IStream.Commit(Int32 grfCommitFlags) - - - Sets the stub of IStream.CopyTo(IStream pstm, Int64 cb, IntPtr pcbRead, IntPtr pcbWritten) - - - Sets the stub of IStream.LockRegion(Int64 libOffset, Int64 cb, Int32 dwLockType) - - - Sets the stub of IStream.Read(Byte[] pv, Int32 cb, IntPtr pcbRead) - - - Sets the stub of IStream.Revert() - - - Sets the stub of IStream.Seek(Int64 dlibMove, Int32 dwOrigin, IntPtr plibNewPosition) - - - Sets the stub of IStream.SetSize(Int64 libNewSize) - - - Sets the stub of IStream.Stat(STATSTG& pstatstg, Int32 grfStatFlag) - - - Sets the stub of IStream.UnlockRegion(Int64 libOffset, Int64 cb, Int32 dwLockType) - - - Sets the stub of IStream.Write(Byte[] pv, Int32 cb, IntPtr pcbWritten) - - - Sets the stub of IStream.UnlockRegion(Int64 libOffset, Int64 cb, Int32 dwLockType) - - - Sets the stub of IStream.Write(Byte[] pv, Int32 cb, IntPtr pcbWritten) - - - Stub type of System.Runtime.InteropServices.ComTypes.ITypeComp - - - Initializes a new instance of type StubITypeComp - - - Sets the stub of ITypeComp.Bind(String szName, Int32 lHashVal, Int16 wFlags, ITypeInfo& ppTInfo, DESCKIND& pDescKind, BINDPTR& pBindPtr) - - - Sets the stub of ITypeComp.BindType(String szName, Int32 lHashVal, ITypeInfo& ppTInfo, ITypeComp& ppTComp) - - - Sets the stub of ITypeComp.Bind(String szName, Int32 lHashVal, Int16 wFlags, ITypeInfo& ppTInfo, DESCKIND& pDescKind, BINDPTR& pBindPtr) - - - Sets the stub of ITypeComp.BindType(String szName, Int32 lHashVal, ITypeInfo& ppTInfo, ITypeComp& ppTComp) - - - Stub type of System.Runtime.InteropServices.ComTypes.ITypeInfo - - - Initializes a new instance of type StubITypeInfo - - - Sets the stub of ITypeInfo.AddressOfMember(Int32 memid, INVOKEKIND invKind, IntPtr& ppv) - - - Sets the stub of ITypeInfo.CreateInstance(Object pUnkOuter, Guid& riid, Object& ppvObj) - - - Sets the stub of ITypeInfo.GetContainingTypeLib(ITypeLib& ppTLB, Int32& pIndex) - - - Sets the stub of ITypeInfo.GetDllEntry(Int32 memid, INVOKEKIND invKind, IntPtr pBstrDllName, IntPtr pBstrName, IntPtr pwOrdinal) - - - Sets the stub of ITypeInfo.GetDocumentation(Int32 index, String& strName, String& strDocString, Int32& dwHelpContext, String& strHelpFile) - - - Sets the stub of ITypeInfo.GetFuncDesc(Int32 index, IntPtr& ppFuncDesc) - - - Sets the stub of ITypeInfo.GetIDsOfNames(String[] rgszNames, Int32 cNames, Int32[] pMemId) - - - Sets the stub of ITypeInfo.GetImplTypeFlags(Int32 index, IMPLTYPEFLAGS& pImplTypeFlags) - - - Sets the stub of ITypeInfo.GetMops(Int32 memid, String& pBstrMops) - - - Sets the stub of ITypeInfo.GetNames(Int32 memid, String[] rgBstrNames, Int32 cMaxNames, Int32& pcNames) - - - Sets the stub of ITypeInfo.GetRefTypeInfo(Int32 hRef, ITypeInfo& ppTI) - - - Sets the stub of ITypeInfo.GetRefTypeOfImplType(Int32 index, Int32& href) - - - Sets the stub of ITypeInfo.GetTypeAttr(IntPtr& ppTypeAttr) - - - Sets the stub of ITypeInfo.GetTypeComp(ITypeComp& ppTComp) - - - Sets the stub of ITypeInfo.GetVarDesc(Int32 index, IntPtr& ppVarDesc) - - - Sets the stub of ITypeInfo.Invoke(Object pvInstance, Int32 memid, Int16 wFlags, DISPPARAMS& pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, Int32& puArgErr) - - - Sets the stub of ITypeInfo.ReleaseFuncDesc(IntPtr pFuncDesc) - - - Sets the stub of ITypeInfo.ReleaseTypeAttr(IntPtr pTypeAttr) - - - Sets the stub of ITypeInfo.ReleaseVarDesc(IntPtr pVarDesc) - - - Sets the stub of ITypeInfo.AddressOfMember(Int32 memid, INVOKEKIND invKind, IntPtr& ppv) - - - Sets the stub of ITypeInfo.CreateInstance(Object pUnkOuter, Guid& riid, Object& ppvObj) - - - Sets the stub of ITypeInfo.GetContainingTypeLib(ITypeLib& ppTLB, Int32& pIndex) - - - Sets the stub of ITypeInfo.GetDllEntry(Int32 memid, INVOKEKIND invKind, IntPtr pBstrDllName, IntPtr pBstrName, IntPtr pwOrdinal) - - - Sets the stub of ITypeInfo.GetDocumentation(Int32 index, String& strName, String& strDocString, Int32& dwHelpContext, String& strHelpFile) - - - Sets the stub of ITypeInfo.GetFuncDesc(Int32 index, IntPtr& ppFuncDesc) - - - Sets the stub of ITypeInfo.GetIDsOfNames(String[] rgszNames, Int32 cNames, Int32[] pMemId) - - - Sets the stub of ITypeInfo.GetImplTypeFlags(Int32 index, IMPLTYPEFLAGS& pImplTypeFlags) - - - Sets the stub of ITypeInfo.GetMops(Int32 memid, String& pBstrMops) - - - Sets the stub of ITypeInfo.GetNames(Int32 memid, String[] rgBstrNames, Int32 cMaxNames, Int32& pcNames) - - - Sets the stub of ITypeInfo.GetRefTypeInfo(Int32 hRef, ITypeInfo& ppTI) - - - Sets the stub of ITypeInfo.GetRefTypeOfImplType(Int32 index, Int32& href) - - - Sets the stub of ITypeInfo.GetTypeAttr(IntPtr& ppTypeAttr) - - - Sets the stub of ITypeInfo.GetTypeComp(ITypeComp& ppTComp) - - - Sets the stub of ITypeInfo.GetVarDesc(Int32 index, IntPtr& ppVarDesc) - - - Sets the stub of ITypeInfo.Invoke(Object pvInstance, Int32 memid, Int16 wFlags, DISPPARAMS& pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, Int32& puArgErr) - - - Sets the stub of ITypeInfo.ReleaseFuncDesc(IntPtr pFuncDesc) - - - Sets the stub of ITypeInfo.ReleaseTypeAttr(IntPtr pTypeAttr) - - - Sets the stub of ITypeInfo.ReleaseVarDesc(IntPtr pVarDesc) - - - Stub type of System.Runtime.InteropServices.ComTypes.ITypeInfo2 - - - Initializes a new instance of type StubITypeInfo2 - - - Sets the stub of ITypeInfo2.AddressOfMember(Int32 memid, INVOKEKIND invKind, IntPtr& ppv) - - - Sets the stub of ITypeInfo.AddressOfMember(Int32 memid, INVOKEKIND invKind, IntPtr& ppv) - - - Sets the stub of ITypeInfo2.CreateInstance(Object pUnkOuter, Guid& riid, Object& ppvObj) - - - Sets the stub of ITypeInfo.CreateInstance(Object pUnkOuter, Guid& riid, Object& ppvObj) - - - Sets the stub of ITypeInfo2.GetAllCustData(IntPtr pCustData) - - - Sets the stub of ITypeInfo2.GetAllFuncCustData(Int32 index, IntPtr pCustData) - - - Sets the stub of ITypeInfo2.GetAllImplTypeCustData(Int32 index, IntPtr pCustData) - - - Sets the stub of ITypeInfo2.GetAllParamCustData(Int32 indexFunc, Int32 indexParam, IntPtr pCustData) - - - Sets the stub of ITypeInfo2.GetAllVarCustData(Int32 index, IntPtr pCustData) - - - Sets the stub of ITypeInfo2.GetContainingTypeLib(ITypeLib& ppTLB, Int32& pIndex) - - - Sets the stub of ITypeInfo.GetContainingTypeLib(ITypeLib& ppTLB, Int32& pIndex) - - - Sets the stub of ITypeInfo2.GetCustData(Guid& guid, Object& pVarVal) - - - Sets the stub of ITypeInfo2.GetDllEntry(Int32 memid, INVOKEKIND invKind, IntPtr pBstrDllName, IntPtr pBstrName, IntPtr pwOrdinal) - - - Sets the stub of ITypeInfo.GetDllEntry(Int32 memid, INVOKEKIND invKind, IntPtr pBstrDllName, IntPtr pBstrName, IntPtr pwOrdinal) - - - Sets the stub of ITypeInfo2.GetDocumentation2(Int32 memid, String& pbstrHelpString, Int32& pdwHelpStringContext, String& pbstrHelpStringDll) - - - Sets the stub of ITypeInfo2.GetDocumentation(Int32 index, String& strName, String& strDocString, Int32& dwHelpContext, String& strHelpFile) - - - Sets the stub of ITypeInfo.GetDocumentation(Int32 index, String& strName, String& strDocString, Int32& dwHelpContext, String& strHelpFile) - - - Sets the stub of ITypeInfo2.GetFuncCustData(Int32 index, Guid& guid, Object& pVarVal) - - - Sets the stub of ITypeInfo2.GetFuncDesc(Int32 index, IntPtr& ppFuncDesc) - - - Sets the stub of ITypeInfo.GetFuncDesc(Int32 index, IntPtr& ppFuncDesc) - - - Sets the stub of ITypeInfo2.GetFuncIndexOfMemId(Int32 memid, INVOKEKIND invKind, Int32& pFuncIndex) - - - Sets the stub of ITypeInfo2.GetIDsOfNames(String[] rgszNames, Int32 cNames, Int32[] pMemId) - - - Sets the stub of ITypeInfo.GetIDsOfNames(String[] rgszNames, Int32 cNames, Int32[] pMemId) - - - Sets the stub of ITypeInfo2.GetImplTypeCustData(Int32 index, Guid& guid, Object& pVarVal) - - - Sets the stub of ITypeInfo2.GetImplTypeFlags(Int32 index, IMPLTYPEFLAGS& pImplTypeFlags) - - - Sets the stub of ITypeInfo.GetImplTypeFlags(Int32 index, IMPLTYPEFLAGS& pImplTypeFlags) - - - Sets the stub of ITypeInfo2.GetMops(Int32 memid, String& pBstrMops) - - - Sets the stub of ITypeInfo.GetMops(Int32 memid, String& pBstrMops) - - - Sets the stub of ITypeInfo2.GetNames(Int32 memid, String[] rgBstrNames, Int32 cMaxNames, Int32& pcNames) - - - Sets the stub of ITypeInfo.GetNames(Int32 memid, String[] rgBstrNames, Int32 cMaxNames, Int32& pcNames) - - - Sets the stub of ITypeInfo2.GetParamCustData(Int32 indexFunc, Int32 indexParam, Guid& guid, Object& pVarVal) - - - Sets the stub of ITypeInfo2.GetRefTypeInfo(Int32 hRef, ITypeInfo& ppTI) - - - Sets the stub of ITypeInfo.GetRefTypeInfo(Int32 hRef, ITypeInfo& ppTI) - - - Sets the stub of ITypeInfo2.GetRefTypeOfImplType(Int32 index, Int32& href) - - - Sets the stub of ITypeInfo.GetRefTypeOfImplType(Int32 index, Int32& href) - - - Sets the stub of ITypeInfo2.GetTypeAttr(IntPtr& ppTypeAttr) - - - Sets the stub of ITypeInfo.GetTypeAttr(IntPtr& ppTypeAttr) - - - Sets the stub of ITypeInfo2.GetTypeComp(ITypeComp& ppTComp) - - - Sets the stub of ITypeInfo.GetTypeComp(ITypeComp& ppTComp) - - - Sets the stub of ITypeInfo2.GetTypeFlags(Int32& pTypeFlags) - - - Sets the stub of ITypeInfo2.GetTypeKind(TYPEKIND& pTypeKind) - - - Sets the stub of ITypeInfo2.GetVarCustData(Int32 index, Guid& guid, Object& pVarVal) - - - Sets the stub of ITypeInfo2.GetVarDesc(Int32 index, IntPtr& ppVarDesc) - - - Sets the stub of ITypeInfo.GetVarDesc(Int32 index, IntPtr& ppVarDesc) - - - Sets the stub of ITypeInfo2.GetVarIndexOfMemId(Int32 memid, Int32& pVarIndex) - - - Sets the stub of ITypeInfo2.Invoke(Object pvInstance, Int32 memid, Int16 wFlags, DISPPARAMS& pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, Int32& puArgErr) - - - Sets the stub of ITypeInfo.Invoke(Object pvInstance, Int32 memid, Int16 wFlags, DISPPARAMS& pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, Int32& puArgErr) - - - Sets the stub of ITypeInfo2.ReleaseFuncDesc(IntPtr pFuncDesc) - - - Sets the stub of ITypeInfo.ReleaseFuncDesc(IntPtr pFuncDesc) - - - Sets the stub of ITypeInfo2.ReleaseTypeAttr(IntPtr pTypeAttr) - - - Sets the stub of ITypeInfo.ReleaseTypeAttr(IntPtr pTypeAttr) - - - Sets the stub of ITypeInfo2.ReleaseVarDesc(IntPtr pVarDesc) - - - Sets the stub of ITypeInfo.ReleaseVarDesc(IntPtr pVarDesc) - - - Sets the stub of ITypeInfo.AddressOfMember(Int32 memid, INVOKEKIND invKind, IntPtr& ppv) - - - Sets the stub of ITypeInfo.CreateInstance(Object pUnkOuter, Guid& riid, Object& ppvObj) - - - Sets the stub of ITypeInfo.GetContainingTypeLib(ITypeLib& ppTLB, Int32& pIndex) - - - Sets the stub of ITypeInfo.GetDllEntry(Int32 memid, INVOKEKIND invKind, IntPtr pBstrDllName, IntPtr pBstrName, IntPtr pwOrdinal) - - - Sets the stub of ITypeInfo.GetDocumentation(Int32 index, String& strName, String& strDocString, Int32& dwHelpContext, String& strHelpFile) - - - Sets the stub of ITypeInfo.GetFuncDesc(Int32 index, IntPtr& ppFuncDesc) - - - Sets the stub of ITypeInfo.GetIDsOfNames(String[] rgszNames, Int32 cNames, Int32[] pMemId) - - - Sets the stub of ITypeInfo.GetImplTypeFlags(Int32 index, IMPLTYPEFLAGS& pImplTypeFlags) - - - Sets the stub of ITypeInfo.GetMops(Int32 memid, String& pBstrMops) - - - Sets the stub of ITypeInfo.GetNames(Int32 memid, String[] rgBstrNames, Int32 cMaxNames, Int32& pcNames) - - - Sets the stub of ITypeInfo.GetRefTypeInfo(Int32 hRef, ITypeInfo& ppTI) - - - Sets the stub of ITypeInfo.GetRefTypeOfImplType(Int32 index, Int32& href) - - - Sets the stub of ITypeInfo.GetTypeAttr(IntPtr& ppTypeAttr) - - - Sets the stub of ITypeInfo.GetTypeComp(ITypeComp& ppTComp) - - - Sets the stub of ITypeInfo.GetVarDesc(Int32 index, IntPtr& ppVarDesc) - - - Sets the stub of ITypeInfo.Invoke(Object pvInstance, Int32 memid, Int16 wFlags, DISPPARAMS& pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, Int32& puArgErr) - - - Sets the stub of ITypeInfo.ReleaseFuncDesc(IntPtr pFuncDesc) - - - Sets the stub of ITypeInfo.ReleaseTypeAttr(IntPtr pTypeAttr) - - - Sets the stub of ITypeInfo.ReleaseVarDesc(IntPtr pVarDesc) - - - Sets the stub of ITypeInfo2.AddressOfMember(Int32 memid, INVOKEKIND invKind, IntPtr& ppv) - - - Sets the stub of ITypeInfo2.CreateInstance(Object pUnkOuter, Guid& riid, Object& ppvObj) - - - Sets the stub of ITypeInfo2.GetAllCustData(IntPtr pCustData) - - - Sets the stub of ITypeInfo2.GetAllFuncCustData(Int32 index, IntPtr pCustData) - - - Sets the stub of ITypeInfo2.GetAllImplTypeCustData(Int32 index, IntPtr pCustData) - - - Sets the stub of ITypeInfo2.GetAllParamCustData(Int32 indexFunc, Int32 indexParam, IntPtr pCustData) - - - Sets the stub of ITypeInfo2.GetAllVarCustData(Int32 index, IntPtr pCustData) - - - Sets the stub of ITypeInfo2.GetContainingTypeLib(ITypeLib& ppTLB, Int32& pIndex) - - - Sets the stub of ITypeInfo2.GetCustData(Guid& guid, Object& pVarVal) - - - Sets the stub of ITypeInfo2.GetDllEntry(Int32 memid, INVOKEKIND invKind, IntPtr pBstrDllName, IntPtr pBstrName, IntPtr pwOrdinal) - - - Sets the stub of ITypeInfo2.GetDocumentation(Int32 index, String& strName, String& strDocString, Int32& dwHelpContext, String& strHelpFile) - - - Sets the stub of ITypeInfo2.GetDocumentation2(Int32 memid, String& pbstrHelpString, Int32& pdwHelpStringContext, String& pbstrHelpStringDll) - - - Sets the stub of ITypeInfo2.GetFuncCustData(Int32 index, Guid& guid, Object& pVarVal) - - - Sets the stub of ITypeInfo2.GetFuncDesc(Int32 index, IntPtr& ppFuncDesc) - - - Sets the stub of ITypeInfo2.GetFuncIndexOfMemId(Int32 memid, INVOKEKIND invKind, Int32& pFuncIndex) - - - Sets the stub of ITypeInfo2.GetIDsOfNames(String[] rgszNames, Int32 cNames, Int32[] pMemId) - - - Sets the stub of ITypeInfo2.GetImplTypeCustData(Int32 index, Guid& guid, Object& pVarVal) - - - Sets the stub of ITypeInfo2.GetImplTypeFlags(Int32 index, IMPLTYPEFLAGS& pImplTypeFlags) - - - Sets the stub of ITypeInfo2.GetMops(Int32 memid, String& pBstrMops) - - - Sets the stub of ITypeInfo2.GetNames(Int32 memid, String[] rgBstrNames, Int32 cMaxNames, Int32& pcNames) - - - Sets the stub of ITypeInfo2.GetParamCustData(Int32 indexFunc, Int32 indexParam, Guid& guid, Object& pVarVal) - - - Sets the stub of ITypeInfo2.GetRefTypeInfo(Int32 hRef, ITypeInfo& ppTI) - - - Sets the stub of ITypeInfo2.GetRefTypeOfImplType(Int32 index, Int32& href) - - - Sets the stub of ITypeInfo2.GetTypeAttr(IntPtr& ppTypeAttr) - - - Sets the stub of ITypeInfo2.GetTypeComp(ITypeComp& ppTComp) - - - Sets the stub of ITypeInfo2.GetTypeFlags(Int32& pTypeFlags) - - - Sets the stub of ITypeInfo2.GetTypeKind(TYPEKIND& pTypeKind) - - - Sets the stub of ITypeInfo2.GetVarCustData(Int32 index, Guid& guid, Object& pVarVal) - - - Sets the stub of ITypeInfo2.GetVarDesc(Int32 index, IntPtr& ppVarDesc) - - - Sets the stub of ITypeInfo2.GetVarIndexOfMemId(Int32 memid, Int32& pVarIndex) - - - Sets the stub of ITypeInfo2.Invoke(Object pvInstance, Int32 memid, Int16 wFlags, DISPPARAMS& pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, Int32& puArgErr) - - - Sets the stub of ITypeInfo2.ReleaseFuncDesc(IntPtr pFuncDesc) - - - Sets the stub of ITypeInfo2.ReleaseTypeAttr(IntPtr pTypeAttr) - - - Sets the stub of ITypeInfo2.ReleaseVarDesc(IntPtr pVarDesc) - - - Stub type of System.Runtime.InteropServices.ComTypes.ITypeLib - - - Initializes a new instance of type StubITypeLib - - - Sets the stub of ITypeLib.FindName(String szNameBuf, Int32 lHashVal, ITypeInfo[] ppTInfo, Int32[] rgMemId, Int16& pcFound) - - - Sets the stub of ITypeLib.GetDocumentation(Int32 index, String& strName, String& strDocString, Int32& dwHelpContext, String& strHelpFile) - - - Sets the stub of ITypeLib.GetLibAttr(IntPtr& ppTLibAttr) - - - Sets the stub of ITypeLib.GetTypeComp(ITypeComp& ppTComp) - - - Sets the stub of ITypeLib.GetTypeInfoCount() - - - Sets the stub of ITypeLib.GetTypeInfo(Int32 index, ITypeInfo& ppTI) - - - Sets the stub of ITypeLib.GetTypeInfoOfGuid(Guid& guid, ITypeInfo& ppTInfo) - - - Sets the stub of ITypeLib.GetTypeInfoType(Int32 index, TYPEKIND& pTKind) - - - Sets the stub of ITypeLib.IsName(String szNameBuf, Int32 lHashVal) - - - Sets the stub of ITypeLib.ReleaseTLibAttr(IntPtr pTLibAttr) - - - Sets the stub of ITypeLib.FindName(String szNameBuf, Int32 lHashVal, ITypeInfo[] ppTInfo, Int32[] rgMemId, Int16& pcFound) - - - Sets the stub of ITypeLib.GetDocumentation(Int32 index, String& strName, String& strDocString, Int32& dwHelpContext, String& strHelpFile) - - - Sets the stub of ITypeLib.GetLibAttr(IntPtr& ppTLibAttr) - - - Sets the stub of ITypeLib.GetTypeComp(ITypeComp& ppTComp) - - - Sets the stub of ITypeLib.GetTypeInfo(Int32 index, ITypeInfo& ppTI) - - - Sets the stub of ITypeLib.GetTypeInfoCount() - - - Sets the stub of ITypeLib.GetTypeInfoOfGuid(Guid& guid, ITypeInfo& ppTInfo) - - - Sets the stub of ITypeLib.GetTypeInfoType(Int32 index, TYPEKIND& pTKind) - - - Sets the stub of ITypeLib.IsName(String szNameBuf, Int32 lHashVal) - - - Sets the stub of ITypeLib.ReleaseTLibAttr(IntPtr pTLibAttr) - - - Stub type of System.Runtime.InteropServices.ComTypes.ITypeLib2 - - - Initializes a new instance of type StubITypeLib2 - - - Sets the stub of ITypeLib2.FindName(String szNameBuf, Int32 lHashVal, ITypeInfo[] ppTInfo, Int32[] rgMemId, Int16& pcFound) - - - Sets the stub of ITypeLib.FindName(String szNameBuf, Int32 lHashVal, ITypeInfo[] ppTInfo, Int32[] rgMemId, Int16& pcFound) - - - Sets the stub of ITypeLib2.GetAllCustData(IntPtr pCustData) - - - Sets the stub of ITypeLib2.GetCustData(Guid& guid, Object& pVarVal) - - - Sets the stub of ITypeLib2.GetDocumentation2(Int32 index, String& pbstrHelpString, Int32& pdwHelpStringContext, String& pbstrHelpStringDll) - - - Sets the stub of ITypeLib2.GetDocumentation(Int32 index, String& strName, String& strDocString, Int32& dwHelpContext, String& strHelpFile) - - - Sets the stub of ITypeLib.GetDocumentation(Int32 index, String& strName, String& strDocString, Int32& dwHelpContext, String& strHelpFile) - - - Sets the stub of ITypeLib2.GetLibAttr(IntPtr& ppTLibAttr) - - - Sets the stub of ITypeLib.GetLibAttr(IntPtr& ppTLibAttr) - - - Sets the stub of ITypeLib2.GetLibStatistics(IntPtr pcUniqueNames, Int32& pcchUniqueNames) - - - Sets the stub of ITypeLib2.GetTypeComp(ITypeComp& ppTComp) - - - Sets the stub of ITypeLib.GetTypeComp(ITypeComp& ppTComp) - - - Sets the stub of ITypeLib2.GetTypeInfoCount() - - - Sets the stub of ITypeLib.GetTypeInfoCount() - - - Sets the stub of ITypeLib2.GetTypeInfo(Int32 index, ITypeInfo& ppTI) - - - Sets the stub of ITypeLib.GetTypeInfo(Int32 index, ITypeInfo& ppTI) - - - Sets the stub of ITypeLib2.GetTypeInfoOfGuid(Guid& guid, ITypeInfo& ppTInfo) - - - Sets the stub of ITypeLib.GetTypeInfoOfGuid(Guid& guid, ITypeInfo& ppTInfo) - - - Sets the stub of ITypeLib2.GetTypeInfoType(Int32 index, TYPEKIND& pTKind) - - - Sets the stub of ITypeLib.GetTypeInfoType(Int32 index, TYPEKIND& pTKind) - - - Sets the stub of ITypeLib2.IsName(String szNameBuf, Int32 lHashVal) - - - Sets the stub of ITypeLib.IsName(String szNameBuf, Int32 lHashVal) - - - Sets the stub of ITypeLib2.ReleaseTLibAttr(IntPtr pTLibAttr) - - - Sets the stub of ITypeLib.ReleaseTLibAttr(IntPtr pTLibAttr) - - - Sets the stub of ITypeLib.FindName(String szNameBuf, Int32 lHashVal, ITypeInfo[] ppTInfo, Int32[] rgMemId, Int16& pcFound) - - - Sets the stub of ITypeLib.GetDocumentation(Int32 index, String& strName, String& strDocString, Int32& dwHelpContext, String& strHelpFile) - - - Sets the stub of ITypeLib.GetLibAttr(IntPtr& ppTLibAttr) - - - Sets the stub of ITypeLib.GetTypeComp(ITypeComp& ppTComp) - - - Sets the stub of ITypeLib.GetTypeInfo(Int32 index, ITypeInfo& ppTI) - - - Sets the stub of ITypeLib.GetTypeInfoCount() - - - Sets the stub of ITypeLib.GetTypeInfoOfGuid(Guid& guid, ITypeInfo& ppTInfo) - - - Sets the stub of ITypeLib.GetTypeInfoType(Int32 index, TYPEKIND& pTKind) - - - Sets the stub of ITypeLib.IsName(String szNameBuf, Int32 lHashVal) - - - Sets the stub of ITypeLib.ReleaseTLibAttr(IntPtr pTLibAttr) - - - Sets the stub of ITypeLib2.FindName(String szNameBuf, Int32 lHashVal, ITypeInfo[] ppTInfo, Int32[] rgMemId, Int16& pcFound) - - - Sets the stub of ITypeLib2.GetAllCustData(IntPtr pCustData) - - - Sets the stub of ITypeLib2.GetCustData(Guid& guid, Object& pVarVal) - - - Sets the stub of ITypeLib2.GetDocumentation(Int32 index, String& strName, String& strDocString, Int32& dwHelpContext, String& strHelpFile) - - - Sets the stub of ITypeLib2.GetDocumentation2(Int32 index, String& pbstrHelpString, Int32& pdwHelpStringContext, String& pbstrHelpStringDll) - - - Sets the stub of ITypeLib2.GetLibAttr(IntPtr& ppTLibAttr) - - - Sets the stub of ITypeLib2.GetLibStatistics(IntPtr pcUniqueNames, Int32& pcchUniqueNames) - - - Sets the stub of ITypeLib2.GetTypeComp(ITypeComp& ppTComp) - - - Sets the stub of ITypeLib2.GetTypeInfo(Int32 index, ITypeInfo& ppTI) - - - Sets the stub of ITypeLib2.GetTypeInfoCount() - - - Sets the stub of ITypeLib2.GetTypeInfoOfGuid(Guid& guid, ITypeInfo& ppTInfo) - - - Sets the stub of ITypeLib2.GetTypeInfoType(Int32 index, TYPEKIND& pTKind) - - - Sets the stub of ITypeLib2.IsName(String szNameBuf, Int32 lHashVal) - - - Sets the stub of ITypeLib2.ReleaseTLibAttr(IntPtr pTLibAttr) - - - Stub type of System.Runtime.InteropServices.Expando.IExpando - - - Initializes a new instance of type StubIExpando - - - Sets the stub of IExpando.AddField(String name) - - - Sets the stub of IExpando.AddMethod(String name, Delegate method) - - - Sets the stub of IExpando.AddProperty(String name) - - - Sets the stub of IReflect.GetField(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetFields(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMember(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMembers(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMethod(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMethod(String name, BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of IReflect.GetMethods(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetProperties(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetProperty(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetProperty(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of IReflect.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) - - - Sets the stub of IExpando.RemoveMember(MemberInfo m) - - - Sets the stub of IReflect.GetField(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetFields(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMember(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMembers(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMethod(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetMethod(String name, BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of IReflect.GetMethods(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetProperties(BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetProperty(String name, BindingFlags bindingAttr) - - - Sets the stub of IReflect.GetProperty(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of IReflect.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) - - - Sets the stub of IExpando.AddField(String name) - - - Sets the stub of IExpando.AddMethod(String name, Delegate method) - - - Sets the stub of IExpando.AddProperty(String name) - - - Sets the stub of IExpando.RemoveMember(MemberInfo m) - - - Sets the stub of IReflect.get_UnderlyingSystemType() - - - Sets the stub of IReflect.get_UnderlyingSystemType() - - - Stub type of System.Runtime.InteropServices.COMException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubCOMException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubCOMException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of ExternalException.get_ErrorCode() - - - Sets the stub of ExternalException.get_ErrorCode() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubCOMException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of COMException.ToString() - - - Sets the stub of COMException.ToString() - - - Stub type of System.Runtime.InteropServices.CriticalHandle - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CriticalHandle.Dispose(Boolean disposing) - - - Sets the stub of CriticalHandle.Dispose(Boolean disposing) - - - Initializes a new instance of type StubCriticalHandle - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CriticalHandle.get_IsInvalid() - - - Sets the stub of CriticalHandle.get_IsInvalid() - - - Sets the stub of CriticalHandle.ReleaseHandle() - - - Sets the stub of CriticalHandle.ReleaseHandle() - - - Stub type of System.Runtime.InteropServices.ExternalException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubExternalException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubExternalException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of ExternalException.get_ErrorCode() - - - Sets the stub of ExternalException.get_ErrorCode() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubExternalException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of ExternalException.ToString() - - - Sets the stub of ExternalException.ToString() - - - Stub type of System.Runtime.InteropServices.ICustomAdapter - - - Initializes a new instance of type StubICustomAdapter - - - Sets the stub of ICustomAdapter.GetUnderlyingObject() - - - Sets the stub of ICustomAdapter.GetUnderlyingObject() - - - Stub type of System.Runtime.InteropServices.ICustomFactory - - - Initializes a new instance of type StubICustomFactory - - - Sets the stub of ICustomFactory.CreateInstance(Type serverType) - - - Sets the stub of ICustomFactory.CreateInstance(Type serverType) - - - Stub type of System.Runtime.InteropServices.ICustomMarshaler - - - Initializes a new instance of type StubICustomMarshaler - - - Sets the stub of ICustomMarshaler.CleanUpManagedData(Object ManagedObj) - - - Sets the stub of ICustomMarshaler.CleanUpNativeData(IntPtr pNativeData) - - - Sets the stub of ICustomMarshaler.GetNativeDataSize() - - - Sets the stub of ICustomMarshaler.MarshalManagedToNative(Object ManagedObj) - - - Sets the stub of ICustomMarshaler.MarshalNativeToManaged(IntPtr pNativeData) - - - Sets the stub of ICustomMarshaler.CleanUpManagedData(Object ManagedObj) - - - Sets the stub of ICustomMarshaler.CleanUpNativeData(IntPtr pNativeData) - - - Sets the stub of ICustomMarshaler.GetNativeDataSize() - - - Sets the stub of ICustomMarshaler.MarshalManagedToNative(Object ManagedObj) - - - Sets the stub of ICustomMarshaler.MarshalNativeToManaged(IntPtr pNativeData) - - - Stub type of System.Runtime.InteropServices.ICustomQueryInterface - - - Initializes a new instance of type StubICustomQueryInterface - - - Sets the stub of ICustomQueryInterface.GetInterface(Guid& iid, IntPtr& ppv) - - - Sets the stub of ICustomQueryInterface.GetInterface(Guid& iid, IntPtr& ppv) - - - Stub type of System.Runtime.InteropServices.IRegistrationServices - - - Initializes a new instance of type StubIRegistrationServices - - - Sets the stub of IRegistrationServices.GetManagedCategoryGuid() - - - Sets the stub of IRegistrationServices.GetProgIdForType(Type type) - - - Sets the stub of IRegistrationServices.GetRegistrableTypesInAssembly(Assembly assembly) - - - Sets the stub of IRegistrationServices.RegisterAssembly(Assembly assembly, AssemblyRegistrationFlags flags) - - - Sets the stub of IRegistrationServices.RegisterTypeForComClients(Type type, Guid& g) - - - Sets the stub of IRegistrationServices.GetManagedCategoryGuid() - - - Sets the stub of IRegistrationServices.GetProgIdForType(Type type) - - - Sets the stub of IRegistrationServices.GetRegistrableTypesInAssembly(Assembly assembly) - - - Sets the stub of IRegistrationServices.RegisterAssembly(Assembly assembly, AssemblyRegistrationFlags flags) - - - Sets the stub of IRegistrationServices.RegisterTypeForComClients(Type type, Guid& g) - - - Sets the stub of IRegistrationServices.TypeRepresentsComType(Type type) - - - Sets the stub of IRegistrationServices.TypeRequiresRegistration(Type type) - - - Sets the stub of IRegistrationServices.UnregisterAssembly(Assembly assembly) - - - Sets the stub of IRegistrationServices.TypeRepresentsComType(Type type) - - - Sets the stub of IRegistrationServices.TypeRequiresRegistration(Type type) - - - Sets the stub of IRegistrationServices.UnregisterAssembly(Assembly assembly) - - - Stub type of System.Runtime.InteropServices.ITypeLibConverter - - - Initializes a new instance of type StubITypeLibConverter - - - Sets the stub of ITypeLibConverter.ConvertAssemblyToTypeLib(Assembly assembly, String typeLibName, TypeLibExporterFlags flags, ITypeLibExporterNotifySink notifySink) - - - Sets the stub of ITypeLibConverter.ConvertTypeLibToAssembly(Object typeLib, String asmFileName, Int32 flags, ITypeLibImporterNotifySink notifySink, Byte[] publicKey, StrongNameKeyPair keyPair, Boolean unsafeInterfaces) - - - Sets the stub of ITypeLibConverter.ConvertTypeLibToAssembly(Object typeLib, String asmFileName, TypeLibImporterFlags flags, ITypeLibImporterNotifySink notifySink, Byte[] publicKey, StrongNameKeyPair keyPair, String asmNamespace, Version asmVersion) - - - Sets the stub of ITypeLibConverter.GetPrimaryInteropAssembly(Guid g, Int32 major, Int32 minor, Int32 lcid, String& asmName, String& asmCodeBase) - - - Sets the stub of ITypeLibConverter.ConvertAssemblyToTypeLib(Assembly assembly, String typeLibName, TypeLibExporterFlags flags, ITypeLibExporterNotifySink notifySink) - - - Sets the stub of ITypeLibConverter.ConvertTypeLibToAssembly(Object typeLib, String asmFileName, Int32 flags, ITypeLibImporterNotifySink notifySink, Byte[] publicKey, StrongNameKeyPair keyPair, Boolean unsafeInterfaces) - - - Sets the stub of ITypeLibConverter.ConvertTypeLibToAssembly(Object typeLib, String asmFileName, TypeLibImporterFlags flags, ITypeLibImporterNotifySink notifySink, Byte[] publicKey, StrongNameKeyPair keyPair, String asmNamespace, Version asmVersion) - - - Sets the stub of ITypeLibConverter.GetPrimaryInteropAssembly(Guid g, Int32 major, Int32 minor, Int32 lcid, String& asmName, String& asmCodeBase) - - - Stub type of System.Runtime.InteropServices.ITypeLibExporterNameProvider - - - Initializes a new instance of type StubITypeLibExporterNameProvider - - - Sets the stub of ITypeLibExporterNameProvider.GetNames() - - - Sets the stub of ITypeLibExporterNameProvider.GetNames() - - - Stub type of System.Runtime.InteropServices.ITypeLibExporterNotifySink - - - Initializes a new instance of type StubITypeLibExporterNotifySink - - - Sets the stub of ITypeLibExporterNotifySink.ReportEvent(ExporterEventKind eventKind, Int32 eventCode, String eventMsg) - - - Sets the stub of ITypeLibExporterNotifySink.ResolveRef(Assembly assembly) - - - Sets the stub of ITypeLibExporterNotifySink.ReportEvent(ExporterEventKind eventKind, Int32 eventCode, String eventMsg) - - - Sets the stub of ITypeLibExporterNotifySink.ResolveRef(Assembly assembly) - - - Stub type of System.Runtime.InteropServices.ITypeLibImporterNotifySink - - - Initializes a new instance of type StubITypeLibImporterNotifySink - - - Sets the stub of ITypeLibImporterNotifySink.ReportEvent(ImporterEventKind eventKind, Int32 eventCode, String eventMsg) - - - Sets the stub of ITypeLibImporterNotifySink.ResolveRef(Object typeLib) - - - Sets the stub of ITypeLibImporterNotifySink.ReportEvent(ImporterEventKind eventKind, Int32 eventCode, String eventMsg) - - - Sets the stub of ITypeLibImporterNotifySink.ResolveRef(Object typeLib) - - - Stub type of System.Runtime.InteropServices.InvalidComObjectException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubInvalidComObjectException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubInvalidComObjectException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubInvalidComObjectException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Runtime.InteropServices.InvalidOleVariantTypeException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubInvalidOleVariantTypeException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubInvalidOleVariantTypeException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubInvalidOleVariantTypeException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Runtime.InteropServices.MarshalDirectiveException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubMarshalDirectiveException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubMarshalDirectiveException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubMarshalDirectiveException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Runtime.InteropServices.RegistrationServices - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of RegistrationServices.GetManagedCategoryGuid() - - - Sets the stub of RegistrationServices.GetManagedCategoryGuid() - - - Sets the stub of RegistrationServices.GetProgIdForType(Type type) - - - Sets the stub of RegistrationServices.GetProgIdForType(Type type) - - - Sets the stub of RegistrationServices.GetRegistrableTypesInAssembly(Assembly assembly) - - - Sets the stub of RegistrationServices.GetRegistrableTypesInAssembly(Assembly assembly) - - - Initializes a new instance of type StubRegistrationServices - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of RegistrationServices.RegisterAssembly(Assembly assembly, AssemblyRegistrationFlags flags) - - - Sets the stub of RegistrationServices.RegisterAssembly(Assembly assembly, AssemblyRegistrationFlags flags) - - - Sets the stub of RegistrationServices.RegisterTypeForComClients(Type type, RegistrationClassContext classContext, RegistrationConnectionType flags) - - - Sets the stub of RegistrationServices.RegisterTypeForComClients(Type type, Guid& g) - - - Sets the stub of RegistrationServices.RegisterTypeForComClients(Type type, Guid& g) - - - Sets the stub of RegistrationServices.RegisterTypeForComClients(Type type, RegistrationClassContext classContext, RegistrationConnectionType flags) - - - Sets the stub of RegistrationServices.TypeRepresentsComType(Type type) - - - Sets the stub of RegistrationServices.TypeRepresentsComType(Type type) - - - Sets the stub of RegistrationServices.TypeRequiresRegistration(Type type) - - - Sets the stub of RegistrationServices.TypeRequiresRegistration(Type type) - - - Sets the stub of RegistrationServices.UnregisterAssembly(Assembly assembly) - - - Sets the stub of RegistrationServices.UnregisterAssembly(Assembly assembly) - - - Sets the stub of RegistrationServices.UnregisterTypeForComClients(Int32 cookie) - - - Sets the stub of RegistrationServices.UnregisterTypeForComClients(Int32 cookie) - - - Stub type of System.Runtime.InteropServices.SEHException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSEHException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSEHException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SEHException.CanResume() - - - Sets the stub of SEHException.CanResume() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of ExternalException.get_ErrorCode() - - - Sets the stub of ExternalException.get_ErrorCode() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSEHException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of ExternalException.ToString() - - - Sets the stub of ExternalException.ToString() - - - Stub type of System.Runtime.InteropServices.SafeArrayRankMismatchException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSafeArrayRankMismatchException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSafeArrayRankMismatchException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSafeArrayRankMismatchException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Runtime.InteropServices.SafeArrayTypeMismatchException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSafeArrayTypeMismatchException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSafeArrayTypeMismatchException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSafeArrayTypeMismatchException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Runtime.InteropServices.SafeBuffer - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SafeHandle.Dispose(Boolean disposing) - - - Sets the stub of SafeHandle.Dispose(Boolean disposing) - - - Initializes a new instance of type StubSafeBuffer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SafeHandleZeroOrMinusOneIsInvalid.get_IsInvalid() - - - Sets the stub of SafeHandleZeroOrMinusOneIsInvalid.get_IsInvalid() - - - Sets the stub of SafeHandle.ReleaseHandle() - - - Sets the stub of SafeHandle.ReleaseHandle() - - - Stub type of System.Runtime.InteropServices.SafeHandle - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SafeHandle.Dispose(Boolean disposing) - - - Sets the stub of SafeHandle.Dispose(Boolean disposing) - - - Initializes a new instance of type StubSafeHandle - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SafeHandle.get_IsInvalid() - - - Sets the stub of SafeHandle.get_IsInvalid() - - - Sets the stub of SafeHandle.ReleaseHandle() - - - Sets the stub of SafeHandle.ReleaseHandle() - - - Stub type of System.Runtime.InteropServices._Activator - - - Initializes a new instance of type Stub_Activator - - - Sets the stub of _Activator.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _Activator.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _Activator.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _Activator.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _Activator.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _Activator.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _Activator.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _Activator.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._Assembly - - - Initializes a new instance of type Stub_Assembly - - - Sets the stub of _Assembly.get_CodeBase() - - - Sets the stub of _Assembly.get_CodeBase() - - - Sets the stub of _Assembly.CreateInstance(String typeName) - - - Sets the stub of _Assembly.CreateInstance(String typeName, Boolean ignoreCase) - - - Sets the stub of _Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) - - - Sets the stub of _Assembly.get_EntryPoint() - - - Sets the stub of _Assembly.get_EntryPoint() - - - Sets the stub of _Assembly.Equals(Object other) - - - Sets the stub of _Assembly.get_EscapedCodeBase() - - - Sets the stub of _Assembly.get_EscapedCodeBase() - - - Sets the stub of _Assembly.get_Evidence() - - - Sets the stub of _Assembly.get_Evidence() - - - Sets the stub of _Assembly.get_FullName() - - - Sets the stub of _Assembly.get_FullName() - - - Sets the stub of _Assembly.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _Assembly.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _Assembly.GetExportedTypes() - - - Sets the stub of _Assembly.GetFile(String name) - - - Sets the stub of _Assembly.GetFiles() - - - Sets the stub of _Assembly.GetFiles(Boolean getResourceModules) - - - Sets the stub of _Assembly.GetHashCode() - - - Sets the stub of _Assembly.GetLoadedModules() - - - Sets the stub of _Assembly.GetLoadedModules(Boolean getResourceModules) - - - Sets the stub of _Assembly.GetManifestResourceInfo(String resourceName) - - - Sets the stub of _Assembly.GetManifestResourceNames() - - - Sets the stub of _Assembly.GetManifestResourceStream(String name) - - - Sets the stub of _Assembly.GetManifestResourceStream(Type type, String name) - - - Sets the stub of _Assembly.GetModule(String name) - - - Sets the stub of _Assembly.GetModules() - - - Sets the stub of _Assembly.GetModules(Boolean getResourceModules) - - - Sets the stub of _Assembly.GetName() - - - Sets the stub of _Assembly.GetName(Boolean copiedName) - - - Sets the stub of _Assembly.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of _Assembly.GetReferencedAssemblies() - - - Sets the stub of _Assembly.GetSatelliteAssembly(CultureInfo culture) - - - Sets the stub of _Assembly.GetSatelliteAssembly(CultureInfo culture, Version version) - - - Sets the stub of _Assembly.GetType() - - - Sets the stub of _Assembly.GetType(String name) - - - Sets the stub of _Assembly.GetType(String name, Boolean throwOnError) - - - Sets the stub of _Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) - - - Sets the stub of _Assembly.GetTypes() - - - Sets the stub of _Assembly.get_GlobalAssemblyCache() - - - Sets the stub of _Assembly.get_GlobalAssemblyCache() - - - Sets the stub of _Assembly.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _Assembly.LoadModule(String moduleName, Byte[] rawModule) - - - Sets the stub of _Assembly.LoadModule(String moduleName, Byte[] rawModule, Byte[] rawSymbolStore) - - - Sets the stub of _Assembly.get_Location() - - - Sets the stub of _Assembly.get_Location() - - - Sets the stub of _Assembly.CreateInstance(String typeName) - - - Sets the stub of _Assembly.CreateInstance(String typeName, Boolean ignoreCase) - - - Sets the stub of _Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) - - - Sets the stub of _Assembly.Equals(Object other) - - - Sets the stub of _Assembly.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _Assembly.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _Assembly.GetExportedTypes() - - - Sets the stub of _Assembly.GetFile(String name) - - - Sets the stub of _Assembly.GetFiles() - - - Sets the stub of _Assembly.GetFiles(Boolean getResourceModules) - - - Sets the stub of _Assembly.GetHashCode() - - - Sets the stub of _Assembly.GetLoadedModules() - - - Sets the stub of _Assembly.GetLoadedModules(Boolean getResourceModules) - - - Sets the stub of _Assembly.GetManifestResourceInfo(String resourceName) - - - Sets the stub of _Assembly.GetManifestResourceNames() - - - Sets the stub of _Assembly.GetManifestResourceStream(String name) - - - Sets the stub of _Assembly.GetManifestResourceStream(Type type, String name) - - - Sets the stub of _Assembly.GetModule(String name) - - - Sets the stub of _Assembly.GetModules() - - - Sets the stub of _Assembly.GetModules(Boolean getResourceModules) - - - Sets the stub of _Assembly.GetName() - - - Sets the stub of _Assembly.GetName(Boolean copiedName) - - - Sets the stub of _Assembly.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of _Assembly.GetReferencedAssemblies() - - - Sets the stub of _Assembly.GetSatelliteAssembly(CultureInfo culture) - - - Sets the stub of _Assembly.GetSatelliteAssembly(CultureInfo culture, Version version) - - - Sets the stub of _Assembly.GetType() - - - Sets the stub of _Assembly.GetType(String name) - - - Sets the stub of _Assembly.GetType(String name, Boolean throwOnError) - - - Sets the stub of _Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) - - - Sets the stub of _Assembly.GetTypes() - - - Sets the stub of _Assembly.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _Assembly.LoadModule(String moduleName, Byte[] rawModule) - - - Sets the stub of _Assembly.LoadModule(String moduleName, Byte[] rawModule, Byte[] rawSymbolStore) - - - Sets the stub of _Assembly.ToString() - - - Sets the stub of _Assembly.ToString() - - - Stub type of System.Runtime.InteropServices._AssemblyBuilder - - - Initializes a new instance of type Stub_AssemblyBuilder - - - Sets the stub of _AssemblyBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _AssemblyBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _AssemblyBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _AssemblyBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _AssemblyBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _AssemblyBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _AssemblyBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _AssemblyBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._AssemblyName - - - Initializes a new instance of type Stub_AssemblyName - - - Sets the stub of _AssemblyName.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _AssemblyName.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _AssemblyName.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _AssemblyName.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _AssemblyName.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _AssemblyName.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _AssemblyName.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _AssemblyName.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._Attribute - - - Initializes a new instance of type Stub_Attribute - - - Sets the stub of _Attribute.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _Attribute.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _Attribute.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _Attribute.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _Attribute.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _Attribute.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _Attribute.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _Attribute.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._ConstructorBuilder - - - Initializes a new instance of type Stub_ConstructorBuilder - - - Sets the stub of _ConstructorBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _ConstructorBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _ConstructorBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _ConstructorBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _ConstructorBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _ConstructorBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _ConstructorBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _ConstructorBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._ConstructorInfo - - - Initializes a new instance of type Stub_ConstructorInfo - - - Sets the stub of _ConstructorInfo.get_Attributes() - - - Sets the stub of _ConstructorInfo.get_Attributes() - - - Sets the stub of _ConstructorInfo.get_CallingConvention() - - - Sets the stub of _ConstructorInfo.get_CallingConvention() - - - Sets the stub of _ConstructorInfo.get_DeclaringType() - - - Sets the stub of _ConstructorInfo.get_DeclaringType() - - - Sets the stub of _ConstructorInfo.Equals(Object other) - - - Sets the stub of _ConstructorInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _ConstructorInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _ConstructorInfo.GetHashCode() - - - Sets the stub of _ConstructorInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _ConstructorInfo.GetMethodImplementationFlags() - - - Sets the stub of _ConstructorInfo.GetParameters() - - - Sets the stub of _ConstructorInfo.GetType() - - - Sets the stub of _ConstructorInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _ConstructorInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _ConstructorInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _ConstructorInfo.Invoke_2(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of _ConstructorInfo.Invoke_3(Object obj, Object[] parameters) - - - Sets the stub of _ConstructorInfo.Invoke_4(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of _ConstructorInfo.Invoke_5(Object[] parameters) - - - Sets the stub of _ConstructorInfo.get_IsAbstract() - - - Sets the stub of _ConstructorInfo.get_IsAbstract() - - - Sets the stub of _ConstructorInfo.get_IsAssembly() - - - Sets the stub of _ConstructorInfo.get_IsAssembly() - - - Sets the stub of _ConstructorInfo.get_IsConstructor() - - - Sets the stub of _ConstructorInfo.get_IsConstructor() - - - Sets the stub of _ConstructorInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _ConstructorInfo.get_IsFamily() - - - Sets the stub of _ConstructorInfo.get_IsFamilyAndAssembly() - - - Sets the stub of _ConstructorInfo.get_IsFamilyAndAssembly() - - - Sets the stub of _ConstructorInfo.get_IsFamily() - - - Sets the stub of _ConstructorInfo.get_IsFamilyOrAssembly() - - - Sets the stub of _ConstructorInfo.get_IsFamilyOrAssembly() - - - Sets the stub of _ConstructorInfo.get_IsFinal() - - - Sets the stub of _ConstructorInfo.get_IsFinal() - - - Sets the stub of _ConstructorInfo.get_IsHideBySig() - - - Sets the stub of _ConstructorInfo.get_IsHideBySig() - - - Sets the stub of _ConstructorInfo.get_IsPrivate() - - - Sets the stub of _ConstructorInfo.get_IsPrivate() - - - Sets the stub of _ConstructorInfo.get_IsPublic() - - - Sets the stub of _ConstructorInfo.get_IsPublic() - - - Sets the stub of _ConstructorInfo.get_IsSpecialName() - - - Sets the stub of _ConstructorInfo.get_IsSpecialName() - - - Sets the stub of _ConstructorInfo.get_IsStatic() - - - Sets the stub of _ConstructorInfo.get_IsStatic() - - - Sets the stub of _ConstructorInfo.get_IsVirtual() - - - Sets the stub of _ConstructorInfo.get_IsVirtual() - - - Sets the stub of _ConstructorInfo.get_MemberType() - - - Sets the stub of _ConstructorInfo.get_MemberType() - - - Sets the stub of _ConstructorInfo.get_MethodHandle() - - - Sets the stub of _ConstructorInfo.get_MethodHandle() - - - Sets the stub of _ConstructorInfo.get_Name() - - - Sets the stub of _ConstructorInfo.get_Name() - - - Sets the stub of _ConstructorInfo.get_ReflectedType() - - - Sets the stub of _ConstructorInfo.get_ReflectedType() - - - Sets the stub of _ConstructorInfo.Equals(Object other) - - - Sets the stub of _ConstructorInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _ConstructorInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _ConstructorInfo.GetHashCode() - - - Sets the stub of _ConstructorInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _ConstructorInfo.GetMethodImplementationFlags() - - - Sets the stub of _ConstructorInfo.GetParameters() - - - Sets the stub of _ConstructorInfo.GetType() - - - Sets the stub of _ConstructorInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _ConstructorInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _ConstructorInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _ConstructorInfo.Invoke_2(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of _ConstructorInfo.Invoke_3(Object obj, Object[] parameters) - - - Sets the stub of _ConstructorInfo.Invoke_4(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of _ConstructorInfo.Invoke_5(Object[] parameters) - - - Sets the stub of _ConstructorInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _ConstructorInfo.ToString() - - - Sets the stub of _ConstructorInfo.ToString() - - - Stub type of System.Runtime.InteropServices._CustomAttributeBuilder - - - Initializes a new instance of type Stub_CustomAttributeBuilder - - - Sets the stub of _CustomAttributeBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _CustomAttributeBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _CustomAttributeBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _CustomAttributeBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _CustomAttributeBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _CustomAttributeBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _CustomAttributeBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _CustomAttributeBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._EnumBuilder - - - Initializes a new instance of type Stub_EnumBuilder - - - Sets the stub of _EnumBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _EnumBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _EnumBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _EnumBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _EnumBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _EnumBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _EnumBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _EnumBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._EventBuilder - - - Initializes a new instance of type Stub_EventBuilder - - - Sets the stub of _EventBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _EventBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _EventBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _EventBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _EventBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _EventBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _EventBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _EventBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._EventInfo - - - Initializes a new instance of type Stub_EventInfo - - - Sets the stub of _EventInfo.AddEventHandler(Object target, Delegate handler) - - - Sets the stub of _EventInfo.get_Attributes() - - - Sets the stub of _EventInfo.get_Attributes() - - - Sets the stub of _EventInfo.get_DeclaringType() - - - Sets the stub of _EventInfo.get_DeclaringType() - - - Sets the stub of _EventInfo.Equals(Object other) - - - Sets the stub of _EventInfo.get_EventHandlerType() - - - Sets the stub of _EventInfo.get_EventHandlerType() - - - Sets the stub of _EventInfo.GetAddMethod() - - - Sets the stub of _EventInfo.GetAddMethod(Boolean nonPublic) - - - Sets the stub of _EventInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _EventInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _EventInfo.GetHashCode() - - - Sets the stub of _EventInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _EventInfo.GetRaiseMethod() - - - Sets the stub of _EventInfo.GetRaiseMethod(Boolean nonPublic) - - - Sets the stub of _EventInfo.GetRemoveMethod() - - - Sets the stub of _EventInfo.GetRemoveMethod(Boolean nonPublic) - - - Sets the stub of _EventInfo.GetType() - - - Sets the stub of _EventInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _EventInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _EventInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _EventInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _EventInfo.get_IsMulticast() - - - Sets the stub of _EventInfo.get_IsMulticast() - - - Sets the stub of _EventInfo.get_IsSpecialName() - - - Sets the stub of _EventInfo.get_IsSpecialName() - - - Sets the stub of _EventInfo.get_MemberType() - - - Sets the stub of _EventInfo.get_MemberType() - - - Sets the stub of _EventInfo.get_Name() - - - Sets the stub of _EventInfo.get_Name() - - - Sets the stub of _EventInfo.get_ReflectedType() - - - Sets the stub of _EventInfo.get_ReflectedType() - - - Sets the stub of _EventInfo.RemoveEventHandler(Object target, Delegate handler) - - - Sets the stub of _EventInfo.AddEventHandler(Object target, Delegate handler) - - - Sets the stub of _EventInfo.Equals(Object other) - - - Sets the stub of _EventInfo.GetAddMethod() - - - Sets the stub of _EventInfo.GetAddMethod(Boolean nonPublic) - - - Sets the stub of _EventInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _EventInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _EventInfo.GetHashCode() - - - Sets the stub of _EventInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _EventInfo.GetRaiseMethod() - - - Sets the stub of _EventInfo.GetRaiseMethod(Boolean nonPublic) - - - Sets the stub of _EventInfo.GetRemoveMethod() - - - Sets the stub of _EventInfo.GetRemoveMethod(Boolean nonPublic) - - - Sets the stub of _EventInfo.GetType() - - - Sets the stub of _EventInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _EventInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _EventInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _EventInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _EventInfo.RemoveEventHandler(Object target, Delegate handler) - - - Sets the stub of _EventInfo.ToString() - - - Sets the stub of _EventInfo.ToString() - - - Stub type of System.Runtime.InteropServices._Exception - - - Initializes a new instance of type Stub_Exception - - - Attaches delegates to emulate Stub_Exception.HelpLink as a property with a backing field. - - - Attaches delegates to emulate Stub_Exception.Source as a property with a backing field. - - - Sets the stub of _Exception.Equals(Object obj) - - - Sets the stub of _Exception.GetBaseException() - - - Sets the stub of _Exception.GetHashCode() - - - Sets the stub of _Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of _Exception.GetType() - - - Sets the stub of _Exception.get_HelpLink() - - - Sets the stub of _Exception.get_HelpLink() - - - Sets the stub of _Exception.set_HelpLink(String value) - - - Sets the stub of _Exception.get_InnerException() - - - Sets the stub of _Exception.get_InnerException() - - - Sets the stub of _Exception.get_Message() - - - Sets the stub of _Exception.get_Message() - - - Sets the stub of _Exception.get_Source() - - - Sets the stub of _Exception.get_Source() - - - Sets the stub of _Exception.set_Source(String value) - - - Sets the stub of _Exception.get_StackTrace() - - - Sets the stub of _Exception.get_StackTrace() - - - Sets the stub of _Exception.Equals(Object obj) - - - Sets the stub of _Exception.GetBaseException() - - - Sets the stub of _Exception.GetHashCode() - - - Sets the stub of _Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of _Exception.GetType() - - - Sets the stub of _Exception.ToString() - - - Sets the stub of _Exception.get_TargetSite() - - - Sets the stub of _Exception.get_TargetSite() - - - Sets the stub of _Exception.ToString() - - - Stub type of System.Runtime.InteropServices._FieldBuilder - - - Initializes a new instance of type Stub_FieldBuilder - - - Sets the stub of _FieldBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _FieldBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _FieldBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _FieldBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _FieldBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _FieldBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _FieldBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _FieldBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._FieldInfo - - - Initializes a new instance of type Stub_FieldInfo - - - Sets the stub of _FieldInfo.get_Attributes() - - - Sets the stub of _FieldInfo.get_Attributes() - - - Sets the stub of _FieldInfo.get_DeclaringType() - - - Sets the stub of _FieldInfo.get_DeclaringType() - - - Sets the stub of _FieldInfo.Equals(Object other) - - - Sets the stub of _FieldInfo.get_FieldHandle() - - - Sets the stub of _FieldInfo.get_FieldHandle() - - - Sets the stub of _FieldInfo.get_FieldType() - - - Sets the stub of _FieldInfo.get_FieldType() - - - Sets the stub of _FieldInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _FieldInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _FieldInfo.GetHashCode() - - - Sets the stub of _FieldInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _FieldInfo.GetType() - - - Sets the stub of _FieldInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _FieldInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _FieldInfo.GetValue(Object obj) - - - Sets the stub of _FieldInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _FieldInfo.get_IsAssembly() - - - Sets the stub of _FieldInfo.get_IsAssembly() - - - Sets the stub of _FieldInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _FieldInfo.get_IsFamily() - - - Sets the stub of _FieldInfo.get_IsFamilyAndAssembly() - - - Sets the stub of _FieldInfo.get_IsFamilyAndAssembly() - - - Sets the stub of _FieldInfo.get_IsFamily() - - - Sets the stub of _FieldInfo.get_IsFamilyOrAssembly() - - - Sets the stub of _FieldInfo.get_IsFamilyOrAssembly() - - - Sets the stub of _FieldInfo.get_IsInitOnly() - - - Sets the stub of _FieldInfo.get_IsInitOnly() - - - Sets the stub of _FieldInfo.get_IsLiteral() - - - Sets the stub of _FieldInfo.get_IsLiteral() - - - Sets the stub of _FieldInfo.get_IsNotSerialized() - - - Sets the stub of _FieldInfo.get_IsNotSerialized() - - - Sets the stub of _FieldInfo.get_IsPinvokeImpl() - - - Sets the stub of _FieldInfo.get_IsPinvokeImpl() - - - Sets the stub of _FieldInfo.get_IsPrivate() - - - Sets the stub of _FieldInfo.get_IsPrivate() - - - Sets the stub of _FieldInfo.get_IsPublic() - - - Sets the stub of _FieldInfo.get_IsPublic() - - - Sets the stub of _FieldInfo.get_IsSpecialName() - - - Sets the stub of _FieldInfo.get_IsSpecialName() - - - Sets the stub of _FieldInfo.get_IsStatic() - - - Sets the stub of _FieldInfo.get_IsStatic() - - - Sets the stub of _FieldInfo.get_MemberType() - - - Sets the stub of _FieldInfo.get_MemberType() - - - Sets the stub of _FieldInfo.get_Name() - - - Sets the stub of _FieldInfo.get_Name() - - - Sets the stub of _FieldInfo.get_ReflectedType() - - - Sets the stub of _FieldInfo.get_ReflectedType() - - - Sets the stub of _FieldInfo.SetValue(Object obj, Object value) - - - Sets the stub of _FieldInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture) - - - Sets the stub of _FieldInfo.Equals(Object other) - - - Sets the stub of _FieldInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _FieldInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _FieldInfo.GetHashCode() - - - Sets the stub of _FieldInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _FieldInfo.GetType() - - - Sets the stub of _FieldInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _FieldInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _FieldInfo.GetValue(Object obj) - - - Sets the stub of _FieldInfo.GetValueDirect(TypedReference obj) - - - Sets the stub of _FieldInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _FieldInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _FieldInfo.SetValue(Object obj, Object value) - - - Sets the stub of _FieldInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture) - - - Sets the stub of _FieldInfo.SetValueDirect(TypedReference obj, Object value) - - - Sets the stub of _FieldInfo.ToString() - - - Sets the stub of _FieldInfo.ToString() - - - Stub type of System.Runtime.InteropServices._ILGenerator - - - Initializes a new instance of type Stub_ILGenerator - - - Sets the stub of _ILGenerator.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _ILGenerator.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _ILGenerator.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _ILGenerator.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _ILGenerator.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _ILGenerator.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _ILGenerator.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _ILGenerator.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._LocalBuilder - - - Initializes a new instance of type Stub_LocalBuilder - - - Sets the stub of _LocalBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _LocalBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _LocalBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _LocalBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _LocalBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _LocalBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _LocalBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _LocalBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._MemberInfo - - - Initializes a new instance of type Stub_MemberInfo - - - Sets the stub of _MemberInfo.get_DeclaringType() - - - Sets the stub of _MemberInfo.get_DeclaringType() - - - Sets the stub of _MemberInfo.Equals(Object other) - - - Sets the stub of _MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _MemberInfo.GetHashCode() - - - Sets the stub of _MemberInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _MemberInfo.GetType() - - - Sets the stub of _MemberInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _MemberInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _MemberInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _MemberInfo.get_MemberType() - - - Sets the stub of _MemberInfo.get_MemberType() - - - Sets the stub of _MemberInfo.get_Name() - - - Sets the stub of _MemberInfo.get_Name() - - - Sets the stub of _MemberInfo.get_ReflectedType() - - - Sets the stub of _MemberInfo.get_ReflectedType() - - - Sets the stub of _MemberInfo.Equals(Object other) - - - Sets the stub of _MemberInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _MemberInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _MemberInfo.GetHashCode() - - - Sets the stub of _MemberInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _MemberInfo.GetType() - - - Sets the stub of _MemberInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _MemberInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _MemberInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _MemberInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _MemberInfo.ToString() - - - Sets the stub of _MemberInfo.ToString() - - - Stub type of System.Runtime.InteropServices._MethodBase - - - Initializes a new instance of type Stub_MethodBase - - - Sets the stub of _MethodBase.get_Attributes() - - - Sets the stub of _MethodBase.get_Attributes() - - - Sets the stub of _MethodBase.get_CallingConvention() - - - Sets the stub of _MethodBase.get_CallingConvention() - - - Sets the stub of _MethodBase.get_DeclaringType() - - - Sets the stub of _MethodBase.get_DeclaringType() - - - Sets the stub of _MethodBase.Equals(Object other) - - - Sets the stub of _MethodBase.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _MethodBase.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _MethodBase.GetHashCode() - - - Sets the stub of _MethodBase.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _MethodBase.GetMethodImplementationFlags() - - - Sets the stub of _MethodBase.GetParameters() - - - Sets the stub of _MethodBase.GetType() - - - Sets the stub of _MethodBase.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _MethodBase.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _MethodBase.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of _MethodBase.Invoke(Object obj, Object[] parameters) - - - Sets the stub of _MethodBase.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _MethodBase.get_IsAbstract() - - - Sets the stub of _MethodBase.get_IsAbstract() - - - Sets the stub of _MethodBase.get_IsAssembly() - - - Sets the stub of _MethodBase.get_IsAssembly() - - - Sets the stub of _MethodBase.get_IsConstructor() - - - Sets the stub of _MethodBase.get_IsConstructor() - - - Sets the stub of _MethodBase.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _MethodBase.get_IsFamily() - - - Sets the stub of _MethodBase.get_IsFamilyAndAssembly() - - - Sets the stub of _MethodBase.get_IsFamilyAndAssembly() - - - Sets the stub of _MethodBase.get_IsFamily() - - - Sets the stub of _MethodBase.get_IsFamilyOrAssembly() - - - Sets the stub of _MethodBase.get_IsFamilyOrAssembly() - - - Sets the stub of _MethodBase.get_IsFinal() - - - Sets the stub of _MethodBase.get_IsFinal() - - - Sets the stub of _MethodBase.get_IsHideBySig() - - - Sets the stub of _MethodBase.get_IsHideBySig() - - - Sets the stub of _MethodBase.get_IsPrivate() - - - Sets the stub of _MethodBase.get_IsPrivate() - - - Sets the stub of _MethodBase.get_IsPublic() - - - Sets the stub of _MethodBase.get_IsPublic() - - - Sets the stub of _MethodBase.get_IsSpecialName() - - - Sets the stub of _MethodBase.get_IsSpecialName() - - - Sets the stub of _MethodBase.get_IsStatic() - - - Sets the stub of _MethodBase.get_IsStatic() - - - Sets the stub of _MethodBase.get_IsVirtual() - - - Sets the stub of _MethodBase.get_IsVirtual() - - - Sets the stub of _MethodBase.get_MemberType() - - - Sets the stub of _MethodBase.get_MemberType() - - - Sets the stub of _MethodBase.get_MethodHandle() - - - Sets the stub of _MethodBase.get_MethodHandle() - - - Sets the stub of _MethodBase.get_Name() - - - Sets the stub of _MethodBase.get_Name() - - - Sets the stub of _MethodBase.get_ReflectedType() - - - Sets the stub of _MethodBase.get_ReflectedType() - - - Sets the stub of _MethodBase.Equals(Object other) - - - Sets the stub of _MethodBase.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _MethodBase.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _MethodBase.GetHashCode() - - - Sets the stub of _MethodBase.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _MethodBase.GetMethodImplementationFlags() - - - Sets the stub of _MethodBase.GetParameters() - - - Sets the stub of _MethodBase.GetType() - - - Sets the stub of _MethodBase.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _MethodBase.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _MethodBase.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _MethodBase.Invoke(Object obj, Object[] parameters) - - - Sets the stub of _MethodBase.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of _MethodBase.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _MethodBase.ToString() - - - Sets the stub of _MethodBase.ToString() - - - Stub type of System.Runtime.InteropServices._MethodBuilder - - - Initializes a new instance of type Stub_MethodBuilder - - - Sets the stub of _MethodBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _MethodBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _MethodBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _MethodBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _MethodBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _MethodBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _MethodBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _MethodBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._MethodInfo - - - Initializes a new instance of type Stub_MethodInfo - - - Sets the stub of _MethodInfo.get_Attributes() - - - Sets the stub of _MethodInfo.get_Attributes() - - - Sets the stub of _MethodInfo.get_CallingConvention() - - - Sets the stub of _MethodInfo.get_CallingConvention() - - - Sets the stub of _MethodInfo.get_DeclaringType() - - - Sets the stub of _MethodInfo.get_DeclaringType() - - - Sets the stub of _MethodInfo.Equals(Object other) - - - Sets the stub of _MethodInfo.GetBaseDefinition() - - - Sets the stub of _MethodInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _MethodInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _MethodInfo.GetHashCode() - - - Sets the stub of _MethodInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _MethodInfo.GetMethodImplementationFlags() - - - Sets the stub of _MethodInfo.GetParameters() - - - Sets the stub of _MethodInfo.GetType() - - - Sets the stub of _MethodInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _MethodInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _MethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of _MethodInfo.Invoke(Object obj, Object[] parameters) - - - Sets the stub of _MethodInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _MethodInfo.get_IsAbstract() - - - Sets the stub of _MethodInfo.get_IsAbstract() - - - Sets the stub of _MethodInfo.get_IsAssembly() - - - Sets the stub of _MethodInfo.get_IsAssembly() - - - Sets the stub of _MethodInfo.get_IsConstructor() - - - Sets the stub of _MethodInfo.get_IsConstructor() - - - Sets the stub of _MethodInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _MethodInfo.get_IsFamily() - - - Sets the stub of _MethodInfo.get_IsFamilyAndAssembly() - - - Sets the stub of _MethodInfo.get_IsFamilyAndAssembly() - - - Sets the stub of _MethodInfo.get_IsFamily() - - - Sets the stub of _MethodInfo.get_IsFamilyOrAssembly() - - - Sets the stub of _MethodInfo.get_IsFamilyOrAssembly() - - - Sets the stub of _MethodInfo.get_IsFinal() - - - Sets the stub of _MethodInfo.get_IsFinal() - - - Sets the stub of _MethodInfo.get_IsHideBySig() - - - Sets the stub of _MethodInfo.get_IsHideBySig() - - - Sets the stub of _MethodInfo.get_IsPrivate() - - - Sets the stub of _MethodInfo.get_IsPrivate() - - - Sets the stub of _MethodInfo.get_IsPublic() - - - Sets the stub of _MethodInfo.get_IsPublic() - - - Sets the stub of _MethodInfo.get_IsSpecialName() - - - Sets the stub of _MethodInfo.get_IsSpecialName() - - - Sets the stub of _MethodInfo.get_IsStatic() - - - Sets the stub of _MethodInfo.get_IsStatic() - - - Sets the stub of _MethodInfo.get_IsVirtual() - - - Sets the stub of _MethodInfo.get_IsVirtual() - - - Sets the stub of _MethodInfo.get_MemberType() - - - Sets the stub of _MethodInfo.get_MemberType() - - - Sets the stub of _MethodInfo.get_MethodHandle() - - - Sets the stub of _MethodInfo.get_MethodHandle() - - - Sets the stub of _MethodInfo.get_Name() - - - Sets the stub of _MethodInfo.get_Name() - - - Sets the stub of _MethodInfo.get_ReflectedType() - - - Sets the stub of _MethodInfo.get_ReflectedType() - - - Sets the stub of _MethodInfo.get_ReturnType() - - - Sets the stub of _MethodInfo.get_ReturnTypeCustomAttributes() - - - Sets the stub of _MethodInfo.get_ReturnTypeCustomAttributes() - - - Sets the stub of _MethodInfo.get_ReturnType() - - - Sets the stub of _MethodInfo.Equals(Object other) - - - Sets the stub of _MethodInfo.GetBaseDefinition() - - - Sets the stub of _MethodInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _MethodInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _MethodInfo.GetHashCode() - - - Sets the stub of _MethodInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _MethodInfo.GetMethodImplementationFlags() - - - Sets the stub of _MethodInfo.GetParameters() - - - Sets the stub of _MethodInfo.GetType() - - - Sets the stub of _MethodInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _MethodInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _MethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) - - - Sets the stub of _MethodInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _MethodInfo.Invoke(Object obj, Object[] parameters) - - - Sets the stub of _MethodInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _MethodInfo.ToString() - - - Sets the stub of _MethodInfo.ToString() - - - Stub type of System.Runtime.InteropServices._MethodRental - - - Initializes a new instance of type Stub_MethodRental - - - Sets the stub of _MethodRental.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _MethodRental.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _MethodRental.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _MethodRental.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _MethodRental.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _MethodRental.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _MethodRental.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _MethodRental.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._Module - - - Initializes a new instance of type Stub_Module - - - Sets the stub of _Module.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _Module.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _Module.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _Module.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _Module.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _Module.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _Module.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _Module.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._ModuleBuilder - - - Initializes a new instance of type Stub_ModuleBuilder - - - Sets the stub of _ModuleBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _ModuleBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _ModuleBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _ModuleBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _ModuleBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _ModuleBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _ModuleBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _ModuleBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._ParameterBuilder - - - Initializes a new instance of type Stub_ParameterBuilder - - - Sets the stub of _ParameterBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _ParameterBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _ParameterBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _ParameterBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _ParameterBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _ParameterBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _ParameterBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _ParameterBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._ParameterInfo - - - Initializes a new instance of type Stub_ParameterInfo - - - Sets the stub of _ParameterInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _ParameterInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _ParameterInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _ParameterInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _ParameterInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _ParameterInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _ParameterInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _ParameterInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._PropertyBuilder - - - Initializes a new instance of type Stub_PropertyBuilder - - - Sets the stub of _PropertyBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _PropertyBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _PropertyBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _PropertyBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _PropertyBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _PropertyBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _PropertyBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _PropertyBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._PropertyInfo - - - Initializes a new instance of type Stub_PropertyInfo - - - Sets the stub of _PropertyInfo.get_Attributes() - - - Sets the stub of _PropertyInfo.get_Attributes() - - - Sets the stub of _PropertyInfo.get_CanRead() - - - Sets the stub of _PropertyInfo.get_CanRead() - - - Sets the stub of _PropertyInfo.get_CanWrite() - - - Sets the stub of _PropertyInfo.get_CanWrite() - - - Sets the stub of _PropertyInfo.get_DeclaringType() - - - Sets the stub of _PropertyInfo.get_DeclaringType() - - - Sets the stub of _PropertyInfo.Equals(Object other) - - - Sets the stub of _PropertyInfo.GetAccessors() - - - Sets the stub of _PropertyInfo.GetAccessors(Boolean nonPublic) - - - Sets the stub of _PropertyInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _PropertyInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _PropertyInfo.GetGetMethod() - - - Sets the stub of _PropertyInfo.GetGetMethod(Boolean nonPublic) - - - Sets the stub of _PropertyInfo.GetHashCode() - - - Sets the stub of _PropertyInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _PropertyInfo.GetIndexParameters() - - - Sets the stub of _PropertyInfo.GetSetMethod() - - - Sets the stub of _PropertyInfo.GetSetMethod(Boolean nonPublic) - - - Sets the stub of _PropertyInfo.GetType() - - - Sets the stub of _PropertyInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _PropertyInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _PropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) - - - Sets the stub of _PropertyInfo.GetValue(Object obj, Object[] index) - - - Sets the stub of _PropertyInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _PropertyInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _PropertyInfo.get_IsSpecialName() - - - Sets the stub of _PropertyInfo.get_IsSpecialName() - - - Sets the stub of _PropertyInfo.get_MemberType() - - - Sets the stub of _PropertyInfo.get_MemberType() - - - Sets the stub of _PropertyInfo.get_Name() - - - Sets the stub of _PropertyInfo.get_Name() - - - Sets the stub of _PropertyInfo.get_PropertyType() - - - Sets the stub of _PropertyInfo.get_PropertyType() - - - Sets the stub of _PropertyInfo.get_ReflectedType() - - - Sets the stub of _PropertyInfo.get_ReflectedType() - - - Sets the stub of _PropertyInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) - - - Sets the stub of _PropertyInfo.SetValue(Object obj, Object value, Object[] index) - - - Sets the stub of _PropertyInfo.Equals(Object other) - - - Sets the stub of _PropertyInfo.GetAccessors() - - - Sets the stub of _PropertyInfo.GetAccessors(Boolean nonPublic) - - - Sets the stub of _PropertyInfo.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _PropertyInfo.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _PropertyInfo.GetGetMethod() - - - Sets the stub of _PropertyInfo.GetGetMethod(Boolean nonPublic) - - - Sets the stub of _PropertyInfo.GetHashCode() - - - Sets the stub of _PropertyInfo.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _PropertyInfo.GetIndexParameters() - - - Sets the stub of _PropertyInfo.GetSetMethod() - - - Sets the stub of _PropertyInfo.GetSetMethod(Boolean nonPublic) - - - Sets the stub of _PropertyInfo.GetType() - - - Sets the stub of _PropertyInfo.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _PropertyInfo.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _PropertyInfo.GetValue(Object obj, Object[] index) - - - Sets the stub of _PropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) - - - Sets the stub of _PropertyInfo.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _PropertyInfo.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _PropertyInfo.SetValue(Object obj, Object value, Object[] index) - - - Sets the stub of _PropertyInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) - - - Sets the stub of _PropertyInfo.ToString() - - - Sets the stub of _PropertyInfo.ToString() - - - Stub type of System.Runtime.InteropServices._SignatureHelper - - - Initializes a new instance of type Stub_SignatureHelper - - - Sets the stub of _SignatureHelper.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _SignatureHelper.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _SignatureHelper.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _SignatureHelper.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _SignatureHelper.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _SignatureHelper.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _SignatureHelper.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _SignatureHelper.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._Thread - - - Initializes a new instance of type Stub_Thread - - - Sets the stub of _Thread.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _Thread.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _Thread.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _Thread.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _Thread.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _Thread.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _Thread.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _Thread.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices._Type - - - Initializes a new instance of type Stub_Type - - - Sets the stub of _Type.get_Assembly() - - - Sets the stub of _Type.get_Assembly() - - - Sets the stub of _Type.get_AssemblyQualifiedName() - - - Sets the stub of _Type.get_AssemblyQualifiedName() - - - Sets the stub of _Type.get_Attributes() - - - Sets the stub of _Type.get_Attributes() - - - Sets the stub of _Type.get_BaseType() - - - Sets the stub of _Type.get_BaseType() - - - Sets the stub of _Type.get_DeclaringType() - - - Sets the stub of _Type.get_DeclaringType() - - - Sets the stub of _Type.Equals(Object other) - - - Sets the stub of _Type.Equals(Type o) - - - Sets the stub of _Type.FindInterfaces(TypeFilter filter, Object filterCriteria) - - - Sets the stub of _Type.FindMembers(MemberTypes memberType, BindingFlags bindingAttr, MemberFilter filter, Object filterCriteria) - - - Sets the stub of _Type.get_FullName() - - - Sets the stub of _Type.get_FullName() - - - Sets the stub of _Type.get_GUID() - - - Sets the stub of _Type.get_GUID() - - - Sets the stub of _Type.GetArrayRank() - - - Sets the stub of _Type.GetConstructor(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetConstructor(BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetConstructor(Type[] types) - - - Sets the stub of _Type.GetConstructors() - - - Sets the stub of _Type.GetConstructors(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _Type.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _Type.GetDefaultMembers() - - - Sets the stub of _Type.GetElementType() - - - Sets the stub of _Type.GetEvent(String name) - - - Sets the stub of _Type.GetEvent(String name, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetEvents() - - - Sets the stub of _Type.GetEvents(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetField(String name) - - - Sets the stub of _Type.GetField(String name, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetFields() - - - Sets the stub of _Type.GetFields(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetHashCode() - - - Sets the stub of _Type.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _Type.GetInterfaceMap(Type interfaceType) - - - Sets the stub of _Type.GetInterface(String name) - - - Sets the stub of _Type.GetInterface(String name, Boolean ignoreCase) - - - Sets the stub of _Type.GetInterfaces() - - - Sets the stub of _Type.GetMember(String name) - - - Sets the stub of _Type.GetMember(String name, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetMember(String name, MemberTypes type, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetMembers() - - - Sets the stub of _Type.GetMembers(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetMethod(String name) - - - Sets the stub of _Type.GetMethod(String name, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetMethod(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetMethod(String name, BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetMethod(String name, Type[] types) - - - Sets the stub of _Type.GetMethod(String name, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetMethods() - - - Sets the stub of _Type.GetMethods(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetNestedType(String name) - - - Sets the stub of _Type.GetNestedType(String name, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetNestedTypes() - - - Sets the stub of _Type.GetNestedTypes(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetProperties() - - - Sets the stub of _Type.GetProperties(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetProperty(String name) - - - Sets the stub of _Type.GetProperty(String name, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetProperty(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetProperty(String name, Type returnType) - - - Sets the stub of _Type.GetProperty(String name, Type[] types) - - - Sets the stub of _Type.GetProperty(String name, Type returnType, Type[] types) - - - Sets the stub of _Type.GetProperty(String name, Type returnType, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetType() - - - Sets the stub of _Type.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _Type.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _Type.get_HasElementType() - - - Sets the stub of _Type.get_HasElementType() - - - Sets the stub of _Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args) - - - Sets the stub of _Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture) - - - Sets the stub of _Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) - - - Sets the stub of _Type.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _Type.get_IsAbstract() - - - Sets the stub of _Type.get_IsAbstract() - - - Sets the stub of _Type.get_IsAnsiClass() - - - Sets the stub of _Type.get_IsAnsiClass() - - - Sets the stub of _Type.get_IsArray() - - - Sets the stub of _Type.get_IsArray() - - - Sets the stub of _Type.IsAssignableFrom(Type c) - - - Sets the stub of _Type.get_IsAutoClass() - - - Sets the stub of _Type.get_IsAutoClass() - - - Sets the stub of _Type.get_IsAutoLayout() - - - Sets the stub of _Type.get_IsAutoLayout() - - - Sets the stub of _Type.get_IsByRef() - - - Sets the stub of _Type.get_IsByRef() - - - Sets the stub of _Type.get_IsCOMObject() - - - Sets the stub of _Type.get_IsCOMObject() - - - Sets the stub of _Type.get_IsClass() - - - Sets the stub of _Type.get_IsClass() - - - Sets the stub of _Type.get_IsContextful() - - - Sets the stub of _Type.get_IsContextful() - - - Sets the stub of _Type.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _Type.get_IsEnum() - - - Sets the stub of _Type.get_IsEnum() - - - Sets the stub of _Type.get_IsExplicitLayout() - - - Sets the stub of _Type.get_IsExplicitLayout() - - - Sets the stub of _Type.get_IsImport() - - - Sets the stub of _Type.get_IsImport() - - - Sets the stub of _Type.IsInstanceOfType(Object o) - - - Sets the stub of _Type.get_IsInterface() - - - Sets the stub of _Type.get_IsInterface() - - - Sets the stub of _Type.get_IsLayoutSequential() - - - Sets the stub of _Type.get_IsLayoutSequential() - - - Sets the stub of _Type.get_IsMarshalByRef() - - - Sets the stub of _Type.get_IsMarshalByRef() - - - Sets the stub of _Type.get_IsNestedAssembly() - - - Sets the stub of _Type.get_IsNestedAssembly() - - - Sets the stub of _Type.get_IsNestedFamANDAssem() - - - Sets the stub of _Type.get_IsNestedFamANDAssem() - - - Sets the stub of _Type.get_IsNestedFamORAssem() - - - Sets the stub of _Type.get_IsNestedFamORAssem() - - - Sets the stub of _Type.get_IsNestedFamily() - - - Sets the stub of _Type.get_IsNestedFamily() - - - Sets the stub of _Type.get_IsNestedPrivate() - - - Sets the stub of _Type.get_IsNestedPrivate() - - - Sets the stub of _Type.get_IsNestedPublic() - - - Sets the stub of _Type.get_IsNestedPublic() - - - Sets the stub of _Type.get_IsNotPublic() - - - Sets the stub of _Type.get_IsNotPublic() - - - Sets the stub of _Type.get_IsPointer() - - - Sets the stub of _Type.get_IsPointer() - - - Sets the stub of _Type.get_IsPrimitive() - - - Sets the stub of _Type.get_IsPrimitive() - - - Sets the stub of _Type.get_IsPublic() - - - Sets the stub of _Type.get_IsPublic() - - - Sets the stub of _Type.get_IsSealed() - - - Sets the stub of _Type.get_IsSealed() - - - Sets the stub of _Type.get_IsSerializable() - - - Sets the stub of _Type.get_IsSerializable() - - - Sets the stub of _Type.get_IsSpecialName() - - - Sets the stub of _Type.get_IsSpecialName() - - - Sets the stub of _Type.IsSubclassOf(Type c) - - - Sets the stub of _Type.get_IsUnicodeClass() - - - Sets the stub of _Type.get_IsUnicodeClass() - - - Sets the stub of _Type.get_IsValueType() - - - Sets the stub of _Type.get_IsValueType() - - - Sets the stub of _Type.get_MemberType() - - - Sets the stub of _Type.get_MemberType() - - - Sets the stub of _Type.get_Module() - - - Sets the stub of _Type.get_Module() - - - Sets the stub of _Type.get_Name() - - - Sets the stub of _Type.get_Name() - - - Sets the stub of _Type.get_Namespace() - - - Sets the stub of _Type.get_Namespace() - - - Sets the stub of _Type.get_ReflectedType() - - - Sets the stub of _Type.get_ReflectedType() - - - Sets the stub of _Type.Equals(Object other) - - - Sets the stub of _Type.Equals(Type o) - - - Sets the stub of _Type.FindInterfaces(TypeFilter filter, Object filterCriteria) - - - Sets the stub of _Type.FindMembers(MemberTypes memberType, BindingFlags bindingAttr, MemberFilter filter, Object filterCriteria) - - - Sets the stub of _Type.GetArrayRank() - - - Sets the stub of _Type.GetConstructor(Type[] types) - - - Sets the stub of _Type.GetConstructor(BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetConstructor(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetConstructors() - - - Sets the stub of _Type.GetConstructors(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetCustomAttributes(Boolean inherit) - - - Sets the stub of _Type.GetCustomAttributes(Type attributeType, Boolean inherit) - - - Sets the stub of _Type.GetDefaultMembers() - - - Sets the stub of _Type.GetElementType() - - - Sets the stub of _Type.GetEvent(String name) - - - Sets the stub of _Type.GetEvent(String name, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetEvents() - - - Sets the stub of _Type.GetEvents(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetField(String name) - - - Sets the stub of _Type.GetField(String name, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetFields() - - - Sets the stub of _Type.GetFields(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetHashCode() - - - Sets the stub of _Type.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _Type.GetInterface(String name) - - - Sets the stub of _Type.GetInterface(String name, Boolean ignoreCase) - - - Sets the stub of _Type.GetInterfaceMap(Type interfaceType) - - - Sets the stub of _Type.GetInterfaces() - - - Sets the stub of _Type.GetMember(String name) - - - Sets the stub of _Type.GetMember(String name, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetMember(String name, MemberTypes type, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetMembers() - - - Sets the stub of _Type.GetMembers(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetMethod(String name) - - - Sets the stub of _Type.GetMethod(String name, Type[] types) - - - Sets the stub of _Type.GetMethod(String name, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetMethod(String name, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetMethod(String name, BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetMethod(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetMethods() - - - Sets the stub of _Type.GetMethods(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetNestedType(String name) - - - Sets the stub of _Type.GetNestedType(String name, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetNestedTypes() - - - Sets the stub of _Type.GetNestedTypes(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetProperties() - - - Sets the stub of _Type.GetProperties(BindingFlags bindingAttr) - - - Sets the stub of _Type.GetProperty(String name) - - - Sets the stub of _Type.GetProperty(String name, BindingFlags bindingAttr) - - - Sets the stub of _Type.GetProperty(String name, Type returnType) - - - Sets the stub of _Type.GetProperty(String name, Type[] types) - - - Sets the stub of _Type.GetProperty(String name, Type returnType, Type[] types) - - - Sets the stub of _Type.GetProperty(String name, Type returnType, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetProperty(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) - - - Sets the stub of _Type.GetType() - - - Sets the stub of _Type.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _Type.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _Type.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args) - - - Sets the stub of _Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture) - - - Sets the stub of _Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) - - - Sets the stub of _Type.IsAssignableFrom(Type c) - - - Sets the stub of _Type.IsDefined(Type attributeType, Boolean inherit) - - - Sets the stub of _Type.IsInstanceOfType(Object o) - - - Sets the stub of _Type.IsSubclassOf(Type c) - - - Sets the stub of _Type.ToString() - - - Sets the stub of _Type.ToString() - - - Sets the stub of _Type.get_TypeHandle() - - - Sets the stub of _Type.get_TypeHandle() - - - Sets the stub of _Type.get_TypeInitializer() - - - Sets the stub of _Type.get_TypeInitializer() - - - Sets the stub of _Type.get_UnderlyingSystemType() - - - Sets the stub of _Type.get_UnderlyingSystemType() - - - Stub type of System.Runtime.InteropServices._TypeBuilder - - - Initializes a new instance of type Stub_TypeBuilder - - - Sets the stub of _TypeBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _TypeBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _TypeBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _TypeBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Sets the stub of _TypeBuilder.GetIDsOfNames(Guid& riid, IntPtr rgszNames, UInt32 cNames, UInt32 lcid, IntPtr rgDispId) - - - Sets the stub of _TypeBuilder.GetTypeInfo(UInt32 iTInfo, UInt32 lcid, IntPtr ppTInfo) - - - Sets the stub of _TypeBuilder.GetTypeInfoCount(UInt32& pcTInfo) - - - Sets the stub of _TypeBuilder.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) - - - Stub type of System.Runtime.InteropServices.WindowsRuntime.DesignerNamespaceResolveEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubDesignerNamespaceResolveEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.InteropServices.WindowsRuntime.IActivationFactory - - - Initializes a new instance of type StubIActivationFactory - - - Sets the stub of IActivationFactory.ActivateInstance() - - - Sets the stub of IActivationFactory.ActivateInstance() - - - Stub type of System.Runtime.InteropServices.WindowsRuntime.NamespaceResolveEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubNamespaceResolveEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Remoting.Activation.IActivator - - - Initializes a new instance of type StubIActivator - - - Sets the stub of IActivator.Activate(IConstructionCallMessage msg) - - - Attaches delegates to emulate StubIActivator.NextActivator as a property with a backing field. - - - Sets the stub of IActivator.get_Level() - - - Sets the stub of IActivator.get_Level() - - - Sets the stub of IActivator.get_NextActivator() - - - Sets the stub of IActivator.get_NextActivator() - - - Sets the stub of IActivator.set_NextActivator(IActivator value) - - - Sets the stub of IActivator.Activate(IConstructionCallMessage msg) - - - Stub type of System.Runtime.Remoting.Activation.IConstructionCallMessage - - - Initializes a new instance of type StubIConstructionCallMessage - - - Sets the stub of IConstructionCallMessage.get_ActivationType() - - - Sets the stub of IConstructionCallMessage.get_ActivationType() - - - Sets the stub of IConstructionCallMessage.get_ActivationTypeName() - - - Sets the stub of IConstructionCallMessage.get_ActivationTypeName() - - - Sets the stub of IConstructionCallMessage.get_Activator() - - - Sets the stub of IConstructionCallMessage.get_Activator() - - - Sets the stub of IConstructionCallMessage.set_Activator(IActivator value) - - - Sets the stub of IMethodMessage.get_ArgCount() - - - Sets the stub of IMethodMessage.get_ArgCount() - - - Sets the stub of IMethodMessage.get_Args() - - - Sets the stub of IMethodMessage.get_Args() - - - Attaches delegates to emulate StubIConstructionCallMessage.Activator as a property with a backing field. - - - Sets the stub of IConstructionCallMessage.get_CallSiteActivationAttributes() - - - Sets the stub of IConstructionCallMessage.get_CallSiteActivationAttributes() - - - Sets the stub of IConstructionCallMessage.get_ContextProperties() - - - Sets the stub of IConstructionCallMessage.get_ContextProperties() - - - Sets the stub of IMethodMessage.GetArg(Int32 argNum) - - - Sets the stub of IMethodMessage.GetArgName(Int32 index) - - - Sets the stub of IMethodCallMessage.GetInArg(Int32 argNum) - - - Sets the stub of IMethodCallMessage.GetInArgName(Int32 index) - - - Sets the stub of IMethodMessage.get_HasVarArgs() - - - Sets the stub of IMethodMessage.get_HasVarArgs() - - - Sets the stub of IMethodCallMessage.get_InArgCount() - - - Sets the stub of IMethodCallMessage.get_InArgCount() - - - Sets the stub of IMethodCallMessage.get_InArgs() - - - Sets the stub of IMethodCallMessage.get_InArgs() - - - Sets the stub of IMethodMessage.get_LogicalCallContext() - - - Sets the stub of IMethodMessage.get_LogicalCallContext() - - - Sets the stub of IMethodMessage.get_MethodBase() - - - Sets the stub of IMethodMessage.get_MethodBase() - - - Sets the stub of IMethodMessage.get_MethodName() - - - Sets the stub of IMethodMessage.get_MethodName() - - - Sets the stub of IMethodMessage.get_MethodSignature() - - - Sets the stub of IMethodMessage.get_MethodSignature() - - - Sets the stub of IMessage.get_Properties() - - - Sets the stub of IMessage.get_Properties() - - - Sets the stub of IMethodCallMessage.GetInArg(Int32 argNum) - - - Sets the stub of IMethodCallMessage.GetInArgName(Int32 index) - - - Sets the stub of IMethodMessage.GetArg(Int32 argNum) - - - Sets the stub of IMethodMessage.GetArgName(Int32 index) - - - Sets the stub of IMethodMessage.get_TypeName() - - - Sets the stub of IMethodMessage.get_TypeName() - - - Sets the stub of IMethodMessage.get_Uri() - - - Sets the stub of IMethodMessage.get_Uri() - - - Stub type of System.Runtime.Remoting.Activation.IConstructionReturnMessage - - - Initializes a new instance of type StubIConstructionReturnMessage - - - Sets the stub of IMethodMessage.get_ArgCount() - - - Sets the stub of IMethodMessage.get_ArgCount() - - - Sets the stub of IMethodMessage.get_Args() - - - Sets the stub of IMethodMessage.get_Args() - - - Sets the stub of IMethodReturnMessage.get_Exception() - - - Sets the stub of IMethodReturnMessage.get_Exception() - - - Sets the stub of IMethodMessage.GetArg(Int32 argNum) - - - Sets the stub of IMethodMessage.GetArgName(Int32 index) - - - Sets the stub of IMethodReturnMessage.GetOutArg(Int32 argNum) - - - Sets the stub of IMethodReturnMessage.GetOutArgName(Int32 index) - - - Sets the stub of IMethodMessage.get_HasVarArgs() - - - Sets the stub of IMethodMessage.get_HasVarArgs() - - - Sets the stub of IMethodMessage.get_LogicalCallContext() - - - Sets the stub of IMethodMessage.get_LogicalCallContext() - - - Sets the stub of IMethodMessage.get_MethodBase() - - - Sets the stub of IMethodMessage.get_MethodBase() - - - Sets the stub of IMethodMessage.get_MethodName() - - - Sets the stub of IMethodMessage.get_MethodName() - - - Sets the stub of IMethodMessage.get_MethodSignature() - - - Sets the stub of IMethodMessage.get_MethodSignature() - - - Sets the stub of IMethodReturnMessage.get_OutArgCount() - - - Sets the stub of IMethodReturnMessage.get_OutArgCount() - - - Sets the stub of IMethodReturnMessage.get_OutArgs() - - - Sets the stub of IMethodReturnMessage.get_OutArgs() - - - Sets the stub of IMessage.get_Properties() - - - Sets the stub of IMessage.get_Properties() - - - Sets the stub of IMethodReturnMessage.get_ReturnValue() - - - Sets the stub of IMethodReturnMessage.get_ReturnValue() - - - Sets the stub of IMethodMessage.GetArg(Int32 argNum) - - - Sets the stub of IMethodMessage.GetArgName(Int32 index) - - - Sets the stub of IMethodReturnMessage.GetOutArg(Int32 argNum) - - - Sets the stub of IMethodReturnMessage.GetOutArgName(Int32 index) - - - Sets the stub of IMethodMessage.get_TypeName() - - - Sets the stub of IMethodMessage.get_TypeName() - - - Sets the stub of IMethodMessage.get_Uri() - - - Sets the stub of IMethodMessage.get_Uri() - - - Stub type of System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties - - - Initializes a new instance - - - Sets the stub of BaseChannelObjectWithProperties.Add(Object key, Object value) - - - Sets the stub of BaseChannelObjectWithProperties.Add(Object key, Object value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of BaseChannelObjectWithProperties.Clear() - - - Sets the stub of BaseChannelObjectWithProperties.Clear() - - - Sets the stub of BaseChannelObjectWithProperties.Contains(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.Contains(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.CopyTo(Array array, Int32 index) - - - Sets the stub of BaseChannelObjectWithProperties.CopyTo(Array array, Int32 index) - - - Sets the stub of BaseChannelObjectWithProperties.get_Count() - - - Sets the stub of BaseChannelObjectWithProperties.get_Count() - - - Sets the stub of BaseChannelObjectWithProperties.GetEnumerator() - - - Sets the stub of BaseChannelObjectWithProperties.GetEnumerator() - - - Initializes a new instance of type StubBaseChannelObjectWithProperties - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of BaseChannelObjectWithProperties.get_IsFixedSize() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsFixedSize() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsReadOnly() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsReadOnly() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsSynchronized() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsSynchronized() - - - Sets the stub of BaseChannelObjectWithProperties.get_Item(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.get_Item(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.set_Item(Object key, Object value) - - - Sets the stub of BaseChannelObjectWithProperties.get_Keys() - - - Sets the stub of BaseChannelObjectWithProperties.get_Keys() - - - Sets the stub of BaseChannelObjectWithProperties.get_Properties() - - - Sets the stub of BaseChannelObjectWithProperties.get_Properties() - - - Sets the stub of BaseChannelObjectWithProperties.Remove(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.Remove(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.get_SyncRoot() - - - Sets the stub of BaseChannelObjectWithProperties.get_SyncRoot() - - - Sets the stub of BaseChannelObjectWithProperties.get_Values() - - - Sets the stub of BaseChannelObjectWithProperties.get_Values() - - - Stub type of System.Runtime.Remoting.Channels.BaseChannelSinkWithProperties - - - Initializes a new instance - - - Sets the stub of BaseChannelObjectWithProperties.Add(Object key, Object value) - - - Sets the stub of BaseChannelObjectWithProperties.Add(Object key, Object value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of BaseChannelObjectWithProperties.Clear() - - - Sets the stub of BaseChannelObjectWithProperties.Clear() - - - Sets the stub of BaseChannelObjectWithProperties.Contains(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.Contains(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.CopyTo(Array array, Int32 index) - - - Sets the stub of BaseChannelObjectWithProperties.CopyTo(Array array, Int32 index) - - - Sets the stub of BaseChannelObjectWithProperties.get_Count() - - - Sets the stub of BaseChannelObjectWithProperties.get_Count() - - - Sets the stub of BaseChannelObjectWithProperties.GetEnumerator() - - - Sets the stub of BaseChannelObjectWithProperties.GetEnumerator() - - - Initializes a new instance of type StubBaseChannelSinkWithProperties - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of BaseChannelObjectWithProperties.get_IsFixedSize() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsFixedSize() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsReadOnly() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsReadOnly() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsSynchronized() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsSynchronized() - - - Sets the stub of BaseChannelObjectWithProperties.get_Item(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.get_Item(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.set_Item(Object key, Object value) - - - Sets the stub of BaseChannelObjectWithProperties.get_Keys() - - - Sets the stub of BaseChannelObjectWithProperties.get_Keys() - - - Sets the stub of BaseChannelObjectWithProperties.get_Properties() - - - Sets the stub of BaseChannelObjectWithProperties.get_Properties() - - - Sets the stub of BaseChannelObjectWithProperties.Remove(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.Remove(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.get_SyncRoot() - - - Sets the stub of BaseChannelObjectWithProperties.get_SyncRoot() - - - Sets the stub of BaseChannelObjectWithProperties.get_Values() - - - Sets the stub of BaseChannelObjectWithProperties.get_Values() - - - Stub type of System.Runtime.Remoting.Channels.BaseChannelWithProperties - - - Initializes a new instance - - - Sets the stub of BaseChannelObjectWithProperties.Add(Object key, Object value) - - - Sets the stub of BaseChannelObjectWithProperties.Add(Object key, Object value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of BaseChannelObjectWithProperties.Clear() - - - Sets the stub of BaseChannelObjectWithProperties.Clear() - - - Sets the stub of BaseChannelObjectWithProperties.Contains(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.Contains(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.CopyTo(Array array, Int32 index) - - - Sets the stub of BaseChannelObjectWithProperties.CopyTo(Array array, Int32 index) - - - Sets the stub of BaseChannelObjectWithProperties.get_Count() - - - Sets the stub of BaseChannelObjectWithProperties.get_Count() - - - Sets the stub of BaseChannelObjectWithProperties.GetEnumerator() - - - Sets the stub of BaseChannelObjectWithProperties.GetEnumerator() - - - Initializes a new instance of type StubBaseChannelWithProperties - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of BaseChannelObjectWithProperties.get_IsFixedSize() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsFixedSize() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsReadOnly() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsReadOnly() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsSynchronized() - - - Sets the stub of BaseChannelObjectWithProperties.get_IsSynchronized() - - - Sets the stub of BaseChannelObjectWithProperties.get_Item(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.get_Item(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.set_Item(Object key, Object value) - - - Sets the stub of BaseChannelObjectWithProperties.get_Keys() - - - Sets the stub of BaseChannelObjectWithProperties.get_Keys() - - - Sets the stub of BaseChannelWithProperties.get_Properties() - - - Sets the stub of BaseChannelWithProperties.get_Properties() - - - Sets the stub of BaseChannelObjectWithProperties.Remove(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.Remove(Object key) - - - Sets the stub of BaseChannelObjectWithProperties.get_SyncRoot() - - - Sets the stub of BaseChannelObjectWithProperties.get_SyncRoot() - - - Sets the stub of BaseChannelObjectWithProperties.get_Values() - - - Sets the stub of BaseChannelObjectWithProperties.get_Values() - - - Stub type of System.Runtime.Remoting.Channels.ChannelDataStore - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubChannelDataStore - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Remoting.Channels.ClientChannelSinkStack - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubClientChannelSinkStack - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Remoting.Channels.IChannel - - - Initializes a new instance of type StubIChannel - - - Sets the stub of IChannel.get_ChannelName() - - - Sets the stub of IChannel.get_ChannelName() - - - Sets the stub of IChannel.get_ChannelPriority() - - - Sets the stub of IChannel.get_ChannelPriority() - - - Sets the stub of IChannel.Parse(String url, String& objectURI) - - - Sets the stub of IChannel.Parse(String url, String& objectURI) - - - Stub type of System.Runtime.Remoting.Channels.IChannelDataStore - - - Initializes a new instance of type StubIChannelDataStore - - - Sets the stub of IChannelDataStore.get_ChannelUris() - - - Sets the stub of IChannelDataStore.get_ChannelUris() - - - Sets the stub of IChannelDataStore.get_Item(Object key) - - - Sets the stub of IChannelDataStore.get_Item(Object key) - - - Sets the stub of IChannelDataStore.set_Item(Object key, Object value) - - - Stub type of System.Runtime.Remoting.Channels.IChannelReceiver - - - Initializes a new instance of type StubIChannelReceiver - - - Sets the stub of IChannelReceiver.get_ChannelData() - - - Sets the stub of IChannelReceiver.get_ChannelData() - - - Sets the stub of IChannel.get_ChannelName() - - - Sets the stub of IChannel.get_ChannelName() - - - Sets the stub of IChannel.get_ChannelPriority() - - - Sets the stub of IChannel.get_ChannelPriority() - - - Sets the stub of IChannelReceiver.GetUrlsForUri(String objectURI) - - - Sets the stub of IChannel.Parse(String url, String& objectURI) - - - Sets the stub of IChannelReceiver.StartListening(Object data) - - - Sets the stub of IChannelReceiver.StopListening(Object data) - - - Sets the stub of IChannel.Parse(String url, String& objectURI) - - - Sets the stub of IChannelReceiver.GetUrlsForUri(String objectURI) - - - Sets the stub of IChannelReceiver.StartListening(Object data) - - - Sets the stub of IChannelReceiver.StopListening(Object data) - - - Stub type of System.Runtime.Remoting.Channels.IChannelReceiverHook - - - Initializes a new instance of type StubIChannelReceiverHook - - - Sets the stub of IChannelReceiverHook.AddHookChannelUri(String channelUri) - - - Sets the stub of IChannelReceiverHook.get_ChannelScheme() - - - Sets the stub of IChannelReceiverHook.get_ChannelScheme() - - - Sets the stub of IChannelReceiverHook.get_ChannelSinkChain() - - - Sets the stub of IChannelReceiverHook.get_ChannelSinkChain() - - - Sets the stub of IChannelReceiverHook.AddHookChannelUri(String channelUri) - - - Sets the stub of IChannelReceiverHook.get_WantsToListen() - - - Sets the stub of IChannelReceiverHook.get_WantsToListen() - - - Stub type of System.Runtime.Remoting.Channels.IChannelSender - - - Initializes a new instance of type StubIChannelSender - - - Sets the stub of IChannel.get_ChannelName() - - - Sets the stub of IChannel.get_ChannelName() - - - Sets the stub of IChannel.get_ChannelPriority() - - - Sets the stub of IChannel.get_ChannelPriority() - - - Sets the stub of IChannelSender.CreateMessageSink(String url, Object remoteChannelData, String& objectURI) - - - Sets the stub of IChannel.Parse(String url, String& objectURI) - - - Sets the stub of IChannel.Parse(String url, String& objectURI) - - - Sets the stub of IChannelSender.CreateMessageSink(String url, Object remoteChannelData, String& objectURI) - - - Stub type of System.Runtime.Remoting.Channels.IChannelSinkBase - - - Initializes a new instance of type StubIChannelSinkBase - - - Sets the stub of IChannelSinkBase.get_Properties() - - - Sets the stub of IChannelSinkBase.get_Properties() - - - Stub type of System.Runtime.Remoting.Channels.IClientChannelSink - - - Initializes a new instance of type StubIClientChannelSink - - - Sets the stub of IClientChannelSink.AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg, ITransportHeaders headers, Stream stream) - - - Sets the stub of IClientChannelSink.AsyncProcessResponse(IClientResponseChannelSinkStack sinkStack, Object state, ITransportHeaders headers, Stream stream) - - - Sets the stub of IClientChannelSink.GetRequestStream(IMessage msg, ITransportHeaders headers) - - - Sets the stub of IClientChannelSink.get_NextChannelSink() - - - Sets the stub of IClientChannelSink.get_NextChannelSink() - - - Sets the stub of IClientChannelSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream) - - - Sets the stub of IChannelSinkBase.get_Properties() - - - Sets the stub of IChannelSinkBase.get_Properties() - - - Sets the stub of IClientChannelSink.AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg, ITransportHeaders headers, Stream stream) - - - Sets the stub of IClientChannelSink.AsyncProcessResponse(IClientResponseChannelSinkStack sinkStack, Object state, ITransportHeaders headers, Stream stream) - - - Sets the stub of IClientChannelSink.GetRequestStream(IMessage msg, ITransportHeaders headers) - - - Sets the stub of IClientChannelSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream) - - - Stub type of System.Runtime.Remoting.Channels.IClientChannelSinkProvider - - - Initializes a new instance of type StubIClientChannelSinkProvider - - - Attaches delegates to emulate StubIClientChannelSinkProvider.Next as a property with a backing field. - - - Sets the stub of IClientChannelSinkProvider.CreateSink(IChannelSender channel, String url, Object remoteChannelData) - - - Sets the stub of IClientChannelSinkProvider.get_Next() - - - Sets the stub of IClientChannelSinkProvider.get_Next() - - - Sets the stub of IClientChannelSinkProvider.set_Next(IClientChannelSinkProvider value) - - - Sets the stub of IClientChannelSinkProvider.CreateSink(IChannelSender channel, String url, Object remoteChannelData) - - - Stub type of System.Runtime.Remoting.Channels.IClientChannelSinkStack - - - Initializes a new instance of type StubIClientChannelSinkStack - - - Sets the stub of IClientResponseChannelSinkStack.AsyncProcessResponse(ITransportHeaders headers, Stream stream) - - - Sets the stub of IClientResponseChannelSinkStack.DispatchException(Exception e) - - - Sets the stub of IClientResponseChannelSinkStack.DispatchReplyMessage(IMessage msg) - - - Sets the stub of IClientChannelSinkStack.Pop(IClientChannelSink sink) - - - Sets the stub of IClientChannelSinkStack.Push(IClientChannelSink sink, Object state) - - - Sets the stub of IClientChannelSinkStack.Pop(IClientChannelSink sink) - - - Sets the stub of IClientChannelSinkStack.Push(IClientChannelSink sink, Object state) - - - Sets the stub of IClientResponseChannelSinkStack.AsyncProcessResponse(ITransportHeaders headers, Stream stream) - - - Sets the stub of IClientResponseChannelSinkStack.DispatchException(Exception e) - - - Sets the stub of IClientResponseChannelSinkStack.DispatchReplyMessage(IMessage msg) - - - Stub type of System.Runtime.Remoting.Channels.IClientFormatterSink - - - Initializes a new instance of type StubIClientFormatterSink - - - Sets the stub of IMessageSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink) - - - Sets the stub of IClientChannelSink.AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg, ITransportHeaders headers, Stream stream) - - - Sets the stub of IClientChannelSink.AsyncProcessResponse(IClientResponseChannelSinkStack sinkStack, Object state, ITransportHeaders headers, Stream stream) - - - Sets the stub of IClientChannelSink.GetRequestStream(IMessage msg, ITransportHeaders headers) - - - Sets the stub of IClientChannelSink.get_NextChannelSink() - - - Sets the stub of IClientChannelSink.get_NextChannelSink() - - - Sets the stub of IMessageSink.get_NextSink() - - - Sets the stub of IMessageSink.get_NextSink() - - - Sets the stub of IClientChannelSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream) - - - Sets the stub of IChannelSinkBase.get_Properties() - - - Sets the stub of IChannelSinkBase.get_Properties() - - - Sets the stub of IMessageSink.SyncProcessMessage(IMessage msg) - - - Sets the stub of IClientChannelSink.AsyncProcessRequest(IClientChannelSinkStack sinkStack, IMessage msg, ITransportHeaders headers, Stream stream) - - - Sets the stub of IClientChannelSink.AsyncProcessResponse(IClientResponseChannelSinkStack sinkStack, Object state, ITransportHeaders headers, Stream stream) - - - Sets the stub of IClientChannelSink.GetRequestStream(IMessage msg, ITransportHeaders headers) - - - Sets the stub of IClientChannelSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream) - - - Sets the stub of IMessageSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink) - - - Sets the stub of IMessageSink.SyncProcessMessage(IMessage msg) - - - Stub type of System.Runtime.Remoting.Channels.IClientFormatterSinkProvider - - - Initializes a new instance of type StubIClientFormatterSinkProvider - - - Attaches delegates to emulate StubIClientFormatterSinkProvider.Next as a property with a backing field. - - - Sets the stub of IClientChannelSinkProvider.CreateSink(IChannelSender channel, String url, Object remoteChannelData) - - - Sets the stub of IClientChannelSinkProvider.get_Next() - - - Sets the stub of IClientChannelSinkProvider.get_Next() - - - Sets the stub of IClientChannelSinkProvider.set_Next(IClientChannelSinkProvider value) - - - Sets the stub of IClientChannelSinkProvider.CreateSink(IChannelSender channel, String url, Object remoteChannelData) - - - Stub type of System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack - - - Initializes a new instance of type StubIClientResponseChannelSinkStack - - - Sets the stub of IClientResponseChannelSinkStack.AsyncProcessResponse(ITransportHeaders headers, Stream stream) - - - Sets the stub of IClientResponseChannelSinkStack.DispatchException(Exception e) - - - Sets the stub of IClientResponseChannelSinkStack.DispatchReplyMessage(IMessage msg) - - - Sets the stub of IClientResponseChannelSinkStack.AsyncProcessResponse(ITransportHeaders headers, Stream stream) - - - Sets the stub of IClientResponseChannelSinkStack.DispatchException(Exception e) - - - Sets the stub of IClientResponseChannelSinkStack.DispatchReplyMessage(IMessage msg) - - - Stub type of System.Runtime.Remoting.Channels.ISecurableChannel - - - Initializes a new instance of type StubISecurableChannel - - - Attaches delegates to emulate StubISecurableChannel.IsSecured as a property with a backing field. - - - Sets the stub of ISecurableChannel.get_IsSecured() - - - Sets the stub of ISecurableChannel.get_IsSecured() - - - Sets the stub of ISecurableChannel.set_IsSecured(Boolean value) - - - Stub type of System.Runtime.Remoting.Channels.IServerChannelSink - - - Initializes a new instance of type StubIServerChannelSink - - - Sets the stub of IServerChannelSink.AsyncProcessResponse(IServerResponseChannelSinkStack sinkStack, Object state, IMessage msg, ITransportHeaders headers, Stream stream) - - - Sets the stub of IServerChannelSink.GetResponseStream(IServerResponseChannelSinkStack sinkStack, Object state, IMessage msg, ITransportHeaders headers) - - - Sets the stub of IServerChannelSink.get_NextChannelSink() - - - Sets the stub of IServerChannelSink.get_NextChannelSink() - - - Sets the stub of IServerChannelSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders, Stream& responseStream) - - - Sets the stub of IChannelSinkBase.get_Properties() - - - Sets the stub of IChannelSinkBase.get_Properties() - - - Sets the stub of IServerChannelSink.AsyncProcessResponse(IServerResponseChannelSinkStack sinkStack, Object state, IMessage msg, ITransportHeaders headers, Stream stream) - - - Sets the stub of IServerChannelSink.GetResponseStream(IServerResponseChannelSinkStack sinkStack, Object state, IMessage msg, ITransportHeaders headers) - - - Sets the stub of IServerChannelSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders, Stream& responseStream) - - - Stub type of System.Runtime.Remoting.Channels.IServerChannelSinkProvider - - - Initializes a new instance of type StubIServerChannelSinkProvider - - - Attaches delegates to emulate StubIServerChannelSinkProvider.Next as a property with a backing field. - - - Sets the stub of IServerChannelSinkProvider.CreateSink(IChannelReceiver channel) - - - Sets the stub of IServerChannelSinkProvider.GetChannelData(IChannelDataStore channelData) - - - Sets the stub of IServerChannelSinkProvider.get_Next() - - - Sets the stub of IServerChannelSinkProvider.get_Next() - - - Sets the stub of IServerChannelSinkProvider.set_Next(IServerChannelSinkProvider value) - - - Sets the stub of IServerChannelSinkProvider.CreateSink(IChannelReceiver channel) - - - Sets the stub of IServerChannelSinkProvider.GetChannelData(IChannelDataStore channelData) - - - Stub type of System.Runtime.Remoting.Channels.IServerChannelSinkStack - - - Initializes a new instance of type StubIServerChannelSinkStack - - - Sets the stub of IServerResponseChannelSinkStack.AsyncProcessResponse(IMessage msg, ITransportHeaders headers, Stream stream) - - - Sets the stub of IServerResponseChannelSinkStack.GetResponseStream(IMessage msg, ITransportHeaders headers) - - - Sets the stub of IServerChannelSinkStack.Pop(IServerChannelSink sink) - - - Sets the stub of IServerChannelSinkStack.Push(IServerChannelSink sink, Object state) - - - Sets the stub of IServerChannelSinkStack.ServerCallback(IAsyncResult ar) - - - Sets the stub of IServerChannelSinkStack.StoreAndDispatch(IServerChannelSink sink, Object state) - - - Sets the stub of IServerChannelSinkStack.Store(IServerChannelSink sink, Object state) - - - Sets the stub of IServerChannelSinkStack.Pop(IServerChannelSink sink) - - - Sets the stub of IServerChannelSinkStack.Push(IServerChannelSink sink, Object state) - - - Sets the stub of IServerChannelSinkStack.ServerCallback(IAsyncResult ar) - - - Sets the stub of IServerChannelSinkStack.Store(IServerChannelSink sink, Object state) - - - Sets the stub of IServerChannelSinkStack.StoreAndDispatch(IServerChannelSink sink, Object state) - - - Sets the stub of IServerResponseChannelSinkStack.AsyncProcessResponse(IMessage msg, ITransportHeaders headers, Stream stream) - - - Sets the stub of IServerResponseChannelSinkStack.GetResponseStream(IMessage msg, ITransportHeaders headers) - - - Stub type of System.Runtime.Remoting.Channels.IServerFormatterSinkProvider - - - Initializes a new instance of type StubIServerFormatterSinkProvider - - - Attaches delegates to emulate StubIServerFormatterSinkProvider.Next as a property with a backing field. - - - Sets the stub of IServerChannelSinkProvider.CreateSink(IChannelReceiver channel) - - - Sets the stub of IServerChannelSinkProvider.GetChannelData(IChannelDataStore channelData) - - - Sets the stub of IServerChannelSinkProvider.get_Next() - - - Sets the stub of IServerChannelSinkProvider.get_Next() - - - Sets the stub of IServerChannelSinkProvider.set_Next(IServerChannelSinkProvider value) - - - Sets the stub of IServerChannelSinkProvider.CreateSink(IChannelReceiver channel) - - - Sets the stub of IServerChannelSinkProvider.GetChannelData(IChannelDataStore channelData) - - - Stub type of System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack - - - Initializes a new instance of type StubIServerResponseChannelSinkStack - - - Sets the stub of IServerResponseChannelSinkStack.AsyncProcessResponse(IMessage msg, ITransportHeaders headers, Stream stream) - - - Sets the stub of IServerResponseChannelSinkStack.GetResponseStream(IMessage msg, ITransportHeaders headers) - - - Sets the stub of IServerResponseChannelSinkStack.AsyncProcessResponse(IMessage msg, ITransportHeaders headers, Stream stream) - - - Sets the stub of IServerResponseChannelSinkStack.GetResponseStream(IMessage msg, ITransportHeaders headers) - - - Stub type of System.Runtime.Remoting.Channels.ITransportHeaders - - - Initializes a new instance of type StubITransportHeaders - - - Sets the stub of ITransportHeaders.GetEnumerator() - - - Sets the stub of ITransportHeaders.get_Item(Object key) - - - Sets the stub of ITransportHeaders.get_Item(Object key) - - - Sets the stub of ITransportHeaders.set_Item(Object key, Object value) - - - Sets the stub of ITransportHeaders.GetEnumerator() - - - Stub type of System.Runtime.Remoting.Channels.ServerChannelSinkStack - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubServerChannelSinkStack - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Remoting.Channels.SinkProviderData - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSinkProviderData - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Remoting.Channels.TransportHeaders - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubTransportHeaders - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Remoting.Contexts.Context - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Context.get_ContextID() - - - Sets the stub of Context.get_ContextID() - - - Sets the stub of Context.get_ContextProperties() - - - Sets the stub of Context.get_ContextProperties() - - - Sets the stub of Context.Freeze() - - - Sets the stub of Context.Freeze() - - - Sets the stub of Context.GetProperty(String name) - - - Sets the stub of Context.GetProperty(String name) - - - Initializes a new instance of type StubContext - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Context.SetProperty(IContextProperty prop) - - - Sets the stub of Context.SetProperty(IContextProperty prop) - - - Sets the stub of Context.ToString() - - - Sets the stub of Context.ToString() - - - Stub type of System.Runtime.Remoting.Contexts.ContextAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ContextAttribute.Equals(Object o) - - - Sets the stub of ContextAttribute.Equals(Object o) - - - Sets the stub of ContextAttribute.Freeze(Context newContext) - - - Sets the stub of ContextAttribute.Freeze(Context newContext) - - - Sets the stub of ContextAttribute.GetHashCode() - - - Sets the stub of ContextAttribute.GetHashCode() - - - Sets the stub of ContextAttribute.GetPropertiesForNewContext(IConstructionCallMessage ctorMsg) - - - Sets the stub of ContextAttribute.GetPropertiesForNewContext(IConstructionCallMessage ctorMsg) - - - Initializes a new instance of type StubContextAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ContextAttribute.IsContextOK(Context ctx, IConstructionCallMessage ctorMsg) - - - Sets the stub of ContextAttribute.IsContextOK(Context ctx, IConstructionCallMessage ctorMsg) - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of ContextAttribute.IsNewContextOK(Context newCtx) - - - Sets the stub of ContextAttribute.IsNewContextOK(Context newCtx) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of ContextAttribute.get_Name() - - - Sets the stub of ContextAttribute.get_Name() - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Runtime.Remoting.Contexts.IContextAttribute - - - Initializes a new instance of type StubIContextAttribute - - - Sets the stub of IContextAttribute.GetPropertiesForNewContext(IConstructionCallMessage msg) - - - Sets the stub of IContextAttribute.IsContextOK(Context ctx, IConstructionCallMessage msg) - - - Sets the stub of IContextAttribute.GetPropertiesForNewContext(IConstructionCallMessage msg) - - - Sets the stub of IContextAttribute.IsContextOK(Context ctx, IConstructionCallMessage msg) - - - Stub type of System.Runtime.Remoting.Contexts.IContextProperty - - - Initializes a new instance of type StubIContextProperty - - - Sets the stub of IContextProperty.Freeze(Context newContext) - - - Sets the stub of IContextProperty.IsNewContextOK(Context newCtx) - - - Sets the stub of IContextProperty.get_Name() - - - Sets the stub of IContextProperty.get_Name() - - - Sets the stub of IContextProperty.Freeze(Context newContext) - - - Sets the stub of IContextProperty.IsNewContextOK(Context newCtx) - - - Stub type of System.Runtime.Remoting.Contexts.IContextPropertyActivator - - - Initializes a new instance of type StubIContextPropertyActivator - - - Sets the stub of IContextPropertyActivator.CollectFromClientContext(IConstructionCallMessage msg) - - - Sets the stub of IContextPropertyActivator.CollectFromServerContext(IConstructionReturnMessage msg) - - - Sets the stub of IContextPropertyActivator.DeliverClientContextToServerContext(IConstructionCallMessage msg) - - - Sets the stub of IContextPropertyActivator.DeliverServerContextToClientContext(IConstructionReturnMessage msg) - - - Sets the stub of IContextPropertyActivator.IsOKToActivate(IConstructionCallMessage msg) - - - Sets the stub of IContextPropertyActivator.CollectFromClientContext(IConstructionCallMessage msg) - - - Sets the stub of IContextPropertyActivator.CollectFromServerContext(IConstructionReturnMessage msg) - - - Sets the stub of IContextPropertyActivator.DeliverClientContextToServerContext(IConstructionCallMessage msg) - - - Sets the stub of IContextPropertyActivator.DeliverServerContextToClientContext(IConstructionReturnMessage msg) - - - Sets the stub of IContextPropertyActivator.IsOKToActivate(IConstructionCallMessage msg) - - - Stub type of System.Runtime.Remoting.Contexts.IContributeClientContextSink - - - Initializes a new instance of type StubIContributeClientContextSink - - - Sets the stub of IContributeClientContextSink.GetClientContextSink(IMessageSink nextSink) - - - Sets the stub of IContributeClientContextSink.GetClientContextSink(IMessageSink nextSink) - - - Stub type of System.Runtime.Remoting.Contexts.IContributeDynamicSink - - - Initializes a new instance of type StubIContributeDynamicSink - - - Sets the stub of IContributeDynamicSink.GetDynamicSink() - - - Sets the stub of IContributeDynamicSink.GetDynamicSink() - - - Stub type of System.Runtime.Remoting.Contexts.IContributeEnvoySink - - - Initializes a new instance of type StubIContributeEnvoySink - - - Sets the stub of IContributeEnvoySink.GetEnvoySink(MarshalByRefObject obj, IMessageSink nextSink) - - - Sets the stub of IContributeEnvoySink.GetEnvoySink(MarshalByRefObject obj, IMessageSink nextSink) - - - Stub type of System.Runtime.Remoting.Contexts.IContributeObjectSink - - - Initializes a new instance of type StubIContributeObjectSink - - - Sets the stub of IContributeObjectSink.GetObjectSink(MarshalByRefObject obj, IMessageSink nextSink) - - - Sets the stub of IContributeObjectSink.GetObjectSink(MarshalByRefObject obj, IMessageSink nextSink) - - - Stub type of System.Runtime.Remoting.Contexts.IContributeServerContextSink - - - Initializes a new instance of type StubIContributeServerContextSink - - - Sets the stub of IContributeServerContextSink.GetServerContextSink(IMessageSink nextSink) - - - Sets the stub of IContributeServerContextSink.GetServerContextSink(IMessageSink nextSink) - - - Stub type of System.Runtime.Remoting.Contexts.IDynamicMessageSink - - - Initializes a new instance of type StubIDynamicMessageSink - - - Sets the stub of IDynamicMessageSink.ProcessMessageFinish(IMessage replyMsg, Boolean bCliSide, Boolean bAsync) - - - Sets the stub of IDynamicMessageSink.ProcessMessageStart(IMessage reqMsg, Boolean bCliSide, Boolean bAsync) - - - Sets the stub of IDynamicMessageSink.ProcessMessageFinish(IMessage replyMsg, Boolean bCliSide, Boolean bAsync) - - - Sets the stub of IDynamicMessageSink.ProcessMessageStart(IMessage reqMsg, Boolean bCliSide, Boolean bAsync) - - - Stub type of System.Runtime.Remoting.Contexts.IDynamicProperty - - - Initializes a new instance of type StubIDynamicProperty - - - Sets the stub of IDynamicProperty.get_Name() - - - Sets the stub of IDynamicProperty.get_Name() - - - Stub type of System.Runtime.Remoting.Contexts.SynchronizationAttribute - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSynchronizationAttribute.Locked as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ContextAttribute.Equals(Object o) - - - Sets the stub of ContextAttribute.Equals(Object o) - - - Sets the stub of ContextAttribute.Freeze(Context newContext) - - - Sets the stub of ContextAttribute.Freeze(Context newContext) - - - Sets the stub of SynchronizationAttribute.GetClientContextSink(IMessageSink nextSink) - - - Sets the stub of SynchronizationAttribute.GetClientContextSink(IMessageSink nextSink) - - - Sets the stub of ContextAttribute.GetHashCode() - - - Sets the stub of ContextAttribute.GetHashCode() - - - Sets the stub of SynchronizationAttribute.GetPropertiesForNewContext(IConstructionCallMessage ctorMsg) - - - Sets the stub of SynchronizationAttribute.GetPropertiesForNewContext(IConstructionCallMessage ctorMsg) - - - Sets the stub of SynchronizationAttribute.GetServerContextSink(IMessageSink nextSink) - - - Sets the stub of SynchronizationAttribute.GetServerContextSink(IMessageSink nextSink) - - - Initializes a new instance of type StubSynchronizationAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SynchronizationAttribute.IsContextOK(Context ctx, IConstructionCallMessage msg) - - - Sets the stub of SynchronizationAttribute.IsContextOK(Context ctx, IConstructionCallMessage msg) - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of ContextAttribute.IsNewContextOK(Context newCtx) - - - Sets the stub of ContextAttribute.IsNewContextOK(Context newCtx) - - - Sets the stub of SynchronizationAttribute.get_IsReEntrant() - - - Sets the stub of SynchronizationAttribute.get_IsReEntrant() - - - Sets the stub of SynchronizationAttribute.get_Locked() - - - Sets the stub of SynchronizationAttribute.get_Locked() - - - Sets the stub of SynchronizationAttribute.set_Locked(Boolean value) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of ContextAttribute.get_Name() - - - Sets the stub of ContextAttribute.get_Name() - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Runtime.Remoting.ActivatedClientTypeEntry - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubActivatedClientTypeEntry - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ActivatedClientTypeEntry.ToString() - - - Sets the stub of ActivatedClientTypeEntry.ToString() - - - Stub type of System.Runtime.Remoting.ActivatedServiceTypeEntry - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubActivatedServiceTypeEntry - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ActivatedServiceTypeEntry.ToString() - - - Sets the stub of ActivatedServiceTypeEntry.ToString() - - - Stub type of System.Runtime.Remoting.IChannelInfo - - - Initializes a new instance of type StubIChannelInfo - - - Attaches delegates to emulate StubIChannelInfo.ChannelData as a property with a backing field. - - - Sets the stub of IChannelInfo.get_ChannelData() - - - Sets the stub of IChannelInfo.get_ChannelData() - - - Sets the stub of IChannelInfo.set_ChannelData(Object[] value) - - - Stub type of System.Runtime.Remoting.IEnvoyInfo - - - Initializes a new instance of type StubIEnvoyInfo - - - Attaches delegates to emulate StubIEnvoyInfo.EnvoySinks as a property with a backing field. - - - Sets the stub of IEnvoyInfo.get_EnvoySinks() - - - Sets the stub of IEnvoyInfo.get_EnvoySinks() - - - Sets the stub of IEnvoyInfo.set_EnvoySinks(IMessageSink value) - - - Stub type of System.Runtime.Remoting.IObjectHandle - - - Initializes a new instance of type StubIObjectHandle - - - Sets the stub of IObjectHandle.Unwrap() - - - Sets the stub of IObjectHandle.Unwrap() - - - Stub type of System.Runtime.Remoting.IRemotingTypeInfo - - - Initializes a new instance of type StubIRemotingTypeInfo - - - Attaches delegates to emulate StubIRemotingTypeInfo.TypeName as a property with a backing field. - - - Sets the stub of IRemotingTypeInfo.CanCastTo(Type fromType, Object o) - - - Sets the stub of IRemotingTypeInfo.CanCastTo(Type fromType, Object o) - - - Sets the stub of IRemotingTypeInfo.get_TypeName() - - - Sets the stub of IRemotingTypeInfo.get_TypeName() - - - Sets the stub of IRemotingTypeInfo.set_TypeName(String value) - - - Stub type of System.Runtime.Remoting.InternalRemotingServices - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubInternalRemotingServices - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Remoting.ObjRef - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubObjRef.ChannelInfo as a property with a backing field. - - - Attaches delegates to emulate StubObjRef.EnvoyInfo as a property with a backing field. - - - Attaches delegates to emulate StubObjRef.TypeInfo as a property with a backing field. - - - Attaches delegates to emulate StubObjRef.URI as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ObjRef.get_ChannelInfo() - - - Sets the stub of ObjRef.get_ChannelInfo() - - - Sets the stub of ObjRef.set_ChannelInfo(IChannelInfo value) - - - Sets the stub of ObjRef.get_EnvoyInfo() - - - Sets the stub of ObjRef.get_EnvoyInfo() - - - Sets the stub of ObjRef.set_EnvoyInfo(IEnvoyInfo value) - - - Sets the stub of ObjRef.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of ObjRef.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of ObjRef.GetRealObject(StreamingContext context) - - - Sets the stub of ObjRef.GetRealObject(StreamingContext context) - - - Initializes a new instance of type StubObjRef - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ObjRef.get_TypeInfo() - - - Sets the stub of ObjRef.get_TypeInfo() - - - Sets the stub of ObjRef.set_TypeInfo(IRemotingTypeInfo value) - - - Sets the stub of ObjRef.get_URI() - - - Sets the stub of ObjRef.get_URI() - - - Sets the stub of ObjRef.set_URI(String value) - - - Stub type of System.Runtime.Remoting.ObjectHandle - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ObjectHandle.InitializeLifetimeService() - - - Sets the stub of ObjectHandle.InitializeLifetimeService() - - - Initializes a new instance of type StubObjectHandle - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Remoting.RemotingException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubRemotingException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubRemotingException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubRemotingException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Runtime.Remoting.RemotingTimeoutException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubRemotingTimeoutException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubRemotingTimeoutException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubRemotingTimeoutException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Runtime.Remoting.ServerException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubServerException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubServerException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubServerException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Runtime.Remoting.TypeEntry - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubTypeEntry - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Remoting.WellKnownClientTypeEntry - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubWellKnownClientTypeEntry - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of WellKnownClientTypeEntry.ToString() - - - Sets the stub of WellKnownClientTypeEntry.ToString() - - - Stub type of System.Runtime.Remoting.WellKnownServiceTypeEntry - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubWellKnownServiceTypeEntry - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of WellKnownServiceTypeEntry.ToString() - - - Sets the stub of WellKnownServiceTypeEntry.ToString() - - - Stub type of System.Runtime.Remoting.Lifetime.ClientSponsor - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ClientSponsor.InitializeLifetimeService() - - - Sets the stub of ClientSponsor.InitializeLifetimeService() - - - Initializes a new instance of type StubClientSponsor - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Remoting.Lifetime.ILease - - - Initializes a new instance of type StubILease - - - Attaches delegates to emulate StubILease.InitialLeaseTime as a property with a backing field. - - - Attaches delegates to emulate StubILease.RenewOnCallTime as a property with a backing field. - - - Attaches delegates to emulate StubILease.SponsorshipTimeout as a property with a backing field. - - - Sets the stub of ILease.get_CurrentLeaseTime() - - - Sets the stub of ILease.get_CurrentLeaseTime() - - - Sets the stub of ILease.get_CurrentState() - - - Sets the stub of ILease.get_CurrentState() - - - Sets the stub of ILease.get_InitialLeaseTime() - - - Sets the stub of ILease.get_InitialLeaseTime() - - - Sets the stub of ILease.set_InitialLeaseTime(TimeSpan value) - - - Sets the stub of ILease.Register(ISponsor obj) - - - Sets the stub of ILease.Register(ISponsor obj, TimeSpan renewalTime) - - - Sets the stub of ILease.get_RenewOnCallTime() - - - Sets the stub of ILease.get_RenewOnCallTime() - - - Sets the stub of ILease.set_RenewOnCallTime(TimeSpan value) - - - Sets the stub of ILease.Renew(TimeSpan renewalTime) - - - Sets the stub of ILease.get_SponsorshipTimeout() - - - Sets the stub of ILease.get_SponsorshipTimeout() - - - Sets the stub of ILease.set_SponsorshipTimeout(TimeSpan value) - - - Sets the stub of ILease.Register(ISponsor obj) - - - Sets the stub of ILease.Register(ISponsor obj, TimeSpan renewalTime) - - - Sets the stub of ILease.Renew(TimeSpan renewalTime) - - - Sets the stub of ILease.Unregister(ISponsor obj) - - - Sets the stub of ILease.Unregister(ISponsor obj) - - - Stub type of System.Runtime.Remoting.Lifetime.ISponsor - - - Initializes a new instance of type StubISponsor - - - Sets the stub of ISponsor.Renewal(ILease lease) - - - Sets the stub of ISponsor.Renewal(ILease lease) - - - Stub type of System.Runtime.Remoting.Messaging.ConstructionCall - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MethodCall.HeaderHandler(Header[] h) - - - Sets the stub of MethodCall.HeaderHandler(Header[] h) - - - Sets the stub of MethodCall.Init() - - - Sets the stub of MethodCall.Init() - - - Initializes a new instance of type StubConstructionCall - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ConstructionCall.get_Properties() - - - Sets the stub of ConstructionCall.get_Properties() - - - Stub type of System.Runtime.Remoting.Messaging.ConstructionResponse - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MethodResponse.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of MethodResponse.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of MethodResponse.HeaderHandler(Header[] h) - - - Sets the stub of MethodResponse.HeaderHandler(Header[] h) - - - Initializes a new instance of type StubConstructionResponse - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ConstructionResponse.get_Properties() - - - Sets the stub of ConstructionResponse.get_Properties() - - - Stub type of System.Runtime.Remoting.Messaging.Header - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubHeader - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Remoting.Messaging.ILogicalThreadAffinative - - - Initializes a new instance of type StubILogicalThreadAffinative - - - Stub type of System.Runtime.Remoting.Messaging.IMessage - - - Initializes a new instance of type StubIMessage - - - Sets the stub of IMessage.get_Properties() - - - Sets the stub of IMessage.get_Properties() - - - Stub type of System.Runtime.Remoting.Messaging.IMessageCtrl - - - Initializes a new instance of type StubIMessageCtrl - - - Sets the stub of IMessageCtrl.Cancel(Int32 msToCancel) - - - Sets the stub of IMessageCtrl.Cancel(Int32 msToCancel) - - - Stub type of System.Runtime.Remoting.Messaging.IMessageSink - - - Initializes a new instance of type StubIMessageSink - - - Sets the stub of IMessageSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink) - - - Sets the stub of IMessageSink.get_NextSink() - - - Sets the stub of IMessageSink.get_NextSink() - - - Sets the stub of IMessageSink.SyncProcessMessage(IMessage msg) - - - Sets the stub of IMessageSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink) - - - Sets the stub of IMessageSink.SyncProcessMessage(IMessage msg) - - - Stub type of System.Runtime.Remoting.Messaging.IMethodCallMessage - - - Initializes a new instance of type StubIMethodCallMessage - - - Sets the stub of IMethodMessage.get_ArgCount() - - - Sets the stub of IMethodMessage.get_ArgCount() - - - Sets the stub of IMethodMessage.get_Args() - - - Sets the stub of IMethodMessage.get_Args() - - - Sets the stub of IMethodMessage.GetArg(Int32 argNum) - - - Sets the stub of IMethodMessage.GetArgName(Int32 index) - - - Sets the stub of IMethodCallMessage.GetInArg(Int32 argNum) - - - Sets the stub of IMethodCallMessage.GetInArgName(Int32 index) - - - Sets the stub of IMethodMessage.get_HasVarArgs() - - - Sets the stub of IMethodMessage.get_HasVarArgs() - - - Sets the stub of IMethodCallMessage.get_InArgCount() - - - Sets the stub of IMethodCallMessage.get_InArgCount() - - - Sets the stub of IMethodCallMessage.get_InArgs() - - - Sets the stub of IMethodCallMessage.get_InArgs() - - - Sets the stub of IMethodMessage.get_LogicalCallContext() - - - Sets the stub of IMethodMessage.get_LogicalCallContext() - - - Sets the stub of IMethodMessage.get_MethodBase() - - - Sets the stub of IMethodMessage.get_MethodBase() - - - Sets the stub of IMethodMessage.get_MethodName() - - - Sets the stub of IMethodMessage.get_MethodName() - - - Sets the stub of IMethodMessage.get_MethodSignature() - - - Sets the stub of IMethodMessage.get_MethodSignature() - - - Sets the stub of IMessage.get_Properties() - - - Sets the stub of IMessage.get_Properties() - - - Sets the stub of IMethodCallMessage.GetInArg(Int32 argNum) - - - Sets the stub of IMethodCallMessage.GetInArgName(Int32 index) - - - Sets the stub of IMethodMessage.GetArg(Int32 argNum) - - - Sets the stub of IMethodMessage.GetArgName(Int32 index) - - - Sets the stub of IMethodMessage.get_TypeName() - - - Sets the stub of IMethodMessage.get_TypeName() - - - Sets the stub of IMethodMessage.get_Uri() - - - Sets the stub of IMethodMessage.get_Uri() - - - Stub type of System.Runtime.Remoting.Messaging.IMethodMessage - - - Initializes a new instance of type StubIMethodMessage - - - Sets the stub of IMethodMessage.get_ArgCount() - - - Sets the stub of IMethodMessage.get_ArgCount() - - - Sets the stub of IMethodMessage.get_Args() - - - Sets the stub of IMethodMessage.get_Args() - - - Sets the stub of IMethodMessage.GetArg(Int32 argNum) - - - Sets the stub of IMethodMessage.GetArgName(Int32 index) - - - Sets the stub of IMethodMessage.get_HasVarArgs() - - - Sets the stub of IMethodMessage.get_HasVarArgs() - - - Sets the stub of IMethodMessage.get_LogicalCallContext() - - - Sets the stub of IMethodMessage.get_LogicalCallContext() - - - Sets the stub of IMethodMessage.get_MethodBase() - - - Sets the stub of IMethodMessage.get_MethodBase() - - - Sets the stub of IMethodMessage.get_MethodName() - - - Sets the stub of IMethodMessage.get_MethodName() - - - Sets the stub of IMethodMessage.get_MethodSignature() - - - Sets the stub of IMethodMessage.get_MethodSignature() - - - Sets the stub of IMessage.get_Properties() - - - Sets the stub of IMessage.get_Properties() - - - Sets the stub of IMethodMessage.GetArg(Int32 argNum) - - - Sets the stub of IMethodMessage.GetArgName(Int32 index) - - - Sets the stub of IMethodMessage.get_TypeName() - - - Sets the stub of IMethodMessage.get_TypeName() - - - Sets the stub of IMethodMessage.get_Uri() - - - Sets the stub of IMethodMessage.get_Uri() - - - Stub type of System.Runtime.Remoting.Messaging.IMethodReturnMessage - - - Initializes a new instance of type StubIMethodReturnMessage - - - Sets the stub of IMethodMessage.get_ArgCount() - - - Sets the stub of IMethodMessage.get_ArgCount() - - - Sets the stub of IMethodMessage.get_Args() - - - Sets the stub of IMethodMessage.get_Args() - - - Sets the stub of IMethodReturnMessage.get_Exception() - - - Sets the stub of IMethodReturnMessage.get_Exception() - - - Sets the stub of IMethodMessage.GetArg(Int32 argNum) - - - Sets the stub of IMethodMessage.GetArgName(Int32 index) - - - Sets the stub of IMethodReturnMessage.GetOutArg(Int32 argNum) - - - Sets the stub of IMethodReturnMessage.GetOutArgName(Int32 index) - - - Sets the stub of IMethodMessage.get_HasVarArgs() - - - Sets the stub of IMethodMessage.get_HasVarArgs() - - - Sets the stub of IMethodMessage.get_LogicalCallContext() - - - Sets the stub of IMethodMessage.get_LogicalCallContext() - - - Sets the stub of IMethodMessage.get_MethodBase() - - - Sets the stub of IMethodMessage.get_MethodBase() - - - Sets the stub of IMethodMessage.get_MethodName() - - - Sets the stub of IMethodMessage.get_MethodName() - - - Sets the stub of IMethodMessage.get_MethodSignature() - - - Sets the stub of IMethodMessage.get_MethodSignature() - - - Sets the stub of IMethodReturnMessage.get_OutArgCount() - - - Sets the stub of IMethodReturnMessage.get_OutArgCount() - - - Sets the stub of IMethodReturnMessage.get_OutArgs() - - - Sets the stub of IMethodReturnMessage.get_OutArgs() - - - Sets the stub of IMessage.get_Properties() - - - Sets the stub of IMessage.get_Properties() - - - Sets the stub of IMethodReturnMessage.get_ReturnValue() - - - Sets the stub of IMethodReturnMessage.get_ReturnValue() - - - Sets the stub of IMethodMessage.GetArg(Int32 argNum) - - - Sets the stub of IMethodMessage.GetArgName(Int32 index) - - - Sets the stub of IMethodReturnMessage.GetOutArg(Int32 argNum) - - - Sets the stub of IMethodReturnMessage.GetOutArgName(Int32 index) - - - Sets the stub of IMethodMessage.get_TypeName() - - - Sets the stub of IMethodMessage.get_TypeName() - - - Sets the stub of IMethodMessage.get_Uri() - - - Sets the stub of IMethodMessage.get_Uri() - - - Stub type of System.Runtime.Remoting.Messaging.IRemotingFormatter - - - Initializes a new instance of type StubIRemotingFormatter - - - Attaches delegates to emulate StubIRemotingFormatter.Binder as a property with a backing field. - - - Attaches delegates to emulate StubIRemotingFormatter.Context as a property with a backing field. - - - Attaches delegates to emulate StubIRemotingFormatter.SurrogateSelector as a property with a backing field. - - - Sets the stub of IFormatter.get_Binder() - - - Sets the stub of IFormatter.get_Binder() - - - Sets the stub of IFormatter.set_Binder(SerializationBinder value) - - - Sets the stub of IFormatter.get_Context() - - - Sets the stub of IFormatter.get_Context() - - - Sets the stub of IFormatter.set_Context(StreamingContext value) - - - Sets the stub of IFormatter.Deserialize(Stream serializationStream) - - - Sets the stub of IRemotingFormatter.Deserialize(Stream serializationStream, HeaderHandler handler) - - - Sets the stub of IFormatter.Serialize(Stream serializationStream, Object graph) - - - Sets the stub of IRemotingFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers) - - - Sets the stub of IFormatter.get_SurrogateSelector() - - - Sets the stub of IFormatter.get_SurrogateSelector() - - - Sets the stub of IFormatter.set_SurrogateSelector(ISurrogateSelector value) - - - Sets the stub of IRemotingFormatter.Deserialize(Stream serializationStream, HeaderHandler handler) - - - Sets the stub of IRemotingFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers) - - - Sets the stub of IFormatter.Deserialize(Stream serializationStream) - - - Sets the stub of IFormatter.Serialize(Stream serializationStream, Object graph) - - - Stub type of System.Runtime.Remoting.Messaging.InternalMessageWrapper - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubInternalMessageWrapper - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Remoting.Messaging.MethodCall - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MethodCall.HeaderHandler(Header[] h) - - - Sets the stub of MethodCall.HeaderHandler(Header[] h) - - - Sets the stub of MethodCall.Init() - - - Sets the stub of MethodCall.Init() - - - Initializes a new instance of type StubMethodCall - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MethodCall.get_Properties() - - - Sets the stub of MethodCall.get_Properties() - - - Stub type of System.Runtime.Remoting.Messaging.MethodCallMessageWrapper - - - Initializes a new instance - - - Sets the stub of MethodCallMessageWrapper.get_ArgCount() - - - Sets the stub of MethodCallMessageWrapper.get_ArgCount() - - - Sets the stub of MethodCallMessageWrapper.get_Args() - - - Sets the stub of MethodCallMessageWrapper.get_Args() - - - Sets the stub of MethodCallMessageWrapper.set_Args(Object[] value) - - - Attaches delegates to emulate StubMethodCallMessageWrapper.Args as a property with a backing field. - - - Attaches delegates to emulate StubMethodCallMessageWrapper.Uri as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MethodCallMessageWrapper.GetArg(Int32 argNum) - - - Sets the stub of MethodCallMessageWrapper.GetArg(Int32 argNum) - - - Sets the stub of MethodCallMessageWrapper.GetArgName(Int32 index) - - - Sets the stub of MethodCallMessageWrapper.GetArgName(Int32 index) - - - Sets the stub of MethodCallMessageWrapper.GetInArg(Int32 argNum) - - - Sets the stub of MethodCallMessageWrapper.GetInArg(Int32 argNum) - - - Sets the stub of MethodCallMessageWrapper.GetInArgName(Int32 index) - - - Sets the stub of MethodCallMessageWrapper.GetInArgName(Int32 index) - - - Sets the stub of MethodCallMessageWrapper.get_HasVarArgs() - - - Sets the stub of MethodCallMessageWrapper.get_HasVarArgs() - - - Sets the stub of MethodCallMessageWrapper.get_InArgCount() - - - Sets the stub of MethodCallMessageWrapper.get_InArgCount() - - - Sets the stub of MethodCallMessageWrapper.get_InArgs() - - - Sets the stub of MethodCallMessageWrapper.get_InArgs() - - - Initializes a new instance of type StubMethodCallMessageWrapper - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MethodCallMessageWrapper.get_LogicalCallContext() - - - Sets the stub of MethodCallMessageWrapper.get_LogicalCallContext() - - - Sets the stub of MethodCallMessageWrapper.get_MethodBase() - - - Sets the stub of MethodCallMessageWrapper.get_MethodBase() - - - Sets the stub of MethodCallMessageWrapper.get_MethodName() - - - Sets the stub of MethodCallMessageWrapper.get_MethodName() - - - Sets the stub of MethodCallMessageWrapper.get_MethodSignature() - - - Sets the stub of MethodCallMessageWrapper.get_MethodSignature() - - - Sets the stub of MethodCallMessageWrapper.get_Properties() - - - Sets the stub of MethodCallMessageWrapper.get_Properties() - - - Sets the stub of MethodCallMessageWrapper.get_TypeName() - - - Sets the stub of MethodCallMessageWrapper.get_TypeName() - - - Sets the stub of MethodCallMessageWrapper.get_Uri() - - - Sets the stub of MethodCallMessageWrapper.get_Uri() - - - Sets the stub of MethodCallMessageWrapper.set_Uri(String value) - - - Stub type of System.Runtime.Remoting.Messaging.MethodResponse - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MethodResponse.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of MethodResponse.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of MethodResponse.HeaderHandler(Header[] h) - - - Sets the stub of MethodResponse.HeaderHandler(Header[] h) - - - Initializes a new instance of type StubMethodResponse - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MethodResponse.get_Properties() - - - Sets the stub of MethodResponse.get_Properties() - - - Stub type of System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper - - - Initializes a new instance - - - Sets the stub of MethodReturnMessageWrapper.get_ArgCount() - - - Sets the stub of MethodReturnMessageWrapper.get_ArgCount() - - - Sets the stub of MethodReturnMessageWrapper.get_Args() - - - Sets the stub of MethodReturnMessageWrapper.get_Args() - - - Sets the stub of MethodReturnMessageWrapper.set_Args(Object[] value) - - - Attaches delegates to emulate StubMethodReturnMessageWrapper.Args as a property with a backing field. - - - Attaches delegates to emulate StubMethodReturnMessageWrapper.Exception as a property with a backing field. - - - Attaches delegates to emulate StubMethodReturnMessageWrapper.ReturnValue as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MethodReturnMessageWrapper.get_Exception() - - - Sets the stub of MethodReturnMessageWrapper.get_Exception() - - - Sets the stub of MethodReturnMessageWrapper.set_Exception(Exception value) - - - Sets the stub of MethodReturnMessageWrapper.GetArg(Int32 argNum) - - - Sets the stub of MethodReturnMessageWrapper.GetArg(Int32 argNum) - - - Sets the stub of MethodReturnMessageWrapper.GetArgName(Int32 index) - - - Sets the stub of MethodReturnMessageWrapper.GetArgName(Int32 index) - - - Sets the stub of MethodReturnMessageWrapper.GetOutArg(Int32 argNum) - - - Sets the stub of MethodReturnMessageWrapper.GetOutArg(Int32 argNum) - - - Sets the stub of MethodReturnMessageWrapper.GetOutArgName(Int32 index) - - - Sets the stub of MethodReturnMessageWrapper.GetOutArgName(Int32 index) - - - Sets the stub of MethodReturnMessageWrapper.get_HasVarArgs() - - - Sets the stub of MethodReturnMessageWrapper.get_HasVarArgs() - - - Initializes a new instance of type StubMethodReturnMessageWrapper - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of MethodReturnMessageWrapper.get_LogicalCallContext() - - - Sets the stub of MethodReturnMessageWrapper.get_LogicalCallContext() - - - Sets the stub of MethodReturnMessageWrapper.get_MethodBase() - - - Sets the stub of MethodReturnMessageWrapper.get_MethodBase() - - - Sets the stub of MethodReturnMessageWrapper.get_MethodName() - - - Sets the stub of MethodReturnMessageWrapper.get_MethodName() - - - Sets the stub of MethodReturnMessageWrapper.get_MethodSignature() - - - Sets the stub of MethodReturnMessageWrapper.get_MethodSignature() - - - Sets the stub of MethodReturnMessageWrapper.get_OutArgCount() - - - Sets the stub of MethodReturnMessageWrapper.get_OutArgCount() - - - Sets the stub of MethodReturnMessageWrapper.get_OutArgs() - - - Sets the stub of MethodReturnMessageWrapper.get_OutArgs() - - - Sets the stub of MethodReturnMessageWrapper.get_Properties() - - - Sets the stub of MethodReturnMessageWrapper.get_Properties() - - - Sets the stub of MethodReturnMessageWrapper.get_ReturnValue() - - - Sets the stub of MethodReturnMessageWrapper.get_ReturnValue() - - - Sets the stub of MethodReturnMessageWrapper.set_ReturnValue(Object value) - - - Sets the stub of MethodReturnMessageWrapper.get_TypeName() - - - Sets the stub of MethodReturnMessageWrapper.get_TypeName() - - - Stub type of System.Runtime.Remoting.Messaging.OneWayAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubOneWayAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Runtime.Remoting.Messaging.RemotingSurrogateSelector - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of RemotingSurrogateSelector.ChainSelector(ISurrogateSelector selector) - - - Sets the stub of RemotingSurrogateSelector.ChainSelector(ISurrogateSelector selector) - - - Sets the stub of RemotingSurrogateSelector.GetNextSelector() - - - Sets the stub of RemotingSurrogateSelector.GetNextSelector() - - - Sets the stub of RemotingSurrogateSelector.GetSurrogate(Type type, StreamingContext context, ISurrogateSelector& ssout) - - - Sets the stub of RemotingSurrogateSelector.GetSurrogate(Type type, StreamingContext context, ISurrogateSelector& ssout) - - - Initializes a new instance of type StubRemotingSurrogateSelector - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of RemotingSurrogateSelector.UseSoapFormat() - - - Sets the stub of RemotingSurrogateSelector.UseSoapFormat() - - - Stub type of System.Runtime.Remoting.Messaging.ReturnMessage - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubReturnMessage - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ReturnMessage.get_Properties() - - - Sets the stub of ReturnMessage.get_Properties() - - - Sets the stub of ReturnMessage.get_ReturnValue() - - - Sets the stub of ReturnMessage.get_ReturnValue() - - - Stub type of System.Runtime.Remoting.Metadata.SoapAttribute - - - Initializes a new instance - - - Attaches delegates to emulate StubSoapAttribute.Embedded as a property with a backing field. - - - Attaches delegates to emulate StubSoapAttribute.UseAttribute as a property with a backing field. - - - Attaches delegates to emulate StubSoapAttribute.XmlNamespace as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SoapAttribute.get_Embedded() - - - Sets the stub of SoapAttribute.get_Embedded() - - - Sets the stub of SoapAttribute.set_Embedded(Boolean value) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubSoapAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of SoapAttribute.get_UseAttribute() - - - Sets the stub of SoapAttribute.get_UseAttribute() - - - Sets the stub of SoapAttribute.set_UseAttribute(Boolean value) - - - Sets the stub of SoapAttribute.get_XmlNamespace() - - - Sets the stub of SoapAttribute.get_XmlNamespace() - - - Sets the stub of SoapAttribute.set_XmlNamespace(String value) - - - Stub type of System.Runtime.Remoting.Metadata.W3cXsd2001.ISoapXsd - - - Initializes a new instance of type StubISoapXsd - - - Sets the stub of ISoapXsd.GetXsdType() - - - Sets the stub of ISoapXsd.GetXsdType() - - - Stub type of System.Runtime.Remoting.Proxies.ProxyAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ProxyAttribute.CreateInstance(Type serverType) - - - Sets the stub of ProxyAttribute.CreateInstance(Type serverType) - - - Sets the stub of ProxyAttribute.CreateProxy(ObjRef objRef, Type serverType, Object serverObject, Context serverContext) - - - Sets the stub of ProxyAttribute.CreateProxy(ObjRef objRef, Type serverType, Object serverObject, Context serverContext) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubProxyAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Runtime.Remoting.Proxies.RealProxy - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of RealProxy.CreateObjRef(Type requestedType) - - - Sets the stub of RealProxy.CreateObjRef(Type requestedType) - - - Sets the stub of RealProxy.GetCOMIUnknown(Boolean fIsMarshalled) - - - Sets the stub of RealProxy.GetCOMIUnknown(Boolean fIsMarshalled) - - - Sets the stub of RealProxy.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of RealProxy.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of RealProxy.GetTransparentProxy() - - - Sets the stub of RealProxy.GetTransparentProxy() - - - Initializes a new instance of type StubRealProxy - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of RealProxy.Invoke(IMessage msg) - - - Sets the stub of RealProxy.Invoke(IMessage msg) - - - Sets the stub of RealProxy.SetCOMIUnknown(IntPtr i) - - - Sets the stub of RealProxy.SetCOMIUnknown(IntPtr i) - - - Sets the stub of RealProxy.SupportsInterface(Guid& iid) - - - Sets the stub of RealProxy.SupportsInterface(Guid& iid) - - - Stub type of System.Runtime.Remoting.Services.ITrackingHandler - - - Initializes a new instance of type StubITrackingHandler - - - Sets the stub of ITrackingHandler.DisconnectedObject(Object obj) - - - Sets the stub of ITrackingHandler.MarshaledObject(Object obj, ObjRef or) - - - Sets the stub of ITrackingHandler.DisconnectedObject(Object obj) - - - Sets the stub of ITrackingHandler.MarshaledObject(Object obj, ObjRef or) - - - Sets the stub of ITrackingHandler.UnmarshaledObject(Object obj, ObjRef or) - - - Sets the stub of ITrackingHandler.UnmarshaledObject(Object obj, ObjRef or) - - - Stub type of System.Runtime.Remoting.Services.TrackingServices - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubTrackingServices - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Serialization.Formatter - - - Initializes a new instance - - - Attaches delegates to emulate StubFormatter.Binder as a property with a backing field. - - - Attaches delegates to emulate StubFormatter.Context as a property with a backing field. - - - Attaches delegates to emulate StubFormatter.SurrogateSelector as a property with a backing field. - - - Sets the stub of Formatter.get_Binder() - - - Sets the stub of Formatter.get_Binder() - - - Sets the stub of Formatter.set_Binder(SerializationBinder value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Formatter.get_Context() - - - Sets the stub of Formatter.get_Context() - - - Sets the stub of Formatter.set_Context(StreamingContext value) - - - Sets the stub of Formatter.Deserialize(Stream serializationStream) - - - Sets the stub of Formatter.Deserialize(Stream serializationStream) - - - Sets the stub of Formatter.GetNext(Int64& objID) - - - Sets the stub of Formatter.GetNext(Int64& objID) - - - Initializes a new instance of type StubFormatter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Formatter.Schedule(Object obj) - - - Sets the stub of Formatter.Schedule(Object obj) - - - Sets the stub of Formatter.Serialize(Stream serializationStream, Object graph) - - - Sets the stub of Formatter.Serialize(Stream serializationStream, Object graph) - - - Sets the stub of Formatter.get_SurrogateSelector() - - - Sets the stub of Formatter.get_SurrogateSelector() - - - Sets the stub of Formatter.set_SurrogateSelector(ISurrogateSelector value) - - - Sets the stub of Formatter.WriteArray(Object obj, String name, Type memberType) - - - Sets the stub of Formatter.WriteArray(Object obj, String name, Type memberType) - - - Sets the stub of Formatter.WriteBoolean(Boolean val, String name) - - - Sets the stub of Formatter.WriteBoolean(Boolean val, String name) - - - Sets the stub of Formatter.WriteByte(Byte val, String name) - - - Sets the stub of Formatter.WriteByte(Byte val, String name) - - - Sets the stub of Formatter.WriteChar(Char val, String name) - - - Sets the stub of Formatter.WriteChar(Char val, String name) - - - Sets the stub of Formatter.WriteDateTime(DateTime val, String name) - - - Sets the stub of Formatter.WriteDateTime(DateTime val, String name) - - - Sets the stub of Formatter.WriteDecimal(Decimal val, String name) - - - Sets the stub of Formatter.WriteDecimal(Decimal val, String name) - - - Sets the stub of Formatter.WriteDouble(Double val, String name) - - - Sets the stub of Formatter.WriteDouble(Double val, String name) - - - Sets the stub of Formatter.WriteInt16(Int16 val, String name) - - - Sets the stub of Formatter.WriteInt16(Int16 val, String name) - - - Sets the stub of Formatter.WriteInt32(Int32 val, String name) - - - Sets the stub of Formatter.WriteInt32(Int32 val, String name) - - - Sets the stub of Formatter.WriteInt64(Int64 val, String name) - - - Sets the stub of Formatter.WriteInt64(Int64 val, String name) - - - Sets the stub of Formatter.WriteMember(String memberName, Object data) - - - Sets the stub of Formatter.WriteMember(String memberName, Object data) - - - Sets the stub of Formatter.WriteObjectRef(Object obj, String name, Type memberType) - - - Sets the stub of Formatter.WriteObjectRef(Object obj, String name, Type memberType) - - - Sets the stub of Formatter.WriteSByte(SByte val, String name) - - - Sets the stub of Formatter.WriteSByte(SByte val, String name) - - - Sets the stub of Formatter.WriteSingle(Single val, String name) - - - Sets the stub of Formatter.WriteSingle(Single val, String name) - - - Sets the stub of Formatter.WriteTimeSpan(TimeSpan val, String name) - - - Sets the stub of Formatter.WriteTimeSpan(TimeSpan val, String name) - - - Sets the stub of Formatter.WriteUInt16(UInt16 val, String name) - - - Sets the stub of Formatter.WriteUInt16(UInt16 val, String name) - - - Sets the stub of Formatter.WriteUInt32(UInt32 val, String name) - - - Sets the stub of Formatter.WriteUInt32(UInt32 val, String name) - - - Sets the stub of Formatter.WriteUInt64(UInt64 val, String name) - - - Sets the stub of Formatter.WriteUInt64(UInt64 val, String name) - - - Sets the stub of Formatter.WriteValueType(Object obj, String name, Type memberType) - - - Sets the stub of Formatter.WriteValueType(Object obj, String name, Type memberType) - - - Stub type of System.Runtime.Serialization.FormatterConverter - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubFormatterConverter - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Serialization.IDeserializationCallback - - - Initializes a new instance of type StubIDeserializationCallback - - - Sets the stub of IDeserializationCallback.OnDeserialization(Object sender) - - - Sets the stub of IDeserializationCallback.OnDeserialization(Object sender) - - - Stub type of System.Runtime.Serialization.IFormatter - - - Initializes a new instance of type StubIFormatter - - - Attaches delegates to emulate StubIFormatter.Binder as a property with a backing field. - - - Attaches delegates to emulate StubIFormatter.Context as a property with a backing field. - - - Attaches delegates to emulate StubIFormatter.SurrogateSelector as a property with a backing field. - - - Sets the stub of IFormatter.get_Binder() - - - Sets the stub of IFormatter.get_Binder() - - - Sets the stub of IFormatter.set_Binder(SerializationBinder value) - - - Sets the stub of IFormatter.get_Context() - - - Sets the stub of IFormatter.get_Context() - - - Sets the stub of IFormatter.set_Context(StreamingContext value) - - - Sets the stub of IFormatter.Deserialize(Stream serializationStream) - - - Sets the stub of IFormatter.Serialize(Stream serializationStream, Object graph) - - - Sets the stub of IFormatter.get_SurrogateSelector() - - - Sets the stub of IFormatter.get_SurrogateSelector() - - - Sets the stub of IFormatter.set_SurrogateSelector(ISurrogateSelector value) - - - Sets the stub of IFormatter.Deserialize(Stream serializationStream) - - - Sets the stub of IFormatter.Serialize(Stream serializationStream, Object graph) - - - Stub type of System.Runtime.Serialization.IFormatterConverter - - - Initializes a new instance of type StubIFormatterConverter - - - Sets the stub of IFormatterConverter.Convert(Object value, Type type) - - - Sets the stub of IFormatterConverter.Convert(Object value, TypeCode typeCode) - - - Sets the stub of IFormatterConverter.Convert(Object value, Type type) - - - Sets the stub of IFormatterConverter.Convert(Object value, TypeCode typeCode) - - - Sets the stub of IFormatterConverter.ToBoolean(Object value) - - - Sets the stub of IFormatterConverter.ToByte(Object value) - - - Sets the stub of IFormatterConverter.ToChar(Object value) - - - Sets the stub of IFormatterConverter.ToDateTime(Object value) - - - Sets the stub of IFormatterConverter.ToDecimal(Object value) - - - Sets the stub of IFormatterConverter.ToDouble(Object value) - - - Sets the stub of IFormatterConverter.ToInt16(Object value) - - - Sets the stub of IFormatterConverter.ToInt32(Object value) - - - Sets the stub of IFormatterConverter.ToInt64(Object value) - - - Sets the stub of IFormatterConverter.ToSByte(Object value) - - - Sets the stub of IFormatterConverter.ToSingle(Object value) - - - Sets the stub of IFormatterConverter.ToString(Object value) - - - Sets the stub of IFormatterConverter.ToUInt16(Object value) - - - Sets the stub of IFormatterConverter.ToUInt32(Object value) - - - Sets the stub of IFormatterConverter.ToUInt64(Object value) - - - Sets the stub of IFormatterConverter.ToBoolean(Object value) - - - Sets the stub of IFormatterConverter.ToByte(Object value) - - - Sets the stub of IFormatterConverter.ToChar(Object value) - - - Sets the stub of IFormatterConverter.ToDateTime(Object value) - - - Sets the stub of IFormatterConverter.ToDecimal(Object value) - - - Sets the stub of IFormatterConverter.ToDouble(Object value) - - - Sets the stub of IFormatterConverter.ToInt16(Object value) - - - Sets the stub of IFormatterConverter.ToInt32(Object value) - - - Sets the stub of IFormatterConverter.ToInt64(Object value) - - - Sets the stub of IFormatterConverter.ToSByte(Object value) - - - Sets the stub of IFormatterConverter.ToSingle(Object value) - - - Sets the stub of IFormatterConverter.ToString(Object value) - - - Sets the stub of IFormatterConverter.ToUInt16(Object value) - - - Sets the stub of IFormatterConverter.ToUInt32(Object value) - - - Sets the stub of IFormatterConverter.ToUInt64(Object value) - - - Stub type of System.Runtime.Serialization.IObjectReference - - - Initializes a new instance of type StubIObjectReference - - - Sets the stub of IObjectReference.GetRealObject(StreamingContext context) - - - Sets the stub of IObjectReference.GetRealObject(StreamingContext context) - - - Stub type of System.Runtime.Serialization.ISafeSerializationData - - - Initializes a new instance of type StubISafeSerializationData - - - Sets the stub of ISafeSerializationData.CompleteDeserialization(Object deserialized) - - - Sets the stub of ISafeSerializationData.CompleteDeserialization(Object deserialized) - - - Stub type of System.Runtime.Serialization.ISerializable - - - Initializes a new instance of type StubISerializable - - - Sets the stub of ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) - - - Stub type of System.Runtime.Serialization.ISerializationSurrogate - - - Initializes a new instance of type StubISerializationSurrogate - - - Sets the stub of ISerializationSurrogate.GetObjectData(Object obj, SerializationInfo info, StreamingContext context) - - - Sets the stub of ISerializationSurrogate.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector) - - - Sets the stub of ISerializationSurrogate.GetObjectData(Object obj, SerializationInfo info, StreamingContext context) - - - Sets the stub of ISerializationSurrogate.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector) - - - Stub type of System.Runtime.Serialization.ISurrogateSelector - - - Initializes a new instance of type StubISurrogateSelector - - - Sets the stub of ISurrogateSelector.ChainSelector(ISurrogateSelector selector) - - - Sets the stub of ISurrogateSelector.GetNextSelector() - - - Sets the stub of ISurrogateSelector.GetSurrogate(Type type, StreamingContext context, ISurrogateSelector& selector) - - - Sets the stub of ISurrogateSelector.ChainSelector(ISurrogateSelector selector) - - - Sets the stub of ISurrogateSelector.GetNextSelector() - - - Sets the stub of ISurrogateSelector.GetSurrogate(Type type, StreamingContext context, ISurrogateSelector& selector) - - - Stub type of System.Runtime.Serialization.ObjectIDGenerator - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ObjectIDGenerator.GetId(Object obj, Boolean& firstTime) - - - Sets the stub of ObjectIDGenerator.GetId(Object obj, Boolean& firstTime) - - - Sets the stub of ObjectIDGenerator.HasId(Object obj, Boolean& firstTime) - - - Sets the stub of ObjectIDGenerator.HasId(Object obj, Boolean& firstTime) - - - Initializes a new instance of type StubObjectIDGenerator - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Serialization.ObjectManager - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ObjectManager.DoFixups() - - - Sets the stub of ObjectManager.DoFixups() - - - Sets the stub of ObjectManager.GetObject(Int64 objectID) - - - Sets the stub of ObjectManager.GetObject(Int64 objectID) - - - Initializes a new instance of type StubObjectManager - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ObjectManager.RaiseDeserializationEvent() - - - Sets the stub of ObjectManager.RaiseDeserializationEvent() - - - Sets the stub of ObjectManager.RecordArrayElementFixup(Int64 arrayToBeFixed, Int32 index, Int64 objectRequired) - - - Sets the stub of ObjectManager.RecordArrayElementFixup(Int64 arrayToBeFixed, Int32[] indices, Int64 objectRequired) - - - Sets the stub of ObjectManager.RecordArrayElementFixup(Int64 arrayToBeFixed, Int32[] indices, Int64 objectRequired) - - - Sets the stub of ObjectManager.RecordArrayElementFixup(Int64 arrayToBeFixed, Int32 index, Int64 objectRequired) - - - Sets the stub of ObjectManager.RecordDelayedFixup(Int64 objectToBeFixed, String memberName, Int64 objectRequired) - - - Sets the stub of ObjectManager.RecordDelayedFixup(Int64 objectToBeFixed, String memberName, Int64 objectRequired) - - - Sets the stub of ObjectManager.RecordFixup(Int64 objectToBeFixed, MemberInfo member, Int64 objectRequired) - - - Sets the stub of ObjectManager.RecordFixup(Int64 objectToBeFixed, MemberInfo member, Int64 objectRequired) - - - Sets the stub of ObjectManager.RegisterObject(Object obj, Int64 objectID) - - - Sets the stub of ObjectManager.RegisterObject(Object obj, Int64 objectID) - - - Stub type of System.Runtime.Serialization.SerializationBinder - - - Initializes a new instance - - - Sets the stub of SerializationBinder.BindToName(Type serializedType, String& assemblyName, String& typeName) - - - Sets the stub of SerializationBinder.BindToName(Type serializedType, String& assemblyName, String& typeName) - - - Sets the stub of SerializationBinder.BindToType(String assemblyName, String typeName) - - - Sets the stub of SerializationBinder.BindToType(String assemblyName, String typeName) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSerializationBinder - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Runtime.Serialization.SerializationException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSerializationException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSerializationException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSerializationException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Runtime.Serialization.SurrogateSelector - - - Initializes a new instance - - - Sets the stub of SurrogateSelector.AddSurrogate(Type type, StreamingContext context, ISerializationSurrogate surrogate) - - - Sets the stub of SurrogateSelector.AddSurrogate(Type type, StreamingContext context, ISerializationSurrogate surrogate) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SurrogateSelector.ChainSelector(ISurrogateSelector selector) - - - Sets the stub of SurrogateSelector.ChainSelector(ISurrogateSelector selector) - - - Sets the stub of SurrogateSelector.GetNextSelector() - - - Sets the stub of SurrogateSelector.GetNextSelector() - - - Sets the stub of SurrogateSelector.GetSurrogate(Type type, StreamingContext context, ISurrogateSelector& selector) - - - Sets the stub of SurrogateSelector.GetSurrogate(Type type, StreamingContext context, ISurrogateSelector& selector) - - - Initializes a new instance of type StubSurrogateSelector - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SurrogateSelector.RemoveSurrogate(Type type, StreamingContext context) - - - Sets the stub of SurrogateSelector.RemoveSurrogate(Type type, StreamingContext context) - - - Stub type of System.Runtime.Serialization.Formatters.IFieldInfo - - - Initializes a new instance of type StubIFieldInfo - - - Attaches delegates to emulate StubIFieldInfo.FieldNames as a property with a backing field. - - - Attaches delegates to emulate StubIFieldInfo.FieldTypes as a property with a backing field. - - - Sets the stub of IFieldInfo.get_FieldNames() - - - Sets the stub of IFieldInfo.get_FieldNames() - - - Sets the stub of IFieldInfo.set_FieldNames(String[] value) - - - Sets the stub of IFieldInfo.get_FieldTypes() - - - Sets the stub of IFieldInfo.get_FieldTypes() - - - Sets the stub of IFieldInfo.set_FieldTypes(Type[] value) - - - Stub type of System.Runtime.Serialization.Formatters.ISoapMessage - - - Initializes a new instance of type StubISoapMessage - - - Attaches delegates to emulate StubISoapMessage.Headers as a property with a backing field. - - - Attaches delegates to emulate StubISoapMessage.MethodName as a property with a backing field. - - - Attaches delegates to emulate StubISoapMessage.ParamNames as a property with a backing field. - - - Attaches delegates to emulate StubISoapMessage.ParamTypes as a property with a backing field. - - - Attaches delegates to emulate StubISoapMessage.ParamValues as a property with a backing field. - - - Attaches delegates to emulate StubISoapMessage.XmlNameSpace as a property with a backing field. - - - Sets the stub of ISoapMessage.get_Headers() - - - Sets the stub of ISoapMessage.get_Headers() - - - Sets the stub of ISoapMessage.set_Headers(Header[] value) - - - Sets the stub of ISoapMessage.get_MethodName() - - - Sets the stub of ISoapMessage.get_MethodName() - - - Sets the stub of ISoapMessage.set_MethodName(String value) - - - Sets the stub of ISoapMessage.get_ParamNames() - - - Sets the stub of ISoapMessage.get_ParamNames() - - - Sets the stub of ISoapMessage.set_ParamNames(String[] value) - - - Sets the stub of ISoapMessage.get_ParamTypes() - - - Sets the stub of ISoapMessage.get_ParamTypes() - - - Sets the stub of ISoapMessage.set_ParamTypes(Type[] value) - - - Sets the stub of ISoapMessage.get_ParamValues() - - - Sets the stub of ISoapMessage.get_ParamValues() - - - Sets the stub of ISoapMessage.set_ParamValues(Object[] value) - - - Sets the stub of ISoapMessage.get_XmlNameSpace() - - - Sets the stub of ISoapMessage.get_XmlNameSpace() - - - Sets the stub of ISoapMessage.set_XmlNameSpace(String value) - - - Stub type of System.Runtime.Serialization.Formatters.SoapMessage - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubSoapMessage - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.AccessControl.AccessRule - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubAccessRule - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.AccessControl.AuditRule - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubAuditRule - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.AccessControl.AuthorizationRule - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubAuthorizationRule - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.AccessControl.GenericAcl - - - Initializes a new instance - - - Sets the stub of GenericAcl.get_BinaryLength() - - - Sets the stub of GenericAcl.get_BinaryLength() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of GenericAcl.get_Count() - - - Sets the stub of GenericAcl.get_Count() - - - Sets the stub of GenericAcl.GetBinaryForm(Byte[] binaryForm, Int32 offset) - - - Sets the stub of GenericAcl.GetBinaryForm(Byte[] binaryForm, Int32 offset) - - - Initializes a new instance of type StubGenericAcl - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of GenericAcl.get_Item(Int32 index) - - - Sets the stub of GenericAcl.get_Item(Int32 index) - - - Sets the stub of GenericAcl.set_Item(Int32 index, GenericAce value) - - - Sets the stub of GenericAcl.get_Revision() - - - Sets the stub of GenericAcl.get_Revision() - - - Sets the stub of GenericAcl.get_SyncRoot() - - - Sets the stub of GenericAcl.get_SyncRoot() - - - Stub type of System.Security.AccessControl.ObjectAccessRule - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubObjectAccessRule - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.AccessControl.ObjectAuditRule - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubObjectAuditRule - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Cryptography.Aes - - - Initializes a new instance - - - Attaches delegates to emulate StubAes.BlockSize as a property with a backing field. - - - Attaches delegates to emulate StubAes.FeedbackSize as a property with a backing field. - - - Attaches delegates to emulate StubAes.IV as a property with a backing field. - - - Attaches delegates to emulate StubAes.Key as a property with a backing field. - - - Attaches delegates to emulate StubAes.KeySize as a property with a backing field. - - - Attaches delegates to emulate StubAes.Mode as a property with a backing field. - - - Attaches delegates to emulate StubAes.Padding as a property with a backing field. - - - Sets the stub of SymmetricAlgorithm.get_BlockSize() - - - Sets the stub of SymmetricAlgorithm.get_BlockSize() - - - Sets the stub of SymmetricAlgorithm.set_BlockSize(Int32 value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor() - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor() - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor() - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor() - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of SymmetricAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of SymmetricAlgorithm.get_FeedbackSize() - - - Sets the stub of SymmetricAlgorithm.get_FeedbackSize() - - - Sets the stub of SymmetricAlgorithm.set_FeedbackSize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.GenerateIV() - - - Sets the stub of SymmetricAlgorithm.GenerateIV() - - - Sets the stub of SymmetricAlgorithm.GenerateKey() - - - Sets the stub of SymmetricAlgorithm.GenerateKey() - - - Sets the stub of SymmetricAlgorithm.get_IV() - - - Sets the stub of SymmetricAlgorithm.get_IV() - - - Sets the stub of SymmetricAlgorithm.set_IV(Byte[] value) - - - Initializes a new instance of type StubAes - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SymmetricAlgorithm.get_Key() - - - Sets the stub of SymmetricAlgorithm.get_Key() - - - Sets the stub of SymmetricAlgorithm.set_Key(Byte[] value) - - - Sets the stub of SymmetricAlgorithm.get_KeySize() - - - Sets the stub of SymmetricAlgorithm.get_KeySize() - - - Sets the stub of SymmetricAlgorithm.set_KeySize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.get_LegalBlockSizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalBlockSizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalKeySizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalKeySizes() - - - Sets the stub of SymmetricAlgorithm.get_Mode() - - - Sets the stub of SymmetricAlgorithm.get_Mode() - - - Sets the stub of SymmetricAlgorithm.set_Mode(CipherMode value) - - - Sets the stub of SymmetricAlgorithm.get_Padding() - - - Sets the stub of SymmetricAlgorithm.get_Padding() - - - Sets the stub of SymmetricAlgorithm.set_Padding(PaddingMode value) - - - Stub type of System.Security.Cryptography.CryptoConfig - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubCryptoConfig - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Cryptography.CryptoStream - - - Initializes a new instance - - - Attaches delegates to emulate StubCryptoStream.Position as a property with a backing field. - - - Attaches delegates to emulate StubCryptoStream.ReadTimeout as a property with a backing field. - - - Attaches delegates to emulate StubCryptoStream.WriteTimeout as a property with a backing field. - - - Sets the stub of Stream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the stub of Stream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the stub of Stream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Sets the stub of Stream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CryptoStream.get_CanRead() - - - Sets the stub of CryptoStream.get_CanRead() - - - Sets the stub of CryptoStream.get_CanSeek() - - - Sets the stub of CryptoStream.get_CanSeek() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of Stream.get_CanTimeout() - - - Sets the stub of CryptoStream.get_CanWrite() - - - Sets the stub of CryptoStream.get_CanWrite() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.Close() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of Stream.CreateWaitHandle() - - - Sets the stub of CryptoStream.Dispose(Boolean disposing) - - - Sets the stub of CryptoStream.Dispose(Boolean disposing) - - - Sets the stub of Stream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of Stream.EndRead(IAsyncResult asyncResult) - - - Sets the stub of Stream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of Stream.EndWrite(IAsyncResult asyncResult) - - - Sets the stub of CryptoStream.Flush() - - - Sets the stub of CryptoStream.Flush() - - - Initializes a new instance of type StubCryptoStream - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CryptoStream.get_Length() - - - Sets the stub of CryptoStream.get_Length() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of Stream.ObjectInvariant() - - - Sets the stub of CryptoStream.get_Position() - - - Sets the stub of CryptoStream.get_Position() - - - Sets the stub of CryptoStream.set_Position(Int64 value) - - - Sets the stub of CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of Stream.ReadByte() - - - Sets the stub of CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.get_ReadTimeout() - - - Sets the stub of Stream.set_ReadTimeout(Int32 value) - - - Sets the stub of CryptoStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of CryptoStream.Seek(Int64 offset, SeekOrigin origin) - - - Sets the stub of CryptoStream.SetLength(Int64 value) - - - Sets the stub of CryptoStream.SetLength(Int64 value) - - - Sets the stub of CryptoStream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of CryptoStream.Write(Byte[] buffer, Int32 offset, Int32 count) - - - Sets the stub of Stream.WriteByte(Byte value) - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.get_WriteTimeout() - - - Sets the stub of Stream.set_WriteTimeout(Int32 value) - - - Stub type of System.Security.Cryptography.CryptographicException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubCryptographicException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubCryptographicException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubCryptographicException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Security.Cryptography.CryptographicUnexpectedOperationException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubCryptographicUnexpectedOperationException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubCryptographicUnexpectedOperationException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubCryptographicUnexpectedOperationException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Security.Cryptography.DES - - - Initializes a new instance - - - Attaches delegates to emulate StubDES.BlockSize as a property with a backing field. - - - Attaches delegates to emulate StubDES.FeedbackSize as a property with a backing field. - - - Attaches delegates to emulate StubDES.IV as a property with a backing field. - - - Attaches delegates to emulate StubDES.Key as a property with a backing field. - - - Attaches delegates to emulate StubDES.KeySize as a property with a backing field. - - - Attaches delegates to emulate StubDES.Mode as a property with a backing field. - - - Attaches delegates to emulate StubDES.Padding as a property with a backing field. - - - Sets the stub of SymmetricAlgorithm.get_BlockSize() - - - Sets the stub of SymmetricAlgorithm.get_BlockSize() - - - Sets the stub of SymmetricAlgorithm.set_BlockSize(Int32 value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor() - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor() - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor() - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor() - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of SymmetricAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of SymmetricAlgorithm.get_FeedbackSize() - - - Sets the stub of SymmetricAlgorithm.get_FeedbackSize() - - - Sets the stub of SymmetricAlgorithm.set_FeedbackSize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.GenerateIV() - - - Sets the stub of SymmetricAlgorithm.GenerateIV() - - - Sets the stub of SymmetricAlgorithm.GenerateKey() - - - Sets the stub of SymmetricAlgorithm.GenerateKey() - - - Sets the stub of SymmetricAlgorithm.get_IV() - - - Sets the stub of SymmetricAlgorithm.get_IV() - - - Sets the stub of SymmetricAlgorithm.set_IV(Byte[] value) - - - Initializes a new instance of type StubDES - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DES.get_Key() - - - Sets the stub of DES.get_Key() - - - Sets the stub of DES.set_Key(Byte[] value) - - - Sets the stub of SymmetricAlgorithm.get_KeySize() - - - Sets the stub of SymmetricAlgorithm.get_KeySize() - - - Sets the stub of SymmetricAlgorithm.set_KeySize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.get_LegalBlockSizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalBlockSizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalKeySizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalKeySizes() - - - Sets the stub of SymmetricAlgorithm.get_Mode() - - - Sets the stub of SymmetricAlgorithm.get_Mode() - - - Sets the stub of SymmetricAlgorithm.set_Mode(CipherMode value) - - - Sets the stub of SymmetricAlgorithm.get_Padding() - - - Sets the stub of SymmetricAlgorithm.get_Padding() - - - Sets the stub of SymmetricAlgorithm.set_Padding(PaddingMode value) - - - Stub type of System.Security.Cryptography.DeriveBytes - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DeriveBytes.Dispose(Boolean disposing) - - - Sets the stub of DeriveBytes.Dispose(Boolean disposing) - - - Sets the stub of DeriveBytes.GetBytes(Int32 cb) - - - Sets the stub of DeriveBytes.GetBytes(Int32 cb) - - - Initializes a new instance of type StubDeriveBytes - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DeriveBytes.Reset() - - - Sets the stub of DeriveBytes.Reset() - - - Stub type of System.Security.Cryptography.FromBase64Transform - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of FromBase64Transform.get_CanReuseTransform() - - - Sets the stub of FromBase64Transform.get_CanReuseTransform() - - - Sets the stub of FromBase64Transform.Dispose(Boolean disposing) - - - Sets the stub of FromBase64Transform.Dispose(Boolean disposing) - - - Initializes a new instance of type StubFromBase64Transform - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Cryptography.HMAC - - - Initializes a new instance - - - Attaches delegates to emulate StubHMAC.Key as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HMAC.Initialize() - - - Sets the stub of HMAC.Initialize() - - - Initializes a new instance of type StubHMAC - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.set_Key(Byte[] value) - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.HMACMD5 - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubHMACMD5.Key as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HMAC.Initialize() - - - Sets the stub of HMAC.Initialize() - - - Initializes a new instance of type StubHMACMD5 - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.set_Key(Byte[] value) - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.HMACRIPEMD160 - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubHMACRIPEMD160.Key as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HMAC.Initialize() - - - Sets the stub of HMAC.Initialize() - - - Initializes a new instance of type StubHMACRIPEMD160 - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.set_Key(Byte[] value) - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.HMACSHA1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubHMACSHA1.Key as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HMAC.Initialize() - - - Sets the stub of HMAC.Initialize() - - - Initializes a new instance of type StubHMACSHA1 - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.set_Key(Byte[] value) - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.HMACSHA256 - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubHMACSHA256.Key as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HMAC.Initialize() - - - Sets the stub of HMAC.Initialize() - - - Initializes a new instance of type StubHMACSHA256 - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.set_Key(Byte[] value) - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.HMACSHA384 - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubHMACSHA384.Key as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HMAC.Initialize() - - - Sets the stub of HMAC.Initialize() - - - Initializes a new instance of type StubHMACSHA384 - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.set_Key(Byte[] value) - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.HMACSHA512 - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubHMACSHA512.Key as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HMAC.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashCore(Byte[] rgb, Int32 ib, Int32 cb) - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HMAC.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HMAC.Initialize() - - - Sets the stub of HMAC.Initialize() - - - Initializes a new instance of type StubHMACSHA512 - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.get_Key() - - - Sets the stub of HMAC.set_Key(Byte[] value) - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.HashAlgorithm - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Initializes a new instance of type StubHashAlgorithm - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.ICryptoTransform - - - Initializes a new instance of type StubICryptoTransform - - - Sets the stub of ICryptoTransform.get_CanReuseTransform() - - - Sets the stub of ICryptoTransform.get_CanReuseTransform() - - - Sets the stub of ICryptoTransform.get_CanTransformMultipleBlocks() - - - Sets the stub of ICryptoTransform.get_CanTransformMultipleBlocks() - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of ICryptoTransform.get_InputBlockSize() - - - Sets the stub of ICryptoTransform.get_InputBlockSize() - - - Sets the stub of ICryptoTransform.get_OutputBlockSize() - - - Sets the stub of ICryptoTransform.get_OutputBlockSize() - - - Sets the stub of IDisposable.Dispose() - - - Sets the stub of ICryptoTransform.TransformBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[] outputBuffer, Int32 outputOffset) - - - Sets the stub of ICryptoTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) - - - Sets the stub of ICryptoTransform.TransformBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[] outputBuffer, Int32 outputOffset) - - - Sets the stub of ICryptoTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) - - - Stub type of System.Security.Cryptography.ICspAsymmetricAlgorithm - - - Initializes a new instance of type StubICspAsymmetricAlgorithm - - - Sets the stub of ICspAsymmetricAlgorithm.get_CspKeyContainerInfo() - - - Sets the stub of ICspAsymmetricAlgorithm.get_CspKeyContainerInfo() - - - Sets the stub of ICspAsymmetricAlgorithm.ExportCspBlob(Boolean includePrivateParameters) - - - Sets the stub of ICspAsymmetricAlgorithm.ImportCspBlob(Byte[] rawData) - - - Sets the stub of ICspAsymmetricAlgorithm.ExportCspBlob(Boolean includePrivateParameters) - - - Sets the stub of ICspAsymmetricAlgorithm.ImportCspBlob(Byte[] rawData) - - - Stub type of System.Security.Cryptography.KeyedHashAlgorithm - - - Initializes a new instance - - - Attaches delegates to emulate StubKeyedHashAlgorithm.Key as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of KeyedHashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of KeyedHashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Initializes a new instance of type StubKeyedHashAlgorithm - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of KeyedHashAlgorithm.get_Key() - - - Sets the stub of KeyedHashAlgorithm.get_Key() - - - Sets the stub of KeyedHashAlgorithm.set_Key(Byte[] value) - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.MACTripleDES - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubMACTripleDES.Key as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of MACTripleDES.Dispose(Boolean disposing) - - - Sets the stub of MACTripleDES.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of MACTripleDES.HashCore(Byte[] rgbData, Int32 ibStart, Int32 cbSize) - - - Sets the stub of MACTripleDES.HashCore(Byte[] rgbData, Int32 ibStart, Int32 cbSize) - - - Sets the stub of MACTripleDES.HashFinal() - - - Sets the stub of MACTripleDES.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of MACTripleDES.Initialize() - - - Sets the stub of MACTripleDES.Initialize() - - - Initializes a new instance of type StubMACTripleDES - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of KeyedHashAlgorithm.get_Key() - - - Sets the stub of KeyedHashAlgorithm.get_Key() - - - Sets the stub of KeyedHashAlgorithm.set_Key(Byte[] value) - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.MD5 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Initializes a new instance of type StubMD5 - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.MaskGenerationMethod - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of MaskGenerationMethod.GenerateMask(Byte[] rgbSeed, Int32 cbReturn) - - - Sets the stub of MaskGenerationMethod.GenerateMask(Byte[] rgbSeed, Int32 cbReturn) - - - Initializes a new instance of type StubMaskGenerationMethod - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Cryptography.PKCS1MaskGenerationMethod - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of PKCS1MaskGenerationMethod.GenerateMask(Byte[] rgbSeed, Int32 cbReturn) - - - Sets the stub of PKCS1MaskGenerationMethod.GenerateMask(Byte[] rgbSeed, Int32 cbReturn) - - - Initializes a new instance of type StubPKCS1MaskGenerationMethod - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Cryptography.RC2 - - - Initializes a new instance - - - Attaches delegates to emulate StubRC2.BlockSize as a property with a backing field. - - - Attaches delegates to emulate StubRC2.EffectiveKeySize as a property with a backing field. - - - Attaches delegates to emulate StubRC2.FeedbackSize as a property with a backing field. - - - Attaches delegates to emulate StubRC2.IV as a property with a backing field. - - - Attaches delegates to emulate StubRC2.Key as a property with a backing field. - - - Attaches delegates to emulate StubRC2.KeySize as a property with a backing field. - - - Attaches delegates to emulate StubRC2.Mode as a property with a backing field. - - - Attaches delegates to emulate StubRC2.Padding as a property with a backing field. - - - Sets the stub of SymmetricAlgorithm.get_BlockSize() - - - Sets the stub of SymmetricAlgorithm.get_BlockSize() - - - Sets the stub of SymmetricAlgorithm.set_BlockSize(Int32 value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor() - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor() - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor() - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor() - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of SymmetricAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of RC2.get_EffectiveKeySize() - - - Sets the stub of RC2.get_EffectiveKeySize() - - - Sets the stub of RC2.set_EffectiveKeySize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.get_FeedbackSize() - - - Sets the stub of SymmetricAlgorithm.get_FeedbackSize() - - - Sets the stub of SymmetricAlgorithm.set_FeedbackSize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.GenerateIV() - - - Sets the stub of SymmetricAlgorithm.GenerateIV() - - - Sets the stub of SymmetricAlgorithm.GenerateKey() - - - Sets the stub of SymmetricAlgorithm.GenerateKey() - - - Sets the stub of SymmetricAlgorithm.get_IV() - - - Sets the stub of SymmetricAlgorithm.get_IV() - - - Sets the stub of SymmetricAlgorithm.set_IV(Byte[] value) - - - Initializes a new instance of type StubRC2 - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SymmetricAlgorithm.get_Key() - - - Sets the stub of SymmetricAlgorithm.get_Key() - - - Sets the stub of SymmetricAlgorithm.set_Key(Byte[] value) - - - Sets the stub of RC2.get_KeySize() - - - Sets the stub of RC2.get_KeySize() - - - Sets the stub of RC2.set_KeySize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.get_LegalBlockSizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalBlockSizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalKeySizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalKeySizes() - - - Sets the stub of SymmetricAlgorithm.get_Mode() - - - Sets the stub of SymmetricAlgorithm.get_Mode() - - - Sets the stub of SymmetricAlgorithm.set_Mode(CipherMode value) - - - Sets the stub of SymmetricAlgorithm.get_Padding() - - - Sets the stub of SymmetricAlgorithm.get_Padding() - - - Sets the stub of SymmetricAlgorithm.set_Padding(PaddingMode value) - - - Stub type of System.Security.Cryptography.RIPEMD160 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Initializes a new instance of type StubRIPEMD160 - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.RIPEMD160Managed - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of RIPEMD160Managed.HashCore(Byte[] rgb, Int32 ibStart, Int32 cbSize) - - - Sets the stub of RIPEMD160Managed.HashCore(Byte[] rgb, Int32 ibStart, Int32 cbSize) - - - Sets the stub of RIPEMD160Managed.HashFinal() - - - Sets the stub of RIPEMD160Managed.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of RIPEMD160Managed.Initialize() - - - Sets the stub of RIPEMD160Managed.Initialize() - - - Initializes a new instance of type StubRIPEMD160Managed - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.Rfc2898DeriveBytes - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Rfc2898DeriveBytes.Dispose(Boolean disposing) - - - Sets the stub of Rfc2898DeriveBytes.Dispose(Boolean disposing) - - - Sets the stub of Rfc2898DeriveBytes.GetBytes(Int32 cb) - - - Sets the stub of Rfc2898DeriveBytes.GetBytes(Int32 cb) - - - Initializes a new instance of type StubRfc2898DeriveBytes - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Rfc2898DeriveBytes.Reset() - - - Sets the stub of Rfc2898DeriveBytes.Reset() - - - Stub type of System.Security.Cryptography.Rijndael - - - Initializes a new instance - - - Attaches delegates to emulate StubRijndael.BlockSize as a property with a backing field. - - - Attaches delegates to emulate StubRijndael.FeedbackSize as a property with a backing field. - - - Attaches delegates to emulate StubRijndael.IV as a property with a backing field. - - - Attaches delegates to emulate StubRijndael.Key as a property with a backing field. - - - Attaches delegates to emulate StubRijndael.KeySize as a property with a backing field. - - - Attaches delegates to emulate StubRijndael.Mode as a property with a backing field. - - - Attaches delegates to emulate StubRijndael.Padding as a property with a backing field. - - - Sets the stub of SymmetricAlgorithm.get_BlockSize() - - - Sets the stub of SymmetricAlgorithm.get_BlockSize() - - - Sets the stub of SymmetricAlgorithm.set_BlockSize(Int32 value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor() - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor() - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor() - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor() - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of SymmetricAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of SymmetricAlgorithm.get_FeedbackSize() - - - Sets the stub of SymmetricAlgorithm.get_FeedbackSize() - - - Sets the stub of SymmetricAlgorithm.set_FeedbackSize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.GenerateIV() - - - Sets the stub of SymmetricAlgorithm.GenerateIV() - - - Sets the stub of SymmetricAlgorithm.GenerateKey() - - - Sets the stub of SymmetricAlgorithm.GenerateKey() - - - Sets the stub of SymmetricAlgorithm.get_IV() - - - Sets the stub of SymmetricAlgorithm.get_IV() - - - Sets the stub of SymmetricAlgorithm.set_IV(Byte[] value) - - - Initializes a new instance of type StubRijndael - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SymmetricAlgorithm.get_Key() - - - Sets the stub of SymmetricAlgorithm.get_Key() - - - Sets the stub of SymmetricAlgorithm.set_Key(Byte[] value) - - - Sets the stub of SymmetricAlgorithm.get_KeySize() - - - Sets the stub of SymmetricAlgorithm.get_KeySize() - - - Sets the stub of SymmetricAlgorithm.set_KeySize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.get_LegalBlockSizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalBlockSizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalKeySizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalKeySizes() - - - Sets the stub of SymmetricAlgorithm.get_Mode() - - - Sets the stub of SymmetricAlgorithm.get_Mode() - - - Sets the stub of SymmetricAlgorithm.set_Mode(CipherMode value) - - - Sets the stub of SymmetricAlgorithm.get_Padding() - - - Sets the stub of SymmetricAlgorithm.get_Padding() - - - Sets the stub of SymmetricAlgorithm.set_Padding(PaddingMode value) - - - Stub type of System.Security.Cryptography.SHA1 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Initializes a new instance of type StubSHA1 - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.SHA1Managed - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of SHA1Managed.HashCore(Byte[] rgb, Int32 ibStart, Int32 cbSize) - - - Sets the stub of SHA1Managed.HashCore(Byte[] rgb, Int32 ibStart, Int32 cbSize) - - - Sets the stub of SHA1Managed.HashFinal() - - - Sets the stub of SHA1Managed.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of SHA1Managed.Initialize() - - - Sets the stub of SHA1Managed.Initialize() - - - Initializes a new instance of type StubSHA1Managed - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.SHA256 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Initializes a new instance of type StubSHA256 - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.SHA256Managed - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of SHA256Managed.HashCore(Byte[] rgb, Int32 ibStart, Int32 cbSize) - - - Sets the stub of SHA256Managed.HashCore(Byte[] rgb, Int32 ibStart, Int32 cbSize) - - - Sets the stub of SHA256Managed.HashFinal() - - - Sets the stub of SHA256Managed.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of SHA256Managed.Initialize() - - - Sets the stub of SHA256Managed.Initialize() - - - Initializes a new instance of type StubSHA256Managed - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.SHA384 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Initializes a new instance of type StubSHA384 - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.SHA384Managed - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of SHA384Managed.HashCore(Byte[] rgb, Int32 ibStart, Int32 cbSize) - - - Sets the stub of SHA384Managed.HashCore(Byte[] rgb, Int32 ibStart, Int32 cbSize) - - - Sets the stub of SHA384Managed.HashFinal() - - - Sets the stub of SHA384Managed.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of SHA384Managed.Initialize() - - - Sets the stub of SHA384Managed.Initialize() - - - Initializes a new instance of type StubSHA384Managed - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.SHA512 - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashCore(Byte[] array, Int32 ibStart, Int32 cbSize) - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Sets the stub of HashAlgorithm.Initialize() - - - Initializes a new instance of type StubSHA512 - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.SHA512Managed - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanReuseTransform() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.get_CanTransformMultipleBlocks() - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of SHA512Managed.HashCore(Byte[] rgb, Int32 ibStart, Int32 cbSize) - - - Sets the stub of SHA512Managed.HashCore(Byte[] rgb, Int32 ibStart, Int32 cbSize) - - - Sets the stub of SHA512Managed.HashFinal() - - - Sets the stub of SHA512Managed.HashFinal() - - - Sets the stub of HashAlgorithm.get_Hash() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of HashAlgorithm.get_HashSize() - - - Sets the stub of SHA512Managed.Initialize() - - - Sets the stub of SHA512Managed.Initialize() - - - Initializes a new instance of type StubSHA512Managed - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Sets the stub of HashAlgorithm.get_InputBlockSize() - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Sets the stub of HashAlgorithm.get_OutputBlockSize() - - - Stub type of System.Security.Cryptography.SignatureDescription - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SignatureDescription.CreateDigest() - - - Sets the stub of SignatureDescription.CreateDigest() - - - Initializes a new instance of type StubSignatureDescription - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Cryptography.SymmetricAlgorithm - - - Initializes a new instance - - - Attaches delegates to emulate StubSymmetricAlgorithm.BlockSize as a property with a backing field. - - - Attaches delegates to emulate StubSymmetricAlgorithm.FeedbackSize as a property with a backing field. - - - Attaches delegates to emulate StubSymmetricAlgorithm.IV as a property with a backing field. - - - Attaches delegates to emulate StubSymmetricAlgorithm.Key as a property with a backing field. - - - Attaches delegates to emulate StubSymmetricAlgorithm.KeySize as a property with a backing field. - - - Attaches delegates to emulate StubSymmetricAlgorithm.Mode as a property with a backing field. - - - Attaches delegates to emulate StubSymmetricAlgorithm.Padding as a property with a backing field. - - - Sets the stub of SymmetricAlgorithm.get_BlockSize() - - - Sets the stub of SymmetricAlgorithm.get_BlockSize() - - - Sets the stub of SymmetricAlgorithm.set_BlockSize(Int32 value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor() - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor() - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor() - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor() - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of SymmetricAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of SymmetricAlgorithm.get_FeedbackSize() - - - Sets the stub of SymmetricAlgorithm.get_FeedbackSize() - - - Sets the stub of SymmetricAlgorithm.set_FeedbackSize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.GenerateIV() - - - Sets the stub of SymmetricAlgorithm.GenerateIV() - - - Sets the stub of SymmetricAlgorithm.GenerateKey() - - - Sets the stub of SymmetricAlgorithm.GenerateKey() - - - Sets the stub of SymmetricAlgorithm.get_IV() - - - Sets the stub of SymmetricAlgorithm.get_IV() - - - Sets the stub of SymmetricAlgorithm.set_IV(Byte[] value) - - - Initializes a new instance of type StubSymmetricAlgorithm - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SymmetricAlgorithm.get_Key() - - - Sets the stub of SymmetricAlgorithm.get_Key() - - - Sets the stub of SymmetricAlgorithm.set_Key(Byte[] value) - - - Sets the stub of SymmetricAlgorithm.get_KeySize() - - - Sets the stub of SymmetricAlgorithm.get_KeySize() - - - Sets the stub of SymmetricAlgorithm.set_KeySize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.get_LegalBlockSizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalBlockSizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalKeySizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalKeySizes() - - - Sets the stub of SymmetricAlgorithm.get_Mode() - - - Sets the stub of SymmetricAlgorithm.get_Mode() - - - Sets the stub of SymmetricAlgorithm.set_Mode(CipherMode value) - - - Sets the stub of SymmetricAlgorithm.get_Padding() - - - Sets the stub of SymmetricAlgorithm.get_Padding() - - - Sets the stub of SymmetricAlgorithm.set_Padding(PaddingMode value) - - - Stub type of System.Security.Cryptography.ToBase64Transform - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ToBase64Transform.get_CanReuseTransform() - - - Sets the stub of ToBase64Transform.get_CanReuseTransform() - - - Sets the stub of ToBase64Transform.Dispose(Boolean disposing) - - - Sets the stub of ToBase64Transform.Dispose(Boolean disposing) - - - Initializes a new instance of type StubToBase64Transform - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Cryptography.TripleDES - - - Initializes a new instance - - - Attaches delegates to emulate StubTripleDES.BlockSize as a property with a backing field. - - - Attaches delegates to emulate StubTripleDES.FeedbackSize as a property with a backing field. - - - Attaches delegates to emulate StubTripleDES.IV as a property with a backing field. - - - Attaches delegates to emulate StubTripleDES.Key as a property with a backing field. - - - Attaches delegates to emulate StubTripleDES.KeySize as a property with a backing field. - - - Attaches delegates to emulate StubTripleDES.Mode as a property with a backing field. - - - Attaches delegates to emulate StubTripleDES.Padding as a property with a backing field. - - - Sets the stub of SymmetricAlgorithm.get_BlockSize() - - - Sets the stub of SymmetricAlgorithm.get_BlockSize() - - - Sets the stub of SymmetricAlgorithm.set_BlockSize(Int32 value) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor() - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor() - - - Sets the stub of SymmetricAlgorithm.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor() - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor() - - - Sets the stub of SymmetricAlgorithm.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV) - - - Sets the stub of SymmetricAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of SymmetricAlgorithm.Dispose(Boolean disposing) - - - Sets the stub of SymmetricAlgorithm.get_FeedbackSize() - - - Sets the stub of SymmetricAlgorithm.get_FeedbackSize() - - - Sets the stub of SymmetricAlgorithm.set_FeedbackSize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.GenerateIV() - - - Sets the stub of SymmetricAlgorithm.GenerateIV() - - - Sets the stub of SymmetricAlgorithm.GenerateKey() - - - Sets the stub of SymmetricAlgorithm.GenerateKey() - - - Sets the stub of SymmetricAlgorithm.get_IV() - - - Sets the stub of SymmetricAlgorithm.get_IV() - - - Sets the stub of SymmetricAlgorithm.set_IV(Byte[] value) - - - Initializes a new instance of type StubTripleDES - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TripleDES.get_Key() - - - Sets the stub of TripleDES.get_Key() - - - Sets the stub of TripleDES.set_Key(Byte[] value) - - - Sets the stub of SymmetricAlgorithm.get_KeySize() - - - Sets the stub of SymmetricAlgorithm.get_KeySize() - - - Sets the stub of SymmetricAlgorithm.set_KeySize(Int32 value) - - - Sets the stub of SymmetricAlgorithm.get_LegalBlockSizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalBlockSizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalKeySizes() - - - Sets the stub of SymmetricAlgorithm.get_LegalKeySizes() - - - Sets the stub of SymmetricAlgorithm.get_Mode() - - - Sets the stub of SymmetricAlgorithm.get_Mode() - - - Sets the stub of SymmetricAlgorithm.set_Mode(CipherMode value) - - - Sets the stub of SymmetricAlgorithm.get_Padding() - - - Sets the stub of SymmetricAlgorithm.get_Padding() - - - Sets the stub of SymmetricAlgorithm.set_Padding(PaddingMode value) - - - Stub type of System.Security.CodeAccessPermission - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CodeAccessPermission.Copy() - - - Sets the stub of CodeAccessPermission.Copy() - - - Sets the stub of CodeAccessPermission.Equals(Object obj) - - - Sets the stub of CodeAccessPermission.Equals(Object obj) - - - Sets the stub of CodeAccessPermission.FromXml(SecurityElement elem) - - - Sets the stub of CodeAccessPermission.FromXml(SecurityElement elem) - - - Sets the stub of CodeAccessPermission.GetHashCode() - - - Sets the stub of CodeAccessPermission.GetHashCode() - - - Initializes a new instance of type StubCodeAccessPermission - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CodeAccessPermission.Intersect(IPermission target) - - - Sets the stub of CodeAccessPermission.Intersect(IPermission target) - - - Sets the stub of CodeAccessPermission.IsSubsetOf(IPermission target) - - - Sets the stub of CodeAccessPermission.IsSubsetOf(IPermission target) - - - Sets the stub of CodeAccessPermission.ToString() - - - Sets the stub of CodeAccessPermission.ToString() - - - Sets the stub of CodeAccessPermission.ToXml() - - - Sets the stub of CodeAccessPermission.ToXml() - - - Sets the stub of CodeAccessPermission.Union(IPermission other) - - - Sets the stub of CodeAccessPermission.Union(IPermission other) - - - Stub type of System.Security.HostProtectionException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubHostProtectionException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubHostProtectionException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of HostProtectionException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of HostProtectionException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubHostProtectionException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of HostProtectionException.ToString() - - - Sets the stub of HostProtectionException.ToString() - - - Stub type of System.Security.HostSecurityManager - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HostSecurityManager.DetermineApplicationTrust(Evidence applicationEvidence, Evidence activatorEvidence, TrustManagerContext context) - - - Sets the stub of HostSecurityManager.DetermineApplicationTrust(Evidence applicationEvidence, Evidence activatorEvidence, TrustManagerContext context) - - - Sets the stub of HostSecurityManager.get_DomainPolicy() - - - Sets the stub of HostSecurityManager.get_DomainPolicy() - - - Sets the stub of HostSecurityManager.get_Flags() - - - Sets the stub of HostSecurityManager.get_Flags() - - - Sets the stub of HostSecurityManager.GenerateAppDomainEvidence(Type evidenceType) - - - Sets the stub of HostSecurityManager.GenerateAppDomainEvidence(Type evidenceType) - - - Sets the stub of HostSecurityManager.GenerateAssemblyEvidence(Type evidenceType, Assembly assembly) - - - Sets the stub of HostSecurityManager.GenerateAssemblyEvidence(Type evidenceType, Assembly assembly) - - - Sets the stub of HostSecurityManager.GetHostSuppliedAppDomainEvidenceTypes() - - - Sets the stub of HostSecurityManager.GetHostSuppliedAppDomainEvidenceTypes() - - - Sets the stub of HostSecurityManager.GetHostSuppliedAssemblyEvidenceTypes(Assembly assembly) - - - Sets the stub of HostSecurityManager.GetHostSuppliedAssemblyEvidenceTypes(Assembly assembly) - - - Initializes a new instance of type StubHostSecurityManager - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HostSecurityManager.ProvideAppDomainEvidence(Evidence inputEvidence) - - - Sets the stub of HostSecurityManager.ProvideAppDomainEvidence(Evidence inputEvidence) - - - Sets the stub of HostSecurityManager.ProvideAssemblyEvidence(Assembly loadedAssembly, Evidence inputEvidence) - - - Sets the stub of HostSecurityManager.ProvideAssemblyEvidence(Assembly loadedAssembly, Evidence inputEvidence) - - - Sets the stub of HostSecurityManager.ResolvePolicy(Evidence evidence) - - - Sets the stub of HostSecurityManager.ResolvePolicy(Evidence evidence) - - - Stub type of System.Security.IEvidenceFactory - - - Initializes a new instance of type StubIEvidenceFactory - - - Sets the stub of IEvidenceFactory.get_Evidence() - - - Sets the stub of IEvidenceFactory.get_Evidence() - - - Stub type of System.Security.IPermission - - - Initializes a new instance of type StubIPermission - - - Sets the stub of IPermission.Copy() - - - Sets the stub of IPermission.Demand() - - - Sets the stub of ISecurityEncodable.FromXml(SecurityElement e) - - - Sets the stub of IPermission.Intersect(IPermission target) - - - Sets the stub of IPermission.IsSubsetOf(IPermission target) - - - Sets the stub of IPermission.Copy() - - - Sets the stub of IPermission.Demand() - - - Sets the stub of IPermission.Intersect(IPermission target) - - - Sets the stub of IPermission.IsSubsetOf(IPermission target) - - - Sets the stub of IPermission.Union(IPermission target) - - - Sets the stub of ISecurityEncodable.FromXml(SecurityElement e) - - - Sets the stub of ISecurityEncodable.ToXml() - - - Sets the stub of ISecurityEncodable.ToXml() - - - Sets the stub of IPermission.Union(IPermission target) - - - Stub type of System.Security.ISecurityEncodable - - - Initializes a new instance of type StubISecurityEncodable - - - Sets the stub of ISecurityEncodable.FromXml(SecurityElement e) - - - Sets the stub of ISecurityEncodable.FromXml(SecurityElement e) - - - Sets the stub of ISecurityEncodable.ToXml() - - - Sets the stub of ISecurityEncodable.ToXml() - - - Stub type of System.Security.ISecurityPolicyEncodable - - - Initializes a new instance of type StubISecurityPolicyEncodable - - - Sets the stub of ISecurityPolicyEncodable.FromXml(SecurityElement e, PolicyLevel level) - - - Sets the stub of ISecurityPolicyEncodable.FromXml(SecurityElement e, PolicyLevel level) - - - Sets the stub of ISecurityPolicyEncodable.ToXml(PolicyLevel level) - - - Sets the stub of ISecurityPolicyEncodable.ToXml(PolicyLevel level) - - - Stub type of System.Security.IStackWalk - - - Initializes a new instance of type StubIStackWalk - - - Sets the stub of IStackWalk.Assert() - - - Sets the stub of IStackWalk.Demand() - - - Sets the stub of IStackWalk.Deny() - - - Sets the stub of IStackWalk.PermitOnly() - - - Sets the stub of IStackWalk.Assert() - - - Sets the stub of IStackWalk.Demand() - - - Sets the stub of IStackWalk.Deny() - - - Sets the stub of IStackWalk.PermitOnly() - - - Stub type of System.Security.PermissionSet - - - Initializes a new instance - - - Initializes a new instance - - - Sets the stub of PermissionSet.AddPermissionImpl(IPermission perm) - - - Sets the stub of PermissionSet.AddPermissionImpl(IPermission perm) - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of PermissionSet.Copy() - - - Sets the stub of PermissionSet.Copy() - - - Sets the stub of PermissionSet.CopyTo(Array array, Int32 index) - - - Sets the stub of PermissionSet.CopyTo(Array array, Int32 index) - - - Sets the stub of PermissionSet.get_Count() - - - Sets the stub of PermissionSet.get_Count() - - - Sets the stub of PermissionSet.Equals(Object obj) - - - Sets the stub of PermissionSet.Equals(Object obj) - - - Sets the stub of PermissionSet.FromXml(SecurityElement et) - - - Sets the stub of PermissionSet.FromXml(SecurityElement et) - - - Sets the stub of PermissionSet.GetEnumeratorImpl() - - - Sets the stub of PermissionSet.GetEnumeratorImpl() - - - Sets the stub of PermissionSet.GetHashCode() - - - Sets the stub of PermissionSet.GetHashCode() - - - Sets the stub of PermissionSet.GetPermissionImpl(Type permClass) - - - Sets the stub of PermissionSet.GetPermissionImpl(Type permClass) - - - Initializes a new instance of type StubPermissionSet - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of PermissionSet.get_IsReadOnly() - - - Sets the stub of PermissionSet.get_IsReadOnly() - - - Sets the stub of PermissionSet.get_IsSynchronized() - - - Sets the stub of PermissionSet.get_IsSynchronized() - - - Sets the stub of PermissionSet.RemovePermissionImpl(Type permClass) - - - Sets the stub of PermissionSet.RemovePermissionImpl(Type permClass) - - - Sets the stub of PermissionSet.SetPermissionImpl(IPermission perm) - - - Sets the stub of PermissionSet.SetPermissionImpl(IPermission perm) - - - Sets the stub of PermissionSet.get_SyncRoot() - - - Sets the stub of PermissionSet.get_SyncRoot() - - - Sets the stub of PermissionSet.ToString() - - - Sets the stub of PermissionSet.ToString() - - - Sets the stub of PermissionSet.ToXml() - - - Sets the stub of PermissionSet.ToXml() - - - Stub type of System.Security.SecurityException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSecurityException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSecurityException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of SecurityException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of SecurityException.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSecurityException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of SecurityException.ToString() - - - Sets the stub of SecurityException.ToString() - - - Stub type of System.Security.SecurityState - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SecurityState.EnsureState() - - - Sets the stub of SecurityState.EnsureState() - - - Initializes a new instance of type StubSecurityState - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.VerificationException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubVerificationException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubVerificationException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubVerificationException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Security.Permissions.CodeAccessSecurityAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SecurityAttribute.CreatePermission() - - - Sets the stub of SecurityAttribute.CreatePermission() - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubCodeAccessSecurityAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Security.Permissions.IUnrestrictedPermission - - - Initializes a new instance of type StubIUnrestrictedPermission - - - Sets the stub of IUnrestrictedPermission.IsUnrestricted() - - - Sets the stub of IUnrestrictedPermission.IsUnrestricted() - - - Stub type of System.Security.Permissions.IsolatedStoragePermission - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CodeAccessPermission.Copy() - - - Sets the stub of CodeAccessPermission.Copy() - - - Sets the stub of CodeAccessPermission.Equals(Object obj) - - - Sets the stub of CodeAccessPermission.Equals(Object obj) - - - Sets the stub of IsolatedStoragePermission.FromXml(SecurityElement esd) - - - Sets the stub of IsolatedStoragePermission.FromXml(SecurityElement esd) - - - Sets the stub of CodeAccessPermission.GetHashCode() - - - Sets the stub of CodeAccessPermission.GetHashCode() - - - Initializes a new instance of type StubIsolatedStoragePermission - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CodeAccessPermission.Intersect(IPermission target) - - - Sets the stub of CodeAccessPermission.Intersect(IPermission target) - - - Sets the stub of CodeAccessPermission.IsSubsetOf(IPermission target) - - - Sets the stub of CodeAccessPermission.IsSubsetOf(IPermission target) - - - Sets the stub of CodeAccessPermission.ToString() - - - Sets the stub of CodeAccessPermission.ToString() - - - Sets the stub of IsolatedStoragePermission.ToXml() - - - Sets the stub of IsolatedStoragePermission.ToXml() - - - Sets the stub of CodeAccessPermission.Union(IPermission other) - - - Sets the stub of CodeAccessPermission.Union(IPermission other) - - - Stub type of System.Security.Permissions.IsolatedStoragePermissionAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SecurityAttribute.CreatePermission() - - - Sets the stub of SecurityAttribute.CreatePermission() - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubIsolatedStoragePermissionAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Security.Permissions.SecurityAttribute - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SecurityAttribute.CreatePermission() - - - Sets the stub of SecurityAttribute.CreatePermission() - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.Equals(Object obj) - - - Sets the stub of Attribute.GetHashCode() - - - Sets the stub of Attribute.GetHashCode() - - - Initializes a new instance of type StubSecurityAttribute - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.IsDefaultAttribute() - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.Match(Object obj) - - - Sets the stub of Attribute.get_TypeId() - - - Sets the stub of Attribute.get_TypeId() - - - Stub type of System.Security.Policy.CodeConnectAccess - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CodeConnectAccess.Equals(Object o) - - - Sets the stub of CodeConnectAccess.Equals(Object o) - - - Sets the stub of CodeConnectAccess.GetHashCode() - - - Sets the stub of CodeConnectAccess.GetHashCode() - - - Initializes a new instance of type StubCodeConnectAccess - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Policy.CodeGroup - - - Initializes a new instance - - - Sets the stub of CodeGroup.get_AttributeString() - - - Sets the stub of CodeGroup.get_AttributeString() - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CodeGroup.Copy() - - - Sets the stub of CodeGroup.Copy() - - - Sets the stub of CodeGroup.CreateXml(SecurityElement element, PolicyLevel level) - - - Sets the stub of CodeGroup.CreateXml(SecurityElement element, PolicyLevel level) - - - Sets the stub of CodeGroup.Equals(Object o) - - - Sets the stub of CodeGroup.Equals(Object o) - - - Sets the stub of CodeGroup.GetHashCode() - - - Sets the stub of CodeGroup.GetHashCode() - - - Initializes a new instance of type StubCodeGroup - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of CodeGroup.get_MergeLogic() - - - Sets the stub of CodeGroup.get_MergeLogic() - - - Sets the stub of CodeGroup.ParseXml(SecurityElement e, PolicyLevel level) - - - Sets the stub of CodeGroup.ParseXml(SecurityElement e, PolicyLevel level) - - - Sets the stub of CodeGroup.get_PermissionSetName() - - - Sets the stub of CodeGroup.get_PermissionSetName() - - - Sets the stub of CodeGroup.Resolve(Evidence evidence) - - - Sets the stub of CodeGroup.Resolve(Evidence evidence) - - - Sets the stub of CodeGroup.ResolveMatchingCodeGroups(Evidence evidence) - - - Sets the stub of CodeGroup.ResolveMatchingCodeGroups(Evidence evidence) - - - Stub type of System.Security.Policy.EvidenceBase - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of EvidenceBase.Clone() - - - Sets the stub of EvidenceBase.Clone() - - - Initializes a new instance of type StubEvidenceBase - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Security.Policy.IApplicationTrustManager - - - Initializes a new instance of type StubIApplicationTrustManager - - - Sets the stub of IApplicationTrustManager.DetermineApplicationTrust(ActivationContext activationContext, TrustManagerContext context) - - - Sets the stub of ISecurityEncodable.FromXml(SecurityElement e) - - - Sets the stub of ISecurityEncodable.FromXml(SecurityElement e) - - - Sets the stub of ISecurityEncodable.ToXml() - - - Sets the stub of IApplicationTrustManager.DetermineApplicationTrust(ActivationContext activationContext, TrustManagerContext context) - - - Sets the stub of ISecurityEncodable.ToXml() - - - Stub type of System.Security.Policy.IIdentityPermissionFactory - - - Initializes a new instance of type StubIIdentityPermissionFactory - - - Sets the stub of IIdentityPermissionFactory.CreateIdentityPermission(Evidence evidence) - - - Sets the stub of IIdentityPermissionFactory.CreateIdentityPermission(Evidence evidence) - - - Stub type of System.Security.Policy.IMembershipCondition - - - Initializes a new instance of type StubIMembershipCondition - - - Sets the stub of IMembershipCondition.Check(Evidence evidence) - - - Sets the stub of IMembershipCondition.Copy() - - - Sets the stub of IMembershipCondition.Equals(Object obj) - - - Sets the stub of ISecurityEncodable.FromXml(SecurityElement e) - - - Sets the stub of ISecurityPolicyEncodable.FromXml(SecurityElement e, PolicyLevel level) - - - Sets the stub of ISecurityEncodable.FromXml(SecurityElement e) - - - Sets the stub of ISecurityEncodable.ToXml() - - - Sets the stub of ISecurityPolicyEncodable.FromXml(SecurityElement e, PolicyLevel level) - - - Sets the stub of ISecurityPolicyEncodable.ToXml(PolicyLevel level) - - - Sets the stub of IMembershipCondition.Check(Evidence evidence) - - - Sets the stub of IMembershipCondition.Copy() - - - Sets the stub of IMembershipCondition.Equals(Object obj) - - - Sets the stub of IMembershipCondition.ToString() - - - Sets the stub of IMembershipCondition.ToString() - - - Sets the stub of ISecurityEncodable.ToXml() - - - Sets the stub of ISecurityPolicyEncodable.ToXml(PolicyLevel level) - - - Stub type of System.Security.Policy.PolicyException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubPolicyException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubPolicyException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubPolicyException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Security.Policy.TrustManagerContext - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubTrustManagerContext.IgnorePersistedDecision as a property with a backing field. - - - Attaches delegates to emulate StubTrustManagerContext.KeepAlive as a property with a backing field. - - - Attaches delegates to emulate StubTrustManagerContext.NoPrompt as a property with a backing field. - - - Attaches delegates to emulate StubTrustManagerContext.Persist as a property with a backing field. - - - Attaches delegates to emulate StubTrustManagerContext.PreviousApplicationIdentity as a property with a backing field. - - - Attaches delegates to emulate StubTrustManagerContext.UIContext as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TrustManagerContext.get_IgnorePersistedDecision() - - - Sets the stub of TrustManagerContext.get_IgnorePersistedDecision() - - - Sets the stub of TrustManagerContext.set_IgnorePersistedDecision(Boolean value) - - - Initializes a new instance of type StubTrustManagerContext - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TrustManagerContext.get_KeepAlive() - - - Sets the stub of TrustManagerContext.get_KeepAlive() - - - Sets the stub of TrustManagerContext.set_KeepAlive(Boolean value) - - - Sets the stub of TrustManagerContext.get_NoPrompt() - - - Sets the stub of TrustManagerContext.get_NoPrompt() - - - Sets the stub of TrustManagerContext.set_NoPrompt(Boolean value) - - - Sets the stub of TrustManagerContext.get_Persist() - - - Sets the stub of TrustManagerContext.get_Persist() - - - Sets the stub of TrustManagerContext.set_Persist(Boolean value) - - - Sets the stub of TrustManagerContext.get_PreviousApplicationIdentity() - - - Sets the stub of TrustManagerContext.get_PreviousApplicationIdentity() - - - Sets the stub of TrustManagerContext.set_PreviousApplicationIdentity(ApplicationIdentity value) - - - Sets the stub of TrustManagerContext.get_UIContext() - - - Sets the stub of TrustManagerContext.get_UIContext() - - - Sets the stub of TrustManagerContext.set_UIContext(TrustManagerUIContext value) - - - Stub type of System.Security.Principal.IIdentity - - - Initializes a new instance of type StubIIdentity - - - Sets the stub of IIdentity.get_AuthenticationType() - - - Sets the stub of IIdentity.get_AuthenticationType() - - - Sets the stub of IIdentity.get_IsAuthenticated() - - - Sets the stub of IIdentity.get_IsAuthenticated() - - - Sets the stub of IIdentity.get_Name() - - - Sets the stub of IIdentity.get_Name() - - - Stub type of System.Security.Principal.IPrincipal - - - Initializes a new instance of type StubIPrincipal - - - Sets the stub of IPrincipal.get_Identity() - - - Sets the stub of IPrincipal.get_Identity() - - - Sets the stub of IPrincipal.IsInRole(String role) - - - Sets the stub of IPrincipal.IsInRole(String role) - - - Stub type of System.Security.Principal.IdentityReferenceCollection - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubIdentityReferenceCollection - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Text.Decoder - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Decoder.Convert(Byte* bytes, Int32 byteCount, Char* chars, Int32 charCount, Boolean flush, Int32& bytesUsed, Int32& charsUsed, Boolean& completed) - - - Sets the stub of Decoder.Convert(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex, Int32 charCount, Boolean flush, Int32& bytesUsed, Int32& charsUsed, Boolean& completed) - - - Sets the stub of Decoder.Convert(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex, Int32 charCount, Boolean flush, Int32& bytesUsed, Int32& charsUsed, Boolean& completed) - - - Sets the stub of Decoder.GetCharCount(Byte[] bytes, Int32 index, Int32 count) - - - Sets the stub of Decoder.GetCharCount(Byte* bytes, Int32 count, Boolean flush) - - - Sets the stub of Decoder.GetCharCount(Byte[] bytes, Int32 index, Int32 count, Boolean flush) - - - Sets the stub of Decoder.GetCharCount(Byte[] bytes, Int32 index, Int32 count) - - - Sets the stub of Decoder.GetCharCount(Byte[] bytes, Int32 index, Int32 count, Boolean flush) - - - Sets the stub of Decoder.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex) - - - Sets the stub of Decoder.GetChars(Byte* bytes, Int32 byteCount, Char* chars, Int32 charCount, Boolean flush) - - - Sets the stub of Decoder.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex, Boolean flush) - - - Sets the stub of Decoder.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex) - - - Sets the stub of Decoder.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex, Boolean flush) - - - Initializes a new instance of type StubDecoder - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Decoder.Reset() - - - Sets the stub of Decoder.Reset() - - - Stub type of System.Text.DecoderFallback - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DecoderFallback.CreateFallbackBuffer() - - - Sets the stub of DecoderFallback.CreateFallbackBuffer() - - - Initializes a new instance of type StubDecoderFallback - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DecoderFallback.get_MaxCharCount() - - - Sets the stub of DecoderFallback.get_MaxCharCount() - - - Stub type of System.Text.DecoderFallbackBuffer - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of DecoderFallbackBuffer.Fallback(Byte[] bytesUnknown, Int32 index) - - - Sets the stub of DecoderFallbackBuffer.Fallback(Byte[] bytesUnknown, Int32 index) - - - Sets the stub of DecoderFallbackBuffer.GetNextChar() - - - Sets the stub of DecoderFallbackBuffer.GetNextChar() - - - Initializes a new instance of type StubDecoderFallbackBuffer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of DecoderFallbackBuffer.MovePrevious() - - - Sets the stub of DecoderFallbackBuffer.MovePrevious() - - - Sets the stub of DecoderFallbackBuffer.get_Remaining() - - - Sets the stub of DecoderFallbackBuffer.get_Remaining() - - - Sets the stub of DecoderFallbackBuffer.Reset() - - - Sets the stub of DecoderFallbackBuffer.Reset() - - - Stub type of System.Text.Encoder - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Encoder.Convert(Char* chars, Int32 charCount, Byte* bytes, Int32 byteCount, Boolean flush, Int32& charsUsed, Int32& bytesUsed, Boolean& completed) - - - Sets the stub of Encoder.Convert(Char[] chars, Int32 charIndex, Int32 charCount, Byte[] bytes, Int32 byteIndex, Int32 byteCount, Boolean flush, Int32& charsUsed, Int32& bytesUsed, Boolean& completed) - - - Sets the stub of Encoder.Convert(Char[] chars, Int32 charIndex, Int32 charCount, Byte[] bytes, Int32 byteIndex, Int32 byteCount, Boolean flush, Int32& charsUsed, Int32& bytesUsed, Boolean& completed) - - - Sets the stub of Encoder.GetByteCount(Char* chars, Int32 count, Boolean flush) - - - Sets the stub of Encoder.GetByteCount(Char[] chars, Int32 index, Int32 count, Boolean flush) - - - Sets the stub of Encoder.GetByteCount(Char[] chars, Int32 index, Int32 count, Boolean flush) - - - Sets the stub of Encoder.GetBytes(Char* chars, Int32 charCount, Byte* bytes, Int32 byteCount, Boolean flush) - - - Sets the stub of Encoder.GetBytes(Char[] chars, Int32 charIndex, Int32 charCount, Byte[] bytes, Int32 byteIndex, Boolean flush) - - - Sets the stub of Encoder.GetBytes(Char[] chars, Int32 charIndex, Int32 charCount, Byte[] bytes, Int32 byteIndex, Boolean flush) - - - Initializes a new instance of type StubEncoder - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Encoder.Reset() - - - Sets the stub of Encoder.Reset() - - - Stub type of System.Text.EncoderFallback - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of EncoderFallback.CreateFallbackBuffer() - - - Sets the stub of EncoderFallback.CreateFallbackBuffer() - - - Initializes a new instance of type StubEncoderFallback - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of EncoderFallback.get_MaxCharCount() - - - Sets the stub of EncoderFallback.get_MaxCharCount() - - - Stub type of System.Text.EncoderFallbackBuffer - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of EncoderFallbackBuffer.Fallback(Char charUnknown, Int32 index) - - - Sets the stub of EncoderFallbackBuffer.Fallback(Char charUnknownHigh, Char charUnknownLow, Int32 index) - - - Sets the stub of EncoderFallbackBuffer.Fallback(Char charUnknownHigh, Char charUnknownLow, Int32 index) - - - Sets the stub of EncoderFallbackBuffer.Fallback(Char charUnknown, Int32 index) - - - Sets the stub of EncoderFallbackBuffer.GetNextChar() - - - Sets the stub of EncoderFallbackBuffer.GetNextChar() - - - Initializes a new instance of type StubEncoderFallbackBuffer - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of EncoderFallbackBuffer.MovePrevious() - - - Sets the stub of EncoderFallbackBuffer.MovePrevious() - - - Sets the stub of EncoderFallbackBuffer.get_Remaining() - - - Sets the stub of EncoderFallbackBuffer.get_Remaining() - - - Sets the stub of EncoderFallbackBuffer.Reset() - - - Sets the stub of EncoderFallbackBuffer.Reset() - - - Stub type of System.Threading.AbandonedMutexException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubAbandonedMutexException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubAbandonedMutexException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubAbandonedMutexException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Threading.CancellationTokenSource - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CancellationTokenSource.Dispose(Boolean disposing) - - - Sets the stub of CancellationTokenSource.Dispose(Boolean disposing) - - - Initializes a new instance of type StubCancellationTokenSource - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.CountdownEvent - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of CountdownEvent.Dispose(Boolean disposing) - - - Sets the stub of CountdownEvent.Dispose(Boolean disposing) - - - Initializes a new instance of type StubCountdownEvent - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.EventWaitHandle - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubEventWaitHandle.Handle as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of WaitHandle.Close() - - - Sets the stub of WaitHandle.Close() - - - Sets the stub of WaitHandle.Dispose(Boolean explicitDisposing) - - - Sets the stub of WaitHandle.Dispose(Boolean explicitDisposing) - - - Sets the stub of WaitHandle.get_Handle() - - - Sets the stub of WaitHandle.get_Handle() - - - Sets the stub of WaitHandle.set_Handle(IntPtr value) - - - Initializes a new instance of type StubEventWaitHandle - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of WaitHandle.WaitOne() - - - Sets the stub of WaitHandle.WaitOne(Int32 millisecondsTimeout) - - - Sets the stub of WaitHandle.WaitOne(TimeSpan timeout) - - - Sets the stub of WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext) - - - Sets the stub of WaitHandle.WaitOne(TimeSpan timeout, Boolean exitContext) - - - Sets the stub of WaitHandle.WaitOne() - - - Sets the stub of WaitHandle.WaitOne(Int32 millisecondsTimeout) - - - Sets the stub of WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext) - - - Sets the stub of WaitHandle.WaitOne(TimeSpan timeout) - - - Sets the stub of WaitHandle.WaitOne(TimeSpan timeout, Boolean exitContext) - - - Stub type of System.Threading.HostExecutionContext - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HostExecutionContext.CreateCopy() - - - Sets the stub of HostExecutionContext.CreateCopy() - - - Sets the stub of HostExecutionContext.Dispose(Boolean disposing) - - - Sets the stub of HostExecutionContext.Dispose(Boolean disposing) - - - Initializes a new instance of type StubHostExecutionContext - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.HostExecutionContextManager - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of HostExecutionContextManager.Capture() - - - Sets the stub of HostExecutionContextManager.Capture() - - - Initializes a new instance of type StubHostExecutionContextManager - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of HostExecutionContextManager.Revert(Object previousState) - - - Sets the stub of HostExecutionContextManager.Revert(Object previousState) - - - Sets the stub of HostExecutionContextManager.SetHostExecutionContext(HostExecutionContext hostExecutionContext) - - - Sets the stub of HostExecutionContextManager.SetHostExecutionContext(HostExecutionContext hostExecutionContext) - - - Stub type of System.Threading.LockRecursionException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubLockRecursionException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubLockRecursionException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubLockRecursionException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Threading.ManualResetEventSlim - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ManualResetEventSlim.Dispose(Boolean disposing) - - - Sets the stub of ManualResetEventSlim.Dispose(Boolean disposing) - - - Initializes a new instance of type StubManualResetEventSlim - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.Overlapped - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubOverlapped - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.SemaphoreFullException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSemaphoreFullException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSemaphoreFullException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSemaphoreFullException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Threading.SemaphoreSlim - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SemaphoreSlim.Dispose(Boolean disposing) - - - Sets the stub of SemaphoreSlim.Dispose(Boolean disposing) - - - Initializes a new instance of type StubSemaphoreSlim - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.SynchronizationContext - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of SynchronizationContext.CreateCopy() - - - Sets the stub of SynchronizationContext.CreateCopy() - - - Initializes a new instance of type StubSynchronizationContext - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of SynchronizationContext.OperationCompleted() - - - Sets the stub of SynchronizationContext.OperationCompleted() - - - Sets the stub of SynchronizationContext.OperationStarted() - - - Sets the stub of SynchronizationContext.OperationStarted() - - - Sets the stub of SynchronizationContext.Post(SendOrPostCallback d, Object state) - - - Sets the stub of SynchronizationContext.Post(SendOrPostCallback d, Object state) - - - Sets the stub of SynchronizationContext.Send(SendOrPostCallback d, Object state) - - - Sets the stub of SynchronizationContext.Send(SendOrPostCallback d, Object state) - - - Sets the stub of SynchronizationContext.Wait(IntPtr[] waitHandles, Boolean waitAll, Int32 millisecondsTimeout) - - - Sets the stub of SynchronizationContext.Wait(IntPtr[] waitHandles, Boolean waitAll, Int32 millisecondsTimeout) - - - Stub type of System.Threading.SynchronizationLockException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubSynchronizationLockException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubSynchronizationLockException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubSynchronizationLockException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Threading.ThreadInterruptedException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubThreadInterruptedException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubThreadInterruptedException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubThreadInterruptedException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Threading.ThreadLocal`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of ThreadLocal`1.Dispose(Boolean disposing) - - - Sets the stub of ThreadLocal`1.Dispose(Boolean disposing) - - - Initializes a new instance of type StubThreadLocal - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of ThreadLocal`1.ToString() - - - Sets the stub of ThreadLocal`1.ToString() - - - Stub type of System.Threading.ThreadStateException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubThreadStateException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubThreadStateException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubThreadStateException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Threading.WaitHandle - - - Initializes a new instance - - - Attaches delegates to emulate StubWaitHandle.Handle as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of WaitHandle.Close() - - - Sets the stub of WaitHandle.Close() - - - Sets the stub of WaitHandle.Dispose(Boolean explicitDisposing) - - - Sets the stub of WaitHandle.Dispose(Boolean explicitDisposing) - - - Sets the stub of WaitHandle.get_Handle() - - - Sets the stub of WaitHandle.get_Handle() - - - Sets the stub of WaitHandle.set_Handle(IntPtr value) - - - Initializes a new instance of type StubWaitHandle - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of WaitHandle.WaitOne() - - - Sets the stub of WaitHandle.WaitOne(Int32 millisecondsTimeout) - - - Sets the stub of WaitHandle.WaitOne(TimeSpan timeout) - - - Sets the stub of WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext) - - - Sets the stub of WaitHandle.WaitOne(TimeSpan timeout, Boolean exitContext) - - - Sets the stub of WaitHandle.WaitOne() - - - Sets the stub of WaitHandle.WaitOne(Int32 millisecondsTimeout) - - - Sets the stub of WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext) - - - Sets the stub of WaitHandle.WaitOne(TimeSpan timeout) - - - Sets the stub of WaitHandle.WaitOne(TimeSpan timeout, Boolean exitContext) - - - Stub type of System.Threading.WaitHandleCannotBeOpenedException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubWaitHandleCannotBeOpenedException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubWaitHandleCannotBeOpenedException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubWaitHandleCannotBeOpenedException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Threading.Tasks.ConcurrentExclusiveSchedulerPair - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubConcurrentExclusiveSchedulerPair - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.Tasks.ParallelOptions - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubParallelOptions - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.Tasks.Task - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Task.Dispose(Boolean disposing) - - - Sets the stub of Task.Dispose(Boolean disposing) - - - Initializes a new instance of type StubTask - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.Tasks.Task`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Task.Dispose(Boolean disposing) - - - Sets the stub of Task.Dispose(Boolean disposing) - - - Initializes a new instance of type StubTask - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.Tasks.TaskCanceledException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubTaskCanceledException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubTaskCanceledException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubTaskCanceledException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Threading.Tasks.TaskCompletionSource`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubTaskCompletionSource - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.Tasks.TaskFactory - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubTaskFactory - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.Tasks.TaskFactory`1 - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubTaskFactory - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Stub type of System.Threading.Tasks.TaskScheduler - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of TaskScheduler.GetScheduledTasks() - - - Sets the stub of TaskScheduler.GetScheduledTasks() - - - Initializes a new instance of type StubTaskScheduler - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of TaskScheduler.get_MaximumConcurrencyLevel() - - - Sets the stub of TaskScheduler.get_MaximumConcurrencyLevel() - - - Sets the stub of TaskScheduler.QueueTask(Task task) - - - Sets the stub of TaskScheduler.QueueTask(Task task) - - - Sets the stub of TaskScheduler.TryDequeue(Task task) - - - Sets the stub of TaskScheduler.TryDequeue(Task task) - - - Sets the stub of TaskScheduler.TryExecuteTaskInline(Task task, Boolean taskWasPreviouslyQueued) - - - Sets the stub of TaskScheduler.TryExecuteTaskInline(Task task, Boolean taskWasPreviouslyQueued) - - - Stub type of System.Threading.Tasks.TaskSchedulerException - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Initializes a new instance - - - Attaches delegates to emulate StubTaskSchedulerException.HelpLink as a property with a backing field. - - - Attaches delegates to emulate StubTaskSchedulerException.Source as a property with a backing field. - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.get_Data() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetBaseException() - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.GetObjectData(SerializationInfo info, StreamingContext context) - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.get_HelpLink() - - - Sets the stub of Exception.set_HelpLink(String value) - - - Initializes a new instance of type StubTaskSchedulerException - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Message() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.get_Source() - - - Sets the stub of Exception.set_Source(String value) - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.get_StackTrace() - - - Sets the stub of Exception.ToString() - - - Sets the stub of Exception.ToString() - - - Stub type of System.Threading.Tasks.UnobservedTaskExceptionEventArgs - - - Initializes a new instance - - - Gets or sets a value that indicates if the base method should be called instead of the fallback behavior - - - Initializes a new instance of type StubUnobservedTaskExceptionEventArgs - - - Gets or sets the instance behavior. - - - Gets or sets the instance observer. - - - diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj index df85bf30..94fff4b4 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj @@ -30,42 +30,30 @@ 4 - - ..\packages\Microsoft.CrmSdk.CoreAssemblies.8.2.0.2\lib\net452\Microsoft.Crm.Sdk.Proxy.dll + + ..\packages\FakeItEasy.4.1.1\lib\net45\FakeItEasy.dll + + + ..\packages\Microsoft.CrmSdk.CoreAssemblies.9.0.0.5\lib\net452\Microsoft.Crm.Sdk.Proxy.dll ..\packages\Microsoft.IdentityModel.6.1.7600.16394\lib\net35\Microsoft.IdentityModel.dll True - - False - - ..\packages\MSTest.TestFramework.1.1.18\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\packages\MSTest.TestFramework.1.1.18\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - - - ..\packages\Microsoft.CrmSdk.CoreAssemblies.8.2.0.2\lib\net452\Microsoft.Xrm.Sdk.dll + ..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - - FakesAssemblies\Microsoft.Xrm.Sdk.8.0.0.0.Fakes.dll + + ..\packages\Microsoft.CrmSdk.CoreAssemblies.9.0.0.5\lib\net452\Microsoft.Xrm.Sdk.dll - - ..\packages\Microsoft.CrmSdk.Workflow.8.2.0.2\lib\net452\Microsoft.Xrm.Sdk.Workflow.dll - - - FakesAssemblies\Microsoft.Xrm.Sdk.Workflow.8.0.0.0.Fakes.dll - - - FakesAssemblies\mscorlib.4.0.0.0.Fakes.dll + + ..\packages\Microsoft.CrmSdk.Workflow.9.0.0.5\lib\net452\Microsoft.Xrm.Sdk.Workflow.dll - - FakesAssemblies\System.4.0.0.0.Fakes.dll - @@ -99,10 +87,6 @@ - - - - diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec index 44addebd..fa115a88 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec @@ -2,7 +2,7 @@ spkl.fakes - 1.0.1.0 + 1.0.2-beta Microsoft.Crm.Sdk.Fakes Scott Durow https://github.com/scottdurow/SparkleXrm/blob/master/MIT-License.txt @@ -20,10 +20,5 @@ - - - - - \ No newline at end of file diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/PipelineBase.cs b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/PipelineBase.cs index 6b4a2571..abc76308 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/PipelineBase.cs +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/PipelineBase.cs @@ -1,6 +1,5 @@ -using Microsoft.QualityTools.Testing.Fakes; +using FakeItEasy; using Microsoft.Xrm.Sdk; -using Microsoft.Xrm.Sdk.Fakes; using System; using System.Diagnostics; @@ -8,15 +7,12 @@ namespace Microsoft.Crm.Sdk.Fakes { public abstract class PipelineBase : IDisposable { - #region Private Members - private IDisposable _shimContext; - #endregion #region Properties public FakeOrganzationService FakeService { get; private set; } public IOrganizationService Service { get; private set; } - public StubIPluginExecutionContext PluginExecutionContext { get; private set; } - public StubITracingService TracingService { get; private set; } + public IPluginExecutionContext PluginExecutionContext { get; private set; } + public ITracingService TracingService { get; private set; } public IOrganizationServiceFactory Factory { get; private set; } public IServiceProvider ServiceProvider { get; private set; } @@ -27,6 +23,9 @@ public abstract class PipelineBase : IDisposable public EntityImageCollection PreImages { get; private set; } public EntityImageCollection PostImages { get; private set; } + + public Guid UserId { get; set; } + public Guid InitiatingUserId { get; set; } #endregion #region Constructors @@ -40,91 +39,86 @@ public PipelineBase(string message, FakeStages stage, Entity target, IOrganizati { // Set pipeline properties - PluginExecutionContext.StageGet = () => { return (int)stage; }; - PluginExecutionContext.MessageNameGet = () => { return message; }; - + A.CallTo(() => PluginExecutionContext.Stage).Returns((int)stage); + A.CallTo(() => PluginExecutionContext.MessageName).Returns(message); + if (target != null) { // Check that the entity target is populated with at least the logical name if (target.LogicalName == null) throw new ArgumentNullException("target", "You must supply at least the target entity with a logical name"); - - PluginExecutionContext.PrimaryEntityNameGet = () => { return target.LogicalName; }; - PluginExecutionContext.PrimaryEntityIdGet = () => { return target.Id; }; + A.CallTo(() => PluginExecutionContext.PrimaryEntityName).Returns(target.LogicalName); + A.CallTo(() => PluginExecutionContext.PrimaryEntityId).Returns(target.Id); + A.CallTo(() => PluginExecutionContext.UserId).Returns(UserId); + A.CallTo(() => PluginExecutionContext.InitiatingUserId).Returns(InitiatingUserId); + A.CallTo(() => PluginExecutionContext.CorrelationId).Returns(Guid.NewGuid()); InputParameters["Target"] = target; } } public PipelineBase(IOrganizationService service = null) { - _shimContext = ShimsContext.Create(); + + if (service == null) { - if (service == null) - { - FakeService = new FakeOrganzationService(); - Service = FakeService; - } - else - { - Service = service; - } + FakeService = new FakeOrganzationService(); + Service = FakeService; + } + else + { + Service = service; + } - PreImages = new EntityImageCollection(); - PostImages = new EntityImageCollection(); - InputParameters = new ParameterCollection(); - OutputParameters = new ParameterCollection(); - PluginExecutionContext = new StubIPluginExecutionContext(); - PluginExecutionContext.PreEntityImagesGet = () => { return PreImages; }; - PluginExecutionContext.PostEntityImagesGet = () => { return PreImages; }; - PluginExecutionContext.InputParametersGet = () => { return InputParameters; }; - PluginExecutionContext.OutputParametersGet = () => { return OutputParameters; }; - - // ITracingService - TracingService = new StubITracingService(); - TracingService.TraceStringObjectArray = (format, values) => + PreImages = new EntityImageCollection(); + PostImages = new EntityImageCollection(); + InputParameters = new ParameterCollection(); + OutputParameters = new ParameterCollection(); + PluginExecutionContext = A.Fake(a => a.Strict()); + A.CallTo(() => PluginExecutionContext.PreEntityImages).Returns(PreImages); + A.CallTo(() => PluginExecutionContext.PostEntityImages).Returns(PostImages); + A.CallTo(() => PluginExecutionContext.InputParameters).Returns(InputParameters); + A.CallTo(() => PluginExecutionContext.OutputParameters).Returns(OutputParameters); + + // ITracingService + TracingService = A.Fake((a) => a.Strict()); + A.CallTo(() => TracingService.Trace(A.Ignored, A.Ignored)) + .Invokes((string format, object[] args) => { - if (values != null && values.Length > 0) + if (args != null && args.Length > 0) { - Trace.WriteLine(string.Format(format, values)); + Trace.WriteLine(string.Format(format, args)); } else { Trace.WriteLine(format); } - }; + }); + - // IOrganizationServiceFactory - Factory = new StubIOrganizationServiceFactory + // IOrganizationServiceFactory + Factory = A.Fake((a) => a.Strict()); + A.CallTo(() => Factory.CreateOrganizationService(A.Ignored)).Returns(Service); + + // IServiceProvider + ServiceProvider = A.Fake((a) => a.Strict()); + A.CallTo(() => ServiceProvider.GetService(A.Ignored)) + .ReturnsLazily((objectcall) => { - CreateOrganizationServiceNullableOfGuid = id => + var type = (Type) objectcall.Arguments[0]; + if (type == typeof(IPluginExecutionContext)) { - return Service; + return PluginExecutionContext; } - }; - - // IServiceProvider - ServiceProvider = new System.Fakes.StubIServiceProvider - { - GetServiceType = type => + else if (type == typeof(ITracingService)) { - if (type == typeof(IPluginExecutionContext)) - { - return PluginExecutionContext; - } - else if (type == typeof(ITracingService)) - { - return TracingService; - } - else if (type == typeof(IOrganizationServiceFactory)) - { - return Factory; - } - - return null; + return TracingService; } - }; - - } + else if (type == typeof(IOrganizationServiceFactory)) + { + return Factory; + } + return null; + }); } #endregion @@ -138,7 +132,7 @@ protected virtual void Dispose(bool disposing) if (disposing) { // dispose managed state (managed objects). - _shimContext.Dispose(); + } disposedValue = true; diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Properties/AssemblyInfo.cs b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Properties/AssemblyInfo.cs index 90b7f755..9836de36 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Properties/AssemblyInfo.cs +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.1.0")] -[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: AssemblyVersion("1.0.2")] +[assembly: AssemblyFileVersion("1.0.2")] diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/WorkflowPipeline.cs b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/WorkflowPipeline.cs index c3fb38f2..d89987a3 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/WorkflowPipeline.cs +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/WorkflowPipeline.cs @@ -1,6 +1,6 @@ -using Microsoft.Xrm.Sdk; +using FakeItEasy; +using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sdk.Workflow; -using Microsoft.Xrm.Sdk.Workflow.Fakes; using System; using System.Activities; using System.Collections.Generic; @@ -12,7 +12,7 @@ public class WorkflowPipeline : PipelineBase #region Properties public Dictionary Inputs { get; private set; } public Guid TargetId { get; private set; } - public StubIWorkflowContext WorkflowContext { get; private set; } + public IWorkflowContext WorkflowContext { get; private set; } #endregion #region Constructors @@ -28,8 +28,8 @@ public WorkflowPipeline(Entity target, int depth, Dictionary inp Dictionary outputs = new Dictionary(); // IWorkflowContext - WorkflowContext = new StubIWorkflowContext(); - WorkflowContext.DepthGet = () => { return depth; }; + WorkflowContext = A.Fake(); + A.CallTo(() => WorkflowContext.Depth).Returns(depth); } #endregion @@ -41,7 +41,7 @@ public IDictionary Execute(Activity activity) invoker.Extensions.Add(() => TracingService); invoker.Extensions.Add(() => Factory); invoker.Extensions.Add(() => WorkflowContext); - WorkflowContext.PrimaryEntityIdGet = () => { return Target.Id; }; + A.CallTo(()=>WorkflowContext.PrimaryEntityId).Returns(Target.Id); var output = invoker.Invoke(Inputs); return output; } diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/packages.config b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/packages.config index 37d6109b..fca90251 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/packages.config +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/packages.config @@ -1,7 +1,8 @@  - - + + + - + \ No newline at end of file From 72e807c4acf984c83ba0cbab738a8bc65abc4c23 Mon Sep 17 00:00:00 2001 From: Scott Durow Date: Fri, 3 Nov 2017 22:38:18 +0000 Subject: [PATCH 02/13] Updated dependancies to v9 --- .../Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec index fa115a88..4c352f99 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec @@ -13,10 +13,10 @@ en-GB - - - - + + + + From ffccae1bd0b7b4d09d0c5ffb8d4d5d131e8e4a4d Mon Sep 17 00:00:00 2001 From: Scott Durow Date: Sat, 4 Nov 2017 10:51:51 +0000 Subject: [PATCH 03/13] 1.0.4 Updated assembly name and added dependnacy on fakeiteasy --- .../Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj | 2 +- spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec | 4 +++- spkl.fakes/Microsoft.Crm.Sdk.Fakes/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj index 94fff4b4..ebd19104 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj @@ -8,7 +8,7 @@ Library Properties Microsoft.Crm.Sdk.Fakes - Microsoft.Crm.Sdk.Fakes + spkl.fakes v4.6.1 512 diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec index 4c352f99..30a4a87e 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec @@ -2,7 +2,7 @@ spkl.fakes - 1.0.2-beta + 1.0.4-beta Microsoft.Crm.Sdk.Fakes Scott Durow https://github.com/scottdurow/SparkleXrm/blob/master/MIT-License.txt @@ -17,8 +17,10 @@ + + \ No newline at end of file diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Properties/AssemblyInfo.cs b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Properties/AssemblyInfo.cs index 9836de36..bdb5811c 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Properties/AssemblyInfo.cs +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.2")] -[assembly: AssemblyFileVersion("1.0.2")] +[assembly: AssemblyVersion("1.0.4")] +[assembly: AssemblyFileVersion("1.0.4")] From cd315fd78687bf11ef68098f5061e854e4017952 Mon Sep 17 00:00:00 2001 From: Scott Durow Date: Fri, 10 Nov 2017 17:13:28 +0000 Subject: [PATCH 04/13] Added support for setting all ExecutionContext properties --- .../Microsoft.Crm.Sdk.Fakes.csproj | 2 + .../Package/spkl.fakes.nuspec | 2 +- .../Microsoft.Crm.Sdk.Fakes/PipelineBase.cs | 36 +- .../PluginAssemblyIsolationMode.cs | 8 + .../SdkMessageProcessingStepMode.cs | 8 + temp-client-ui.txt | 309 ++++++++++++++++++ 6 files changed, 359 insertions(+), 6 deletions(-) create mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/PluginAssemblyIsolationMode.cs create mode 100644 spkl.fakes/Microsoft.Crm.Sdk.Fakes/SdkMessageProcessingStepMode.cs create mode 100644 temp-client-ui.txt diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj index ebd19104..e33468a6 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Microsoft.Crm.Sdk.Fakes.csproj @@ -80,10 +80,12 @@ + + diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec index 30a4a87e..feb89e51 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/Package/spkl.fakes.nuspec @@ -2,7 +2,7 @@ spkl.fakes - 1.0.4-beta + 1.0.5 Microsoft.Crm.Sdk.Fakes Scott Durow https://github.com/scottdurow/SparkleXrm/blob/master/MIT-License.txt diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/PipelineBase.cs b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/PipelineBase.cs index abc76308..46e83b9f 100644 --- a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/PipelineBase.cs +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/PipelineBase.cs @@ -26,6 +26,17 @@ public abstract class PipelineBase : IDisposable public Guid UserId { get; set; } public Guid InitiatingUserId { get; set; } + public string OrganizationName { get; set; } + public Guid OrganizationId { get; set; } + public Guid CorrelationId {get; set;} + public Guid BusinessUnitId { get; set; } + public Guid RequestId { get; set; } + public Guid OperationId { get; set; } + public DateTime OperationCreatedOn { get; set; } + public PluginAssemblyIsolationMode IsolationMode { get; set; } + public bool IsExecutingOffline { get; set; } + public bool IsInTransaction { get; set; } + public SdkMessageProcessingStepMode Mode { get; set; } #endregion #region Constructors @@ -47,11 +58,21 @@ public PipelineBase(string message, FakeStages stage, Entity target, IOrganizati // Check that the entity target is populated with at least the logical name if (target.LogicalName == null) throw new ArgumentNullException("target", "You must supply at least the target entity with a logical name"); - A.CallTo(() => PluginExecutionContext.PrimaryEntityName).Returns(target.LogicalName); - A.CallTo(() => PluginExecutionContext.PrimaryEntityId).Returns(target.Id); - A.CallTo(() => PluginExecutionContext.UserId).Returns(UserId); - A.CallTo(() => PluginExecutionContext.InitiatingUserId).Returns(InitiatingUserId); - A.CallTo(() => PluginExecutionContext.CorrelationId).Returns(Guid.NewGuid()); + A.CallTo(() => PluginExecutionContext.PrimaryEntityName).ReturnsLazily(()=>target.LogicalName); + A.CallTo(() => PluginExecutionContext.PrimaryEntityId).ReturnsLazily(()=>target.Id); + A.CallTo(() => PluginExecutionContext.UserId).ReturnsLazily(()=> this.UserId); + A.CallTo(() => PluginExecutionContext.InitiatingUserId).ReturnsLazily(()=>this.InitiatingUserId); + A.CallTo(() => PluginExecutionContext.CorrelationId).ReturnsLazily(()=>this.CorrelationId); + A.CallTo(() => PluginExecutionContext.OrganizationId).ReturnsLazily(() => this.OrganizationId); + A.CallTo(() => PluginExecutionContext.OrganizationName).ReturnsLazily(() => this.OrganizationName); + A.CallTo(() => PluginExecutionContext.BusinessUnitId).ReturnsLazily(() => this.BusinessUnitId); + A.CallTo(() => PluginExecutionContext.RequestId).ReturnsLazily(() => this.RequestId); + A.CallTo(() => PluginExecutionContext.OperationId).ReturnsLazily(() => this.OperationId); + A.CallTo(() => PluginExecutionContext.OperationCreatedOn).ReturnsLazily(() => this.OperationCreatedOn); + A.CallTo(() => PluginExecutionContext.IsolationMode).ReturnsLazily(() => (int)this.IsolationMode); + A.CallTo(() => PluginExecutionContext.IsExecutingOffline).ReturnsLazily(() => this.IsExecutingOffline); + A.CallTo(() => PluginExecutionContext.IsInTransaction).ReturnsLazily(() => this.IsInTransaction); + A.CallTo(() => PluginExecutionContext.Mode).ReturnsLazily(() => (int)this.Mode); InputParameters["Target"] = target; } } @@ -69,6 +90,11 @@ public PipelineBase(IOrganizationService service = null) Service = service; } + CorrelationId = Guid.NewGuid(); + RequestId = Guid.NewGuid(); + OperationId = Guid.NewGuid(); + OperationCreatedOn = DateTime.UtcNow; + PreImages = new EntityImageCollection(); PostImages = new EntityImageCollection(); InputParameters = new ParameterCollection(); diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/PluginAssemblyIsolationMode.cs b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/PluginAssemblyIsolationMode.cs new file mode 100644 index 00000000..e88ea107 --- /dev/null +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/PluginAssemblyIsolationMode.cs @@ -0,0 +1,8 @@ +namespace Microsoft.Crm.Sdk.Fakes +{ + public enum PluginAssemblyIsolationMode + { + None = 1, + Sandbox = 2 + } +} diff --git a/spkl.fakes/Microsoft.Crm.Sdk.Fakes/SdkMessageProcessingStepMode.cs b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/SdkMessageProcessingStepMode.cs new file mode 100644 index 00000000..7c5caec5 --- /dev/null +++ b/spkl.fakes/Microsoft.Crm.Sdk.Fakes/SdkMessageProcessingStepMode.cs @@ -0,0 +1,8 @@ +namespace Microsoft.Crm.Sdk.Fakes +{ + public enum SdkMessageProcessingStepMode + { + Synchronous = 0, + Asynchronous = 1 + } +} diff --git a/temp-client-ui.txt b/temp-client-ui.txt new file mode 100644 index 00000000..e4e4c37d --- /dev/null +++ b/temp-client-ui.txt @@ -0,0 +1,309 @@ +// SparkleXrmUI.js +window._loadedScripts=window._loadedScripts||{};window._loadedScripts['xrmui']=true;(function($){ +Type.registerNamespace('SparkleXrm.CustomBinding');SparkleXrm.CustomBinding.EnterKeyBinding=function(){SparkleXrm.CustomBinding.EnterKeyBinding.initializeBase(this);} +SparkleXrm.CustomBinding.EnterKeyBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){ko.utils.registerEventHandler(element,'keydown',function($p1_0,$p1_1){ +var $1_0=$p1_0;if($1_0.keyCode===13){$1_0.preventDefault();$1_0.target.blur();valueAccessor().call(viewModel);}});}} +SparkleXrm.CustomBinding.XrmCurrencySymbolBinding=function(){SparkleXrm.CustomBinding.XrmCurrencySymbolBinding.initializeBase(this);} +SparkleXrm.CustomBinding.XrmCurrencySymbolBinding.getCurrencySymbol=function(valueAccessor){var $0=ko.utils.unwrapObservable(valueAccessor());if($0!=null&&$0.id!=null){return SparkleXrm.NumberEx.getCurrencySymbol($0.id);}return '';} +SparkleXrm.CustomBinding.XrmCurrencySymbolBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element).find('.sparkle-input-currencyprefix-part');var $1=function(){ +var $1_0=SparkleXrm.CustomBinding.XrmCurrencySymbolBinding.getCurrencySymbol(valueAccessor);return $1_0;};ko.bindingHandlers.text.update($0.get(0),$1,allBindingsAccessor,viewModel,context);}} +SparkleXrm.CustomBinding.XrmMoneyBinding=function(){SparkleXrm.CustomBinding.XrmMoneyBinding.initializeBase(this);} +SparkleXrm.CustomBinding.XrmMoneyBinding.$1_0=function($p0){var $0=SparkleXrm.NumberEx.getCurrencyEditFormatInfo();if($p0()['minvalue']==null){$0.minValue=-2147483648;}else{$0.minValue=$p0()['minvalue'];}if($p0()['maxvalue']==null){$0.maxValue=2147483647;}else{$0.maxValue=$p0()['maxvalue'];}return $0;} +SparkleXrm.CustomBinding.XrmMoneyBinding.$1_1=function($p0,$p1){if($p0!=null){return SparkleXrm.NumberEx.format($p0.value,$p1);}else{return '';}} +SparkleXrm.CustomBinding.XrmMoneyBinding.$1_2=function($p0,$p1,$p2,$p3){var $0=$p0();var $1=true;var $2=SparkleXrm.NumberEx.parse($p2,$p3);if(!isNaN($2)&&$2>=$p3.minValue&&$2<=$p3.maxValue){var $3=null;if($2!=null){$2=SparkleXrm.NumberEx.round($2,$p3.precision);$3=new SparkleXrm.Sdk.Money($2);}$0($3);if((typeof($0.isValid))!=='undefined'){$1=!!($0).isValid();}if($1){var $4=SparkleXrm.CustomBinding.XrmMoneyBinding.$1_1($3,$p3);$p1.val($4);}}else{alert(String.format('You must enter a number between {0} and {1}',$p3.minValue,$p3.maxValue));var $5=$0();var $6=SparkleXrm.CustomBinding.XrmMoneyBinding.$1_1($5,$p3);$p1.val($6);$p1.focus();}} +SparkleXrm.CustomBinding.XrmMoneyBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element).find('.sparkle-input-textbox-part');var $1=SparkleXrm.CustomBinding.XrmMoneyBinding.$1_0(allBindingsAccessor);var $2=arguments;var $3=function($p1_0){ +var $1_0=valueAccessor();var $1_1=$0.val();SparkleXrm.CustomBinding.XrmMoneyBinding.$1_2(valueAccessor,$0,$1_1,$1);};$0.change($3);},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element).find('.sparkle-input-textbox-part');var $1=SparkleXrm.CustomBinding.XrmMoneyBinding.$1_0(allBindingsAccessor);var $2=function(){ +var $1_0=(valueAccessor())();if($1_0!=null){return SparkleXrm.NumberEx.format($1_0.value,$1);}else{return '';}};ko.bindingHandlers.value.update($0.get(0),$2,allBindingsAccessor,viewModel,context);}} +SparkleXrm.CustomBinding.XrmNumericBinding=function(){SparkleXrm.CustomBinding.XrmNumericBinding.initializeBase(this);} +SparkleXrm.CustomBinding.XrmNumericBinding.$1_0=function($p0){var $0=SparkleXrm.NumberEx.getNumberFormatInfo();$0.precision=parseInt($p0()['precision']);if($p0()['minvalue']==null){$0.minValue=-2147483648;}else{$0.minValue=$p0()['minvalue'];}if($p0()['maxvalue']==null){$0.maxValue=2147483647;}else{$0.maxValue=$p0()['maxvalue'];}return $0;} +SparkleXrm.CustomBinding.XrmNumericBinding.$1_1=function($p0,$p1){if($p0!=null){return SparkleXrm.NumberEx.format($p0,$p1);}else{return '';}} +SparkleXrm.CustomBinding.XrmNumericBinding.$1_2=function($p0,$p1,$p2,$p3){var $0=$p0();var $1=true;var $2=SparkleXrm.NumberEx.parse($p2,$p3);if(!isNaN($2)&&$2>=$p3.minValue&&$2<=$p3.maxValue){if($2!=null){$2=SparkleXrm.NumberEx.round($2,$p3.precision);}$0($2);if((typeof($0.isValid))!=='undefined'){$1=!!($0).isValid();}if($1){var $3=SparkleXrm.CustomBinding.XrmNumericBinding.$1_1($2,$p3);$p1.val($3);}}else{alert(String.format('You must enter a number between {0} and {1}',$p3.minValue,$p3.maxValue));var $4=$0();var $5=SparkleXrm.CustomBinding.XrmNumericBinding.$1_1($4,$p3);$p1.val($5);$p1.focus();}} +SparkleXrm.CustomBinding.XrmNumericBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element).find('.sparkle-input-textbox-part');var $1=SparkleXrm.CustomBinding.XrmNumericBinding.$1_0(allBindingsAccessor);var $2=function($p1_0){ +var $1_0=valueAccessor();var $1_1=$0.val();SparkleXrm.CustomBinding.XrmNumericBinding.$1_2(valueAccessor,$0,$1_1,$1);};$0.change($2);},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element).find('.sparkle-input-textbox-part');var $1=SparkleXrm.CustomBinding.XrmNumericBinding.$1_0(allBindingsAccessor);var $2=function(){ +var $1_0=(valueAccessor())();if($1_0!=null){return SparkleXrm.NumberEx.format($1_0,$1);}else{return '';}};ko.bindingHandlers.value.update($0.get(0),$2,allBindingsAccessor,viewModel,context);}} +SparkleXrm.CustomBinding.XrmOptionSetBinding=function(){SparkleXrm.CustomBinding.XrmOptionSetBinding.initializeBase(this);} +SparkleXrm.CustomBinding.XrmOptionSetBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element).find('.sparkle-input-optionset-part');var $1=function($p1_0){ +var $1_0=valueAccessor();var $1_1=$0.val();var $1_2=null;if(!String.isNullOrEmpty($1_1)){$1_2=parseInt($1_1);}var $1_3=new SparkleXrm.Sdk.OptionSetValue($1_2);$1_3.name=$0.find('option:selected').text();$1_0($1_3);};$0.change($1);allBindingsAccessor()['optionsValue']='value';allBindingsAccessor()['optionsText']='name';var $2=(allBindingsAccessor()['optionSetOptions']);var $3;if($2.getOptionSetsDelegate!=null){$3=function(){ +return $2.getOptionSetsDelegate(viewModel);};}else{$3=function(){ +return SparkleXrm.Sdk.Metadata.MetadataCache.getOptionSetValues($2.entityLogicalName,$2.attributeLogicalName,$2.allowEmpty);};}ko.bindingHandlers.options.update($0.get(0),$3,allBindingsAccessor,viewModel,context);},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element).find('.sparkle-input-optionset-part');var $1=valueAccessor();var $2=$1();var $3='';if($2!=null&&$2.value!=null){$3=$2.value.toString();}$0.val($3);}} +SparkleXrm.CustomBinding.AnimateVisible=function(){SparkleXrm.CustomBinding.AnimateVisible.initializeBase(this);} +SparkleXrm.CustomBinding.AnimateVisible.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=valueAccessor();$(element).toggle(ko.utils.unwrapObservable($0));},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=valueAccessor();var $1=(allBindingsAccessor()['effectIn']);var $2=(allBindingsAccessor()['effectOut']);var $3=$(element);var $4=(ko.utils.unwrapObservable($0))?$1:$2;switch($4){case 'fadeIn':$3.fadeIn();break;case 'fadeOut':$3.fadeOut();break;case 'slideUp':$3.slideUp();break;case 'slideDown':$3.slideDown();break;}}} +SparkleXrm.CustomBinding.AutocompleteBinding=function(){SparkleXrm.CustomBinding.AutocompleteBinding.initializeBase(this);} +SparkleXrm.CustomBinding.AutocompleteBinding.$1_0=function($p0,$p1,$p2){var $0=$p0();var $1=true;$0($p2);if((typeof($0.isValid))!=='undefined'){$1=!!($0).isValid();}if($1){$p1.blur();}} +SparkleXrm.CustomBinding.AutocompleteBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element);var $1=(allBindingsAccessor()['autocompleteOptions']);$1.position={collision:'fit'};$1.select=function($p1_0,$p1_1){ +var $1_0=($p1_1.item)['value'].toString();SparkleXrm.CustomBinding.AutocompleteBinding.$1_0(valueAccessor,$0,$1_0);};$0=$0.autocomplete($1);var $2=$0.siblings('.timeSelectButton');$2.click(function($p1_0){ +$0.autocomplete('search');});ko.utils.registerEventHandler(element,'change',function($p1_0,$p1_1){ +var $1_0=$0.val();SparkleXrm.CustomBinding.AutocompleteBinding.$1_0(valueAccessor,$0,$1_0);});var $3=function(){ +$(element).autocomplete("destroy");};ko.utils.domNodeDisposal.addDisposeCallback(element, $3);ko.bindingHandlers['validationCore'].init(element,valueAccessor,allBindingsAccessor,null,null);},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=ko.utils.unwrapObservable(valueAccessor());$(element).val($0);}} +SparkleXrm.CustomBinding.XrmBooleanBinding=function(){SparkleXrm.CustomBinding.XrmBooleanBinding.initializeBase(this);} +SparkleXrm.CustomBinding.XrmBooleanBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=valueAccessor();var $1={};$1.read=function(){ +return $0().toString();};$1.write=function($p1_0){ +$0($p1_0==='true');};var $2=(allBindingsAccessor()['targetBinding']);var $3={};$3[$2]=ko.computed($1);ko.applyBindingsToNode(element,$3);}} +SparkleXrm.CustomBinding.XrmLookupBinding=function(){SparkleXrm.CustomBinding.XrmLookupBinding.initializeBase(this);} +SparkleXrm.CustomBinding.XrmLookupBinding.$1_0=function($p0){var $0=$p0.data;return $0!=null&&$0!=='footerlink';} +SparkleXrm.CustomBinding.XrmLookupBinding.$1_1=function($p0,$p1,$p2,$p3){if($p0!=null){var $0=[];var $1=true;var $enum1=ss.IEnumerator.getEnumerator($p0);while($enum1.moveNext()){var $2=$enum1.current;if($1){$1=false;continue;}var $3='';var $4=$p1.get_entities().get_item($p3);if(Object.keyExists($4.formattedValues,$2+'name')){$3=$4.formattedValues[$2+'name'];}else{var $5=$4.getAttributeValue($2);if($5!=null){switch(Type.getInstanceType($5).get_name()){case 'EntityReference':$3=($5).name;break;default:$3=$5.toString();break;}}}if($3!=null&&$3.length>0){$0.add($3);}}$p2[$p3].columnValues=$0;}} +SparkleXrm.CustomBinding.XrmLookupBinding.$1_2=function($p0,$p1,$p2,$p3){var $0=$p0();var $1=true;$0($p2);if((typeof($0.isValid))!=='undefined'){$1=!!($0).isValid();}if($1&&$p3){$p1.blur();$p1.focus();}} +SparkleXrm.CustomBinding.XrmLookupBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=allBindingsAccessor()['footerButton'];var $1=allBindingsAccessor()['showFooter'];var $2=$(element);var $3=$2.find('.sparkle-input-lookup-part');var $4=$2.find('.sparkle-input-lookup-button-part');var $5=new SparkleXrm.Sdk.EntityReference(null,null,null);var $6={};$6.minLength=100000;$6.delay=0;$6.position={collision:'fit'};var $7=false;var $8=0;var $9=function($p1_0,$p1_1){ +if($5==null){$5=new SparkleXrm.Sdk.EntityReference(null,null,null);}var $1_0=$p1_0.label;$3.val($1_0);$5.id=($p1_0.value);$5.name=$p1_0.label;$5.logicalName=$p1_0.data;$7=true;SparkleXrm.CustomBinding.XrmLookupBinding.$1_2(valueAccessor,$3,$5,$p1_1);};$6.select=function($p1_0,$p1_1){ +var $1_0=$p1_1.item;var $1_1=($1_0.data);if($1_1==='footerlink'||$1_1==null){$0.onClick($1_0);$p1_0.preventDefault();$p1_0.stopImmediatePropagation();return false;;}else{$9($1_0,true);return false;;}};$6.open=function($p1_0,$p1_1){ +if($1&&$8>0){var $1_0=$3.autocomplete('widget');SparkleXrm.GridEditor.XrmLookupEditor.addFooter($1_0,$8);}};$6.close=function($p1_0,$p1_1){ +var $1_0=$3.autocomplete('widget');var $1_1=$1_0.next();if($1_1.length>0||$1_1.hasClass('sparkle-menu-footer')){$1_1.hide();}};var $A=(allBindingsAccessor()['queryCommand']);var $B=(allBindingsAccessor()['nameAttribute']);var $C=(allBindingsAccessor()['idAttribute']);var $D=(allBindingsAccessor()['typeCodeAttribute']);var $E=null;var $F=$B.split(',');if($F.length>1){$E=$F;$B=$E[0];}var $10=function($p1_0,$p1_1){ +var $1_0=function($p2_0){ +var $2_0=$p2_0.get_entities().get_count();var $2_1=!$2_0;var $2_2=new Array($2_0+(($0!=null)?1:0)+(($2_1)?1:0));for(var $2_5=0;$2_5<$2_0;$2_5++){$2_2[$2_5]={};$2_2[$2_5].label=$p2_0.get_entities().get_item($2_5).getAttributeValue($B);$2_2[$2_5].value=$p2_0.get_entities().get_item($2_5).getAttributeValue($C);$2_2[$2_5].data=$p2_0.get_entities().get_item($2_5).logicalName;SparkleXrm.CustomBinding.XrmLookupBinding.$1_1($E,$p2_0,$2_2,$2_5);var $2_6=$p2_0.get_entities().get_item($2_5).logicalName;if(!String.isNullOrEmpty($D)){$2_6=$p2_0.get_entities().get_item($2_5).getAttributeValue($D).toString();}$2_2[$2_5].image=SparkleXrm.Sdk.Metadata.MetadataCache.getSmallIconUrl($2_6);}if($p2_0.get_totalRecordCount()>$p2_0.get_entities().get_count()){$8=$p2_0.get_totalRecordCount();}else{$8=$p2_0.get_entities().get_count();}var $2_3=$2_0;if($2_1){var $2_7={};$2_7.label=SparkleResourceStrings.NoRecordsFound;$2_2[$2_3]=$2_7;$2_3++;}if($0!=null){var $2_8={};$2_8.label=$0.label;$2_8.image=$0.image;$2_8.columnValues=null;$2_8.data='footerlink';$2_2[$2_3]=$2_8;}$p1_1($2_2);var $2_4={};$2_4.minLength=100000;$3.autocomplete($2_4);};$A.call(context.$parent,$p1_0.term,$1_0);};$6.source=$10;$6.focus=function($p1_0,$p1_1){ +return false;;};$3=$3.autocomplete($6);($3.data('ui-autocomplete'))._renderItem=function($p1_0,$p1_1){ +if($p1_1.data==null){return $("
  • "+$p1_1.label+'
  • ').appendTo($p1_0);}var $1_0="
    ";if($p1_1.image!=null){$1_0+="";}$1_0+=""+$p1_1.label+'
    ';if($p1_1.columnValues!=null&&$p1_1.columnValues.length>0){var $enum1=ss.IEnumerator.getEnumerator($p1_1.columnValues);while($enum1.moveNext()){var $1_1=$enum1.current;$1_0+=""+$1_1+'';}}$1_0+='
    ';return $('
  • ').append($1_0).appendTo($p1_0);};$4.click(function($p1_0){ +var $1_0={};$1_0.minLength=0;$3.focus();$3.autocomplete($1_0);$3.autocomplete('search');});$3.change(function($p1_0){ +var $1_0=$3.val();if($1_0!==$5.name){SparkleXrm.CustomBinding.XrmLookupBinding.$1_2(valueAccessor,$3,null,false);var $1_1={};$1_1.term=$1_0;var $1_2=function($p2_0){ +var $2_0=0;if($p2_0!=null){var $enum1=ss.IEnumerator.getEnumerator($p2_0);while($enum1.moveNext()){var $2_1=$enum1.current;if(SparkleXrm.CustomBinding.XrmLookupBinding.$1_0($2_1)){$2_0++;}if($2_0>2){break;}}}if($2_0===1){$9($p2_0[0],false);}else{$3.val('');}};$10($1_1,$1_2);}});var $11=function(){ +if($($3).data('ui-autocomplete')!=undefined){$($3).autocomplete("destroy");}};ko.utils.domNodeDisposal.addDisposeCallback(element, $11);ko.bindingHandlers['validationCore'].init(element,valueAccessor,allBindingsAccessor,null,null);$3.keydown(function($p1_0){ +if($p1_0.which===13&&!$7){$4.click();}else if($p1_0.which===13){return;}switch($p1_0.which){case 13:case 38:case 40:$p1_0.preventDefault();$p1_0.stopPropagation();break;}$7=false;});},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element);var $1=$0.find('.sparkle-input-lookup-part');var $2=ko.utils.unwrapObservable(valueAccessor());var $3='';if($2!=null){$3=$2.name;}$1.val($3);}} +SparkleXrm.CustomBinding.XrmTextBinding=function(){SparkleXrm.CustomBinding.XrmTextBinding.initializeBase(this);} +SparkleXrm.CustomBinding.XrmTextBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element).find('.sparkle-input-textbox-part');var $1=function($p1_0){ +var $1_0=valueAccessor();var $1_1=$0.val();$1_0($1_1);};$0.change($1);$0.keyup($1);},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element).find('.sparkle-input-textbox-part');ko.bindingHandlers.value.update($0.get(0),valueAccessor,allBindingsAccessor,viewModel,context);}} +SparkleXrm.CustomBinding.XrmDatePickerBinding=function(){SparkleXrm.CustomBinding.XrmDatePickerBinding.initializeBase(this);} +SparkleXrm.CustomBinding.XrmDatePickerBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=(allBindingsAccessor()['dateOptions']);var $1=$(element);var $2=$1.find('.sparkle-input-datepicker-part');var $3=$1.find('.sparkle-input-datepicker-button-part');var $4={};$4.showOn='';$4.buttonImageOnly=true;$4.firstDay=(SparkleXrm.Sdk.OrganizationServiceProxy.organizationSettings!=null)?SparkleXrm.Sdk.OrganizationServiceProxy.organizationSettings.weekstartdaycode.value:0;var $5='dd/MM/yy';if(SparkleXrm.Sdk.OrganizationServiceProxy.userSettings!=null){$5=SparkleXrm.Sdk.OrganizationServiceProxy.userSettings.dateformatstring;}$4.dateFormat=$5;$2.datepicker($4);$3.click(function($p1_0){ +$2.datepicker('show');});ko.utils.registerEventHandler($2.get(0),'change',function($p1_0,$p1_1){ +var $1_0=valueAccessor();var $1_1=true;if((typeof($1_0.IsValid))!=='undefined'){$1_1=!!($1_0).isValid();}if($1_1){var $1_2=$2.datepicker('getDate');var $1_3=$1_0();if($1_3==null&&$0!=null){$1_3=new Date(1900,1,1,($0.hour!=null)?$0.hour:0,($0.minute!=null)?$0.minute:0);}SparkleXrm.Sdk.DateTimeEx.setTime($1_2,$1_3);$1_0($1_2);}$2.blur();});var $6=function(){ +$(element).datepicker("destroy");};ko.utils.domNodeDisposal.addDisposeCallback(element, $6);},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element);var $1=$0.find('.sparkle-input-datepicker-part');var $2=ko.utils.unwrapObservable(valueAccessor());if(typeof($2)==='string'){$2=Date.parseDate($2);}$1.datepicker('setDate',$2);}} +SparkleXrm.CustomBinding.XrmDurationBinding=function(){SparkleXrm.CustomBinding.XrmDurationBinding.initializeBase(this);} +SparkleXrm.CustomBinding.XrmDurationBinding.$1_0=function($p0,$p1,$p2){var $0=$p0();var $1=true;var $2=($p2==null)||(!$p2.length);var $3='/([0-9]*)[ ]?((h(our)?[s]?)|(m(inute)?[s]?)|(d(ay)?[s]?))/g';var $4=RegExp.parse($3);var $5=$4.exec($p2);if($2){$0(null);}else if($5!=null&&$5.length>0){var $6=parseFloat($5[1]);switch($5[2].substr(0,1).toLowerCase()){case 'd':$6=$6*60*24;break;case 'h':$6=$6*60;break;}$0($6);if((typeof($0.isValid))!=='undefined'){$1=!!($0).isValid();}if($1){}}else{alert('Invalid Duration Format');var $7=$0();var $8=SparkleXrm.CustomBinding.XrmDurationBinding.$1_1($7);$p1.val($8);$p1.focus();}} +SparkleXrm.CustomBinding.XrmDurationBinding.$1_1=function($p0){var $0=null;if($p0!=null){if($p0>(60*24)){$0=String.format('{0} d',$p0/(60*24));}else if($p0===(60*24)){$0=String.format('{0} d',$p0/(60*24));}else if($p0>60){$0=String.format('{0} h',$p0/(60));}else if($p0===60){$0=String.format('{0} h',$p0/(60));}else{$0=String.format('{0} m',$p0);}}else{$0=null;}return $0;} +SparkleXrm.CustomBinding.XrmDurationBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element);var $1=$0.find('.sparkle-input-duration-part');var $2=$0.find('.sparkle-input-duration-button-part');var $3={};$3.position={collision:'fit'};$3.source=['1 m','2 m','1 h','2 h','1 d'];$3.delay=0;$3.minLength=0;$3.select=function($p1_0,$p1_1){ +var $1_0=($p1_1.item)['value'].toString();SparkleXrm.CustomBinding.XrmDurationBinding.$1_0(valueAccessor,$1,$1_0);};$1=$1.autocomplete($3);$2.click(function($p1_0){ +$1.autocomplete('search','');});ko.utils.registerEventHandler(element,'change',function($p1_0,$p1_1){ +var $1_0=$1.val();SparkleXrm.CustomBinding.XrmDurationBinding.$1_0(valueAccessor,$1,$1_0);});var $4=function(){ +$(element).autocomplete("destroy");};ko.utils.domNodeDisposal.addDisposeCallback(element, $4);},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element);var $1=$0.find('.sparkle-input-duration-part');var $2=ko.utils.unwrapObservable(valueAccessor());var $3=$2;var $4=SparkleXrm.CustomBinding.XrmDurationBinding.$1_1($3);$1.val($4);}} +SparkleXrm.CustomBinding.FadeVisibleBinding=function(){SparkleXrm.CustomBinding.FadeVisibleBinding.initializeBase(this);} +SparkleXrm.CustomBinding.FadeVisibleBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=valueAccessor();$(element).toggle(ko.utils.unwrapObservable($0));},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=valueAccessor();if(ko.utils.unwrapObservable($0)){$(element).fadeIn();}else{$(element).fadeOut();}}} +SparkleXrm.CustomBinding.ProgressBarBinding=function(){SparkleXrm.CustomBinding.ProgressBarBinding.initializeBase(this);} +SparkleXrm.CustomBinding.ProgressBarBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){$(element).progressbar();},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=valueAccessor();var $1=ko.utils.unwrapObservable($0);$(element).progressbar('value',$1);}} +SparkleXrm.CustomBinding.XrmTimeOfDayBinding=function(){SparkleXrm.CustomBinding.XrmTimeOfDayBinding.initializeBase(this);} +SparkleXrm.CustomBinding.XrmTimeOfDayBinding.$1_0=function($p0,$p1,$p2){var $0=$p0();var $1=true;var $2=SparkleXrm.Sdk.DateTimeEx.addTimeToDate($0(),$p2);var $3=($2==null)?'':$2.toString();var $4=($0()==null)?'':$0().toString();if($3===$4){return;}if($2==null){alert('Invalid Time');$p1.focus();var $5=$0();SparkleXrm.CustomBinding.XrmTimeOfDayBinding.$1_1($p1,$5);}else{$0($2);if((typeof($0.isValid))!=='undefined'){$1=!!($0).isValid();}if($1){}}} +SparkleXrm.CustomBinding.XrmTimeOfDayBinding.$1_1=function($p0,$p1){var $0=SparkleXrm.CustomBinding.XrmTimeOfDayBinding.$1_2();var $1='';if($p1!=null){$1=$p1.format($0);}$p0.val($1);} +SparkleXrm.CustomBinding.XrmTimeOfDayBinding.$1_2=function(){var $0='h:mm tt';if(SparkleXrm.Sdk.OrganizationServiceProxy.userSettings!=null){$0=SparkleXrm.Sdk.OrganizationServiceProxy.userSettings.timeformatstring;}return $0;} +SparkleXrm.CustomBinding.XrmTimeOfDayBinding.prototype={init:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=SparkleXrm.CustomBinding.XrmTimeOfDayBinding.$1_2();var $1=$(element);var $2=$1.find('.sparkle-input-timeofday-part');var $3=$1.find('.sparkle-input-timeofday-button-part');var $4=SparkleXrm.GridEditor.XrmTimeEditor.getTimePickerAutoCompleteOptions($0);$4.position={collision:'fit'};$4.select=function($p1_0,$p1_1){ +var $1_0=($p1_1.item)['value'].toString();SparkleXrm.CustomBinding.XrmTimeOfDayBinding.$1_0(valueAccessor,$2,$1_0);};$2=$2.autocomplete($4);$3.click(function($p1_0){ +$2.autocomplete('search','');});ko.utils.registerEventHandler($2.get(0),'change',function($p1_0,$p1_1){ +var $1_0=$2.val();SparkleXrm.CustomBinding.XrmTimeOfDayBinding.$1_0(valueAccessor,$2,$1_0);});var $5=function(){ +$(element).autocomplete("destroy");};ko.utils.domNodeDisposal.addDisposeCallback(element, $5);},update:function(element,valueAccessor,allBindingsAccessor,viewModel,context){var $0=$(element);var $1=$0.find('.sparkle-input-timeofday-part');var $2=ko.utils.unwrapObservable(valueAccessor());var $3=SparkleXrm.CustomBinding.XrmTimeOfDayBinding.$1_2();var $4=SparkleXrm.Sdk.DateTimeEx.formatTimeSpecific($2,$3);$1.val($4);}} +Type.registerNamespace('SparkleXrm.GridEditor');SparkleXrm.GridEditor.SortCol=function(attributeName,ascending){this.attributeName=attributeName;this.ascending=ascending;} +SparkleXrm.GridEditor.SortCol.prototype={attributeName:null,ascending:false} +SparkleXrm.GridEditor.XrmBooleanEditor=function(args){SparkleXrm.GridEditor.XrmBooleanEditor.initializeBase(this,[args]);this.$0=$("").appendTo(args.container).bind('keydown.nav',function($p1_0){ +if($p1_0.which===37||$p1_0.which===39){$p1_0.stopImmediatePropagation();}}).focus().select();} +SparkleXrm.GridEditor.XrmBooleanEditor.bindColumn=function(column,TrueOptionDisplayName,FalseOptionDisplayName){column.editor=SparkleXrm.GridEditor.XrmBooleanEditor.booleanEditor;column.formatter=SparkleXrm.GridEditor.XrmBooleanEditor.formatter;var $0={};$0.trueOptionDisplayName=TrueOptionDisplayName;$0.falseOptionDisplayName=FalseOptionDisplayName;column.options=$0;return column;} +SparkleXrm.GridEditor.XrmBooleanEditor.bindReadOnlyColumn=function(column,TrueOptionDisplayName,FalseOptionDisplayName){column.formatter=SparkleXrm.GridEditor.XrmBooleanEditor.formatter;var $0={};$0.trueOptionDisplayName=TrueOptionDisplayName;$0.falseOptionDisplayName=FalseOptionDisplayName;column.options=$0;return column;} +SparkleXrm.GridEditor.XrmBooleanEditor.formatter=function(row,cell,value,columnDef,dataContext){var $0='True';var $1='False';var $2=columnDef.options;if($2!=null&&$2.trueOptionDisplayName!=null){$0=$2.trueOptionDisplayName;}if($2!=null&&$2.falseOptionDisplayName!=null){$1=$2.falseOptionDisplayName;}if(value!=null){return (value)?$0:$1;}else{return $1;}} +SparkleXrm.GridEditor.XrmBooleanEditor.prototype={$0:null,$1:false,destroy:function(){SparkleXrm.GridEditor.XrmBooleanEditor.callBaseMethod(this, 'destroy');this.$0.remove();},focus:function(){SparkleXrm.GridEditor.XrmBooleanEditor.callBaseMethod(this, 'focus');this.$0.focus();},$2:function(){return this.$0.is(':checked');},loadValue:function(item){this.$1=item[this._args.column.field];if(this.$1){this.$0[0].setAttribute('checked','checked');}else{this.$0[0].removeAttribute('checked');}this.$0[0].setAttribute('defaultValue',this.$1);this.$0.select();},serializeValue:function(){return this.$2();},applyValue:function(item,state){item[this._args.column.field]=state;this.raiseOnChange(item);},isValueChanged:function(){var $0=this.$2();return ($0!==this.$1);}} +SparkleXrm.GridEditor.XrmMoneyEditor=function(args){SparkleXrm.GridEditor.XrmMoneyEditor.initializeBase(this,[args]);this.$3=args.column.options;this.$1=$('').appendTo(args.container);this.$0=$("").appendTo(args.container).bind('keydown.nav',function($p1_0){ +if($p1_0.which===37||$p1_0.which===39){$p1_0.stopImmediatePropagation();}}).focus().select();} +SparkleXrm.GridEditor.XrmMoneyEditor.formatter=function(row,cell,value,columnDef,dataContext){if(value!=null){var $0=SparkleXrm.GridEditor.XrmMoneyEditor.getCurrencySymbol((dataContext).transactioncurrencyid);var $1=value;return $0+' '+SparkleXrm.NumberEx.format($1.value,columnDef.options);}else{return '';}} +SparkleXrm.GridEditor.XrmMoneyEditor.bindColumn=function(column,minValue,maxValue){column.editor=SparkleXrm.GridEditor.XrmMoneyEditor.moneyEditor;column.formatter=SparkleXrm.GridEditor.XrmMoneyEditor.formatter;var $0=SparkleXrm.NumberEx.getCurrencyEditFormatInfo();$0.minValue=minValue;$0.maxValue=maxValue;column.options=$0;return column;} +SparkleXrm.GridEditor.XrmMoneyEditor.bindReadOnlyColumn=function(column){column.formatter=SparkleXrm.GridEditor.XrmMoneyEditor.formatter;var $0=SparkleXrm.NumberEx.getCurrencyEditFormatInfo();column.options=$0;return column;} +SparkleXrm.GridEditor.XrmMoneyEditor.getCurrencySymbol=function(currencyid){if(currencyid!=null&¤cyid.id!=null&¤cyid.id.value!=null){return SparkleXrm.NumberEx.getCurrencySymbol(currencyid.id);}return '';} +SparkleXrm.GridEditor.XrmMoneyEditor.prototype={$0:null,$1:null,$2:null,$3:null,destroy:function(){SparkleXrm.GridEditor.XrmMoneyEditor.callBaseMethod(this, 'destroy');this.$0.remove();this.$1.remove();},focus:function(){SparkleXrm.GridEditor.XrmMoneyEditor.callBaseMethod(this, 'focus');this.$0.focus();},getValue:function(){return this.$0.val();},setValue:function(value){this.$0.val(value);},loadValue:function(item){var $0=SparkleXrm.GridEditor.XrmMoneyEditor.getCurrencySymbol(((item)).transactioncurrencyid);this.$1.text($0+' ');var $1=item[this._args.column.field];this.$2='';if($1!=null){this.$2=SparkleXrm.NumberEx.format($1.value,this.$3);}this.$0.val(this.$2);this.$0[0].setAttribute('defaultValue',this.$2);this.$0.select();},serializeValue:function(){return this.$0.val();},applyValue:function(item,state){var $0=new SparkleXrm.Sdk.Money(SparkleXrm.NumberEx.parse(state,this.$3));item[this._args.column.field]=$0;this.raiseOnChange(item);},isValueChanged:function(){return (!(!this.$0.val()&&this.$2==null))&&(this.$0.val()!==this.$2);},nativeValidation:function(newValue){var $0=true;var $1=SparkleXrm.NumberEx.parse(newValue,this.$3);$0=!isNaN($1);$0=$0&&($1>=this.$3.minValue)&&($1<=this.$3.maxValue);if(!$0){var $2={};$2.valid=false;$2.message=String.format('Please enter a number between {0} and {1}.',this.$3.minValue,this.$3.maxValue);return $2;}return null;}} +SparkleXrm.GridEditor.XrmNumberEditor=function(args){SparkleXrm.GridEditor.XrmNumberEditor.initializeBase(this,[args]);this.$2=args.column.options;this.$0=$("").appendTo(args.container).bind('keydown.nav',function($p1_0){ +if($p1_0.which===37||$p1_0.which===39){$p1_0.stopImmediatePropagation();}}).focus().select();} +SparkleXrm.GridEditor.XrmNumberEditor.formatter=function(row,cell,value,columnDef,dataContext){if(value!=null){var $0=value;return SparkleXrm.NumberEx.format($0,columnDef.options);}else{return '';}} +SparkleXrm.GridEditor.XrmNumberEditor.bindColumn=function(column,minValue,maxValue,precision){column.editor=SparkleXrm.GridEditor.XrmNumberEditor.numberEditor;column.formatter=SparkleXrm.GridEditor.XrmNumberEditor.formatter;var $0=SparkleXrm.NumberEx.getNumberFormatInfo();$0.minValue=minValue;$0.maxValue=maxValue;$0.precision=precision;column.options=$0;return column;} +SparkleXrm.GridEditor.XrmNumberEditor.bindReadOnlyColumn=function(column,precision){column.formatter=SparkleXrm.GridEditor.XrmNumberEditor.formatter;var $0=SparkleXrm.NumberEx.getNumberFormatInfo();$0.precision=precision;column.options=$0;return column;} +SparkleXrm.GridEditor.XrmNumberEditor.prototype={$0:null,$1:null,$2:null,destroy:function(){SparkleXrm.GridEditor.XrmNumberEditor.callBaseMethod(this, 'destroy');this.$0.remove();},focus:function(){SparkleXrm.GridEditor.XrmNumberEditor.callBaseMethod(this, 'focus');this.$0.focus();},getValue:function(){return this.$0.val();},setValue:function(value){this.$0.val(value);},loadValue:function(item){this.$1=SparkleXrm.NumberEx.format(item[this._args.column.field],this.$2);if(this.$1==null){this.$1='';}this.$0.val(this.$1);this.$0[0].setAttribute('defaultValue',this.$1);this.$0.select();},serializeValue:function(){return this.$0.val();},applyValue:function(item,state){item[this._args.column.field]=SparkleXrm.NumberEx.parse(state,this.$2);this.raiseOnChange(item);},isValueChanged:function(){return (!(!this.$0.val()&&this.$1==null))&&(this.$0.val()!==this.$1);},nativeValidation:function(newValue){var $0=true;var $1=SparkleXrm.NumberEx.parse(newValue,this.$2);$0=!isNaN($1);$0=$0&&($1>=this.$2.minValue)&&($1<=this.$2.maxValue);if(!$0){var $2={};$2.valid=false;$2.message=String.format('Please enter a number between {0} and {1}.',this.$2.minValue,this.$2.maxValue);return $2;}return null;}} +SparkleXrm.GridEditor.EntityDataViewModel=function(pageSize,entityType,lazyLoadPages){this._rows=new Array(0);this._sortCols=[];SparkleXrm.GridEditor.EntityDataViewModel.initializeBase(this);this._entityType=entityType;this._lazyLoadPages=lazyLoadPages;this._data=[];this.paging.pageSize=pageSize;this.paging.pageNum=0;this.paging.totalPages=0;this.paging.totalRows=0;this.paging.fromRecord=0;this.paging.toRecord=0;} +SparkleXrm.GridEditor.EntityDataViewModel.prototype={_suspendRefresh:false,_data:null,_entityType:null,_fetchXml:'',_itemAdded:false,_lazyLoadPages:true,errorMessage:'',deleteData:null,add_onBeginClearPageCache:function(value){this.$2=ss.Delegate.combine(this.$2,value);},remove_onBeginClearPageCache:function(value){this.$2=ss.Delegate.remove(this.$2,value);},$2:null,get_fetchXml:function(){return this._fetchXml;},set_fetchXml:function(value){this._fetchXml=value;return value;},getItem:function(index){if(index>=this.paging.pageSize){return null;}else{return this._data[index+(this.paging.pageNum*this.paging.pageSize)];}},reset:function(){this.clearPageCache();this.deleteData=[];},resetPaging:function(){this.paging.pageNum=0;},sort:function(sorting){var $0=new SparkleXrm.GridEditor.SortCol(sorting.sortCol.field,sorting.sortAsc);this.sortBy($0);},getSortColumns:function(){if(this._sortCols==null){return new Array(0);}return this._sortCols;},sortBy:function(col){this._sortCols.clear();this._sortCols.add(col);if(this._lazyLoadPages){this.clearPageCache();this.paging.extraInfo='';this.refresh();}else{if(!col.ascending){this._data.reverse();}this._data.sort(function($p1_0,$p1_1){ +return SparkleXrm.Sdk.Entity.sortDelegate(col.attributeName,$p1_0,$p1_1);});if(!col.ascending){this._data.reverse();}}},getDirtyItems:function(){var $0=[];var $enum1=ss.IEnumerator.getEnumerator(this._data);while($enum1.moveNext()){var $1=$enum1.current;if($1!=null&&$1.entityState!==SparkleXrm.Sdk.EntityStates.unchanged){$0.add($1);}}if(this.deleteData!=null){var $enum2=ss.IEnumerator.getEnumerator(this.deleteData);while($enum2.moveNext()){var $2=$enum2.current;if($2.entityState===SparkleXrm.Sdk.EntityStates.deleted){$0.add($2);}}}return $0;},contains:function(Item){var $enum1=ss.IEnumerator.getEnumerator(this._data);while($enum1.moveNext()){var $0=$enum1.current;if(Item.logicalName===$0.logicalName&&Item.id===$0.id){return true;}}return false;},preProcessResultsData:function(results){},refresh:function(){if(String.isNullOrEmpty(this._fetchXml)){return;}if(this._suspendRefresh){return;}this._suspendRefresh=true;var $0=this.paging.pageNum*this.paging.pageSize;var $1=(!this.paging.totalRows)&&(this.deleteData!=null)&&(this.deleteData.length>0);if(this._data[$0]==null&&!$1){this.onDataLoading.notify(null,null,null);var $2=this.applySorting();var $3;if(this._lazyLoadPages){$3=this.paging.pageSize;}else{$3=1000;this.paging.extraInfo='';this.paging.pageNum=0;$0=0;}var $4=String.format(this._fetchXml,$3,SparkleXrm.Sdk.XmlHelper.encode(this.paging.extraInfo),this.paging.pageNum+1,$2);SparkleXrm.Sdk.OrganizationServiceProxy.beginRetrieveMultiple($4,ss.Delegate.create(this,function($p1_0){ +try{var $1_0=SparkleXrm.Sdk.OrganizationServiceProxy.endRetrieveMultiple($p1_0,this._entityType);this.preProcessResultsData($1_0);var $1_1=$0;if(this._lazyLoadPages){var $enum1=ss.IEnumerator.getEnumerator($1_0.get_entities());while($enum1.moveNext()){var $1_3=$enum1.current;this._data[$1_1]=$1_3;$1_1=$1_1+1;}}else{this._data=$1_0.get_entities().items();}var $1_2={};$1_2.from=0;$1_2.to=this.paging.pageSize-1;this.paging.totalRows=$1_0.get_totalRecordCount();this.paging.extraInfo=$1_0.get_pagingCookie();this.paging.fromRecord=$0+1;this.paging.totalPages=Math.ceil($1_0.get_totalRecordCount()/this.paging.pageSize);this.paging.toRecord=Math.min($1_0.get_totalRecordCount(),$0+this.paging.pageSize);if(this._itemAdded){this.paging.totalRows++;this.paging.toRecord++;this._itemAdded=false;}this.calculatePaging(this.getPagingInfo());this.onPagingInfoChanged.notify(this.paging,null,this);this.onDataLoaded.notify($1_2,null,null);}catch($1_4){this.errorMessage=$1_4.message;var $1_5={};$1_5.errorMessage=$1_4.message;this.onDataLoaded.notify($1_5,null,null);}}));}else{var $5={};$5.from=0;$5.to=this.paging.pageSize-1;this.paging.fromRecord=$0+1;this.paging.toRecord=Math.min(this.paging.totalRows,$0+this.paging.pageSize);this.calculatePaging(this.getPagingInfo());this.onPagingInfoChanged.notify(this.paging,null,this);this.onDataLoaded.notify($5,null,null);this._itemAdded=false;}this.onRowsChanged.notify(null,null,this);this._suspendRefresh=false;},newItemFactory:null,removeItem:function(id){if(id!=null){if(this.deleteData==null){this.deleteData=[];}this.deleteData.add(id);this._data.remove(id);this.paging.totalRows--;this.setPagingOptions(this.getPagingInfo());this._selectedRows=null;this.raiseOnSelectedRowsChanged(null);}},addItem:function(newItem){if(!this.paging.totalPages){this.paging.pageNum=0;this.paging.totalPages=1;}var $0;if(this.newItemFactory==null){$0=new this._entityType();$.extend($0,newItem);}else{$0=this.newItemFactory(newItem);}this._data[this.paging.totalRows]=($0);this._itemAdded=true;var $1=(this.paging.totalRows%this.paging.pageSize);if($1===this.paging.pageSize){this.paging.totalPages++;this.paging.pageNum=this.paging.totalPages-1;}else{this.paging.totalRows++;this.paging.pageNum=this.getTotalPages();}$0.raisePropertyChanged(null);this.setPagingOptions(this.getPagingInfo());},applySorting:function(){var $0='';var $enum1=ss.IEnumerator.getEnumerator(this._sortCols);while($enum1.moveNext()){var $1=$enum1.current;$0=$0+String.format('',$1.attributeName,(!$1.ascending)?'true':'false');}return $0;},clearPageCache:function(){if(this.$2!=null){this.$2();}this._data=[];this.paging.extraInfo=null;},get_data:function(){return this._data;}} +SparkleXrm.GridEditor.XrmDateEditor=function(args){SparkleXrm.GridEditor.XrmDateEditor.initializeBase(this,[args]);var $0=this;this.$1=$("
    "+""+"
    ");this.$1.appendTo(this._args.container);this.$0=this.$1.find('.sparkle-input-inline');this.$0.bind('keydown.nav',ss.Delegate.create(this,function($p1_0){ +if(!this.$3&&($p1_0.which===38||$p1_0.which===40)&&$p1_0.ctrlKey){this.$0.datepicker('show');$p1_0.stopImmediatePropagation();}else if(this.$3&&$p1_0.which===13){$p1_0.preventDefault();}}));var $1=this.$1.find('.sparkle-imagestrip-inlineedit_calendar_icon');this.$0.focus().select();var $2={};$2.showOtherMonths=true;$2.showOn='';$2.firstDay=(SparkleXrm.Sdk.OrganizationServiceProxy.organizationSettings!=null)?SparkleXrm.Sdk.OrganizationServiceProxy.organizationSettings.weekstartdaycode.value:0;$2.beforeShow=ss.Delegate.create(this,function(){ +this.$3=true;});$2.onClose=ss.Delegate.create(this,function(){ +this.$3=false;this.$4=this.$6();});$2.onSelect=ss.Delegate.create(this,function($p1_0,$p1_1){ +this.focus();});if(SparkleXrm.Sdk.OrganizationServiceProxy.userSettings!=null){this.$5=SparkleXrm.Sdk.OrganizationServiceProxy.userSettings.dateformatstring;}$2.dateFormat=this.$5;this.$0.datepicker($2);$1.click(ss.Delegate.create(this,function($p1_0){ +this.$0.datepicker('show');this.focus();}));} +SparkleXrm.GridEditor.XrmDateEditor.formatterDateOnly=function(row,cell,value,columnDef,dataContext){var $0=SparkleXrm.GridEditor.XrmDateEditor.getDateFormat(columnDef);var $1=value;return SparkleXrm.Sdk.DateTimeEx.formatDateSpecific($1,$0);} +SparkleXrm.GridEditor.XrmDateEditor.getDateBindingOptions=function(columnDef){var $0=columnDef.options;var $1=null;if($0!=null&&Type.getInstanceType($0)===String){$1={};$1.overrideUserDateFormat=columnDef.options;return $1;}else if($0!=null){$1=$0;}else{$1={};}return $1;} +SparkleXrm.GridEditor.XrmDateEditor.getDateFormat=function(columnDef){var $0=SparkleXrm.GridEditor.XrmDateEditor.getDateBindingOptions(columnDef).overrideUserDateFormat;if($0==null&&SparkleXrm.Sdk.OrganizationServiceProxy.userSettings!=null){$0=SparkleXrm.Sdk.OrganizationServiceProxy.userSettings.dateformatstring;}return $0;} +SparkleXrm.GridEditor.XrmDateEditor.formatterDateAndTime=function(row,cell,value,columnDef,dataContext){var $0=SparkleXrm.GridEditor.XrmDateEditor.getDateFormat(columnDef);if($0!=null&&SparkleXrm.Sdk.OrganizationServiceProxy.userSettings!=null){$0=SparkleXrm.Sdk.OrganizationServiceProxy.userSettings.dateformatstring+' '+SparkleXrm.Sdk.OrganizationServiceProxy.userSettings.timeformatstring;}var $1=value;return SparkleXrm.Sdk.DateTimeEx.formatDateSpecific($1,$0);} +SparkleXrm.GridEditor.XrmDateEditor.bindColumn=function(column,dateOnly){column.editor=SparkleXrm.GridEditor.XrmDateEditor.crmDateEditor;column.formatter=SparkleXrm.GridEditor.XrmDateEditor.formatterDateOnly;return column;} +SparkleXrm.GridEditor.XrmDateEditor.bindReadOnlyColumn=function(column,dateOnly){column.formatter=SparkleXrm.GridEditor.XrmDateEditor.formatterDateOnly;return column;} +SparkleXrm.GridEditor.XrmDateEditor.prototype={$0:null,$1:null,$2:null,$3:false,$4:null,$5:'dd/mm/yy',destroy:function(){($.datepicker.dpDiv).stop(true,true);this.$0.datepicker('hide');this.$0.datepicker('destroy');this.hide();this.$1.remove();},show:function(){if(this.$3){($.datepicker.dpDiv).stop(true,true).show();}},hide:function(){if(this.$3){($.datepicker.dpDiv).stop(true,true).hide();}},position:function(position){if(!this.$3){return;}($.datepicker.dpDiv).css('top',(position.top+30).toString()).css('left',position.left.toString());},focus:function(){this.$0.focus();},loadValue:function(item){var $0=item[this._args.column.field];this.$2=($0!=null)?$0:null;var $1=(this.$2!=null)?this.$2.toLocaleDateString():'';if(this._args.column.formatter!=null){$1=this._args.column.formatter(0,0,this.$2,this._args.column,null);}this.$7(this.$2);this.$0.select();},serializeValue:function(){return this.$6();},applyValue:function(item,state){var $0=item[this._args.column.field];var $1=state;if($0==null){var $2=SparkleXrm.GridEditor.XrmDateEditor.getDateBindingOptions(this._args.column);$0=new Date(1900,1,1,($2.hour!=null)?$2.hour:0,($2.minute!=null)?$2.minute:0);}SparkleXrm.Sdk.DateTimeEx.setTime($1,$0);item[this._args.column.field]=$1;this.raiseOnChange(item);},isValueChanged:function(){var $0=this.$6();var $1=($0==null)?'':$0.toString();var $2=(this.$2==null)?'':this.$2.toString();return ($1!==$2);},$6:function(){var $0=null;if(!this.$3){$0=SparkleXrm.Sdk.DateTimeEx.parseDateSpecific(this.$0.val(),this.$5);}else{$0=this.$0.datepicker('getDate');}return $0;},$7:function($p0){this.$0.datepicker('setDate',$p0);}} +SparkleXrm.GridEditor.XrmDurationEditor=function(args){SparkleXrm.GridEditor.XrmDurationEditor.initializeBase(this,[args]);this._args=args;this.$0=$("");this.$0.appendTo(this._args.container);this.focus();} +SparkleXrm.GridEditor.XrmDurationEditor.formatter=function(row,cell,value,columnDef,dataContext){var $0=value;return SparkleXrm.Sdk.DateTimeEx.formatDuration($0);} +SparkleXrm.GridEditor.XrmDurationEditor.bindColumn=function(column){column.editor=SparkleXrm.GridEditor.XrmDurationEditor.durationEditor;column.formatter=SparkleXrm.GridEditor.XrmDurationEditor.formatter;return column;} +SparkleXrm.GridEditor.XrmDurationEditor.prototype={$0:null,$1:null,destroy:function(){this.$0.remove();},focus:function(){this.$0.focus().select();},loadValue:function(item){var $0=item[this._args.column.field];this.$0.val(SparkleXrm.Sdk.DateTimeEx.formatDuration($0));this.$1=$0;this.focus();},serializeValue:function(){var $0=this.$0.val();if(!$0){return null;}var $1=SparkleXrm.Sdk.DateTimeEx.parseDuration($0);return $1;},applyValue:function(item,state){item[this._args.column.field]=state;this.raiseOnChange(item);},isValueChanged:function(){var $0=this.$0.val();var $1=SparkleXrm.Sdk.DateTimeEx.formatDuration(this.$1);return $1!==$0;}} +SparkleXrm.GridEditor.XrmLookupEditorOptions=function(){} +SparkleXrm.GridEditor.XrmLookupEditorOptions.prototype={queryCommand:null,nameAttribute:null,idAttribute:null,typeCodeAttribute:null,columns:null,showImage:true,showFooter:false,footerButton:null,useQuickCreate:false} +SparkleXrm.GridEditor.XrmLookupEditorButton=function(){} +SparkleXrm.GridEditor.XrmLookupEditorButton.prototype={label:'',tooltip:'',onClick:null,image:null} +SparkleXrm.GridEditor.XrmLookupEditor=function(args){this.$4=new SparkleXrm.Sdk.EntityReference(null,null,'');this.$5=new SparkleXrm.Sdk.EntityReference(null,null,'');SparkleXrm.GridEditor.XrmLookupEditor.initializeBase(this,[args]);var $0=this;this._args=args;this.$1=$("
    ");this.$1.appendTo(this._args.container);var $1=this.$1.find('.sparkle-input-inline');var $2=this.$1.find('.sparkle-lookup-button');this.$0=$1;this.$0.focus().select();this.$2=$1;var $3={};$3.position={collision:'fit'};$3.minLength=100000;$3.delay=0;var $4=args.column.options;var $5=false;$3.select=ss.Delegate.create(this,function($p1_0,$p1_1){ +if(this.$4==null){this.$4=new SparkleXrm.Sdk.EntityReference(null,null,null);}var $1_0=$p1_1.item;var $1_1=$1_0.value;if($1_1.logicalName==='footerlink'){var $1_2=$4.footerButton;$1_2.onClick($1_0);}else{var $1_3=$1_0.label;this.$0.val($1_3);this.$4.id=$1_1.id;this.$4.name=$1_1.name;this.$4.logicalName=($1_0.value).logicalName;$5=true;}return false;;});$3.focus=function($p1_0,$p1_1){ +return false;;};$3.open=ss.Delegate.create(this,function($p1_0,$p1_1){ +$0.$3=true;if($4.showFooter&&this.$6>0){var $1_0=this.$0.autocomplete('widget');SparkleXrm.GridEditor.XrmLookupEditor.addFooter($1_0,this.$6);}});$3.close=ss.Delegate.create(this,function($p1_0,$p1_1){ +$0.$3=false;var $1_0=this.$0.autocomplete('widget');var $1_1=$1_0.next();if($1_1.length>0||$1_1.hasClass('sparkle-menu-footer')){$1_1.hide();}});var $6=$4.nameAttribute.split(',');if($6.length>1){$4.columns=$6;$4.nameAttribute=$6[0];}var $7=ss.Delegate.create(this,function($p1_0,$p1_1){ +$4.queryCommand($p1_0.term,ss.Delegate.create(this,function($p2_0){ +if($p2_0.get_totalRecordCount()>$p2_0.get_entities().get_count()){this.$6=$p2_0.get_totalRecordCount();}else{this.$6=$p2_0.get_entities().get_count();}var $2_0=$p2_0.get_entities().get_count();var $2_1=!$2_0;var $2_2=$4.footerButton;var $2_3=($2_2!=null);var $2_4=new Array($2_0+(($2_3)?1:0)+(($2_1)?1:0));for(var $2_7=0;$2_7<$2_0;$2_7++){$2_4[$2_7]={};$2_4[$2_7].label=$p2_0.get_entities().get_item($2_7).getAttributeValue($4.nameAttribute);var $2_8=new SparkleXrm.Sdk.EntityReference(null,null,null);$2_8.name=$2_4[$2_7].label;$2_8.logicalName=$p2_0.get_entities().get_item($2_7).logicalName;$2_8.id=$p2_0.get_entities().get_item($2_7).getAttributeValue($4.idAttribute);$2_4[$2_7].value=$2_8;SparkleXrm.CustomBinding.XrmLookupBinding.$1_1($4.columns,$p2_0,$2_4,$2_7);var $2_9=$p2_0.get_entities().get_item($2_7).logicalName;if(!String.isNullOrEmpty($4.typeCodeAttribute)){$2_9=$p2_0.get_entities().get_item($2_7).getAttributeValue($4.typeCodeAttribute).toString();}if($4.showImage){$2_4[$2_7].image=SparkleXrm.Sdk.Metadata.MetadataCache.getSmallIconUrl($2_9);}}var $2_5=$2_0;if($2_1){var $2_A={};$2_A.label=SparkleResourceStrings.NoRecordsFound;$2_4[$2_5]=$2_A;$2_5++;}if($2_3){var $2_B={};$2_B.label=$2_2.label;$2_B.image=$2_2.image;$2_B.columnValues=null;$2_B.value=new SparkleXrm.Sdk.Entity('footerlink');$2_4[$2_5]=$2_B;}$p1_1($2_4);var $2_6={};$2_6.minLength=100000;this.$2.autocomplete($2_6);}));});$3.source=$7;$1=this.$2.autocomplete($3);var $8=($1.data('ui-autocomplete'));$8._renderItem=function($p1_0,$p1_1){ +if($p1_1.value===$p1_1.label){return $("
  • "+$p1_1.label+'
  • ').appendTo($p1_0);}var $1_0="";if($p1_1.image!=null){$1_0+="";}$1_0+=""+$p1_1.label+'
    ';if($p1_1.columnValues!=null&&$p1_1.columnValues.length>0){var $enum1=ss.IEnumerator.getEnumerator($p1_1.columnValues);while($enum1.moveNext()){var $1_1=$enum1.current;$1_0+=""+$1_1+'';}}$1_0+='
    ';return $('
  • ').append($1_0).appendTo($p1_0);};$2.click(ss.Delegate.create(this,function($p1_0){ +var $1_0={};$1_0.minLength=0;this.$2.autocomplete($1_0);this.$2.autocomplete('search',$1.val());}));this.$0.keydown(ss.Delegate.create(this,function($p1_0){ +if($p1_0.which===13&&!$5){if($1.val().length>0){$2.click();}else{this.$4=null;return;}}else if($p1_0.which===13){return;}if($0.$3){switch($p1_0.which){case 9:case 13:case 38:case 40:$p1_0.preventDefault();$p1_0.stopPropagation();break;}}else{switch($p1_0.which){case 13:$p1_0.preventDefault();$p1_0.stopPropagation();break;}}$5=false;}));} +SparkleXrm.GridEditor.XrmLookupEditor.formatter=function(row,cell,value,columnDef,dataContext){if(value!=null){var $0=value;return ""+SparkleXrm.Sdk.XmlHelper.encode($0.name)+'';}else{return '';}} +SparkleXrm.GridEditor.XrmLookupEditor.addFooter=function(menu,recordCount){var $0=menu.next();if(!$0.length||!$0.hasClass('sparkle-menu-footer')){$0=$("");menu.parent().append($0);}if($0!=null){$0.html('');var $4=$("");var $5=$("");var $6=$("");$4.append($5);$4.append($6);$5.append(String.format(SparkleResourceStrings.LookupFooter,recordCount));$0.append($4);}var $1=menu.position();var $2=menu.height();var $3=menu.width();if($0!=null&&$0.length>0){$0.show();$0.css('top',($1.top+$2+4).toString()+'px');$0.css('left',$1.left.toString()+'px');$0.width($3);}} +SparkleXrm.GridEditor.XrmLookupEditor.bindColumn=function(column,queryCommand,idAttribute,nameAttribute,typeCodeAttribute){column.editor=SparkleXrm.GridEditor.XrmLookupEditor.lookupEditor;var $0=new SparkleXrm.GridEditor.XrmLookupEditorOptions();$0.queryCommand=queryCommand;$0.idAttribute=idAttribute;$0.nameAttribute=nameAttribute;$0.typeCodeAttribute=typeCodeAttribute;column.options=$0;column.formatter=SparkleXrm.GridEditor.XrmLookupEditor.formatter;return column;} +SparkleXrm.GridEditor.XrmLookupEditor.bindReadOnlyColumn=function(column,typeCodeAttribute){var $0=new SparkleXrm.GridEditor.XrmLookupEditorOptions();$0.typeCodeAttribute=typeCodeAttribute;column.options=$0;column.formatter=SparkleXrm.GridEditor.XrmLookupEditor.formatter;return column;} +SparkleXrm.GridEditor.XrmLookupEditor.prototype={$0:null,$1:null,$2:null,$3:false,$6:0,destroy:function(){this.$0.autocomplete('close');this.$0.autocomplete('destroy');this.$1.remove();this.$2.remove();this.$2=null;},show:function(){},hide:function(){},position:function(position){},focus:function(){this.$0.focus();},loadValue:function(item){this.$5=item[this._args.column.field];if(this.$5!=null){this.$4=new SparkleXrm.Sdk.EntityReference(this.$5.id,this.$5.logicalName,this.$5.name);this.$0.val(this.$5.name);}},serializeValue:function(){if(this.$4!=null&&this.$4.id==null){return null;}else{return this.$4;}},applyValue:function(item,state){item[this._args.column.field]=state;this.raiseOnChange(item);},isValueChanged:function(){if(this.$5!=null&&this.$4!=null){var $0=(this.$5.id!=null)?this.$5.id.toString():'';var $1=(this.$4.id!=null)?this.$4.id.toString():'';return $0!==$1;}else{return ((this.$5!=null)||(this.$4!=null));}}} +SparkleXrm.GridEditor.CrmPagerControl=function(dataView,grid,container){this.$0=dataView;this.$1=grid;this.$2=container;$(ss.Delegate.create(this,function(){ +this.init();}));} +SparkleXrm.GridEditor.CrmPagerControl.prototype={$0:null,$1:null,$2:null,init:function(){this.$0.onPagingInfoChanged.subscribe(ss.Delegate.create(this,function($p1_0,$p1_1){ +this.updatePager($p1_1);}));this.$0.add_onSelectedRowsChanged(ss.Delegate.create(this,this.$3));this.constructPagerUI();this.updatePager(this.$0.getPagingInfo());},$3:function(){this.updatePager(this.$0.getPagingInfo());},getNavState:function(){var $0=!Slick.GlobalEditorLock.commitCurrentEdit();var $1=this.$0.getPagingInfo();var $2=$1.totalPages-1;var $3={};$3.canGotoFirst=!$0&&!!$1.pageSize&&$1.pageNum>0;$3.canGotoLast=!$0&&!!$1.pageSize&&$1.pageNum!==$2;$3.canGotoPrev=!$0&&!!$1.pageSize&&$1.pageNum>0;$3.canGotoNext=!$0&&!!$1.pageSize&&$1.pageNum<$2;$3.pagingInfo=$1;return $3;},setPageSize:function(n){this.$0.setRefreshHints({isFilterUnchanged: true});var $0={};$0.pageSize=n;this.$0.setPagingOptions($0);},gotoFirst:function(e){if(this.getNavState().canGotoFirst){var $0={};$0.pageNum=0;this.$0.setPagingOptions($0);}},gotoLast:function(e){var $0=this.getNavState();if($0.canGotoLast){var $1={};$1.pageNum=$0.pagingInfo.totalPages-1;this.$0.setPagingOptions($1);}},gotoPrev:function(e){var $0=this.getNavState();if($0.canGotoPrev){var $1={};$1.pageNum=$0.pagingInfo.pageNum-1;this.$0.setPagingOptions($1);this.$1.scrollRowToTop(0);}},gotoNext:function(e){var $0=this.getNavState();if($0.canGotoNext){var $1={};$1.pageNum=$0.pagingInfo.pageNum+1;this.$0.setPagingOptions($1);this.$1.scrollRowToTop(0);}},constructPagerUI:function(){this.$2.empty();var $0=$(""+""+"
    1 - 1 of 1 (0 selected)"+""+""+"Page 1"+""+' 
    ');var $1=$0.find('.sparkle-grid-paging-first');var $2=$0.find('.sparkle-grid-paging-back');var $3=$0.find('.sparkle-grid-paging-next');var $4=$0.find('.sparkle-grid-status-label');var $5=$0.find('.sparkle-grid-status-paging-page');this.$2.append($0);$1.click(ss.Delegate.create(this,this.gotoFirst));$2.click(ss.Delegate.create(this,this.gotoPrev));$3.click(ss.Delegate.create(this,this.gotoNext));},updatePager:function(pagingInfo){var $0=this.getNavState();var $1=this.$2.find('.sparkle-grid-paging-first');var $2=this.$2.find('.sparkle-grid-paging-back');var $3=this.$2.find('.sparkle-grid-paging-next');var $4=this.$2.find('.sparkle-grid-status-label');var $5=this.$2.find('.sparkle-grid-status-paging-page');var $6=this.$2.find('.sparkle-grid-status-label');if($0.canGotoFirst){$1.removeClass('disabled');}else{$1.addClass('disabled');}if($0.canGotoPrev){$2.removeClass('disabled');}else{$2.addClass('disabled');}if($0.canGotoNext){$3.removeClass('disabled');}else{$3.addClass('disabled');}$6.text(String.format('{0} - {1} of {2} ({3} selected)',pagingInfo.fromRecord,pagingInfo.toRecord,pagingInfo.totalRows,this.$0.getSelectedRows().length.toString()));$5.text(String.format('Page {0}',pagingInfo.pageNum+1));}} +SparkleXrm.GridEditor.XrmTextEditor=function(args){SparkleXrm.GridEditor.XrmTextEditor.initializeBase(this,[args]);this.$0=$("").appendTo(args.container).bind('keydown.nav',function($p1_0){ +if($p1_0.which===37||$p1_0.which===39){$p1_0.stopImmediatePropagation();}}).focus().select();} +SparkleXrm.GridEditor.XrmTextEditor.bindColumn=function(column){column.editor=SparkleXrm.GridEditor.XrmTextEditor.textEditor;column.formatter=SparkleXrm.GridEditor.XrmTextEditor.formatter;return column;} +SparkleXrm.GridEditor.XrmTextEditor.bindReadOnlyColumn=function(column){column.formatter=SparkleXrm.GridEditor.XrmTextEditor.formatter;return column;} +SparkleXrm.GridEditor.XrmTextEditor.formatter=function(row,cell,value,columnDef,dataContext){if(value!=null){return value;}else{return '';}} +SparkleXrm.GridEditor.XrmTextEditor.prototype={$0:null,$1:null,destroy:function(){SparkleXrm.GridEditor.XrmTextEditor.callBaseMethod(this, 'destroy');this.$0.remove();},focus:function(){SparkleXrm.GridEditor.XrmTextEditor.callBaseMethod(this, 'focus');this.$0.focus();},getValue:function(){return this.$0.val();},setValue:function(value){this.$0.val(value);},loadValue:function(item){this.$1=item[this._args.column.field];if(this.$1==null){this.$1='';}this.$0.val(this.$1);this.$0[0].setAttribute('defaultValue',this.$1);this.$0.select();},serializeValue:function(){return this.$0.val();},applyValue:function(item,state){item[this._args.column.field]=state;this.raiseOnChange(item);},isValueChanged:function(){return (!(!this.$0.val()&&this.$1==null))&&(this.$0.val()!==this.$1);}} +SparkleXrm.GridEditor.XrmTimeEditor=function(args){SparkleXrm.GridEditor.XrmTimeEditor.initializeBase(this,[args]);var $0=false;var $1=this;if(SparkleXrm.Sdk.OrganizationServiceProxy.userSettings!=null){this.$6=SparkleXrm.Sdk.OrganizationServiceProxy.userSettings.timeformatstring;}this.$2=$("
    ");this.$2.appendTo(this._args.container);var $2=this.$2.find('.sparkle-input-inline');this.$1=$2;this.$1.focus().select();var $3=this.$6;var $4=SparkleXrm.GridEditor.XrmTimeEditor.getTimePickerAutoCompleteOptions($3);$4.select=function($p1_0,$p1_1){ +$0=true;};$4.open=function($p1_0,$p1_1){ +$1.$3=true;};$4.close=function($p1_0,$p1_1){ +$1.$3=false;};$2=$2.autocomplete($4);var $5=this.$2.find('.autocompleteButton');$5.click(function($p1_0){ +$2.autocomplete('search','');});this.$1.keydown(function($p1_0){ +if($1.$3){switch($p1_0.which){case 13:case 38:case 40:$p1_0.preventDefault();$p1_0.stopPropagation();break;}}$0=false;});} +SparkleXrm.GridEditor.XrmTimeEditor.formatter=function(row,cell,value,columnDef,dataContext){var $0=value;return SparkleXrm.GridEditor.XrmTimeEditor.$0($0,columnDef.options);} +SparkleXrm.GridEditor.XrmTimeEditor.$0=function($p0,$p1){var $0='';if($p0!=null){$0=$p0.format($p1);}return $0;} +SparkleXrm.GridEditor.XrmTimeEditor.getTimePickerAutoCompleteOptions=function(timeFormatString){var $0={};var $1=new Array(48);var $2=Date.parseDate('2000-01-01T00:00:00');for(var $3=0;$3<48;$3++){$1[$3]=SparkleXrm.GridEditor.XrmTimeEditor.$0($2,timeFormatString);$2=SparkleXrm.Sdk.DateTimeEx.dateAdd('minutes',30,$2);}$0.source=$1;$0.minLength=0;$0.delay=0;$0.position={collision:'fit'};return $0;} +SparkleXrm.GridEditor.XrmTimeEditor.bindColumn=function(column){column.editor=SparkleXrm.GridEditor.XrmTimeEditor.timeEditor;column.formatter=SparkleXrm.GridEditor.XrmTimeEditor.formatter;column.options=SparkleXrm.Sdk.OrganizationServiceProxy.userSettings.timeformatstring;return column;} +SparkleXrm.GridEditor.XrmTimeEditor.bindReadOnlyColumn=function(column){column.formatter=SparkleXrm.GridEditor.XrmTimeEditor.formatter;column.options=SparkleXrm.Sdk.OrganizationServiceProxy.userSettings.timeformatstring;return column;} +SparkleXrm.GridEditor.XrmTimeEditor.prototype={$1:null,$2:null,$3:false,$4:null,$5:null,$6:'h:mm tt',destroy:function(){this.$1.autocomplete('close');this.$1.autocomplete('destroy');this.$2.remove();},show:function(){},hide:function(){},position:function(position){},focus:function(){this.$1.focus();},loadValue:function(item){SparkleXrm.GridEditor.XrmTimeEditor.callBaseMethod(this, 'loadValue',[item]);this.$4=item[this._args.column.field];this.$5=this.$4;this.$1.val(SparkleXrm.GridEditor.XrmTimeEditor.$0(this.$4,this.$6));this.$1.select();},serializeValue:function(){var $0=this.$1.val();if(!$0){return null;}var $1=SparkleXrm.Sdk.DateTimeEx.addTimeToDate(this.$4,$0);return $1;},applyValue:function(item,state){item[this._args.column.field]=state;this.raiseOnChange(item);},isValueChanged:function(){var $0=this.$1.val();var $1=SparkleXrm.GridEditor.XrmTimeEditor.$0(this.$5,this.$6);var $2='';if(!!$0){var $3=SparkleXrm.Sdk.DateTimeEx.addTimeToDate(this.$4,$0);$2=SparkleXrm.GridEditor.XrmTimeEditor.$0($3,this.$6);}return $1!==$2;}} +SparkleXrm.GridEditor.DataViewBase=function(){this.onRowsChanged=new Slick.Event();this.onPagingInfoChanged=new Slick.Event();this.onDataLoading=new Slick.Event();this.onDataLoaded=new Slick.Event();this.paging={};this.validationBinder=new SparkleXrm.DataViewValidationBinder();} +SparkleXrm.GridEditor.DataViewBase.rangesToRows=function(ranges){var $0=[];for(var $1=0;$1','>');}} +SparkleXrm.GridEditor.GridDataViewBinder=function(){} +SparkleXrm.GridEditor.GridDataViewBinder.$2=function($p0,$p1){var $0=$p0.getColumns();for(var $1=0;$1<$0.length-1;$1++){var $2=$0[$1];if($p1){$2.maxWidth=$2.width;$2.minWidth=$2.width;}else{$2.maxWidth=null;$2.minWidth=null;}}} +SparkleXrm.GridEditor.GridDataViewBinder.$3=function($p0,$p1){var $0=$('#'+$p1);var $1=$('#'+$p1+' > .slick-viewport');$p0=$0;var $2={};$2.showOverlay=false;$2.ignoreIfBlocked=true;var $3={};$3.border='0px';$3.backgroundColor='transparent';var $4={};$4.opacity='0';$2.css=$3;$2.message="";$p0.block($2);return $p0;} +SparkleXrm.GridEditor.GridDataViewBinder.addColumn=function(cols,displayName,width,field){var $0=SparkleXrm.GridEditor.GridDataViewBinder.newColumn(field,displayName,width);SparkleXrm.ArrayEx.add(cols,$0);return $0;} +SparkleXrm.GridEditor.GridDataViewBinder.parseLayout=function(layout){var $0=layout.split(',');var $1=[];for(var $2=0;$2<$0.length;$2=$2+3){var $3=$0[$2+1];var $4=$0[$2];var $5=parseInt($0[$2+2]);var $6=SparkleXrm.GridEditor.GridDataViewBinder.newColumn($3,$4,$5);SparkleXrm.ArrayEx.add($1,$6);}return $1;} +SparkleXrm.GridEditor.GridDataViewBinder.newColumn=function(field,name,width){var $0={};$0.id=field;$0.name=name;$0.width=width;$0.minWidth=$0.width;$0.field=field;$0.sortable=true;$0.formatter=SparkleXrm.GridEditor.GridDataViewBinder.columnFormatter;return $0;} +SparkleXrm.GridEditor.GridDataViewBinder.columnFormatter=function(row,cell,value,columnDef,dataContext){var $0;var $1='';if(columnDef.dataType!=null){$0=columnDef.dataType;}else{$0=Type.getInstanceType(value).get_name();}var $2=dataContext;var $3=($2.entityState==null)||($2.entityState===SparkleXrm.Sdk.EntityStates.unchanged);if($3&&$2.formattedValues!=null&&Object.keyExists($2.formattedValues,columnDef.field+'name')){$1=$2.formattedValues[columnDef.field+'name'];return $1;}if(value!=null){switch($0.toLowerCase()){case 'string':$1=value.toString();break;case 'boolean':case 'bool':$1=value.toString();break;case 'dateTime':case 'date':var $4=value;var $5='dd/mm/yy';var $6='hh:MM';if(SparkleXrm.Sdk.OrganizationServiceProxy.userSettings!=null){$5=SparkleXrm.Sdk.OrganizationServiceProxy.userSettings.dateformatstring;$6=SparkleXrm.Sdk.OrganizationServiceProxy.userSettings.timeformatstring;}$1=SparkleXrm.Sdk.DateTimeEx.formatDateSpecific($4,$5)+' '+SparkleXrm.Sdk.DateTimeEx.formatTimeSpecific($4,$6);break;case 'decimal':$1=value.toString();break;case 'double':$1=value.toString();break;case 'int':$1=value.toString();break;case 'guid':$1=value.toString();break;case 'money':var $7=value;$1=$7.value.toString();break;case 'customer':case 'owner':case 'lookup':case 'entityreference':var $8=value;$1=''+$8.name+'';break;case 'picklist':case 'status':case 'state':case 'optionsetvalue':var $9=value;$1=$9.name;break;case 'primarynamelookup':var $A=(value==null)?'':value.toString();$1=''+$A+'';break;}}return $1;} +SparkleXrm.GridEditor.GridDataViewBinder.bindRowIcon=function(column,entityLogicalName){column.formatter=SparkleXrm.GridEditor.GridDataViewBinder.rowIcon;column.options=entityLogicalName;return column;} +SparkleXrm.GridEditor.GridDataViewBinder.rowIcon=function(row,cell,value,columnDef,dataContext){var $0=dataContext;if($0==null){return '';}else{var $1=$0[columnDef.options];if($1==null||$1.logicalName==null){return '';}else{return "";}}} +SparkleXrm.GridEditor.GridDataViewBinder.addEditIndicatorColumn=function(columns){SparkleXrm.GridEditor.GridDataViewBinder.addColumn(columns,'',20,'entityState').formatter=function($p1_0,$p1_1,$p1_2,$p1_3,$p1_4){ +var $1_0=$p1_2;switch($1_0){case SparkleXrm.Sdk.EntityStates.created:case SparkleXrm.Sdk.EntityStates.changed:return "";case SparkleXrm.Sdk.EntityStates.readOnly:return "";default:return '';}};} +SparkleXrm.GridEditor.GridDataViewBinder.prototype={selectActiveRow:true,addCheckBoxSelectColumn:true,multiSelect:true,validationPopupUseFitPosition:false,$0:null,$1:null,dataBindXrmGrid:function(dataView,columns,gridId,pagerId,editable,allowAddNewRow){SparkleXrm.ArrayEx.add(columns,{});var $0={};$0.enableCellNavigation=true;$0.autoEdit=editable;$0.editable=editable;$0.asyncEditorLoading=true;$0.enableAddRow=allowAddNewRow;$0.rowHeight=(SparkleXrm.Xrm.PageEx.majorVersion===2013)?30:20;$0.headerRowHeight=25;$0.enableColumnReorder=false;var $1=null;if(this.addCheckBoxSelectColumn){var $3={};$3.cssClass='sparkle-checkbox-column';$1=new Slick.CheckboxSelectColumn($3);var $4=$1.getColumnDefinition();columns.insert(0,$4);}var $2=new Slick.Grid('#'+gridId,dataView,columns,$0);if(this.addCheckBoxSelectColumn){$2.registerPlugin($1);}this.dataBindSelectionModel($2,dataView);if(!String.isNullOrEmpty(pagerId)){var $5=new SparkleXrm.GridEditor.CrmPagerControl(dataView,$2,$('#'+pagerId));}this.dataBindEvents($2,dataView,gridId);this.addValidation($2,dataView);this.addRefreshButton(gridId,dataView);$(window).resize(function($p1_0){ +SparkleXrm.GridEditor.GridDataViewBinder.$2($2,true);$2.resizeCanvas();SparkleXrm.GridEditor.GridDataViewBinder.$2($2,false);});dataView.onDataLoaded.subscribe(function($p1_0,$p1_1){ +SparkleXrm.GridEditor.GridDataViewBinder.$2($2,false);});this.$1=$2;return $2;},dataBindDataViewGrid:function(dataView,columns,gridId,pagerId,editable,allowAddNewRow){SparkleXrm.ArrayEx.add(columns,{});var $0={};$0.enableCellNavigation=true;$0.autoEdit=editable;$0.editable=editable;$0.enableAddRow=allowAddNewRow;$0.rowHeight=20;$0.headerRowHeight=25;$0.enableColumnReorder=false;var $1=null;if(this.addCheckBoxSelectColumn){var $7={};$7.cssClass='sparkle-checkbox-column';$1=new Slick.CheckboxSelectColumn($7);var $8=$1.getColumnDefinition();columns.insert(0,$8);}var $2=new Slick.Grid('#'+gridId,dataView,columns,$0);$2.registerPlugin($1);dataView.onRowsChanged.subscribe(function($p1_0,$p1_1){ +var $1_0=$p1_1;if($1_0!=null&&$1_0.rows!=null){$2.invalidateRows($1_0.rows);$2.render();}});$(window).resize(function($p1_0){ +SparkleXrm.GridEditor.GridDataViewBinder.$2($2,true);$2.resizeCanvas();SparkleXrm.GridEditor.GridDataViewBinder.$2($2,false);});var $3=function(){ +};dataView.reset=$3;this.addRefreshButton(gridId,dataView);var $4={};$4.selectActiveRow=true;var $5=new Slick.RowSelectionModel($4);$2.setSelectionModel($5);var $6=ss.Delegate.create(this,function($p1_0,$p1_1){ +var $1_0=$p1_1;this.$0=$1_0.sortCol.field;dataView.sort(ss.Delegate.create(this,this.comparer),$1_0.sortAsc);});$2.onSort.subscribe($6);return $2;},comparer:function(l,r){var $0=l;var $1=r;var $2=$0[this.$0],$3=$1[this.$0];return (($2===$3)?0:(($2 > $3)?1:-1));},bindClickHandler:function(grid){var $0=function($p1_0,$p1_1){ +Xrm.Utility.openEntityForm($p1_0,$p1_1,null);};grid.onClick.subscribe(function($p1_0,$p1_1){ +var $1_0=$p1_1;var $1_1=false;var $1_2=$p1_0.srcElement;var $1_3=$1_2.getAttribute('logicalName');var $1_4=$1_2.getAttribute('id');var $1_5=$1_2.getAttribute('primaryNameLookup');if(($1_3!=null&$1_4!=null)===1){$1_1=true;}else if($1_5!=null){$1_1=true;var $1_6=$1_0.grid.getDataItem($1_0.row);$1_3=$1_6.logicalName;var $1_7=$1_6.getAttributeValueString('activitytypecode');if($1_7!=null){$1_3=$1_7;}$1_4=$1_6.id;}if($1_1){$0($1_3,$1_4);$p1_0.stopImmediatePropagation();$p1_0.stopPropagation();}});grid.onDblClick.subscribe(function($p1_0,$p1_1){ +var $1_0=$p1_1;var $1_1=$1_0.grid.getDataItem($1_0.row);var $1_2=$1_1.logicalName;var $1_3=$1_1.getAttributeValueString('activitytypecode');if($1_3!=null){$1_2=$1_3;}$0($1_2,$1_1.id);$p1_0.stopImmediatePropagation();$p1_0.stopPropagation();});},addValidation:function(grid,dataView){var $0=function($p1_0,$p1_1){ +$p1_1.validator=function($p2_0,$p2_1){ +var $2_0=dataView.gridValidationIndexer();var $2_1=$2_0($p1_0);if($2_1!=null){return $2_1($p2_0,$p2_1);}else{var $2_2={};$2_2.valid=true;return $2_2;}};};if(dataView.gridValidationIndexer()!=null){var $enum1=ss.IEnumerator.getEnumerator(grid.getColumns());while($enum1.moveNext()){var $1=$enum1.current;var $2=$1.field;$0($2,$1);}}},dataBindSelectionModel:function(grid,dataView){var $0={};$0.selectActiveRow=this.selectActiveRow;$0.multiRowSelect=this.multiSelect;var $1=new Slick.RowSelectionModel($0);var $2=false;$1.onSelectedRangesChanged.subscribe(function($p1_0,$p1_1){ +if($2){return;}$2=true;var $1_0=dataView.getSelectedRows();var $1_1=$p1_1;var $1_2=$1_0.length!==$1_1.length;if(!$1_2){for(var $1_3=0;$1_3<$1_0.length;$1_3++){if($1_0[$1_3].fromRow!==$1_1[$1_3].fromRow){$1_2=true;break;}}}if($1_2){dataView.raiseOnSelectedRowsChanged($1_1);}$2=false;});dataView.add_onSelectedRowsChanged(function(){ +if($2){return;}$2=true;var $1_0=dataView.getSelectedRows();var $1_1=new Array($1_0.length);for(var $1_2=0;$1_2<$1_1.length;$1_2++){$1_1[$1_2]=$1_0[$1_2].fromRow;}grid.setSelectedRows($1_1);$2=false;});grid.setSelectionModel($1);},addRefreshButton:function(gridId,dataView){var $0=$('#'+gridId);var $1=$("
    ").appendTo($0);$1.find('#refreshButtonLink').click(function($p1_0){ +dataView.reset();dataView.refresh();});},dataBindEvents:function(grid,dataView,gridContainerDivId){grid.onSort.subscribe(function($p1_0,$p1_1){ +var $1_0=$p1_1;dataView.sort($1_0);grid.invalidate();grid.render();});grid.onAddNewRow.subscribe(function($p1_0,$p1_1){ +var $1_0=$p1_1;dataView.addItem($1_0.item);var $1_1=$1_0.column;grid.invalidateRow(dataView.getLength()-1);grid.updateRowCount();grid.render();});dataView.onRowsChanged.subscribe(function($p1_0,$p1_1){ +var $1_0=$p1_1;if($1_0!=null&&$1_0.rows!=null){grid.invalidateRows($1_0.rows);grid.render();}else{grid.invalidateRow(dataView.getLength());grid.updateRowCount();grid.render();}grid.resizeCanvas();});var $0=null;var $1=null;var $2=function($p1_0,$p1_1){ +if($1!=null){$1.hide();$1.remove();}};grid.onCellChange.subscribe($2);grid.onActiveCellChanged.subscribe($2);grid.onBeforeCellEditorDestroy.subscribe($2);grid.onValidationError.subscribe(ss.Delegate.create(this,function($p1_0,$p1_1){ +var $1_0=$p1_1;var $1_1=$1_0.validationResults;var $1_2=$1_0.cellNode;var $1_3=$1_0.editor;var $1_4='';if($1_1.message!=null){$1_4=$1_1.message;}var $1_5=$1_1.valid;if(!$1_5){$($1_2).attr('title',$1_4);$2($p1_0,$p1_1);$1=$("