Function PopMethod( _ ByVal className As String, _ ByVal methodName As String _ ) As LogResponse
Dim instance As ILog Dim className As String Dim methodName As String Dim value As LogResponse value = instance.PopMethod(className, methodName)
LogResponse PopMethod( string className, string methodName )
LogResponse^ PopMethod( String^ className, String^ methodName )
Parameters
- className
- methodName