HostedApplication.GetCompiledState(Byte[], Byte[]) Method
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.
Caution
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.
Get the compiled State
public:
void GetCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % debugInfo);
[System.Obsolete("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.")]
public void GetCompiledState (out byte[] pe, out byte[] debugInfo);
[<System.Obsolete("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.")>]
member this.GetCompiledState : Byte[] * Byte[] -> unit
Public Sub GetCompiledState (ByRef pe As Byte(), ByRef debugInfo As Byte())
Parameters
- pe
- Byte[]
PE Byte information.
- debugInfo
- Byte[]
Debug information
- Attributes
Remarks
Used by IVsaSite interface