AssemblyManifest.ExternalProxyStubs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the set of external proxy stubs referenced by the manifest for isolated applications and Reg-Free COM.
public:
property cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::ProxyStub ^> ^ ExternalProxyStubs { cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::ProxyStub ^> ^ get(); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[] ExternalProxyStubs { get; }
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[] ExternalProxyStubs { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ExternalProxyStubs : Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[]
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ExternalProxyStubs : Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[]
Public ReadOnly Property ExternalProxyStubs As ProxyStub()
Property Value
The set of external proxy stubs referenced by the manifest for isolated applications and Reg-Free COM.
- Attributes