HostedApplication.GetCompiledState Method (Byte[], Byte[])
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Note: This API is now obsolete.
Get the compiled State
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
[ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public void GetCompiledState(
out byte[] pe,
out byte[] debugInfo
)
<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")>
Public Sub GetCompiledState (
<OutAttribute> ByRef pe As Byte(),
<OutAttribute> ByRef debugInfo As Byte()
)
Parameters
pe
Type: System.Byte[]PE Byte information.
debugInfo
Type: System.Byte[]Debug information
Remarks
Used by IVsaSite interface
See Also
HostedApplication Class
Microsoft.Uii.Csr Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright