This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.ProtobufTools.
                            
 
	
		Summary
	
            Invokes protoc executable.
            
		
	Syntax
	public static void Protoc(this ICakeContext context, ProtocSettings settings, params FilePath[] files)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| NullableContextAttribute |  | 
					
						| CakeMethodAliasAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext | The context. | 
					
						| settings | ProtocSettings | The settings. | 
					
						| files | FilePath[] | Input files. | 
			
		 
	 	
	Return Value