public class IOExtensionPoint {
public weak IOExtension get_extension_by_name ( string name ) ;
public weak List get_extensions ( ) ;
public Type get_required_type ( ) ;
public static weak IOExtension implement ( string extension_point_name,
Type type,
string extension_name,
int priority ) ;
public static weak IOExtensionPoint lookup ( string name ) ;
public static weak IOExtensionPoint register ( string name ) ;
public void set_required_type ( Type type ) ;
}

public weak IOExtension get_extension_by_name ( string name ) ;
public weak List get_extensions ( ) ;
public Type get_required_type ( ) ;
public static weak IOExtension implement ( string extension_point_name,
Type type,
string extension_name,
int priority ) ;
public static weak IOExtensionPoint lookup ( string name ) ;
public static weak IOExtensionPoint register ( string name ) ;
public void set_required_type ( Type type ) ;
Created by Valadoc