Uses of Interface
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsLibrary
-
Packages that use VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsLibrary Package Description net.bytebuddy.agent The Byte Buddy agent allows the redefinition of classes at runtime. -
-
Uses of VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsLibrary in net.bytebuddy.agent
Constructors in net.bytebuddy.agent with parameters of type VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsLibrary Constructor Description ForJnaWindowsNamedPipe(VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsLibrary library, VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsAttachLibrary attachLibrary, com.sun.jna.platform.win32.WinNT.HANDLE process, com.sun.jna.platform.win32.WinDef.LPVOID code)
Creates a new connection via a named pipe.
-