C# Класс Mono.WebServices.Driver

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GenerateCode ( System.Web.Services.Description.WebReferenceCollection references, CodeCompileUnit codeUnit ) : bool

Generate code for the specified ServiceDescription.

Main ( string args ) : int

Application entry point.

Приватные методы

Метод Описание
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

Описание методов

GenerateCode() публичный Метод

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
Результат bool

Main() публичный статический Метод

Application entry point.
public static Main ( string args ) : int
args string
Результат int