Responder Developer Guide
GetCompiledState Method


Syntax
'Declaration
 
Public Sub GetCompiledState( _
   ByRef pe() As Byte, _
   ByRef debugInfo() As Byte _
) 
'Usage
 
Dim instance As BaseVsaSite
Dim pe() As Byte
Dim debugInfo() As Byte
 
instance.GetCompiledState(pe, debugInfo)
public void GetCompiledState( 
   out byte[] pe,
   out byte[] debugInfo
)

Parameters

pe
debugInfo
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

BaseVsaSite Class
BaseVsaSite Members

 

 


Send Comment