IdeaBlade DevForce 2010 Help Reference
StackWriteLine Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > TraceFns Class : StackWriteLine Method



pStackFrame
pMessage
Writes the message.

Syntax

Visual Basic (Declaration) 
Protected Shared Sub StackWriteLine( _
   ByVal pStackFrame As StackFrame, _
   ByVal pMessage As String _
) 
Visual Basic (Usage)Copy Code
Dim pStackFrame As StackFrame
Dim pMessage As String
 
TraceFns.StackWriteLine(pStackFrame, pMessage)
C# 
protected static void StackWriteLine( 
   StackFrame pStackFrame,
   string pMessage
)
C++/CLI 
protected:
static void StackWriteLine( 
   StackFrame^ pStackFrame,
   String^ pMessage
) 

Parameters

pStackFrame
pMessage

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.