PluginAttribute.CreatePlugin Method 
      
     
    
       Creates the plugin object defined by this attribute. 
      
        [Visual Basic]
        NotOverridable Public Function CreatePlugin() As 
IPlugin _
 
      
        [C#]
        public 
IPlugin CreatePlugin();
 
      Return Value
      The plugin object.
      Implements
      
        IPluginFactory.CreatePlugin
      
      Remarks
             Creates the instance of the IPlugin object as specified by this attribute. 
            See Also
PluginAttribute Class | log4net.Config Namespace