C# 클래스 pGina.CredentialProvider.Registration.DllUtils

파일 보기 프로젝트 열기: MutonUfoAI/pgina 1 사용 예제들

공개 메소드들

메소드 설명
Find32BitDll ( string path, string baseName ) : FileInfo
Find64BitDll ( string path, string baseName ) : FileInfo
Is64BitDll ( string fullPath ) : bool

비공개 메소드들

메소드 설명
GetDllMachineType ( string fullPath ) : MachineType

메소드 상세

Find32BitDll() 공개 정적인 메소드

public static Find32BitDll ( string path, string baseName ) : FileInfo
path string
baseName string
리턴 System.IO.FileInfo

Find64BitDll() 공개 정적인 메소드

public static Find64BitDll ( string path, string baseName ) : FileInfo
path string
baseName string
리턴 System.IO.FileInfo

Is64BitDll() 공개 정적인 메소드

public static Is64BitDll ( string fullPath ) : bool
fullPath string
리턴 bool