HostedApplication.GetCompiledState Method
Get the compiled State
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedApplication
Dim pe As Byte()
Dim debugInfo As Byte()
instance.GetCompiledState(pe, debugInfo)
Syntax
'Declaration
<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() _
)
[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(L"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=L"FullTrust")]
public:
void GetCompiledState (
[OutAttribute] array<unsigned char>^% pe,
[OutAttribute] array<unsigned char>^% debugInfo
)
/** @attribute 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.") */
/** @attribute PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust") */
public void GetCompiledState (
/** @attribute OutAttribute() */ /** @ref */ byte[] pe,
/** @attribute OutAttribute() */ /** @ref */ byte[] debugInfo
)
Parameters
- pe
PE Byte information.
- debugInfo
Debug information
Remarks
Used by IVsaSite interface
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
HostedApplication Class
HostedApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.