PluginSkeleton Constructor 
      
     
    
       Constructor 
      
        [Visual Basic]
        Protected Sub New( _
   ByVal 
name As 
String _
)
 
      
        [C#]
        protected PluginSkeleton(   
string name);
 
      Parameters
      
        - 
          name
        
- the name of the plugin
Remarks
       Initializes a new Plugin with the specified name. 
      See Also
      
        PluginSkeleton Class | log4net.Plugin Namespace