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

Inheritance: System.Attribute
Exibir arquivo Open project: Mazrick/jni4net

Public Methods

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

Method Details

ClrWrapperAttribute() public method

public ClrWrapperAttribute ( ) : System
return System

ClrWrapperAttribute() public method

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