C# Class Qyoto.QWebPluginFactory.Plugin

Inheritance: Object, IDisposable
显示文件 Open project: 0xd34df00d/Qross

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Dispose ( ) : void
Plugin ( ) : System

Protected Methods

Method Description
CreateProxy ( ) : void
Plugin ( Type dummy ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Plugin() public method

public Plugin ( ) : System
return System

Plugin() protected method

protected Plugin ( Type dummy ) : System
dummy System.Type
return System

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation