C# 클래스 Game.Utilities.Direct3DUtil

파일 보기 프로젝트 열기: jasonpang/Starcraft2Hook

공개 메소드들

메소드 설명
GetDirect3D9VirtualTableAddresses ( ) : IntPtr>.Dictionary

Returns a dictionary of Direct3D 9 function names to their in-memory function addresses.

GetLoadedVersion ( ) : Direct3DVersion

Returns the currently loaded module version of Direct3D in the executing assembly.

메소드 상세

GetDirect3D9VirtualTableAddresses() 공개 정적인 메소드

Returns a dictionary of Direct3D 9 function names to their in-memory function addresses.
public static GetDirect3D9VirtualTableAddresses ( ) : IntPtr>.Dictionary
리턴 IntPtr>.Dictionary

GetLoadedVersion() 공개 정적인 메소드

Returns the currently loaded module version of Direct3D in the executing assembly.
public static GetLoadedVersion ( ) : Direct3DVersion
리턴 Direct3DVersion