C# 클래스 ExcelDna.Integration.DnaLibrary

파일 보기 프로젝트 열기: system-tradingtech/DataTools 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AutoClose void
AutoOpen void
DeInitialize void
GetAssemblies List
GetExportedAssemblies IEnumerable
Initialize void
InitializeRootLibrary void
LoadCustomUI void
UnloadCustomUI void

공개 메소드들

메소드 설명
GetImage ( string imageId ) : Bitmap
GetProjects ( ) : List
LoadFrom ( Uri uri ) : DnaLibrary
LoadFrom ( byte bytes, string pathResolveRoot ) : DnaLibrary
LoadFrom ( string fileName ) : DnaLibrary
ResolvePath ( string path ) : string
ResolvePath ( string path, string dnaDirectory ) : string
Save ( DnaLibrary dnaLibrary ) : byte[]
Save ( string fileName, DnaLibrary dnaLibrary ) : void

비공개 메소드들

메소드 설명
AutoClose ( ) : void
AutoOpen ( ) : void
DeInitialize ( ) : void
GetAssemblies ( string pathResolveRoot ) : List
GetExportedAssemblies ( ) : IEnumerable
Initialize ( ) : void
InitializeRootLibrary ( string xllPath ) : void
LoadCustomUI ( ) : void
UnloadCustomUI ( ) : void

메소드 상세

GetImage() 공개 메소드

public GetImage ( string imageId ) : Bitmap
imageId string
리턴 System.Drawing.Bitmap

GetProjects() 공개 메소드

public GetProjects ( ) : List
리턴 List

LoadFrom() 공개 정적인 메소드

public static LoadFrom ( Uri uri ) : DnaLibrary
uri System.Uri
리턴 DnaLibrary

LoadFrom() 공개 정적인 메소드

public static LoadFrom ( byte bytes, string pathResolveRoot ) : DnaLibrary
bytes byte
pathResolveRoot string
리턴 DnaLibrary

LoadFrom() 공개 정적인 메소드

public static LoadFrom ( string fileName ) : DnaLibrary
fileName string
리턴 DnaLibrary

ResolvePath() 공개 메소드

public ResolvePath ( string path ) : string
path string
리턴 string

ResolvePath() 공개 정적인 메소드

public static ResolvePath ( string path, string dnaDirectory ) : string
path string
dnaDirectory string
리턴 string

Save() 공개 정적인 메소드

public static Save ( DnaLibrary dnaLibrary ) : byte[]
dnaLibrary DnaLibrary
리턴 byte[]

Save() 공개 정적인 메소드

public static Save ( string fileName, DnaLibrary dnaLibrary ) : void
fileName string
dnaLibrary DnaLibrary
리턴 void