VsaLoader.SaveCompiledState 方法
此成员支持 .NET Framework 结构,不能在代码中直接使用。
命名空间: Microsoft.Vsa
程序集: Microsoft.Vsa(在 Microsoft.Vsa.dll 中)
语法
声明
Public Sub SaveCompiledState ( _
<OutAttribute> ByRef PE As Byte(), _
<OutAttribute> ByRef PDB As Byte() _
)
public void SaveCompiledState(
out byte[] PE,
out byte[] PDB
)
public:
virtual void SaveCompiledState(
[OutAttribute] array<unsigned char>^% PE,
[OutAttribute] array<unsigned char>^% PDB
) sealed
abstract SaveCompiledState :
PE:byte[] byref *
PDB:byte[] byref -> unit
override SaveCompiledState :
PE:byte[] byref *
PDB:byte[] byref -> unit
public final function SaveCompiledState(
PE : byte[],
PDB : byte[]
)
参数
- PE
类型:array<Byte[]%
- PDB
类型:array<Byte[]%
实现
IVsaEngine.SaveCompiledState(array<Byte[]%, array<Byte[]%)