Table of Contents

Interface IClassFileTransformer

Namespace
Java.Lang.Instrument
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IClassFileTransformer

Methods

Transform(ClassLoader, String, Class, ProtectionDomain, byte[])

byte[] Transform(ClassLoader arg0, String arg1, Class arg2, ProtectionDomain arg3, byte[] arg4)

Parameters

arg0 ClassLoader

ClassLoader

arg1 String

String

arg2 Class

Class

arg3 ProtectionDomain

ProtectionDomain

arg4 byte[]

byte

Returns

byte[]

byte

Exceptions

IllegalClassFormatException

Transform(Module, ClassLoader, String, Class, ProtectionDomain, byte[])

byte[] Transform(Module arg0, ClassLoader arg1, String arg2, Class arg3, ProtectionDomain arg4, byte[] arg5)

Parameters

arg0 Module

Module

arg1 ClassLoader

ClassLoader

arg2 String

String

arg3 Class

Class

arg4 ProtectionDomain

ProtectionDomain

arg5 byte[]

byte

Returns

byte[]

byte

Exceptions

IllegalClassFormatException