C# 클래스 MySql.Data.VisualStudio.MySqlDataSourceSpecializer

This class needed only as a stub to get prompt dialog to work. Its methods are never called.
상속: DataSourceSpecializer
파일 보기 프로젝트 열기: elevate/mysqlconnector-.net

공개 메소드들

메소드 설명
CreateObject ( System.Guid dataSource, Type objType ) : object
DeriveDataSource ( string connectionString ) : System.Guid
GetAssembly ( System.Guid dataSource, string assemblyString ) : Assembly

메소드 상세

CreateObject() 공개 메소드

public CreateObject ( System.Guid dataSource, Type objType ) : object
dataSource System.Guid
objType System.Type
리턴 object

DeriveDataSource() 공개 메소드

public DeriveDataSource ( string connectionString ) : System.Guid
connectionString string
리턴 System.Guid

GetAssembly() 공개 메소드

public GetAssembly ( System.Guid dataSource, string assemblyString ) : Assembly
dataSource System.Guid
assemblyString string
리턴 System.Reflection.Assembly