Uses of Interface
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsAttachLibrary
Package
Description
The Byte Buddy agent allows the redefinition of classes at runtime.
-
Uses of VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsAttachLibrary in net.bytebuddy.agent
Fields in net.bytebuddy.agent declared as VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsAttachLibraryModifier and TypeFieldDescriptionVirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.attachLibrary
The library to use for communicating with Windows attachment extension that is included as a DLL.VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.Factory.attachLibrary
The library to use for communicating with Windows attachment extension that is included as a DLL.Constructors in net.bytebuddy.agent with parameters of type VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsAttachLibraryModifierConstructorDescriptionprotected
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.