Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / ObnI Class / SbnI Method


In This Topic
    SbnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Security.Permissions.ReflectionPermissionAttribute(True)>
    Public Shared Function SbnI( _
       ByVal tbnI As System.IntPtr, _
       ByVal UbnI As System.Type _
    ) As System.Object
    'Usage
     
    
    Dim tbnI As System.IntPtr
    Dim UbnI As System.Type
    Dim value As System.Object
     
    value = ObnI.SbnI(tbnI, UbnI)
    [System.Security.Permissions.ReflectionPermission(true)]
    public static System.object SbnI( 
       System.IntPtr tbnI,
       System.Type UbnI
    )

    Parameters

    tbnI
    UbnI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also