C# Class Mono.WebServices.Driver

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
GenerateCode ( System.Web.Services.Description.WebReferenceCollection references, CodeCompileUnit codeUnit ) : bool

Generate code for the specified ServiceDescription.

Main ( string args ) : int

Application entry point.

Private Methods

Méthode Description
CreateClient ( ) : System.Web.Services.Discovery.DiscoveryClientProtocol
Driver ( ) : System
GetCodeNamespace ( ) : CodeNamespace

Create the CodeNamespace with the generator's signature commented in.

GetProvider ( ) : CodeDomProvider

Fetch the Code Provider for the language specified by the 'language' members.

ImportArgument ( string argument ) : void

Interperet the command-line arguments and configure the relavent components.

Run ( string args ) : int
WriteCodeUnit ( CodeCompileUnit codeUnit, string serviceName ) : void
WriteText ( string text, int initialLeftMargin, int leftMargin ) : void

Method Details

GenerateCode() public méthode

Generate code for the specified ServiceDescription.
public GenerateCode ( System.Web.Services.Description.WebReferenceCollection references, CodeCompileUnit codeUnit ) : bool
references System.Web.Services.Description.WebReferenceCollection
codeUnit System.CodeDom.CodeCompileUnit
Résultat bool

Main() public static méthode

Application entry point.
public static Main ( string args ) : int
args string
Résultat int