C# Class net.sf.jni4net.proxygen.config.TypeRegistration

显示文件 Open project: Mazrick/jni4net Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ExplicitInterface ( string name, string signature, string &ret ) : bool
GetModifier ( string name, string signature, MethodModifier &modifier ) : bool
IsIgnoredInterface ( string name ) : bool
ReplaceReturn ( string name, string signature, string &ret ) : bool
TestForceMethod ( string name, string signature ) : bool
TestSkipMethod ( string name, string signature ) : bool
TypeRegistration ( ) : System.Xml.Serialization

Method Details

ExplicitInterface() public method

public ExplicitInterface ( string name, string signature, string &ret ) : bool
name string
signature string
ret string
return bool

GetModifier() public method

public GetModifier ( string name, string signature, MethodModifier &modifier ) : bool
name string
signature string
modifier MethodModifier
return bool

IsIgnoredInterface() public method

public IsIgnoredInterface ( string name ) : bool
name string
return bool

ReplaceReturn() public method

public ReplaceReturn ( string name, string signature, string &ret ) : bool
name string
signature string
ret string
return bool

TestForceMethod() public method

public TestForceMethod ( string name, string signature ) : bool
name string
signature string
return bool

TestSkipMethod() public method

public TestSkipMethod ( string name, string signature ) : bool
name string
signature string
return bool

TypeRegistration() public method

public TypeRegistration ( ) : System.Xml.Serialization
return System.Xml.Serialization