C# Class net.sf.jni4net.attributes.JavaProxyAttribute

Inheritance: System.Attribute
Mostra file Open project: Mazrick/jni4net

Public Methods

Method Description
JavaProxyAttribute ( ) : System
JavaProxyAttribute ( Type interfaceType, Type staticType ) : System

Method Details

JavaProxyAttribute() public method

public JavaProxyAttribute ( ) : System
return System

JavaProxyAttribute() public method

public JavaProxyAttribute ( Type interfaceType, Type staticType ) : System
interfaceType System.Type
staticType System.Type
return System