C# 클래스 System.Runtime.Remoting.MetadataServices.MetaData

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
ConvertCodeSourceFileToAssemblyFile ( String codePath, String assemblyPath, String strongNameFilename ) : void
ConvertCodeSourceStreamToAssemblyFile ( ArrayList outCodeStreamList, String assemblyPath, String strongNameFilename ) : void
ConvertSchemaStreamToCodeSourceStream ( bool clientProxy, String outputDirectory, Stream inputStream, ArrayList outCodeStreamList ) : void
ConvertSchemaStreamToCodeSourceStream ( bool clientProxy, String outputDirectory, Stream inputStream, ArrayList outCodeStreamList, String proxyUrl ) : void
ConvertSchemaStreamToCodeSourceStream ( bool clientProxy, String outputDirectory, Stream inputStream, ArrayList outCodeStreamList, String proxyUrl, String proxyNamespace ) : void
ConvertTypesToSchemaToFile ( ServiceType types, SdlType sdlType, String path ) : void
ConvertTypesToSchemaToFile ( Type types, SdlType sdlType, String path ) : void
ConvertTypesToSchemaToStream ( ServiceType serviceTypes, SdlType sdlType, Stream outputStream ) : void
ConvertTypesToSchemaToStream ( Type types, SdlType sdlType, Stream outputStream ) : void
RetrieveSchemaFromUrlToFile ( String url, String path ) : void
RetrieveSchemaFromUrlToStream ( String url, Stream outputStream ) : void
SaveStreamToFile ( Stream inputStream, String path ) : void

메소드 상세

ConvertCodeSourceFileToAssemblyFile() 공개 정적인 메소드

public static ConvertCodeSourceFileToAssemblyFile ( String codePath, String assemblyPath, String strongNameFilename ) : void
codePath String
assemblyPath String
strongNameFilename String
리턴 void

ConvertCodeSourceStreamToAssemblyFile() 공개 정적인 메소드

public static ConvertCodeSourceStreamToAssemblyFile ( ArrayList outCodeStreamList, String assemblyPath, String strongNameFilename ) : void
outCodeStreamList System.Collections.ArrayList
assemblyPath String
strongNameFilename String
리턴 void

ConvertSchemaStreamToCodeSourceStream() 공개 정적인 메소드

public static ConvertSchemaStreamToCodeSourceStream ( bool clientProxy, String outputDirectory, Stream inputStream, ArrayList outCodeStreamList ) : void
clientProxy bool
outputDirectory String
inputStream Stream
outCodeStreamList System.Collections.ArrayList
리턴 void

ConvertSchemaStreamToCodeSourceStream() 공개 정적인 메소드

public static ConvertSchemaStreamToCodeSourceStream ( bool clientProxy, String outputDirectory, Stream inputStream, ArrayList outCodeStreamList, String proxyUrl ) : void
clientProxy bool
outputDirectory String
inputStream Stream
outCodeStreamList System.Collections.ArrayList
proxyUrl String
리턴 void

ConvertSchemaStreamToCodeSourceStream() 공개 정적인 메소드

public static ConvertSchemaStreamToCodeSourceStream ( bool clientProxy, String outputDirectory, Stream inputStream, ArrayList outCodeStreamList, String proxyUrl, String proxyNamespace ) : void
clientProxy bool
outputDirectory String
inputStream Stream
outCodeStreamList System.Collections.ArrayList
proxyUrl String
proxyNamespace String
리턴 void

ConvertTypesToSchemaToFile() 공개 정적인 메소드

public static ConvertTypesToSchemaToFile ( ServiceType types, SdlType sdlType, String path ) : void
types ServiceType
sdlType SdlType
path String
리턴 void

ConvertTypesToSchemaToFile() 공개 정적인 메소드

public static ConvertTypesToSchemaToFile ( Type types, SdlType sdlType, String path ) : void
types System.Type
sdlType SdlType
path String
리턴 void

ConvertTypesToSchemaToStream() 공개 정적인 메소드

public static ConvertTypesToSchemaToStream ( ServiceType serviceTypes, SdlType sdlType, Stream outputStream ) : void
serviceTypes ServiceType
sdlType SdlType
outputStream Stream
리턴 void

ConvertTypesToSchemaToStream() 공개 정적인 메소드

public static ConvertTypesToSchemaToStream ( Type types, SdlType sdlType, Stream outputStream ) : void
types System.Type
sdlType SdlType
outputStream Stream
리턴 void

RetrieveSchemaFromUrlToFile() 공개 정적인 메소드

public static RetrieveSchemaFromUrlToFile ( String url, String path ) : void
url String
path String
리턴 void

RetrieveSchemaFromUrlToStream() 공개 정적인 메소드

public static RetrieveSchemaFromUrlToStream ( String url, Stream outputStream ) : void
url String
outputStream Stream
리턴 void

SaveStreamToFile() 공개 정적인 메소드

public static SaveStreamToFile ( Stream inputStream, String path ) : void
inputStream Stream
path String
리턴 void