Nevron .NET Vision
Nevron.Dom Namespace / NOperationStack Class / EnforceDepth Method
desired stack depth


In This Topic
    EnforceDepth Method
    In This Topic
    Enforces the depth of the stack
    Syntax
    'Declaration
     
    
    Public Sub EnforceDepth( _
       ByVal depth As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NOperationStack
    Dim depth As System.Integer
     
    instance.EnforceDepth(depth)
    public void EnforceDepth( 
       System.int depth
    )

    Parameters

    depth
    desired stack depth
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also