프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BeginUpdateResource | |||
EndUpdateResource | bool | ||
EnumResourceNames | bool | ||
FindResource | |||
FreeLibrary | bool | ||
GetClientRect | bool | ||
GetLanguage | ushort | ||
GetLastInputInfo | bool | ||
GetResourceNamesCallback | bool | ||
GetWindowLong | |||
GetWindowLong32 | |||
GetWindowLong64 | |||
LoadLibraryEx | |||
LoadResource | |||
LockResource | |||
SetParent | |||
SetWindowLong | |||
SetWindowLong32 | |||
SetWindowLong64 | |||
SizeofResource | uint | ||
UpdateResource | bool |
메소드 | 설명 | |
---|---|---|
BeginUpdateResource ( string filename ) : |
||
CompleteUpdateResource ( |
||
DeleteResource ( |
||
DiscardUpdateResource ( |
||
GetFreeIconNames ( IEnumerable |
||
GetLastWin32Exception ( ) : |
||
GetResourceNames ( |
||
GetStringTable ( IEnumerable |
||
LoadDatafile ( string filename ) : |
||
LoadResourceBytes ( |
||
SetWindowChild ( |
||
UpdateResource ( |
메소드 | 설명 | |
---|---|---|
BeginUpdateResource ( string filename, bool deleteExisting ) : |
||
EndUpdateResource ( |
||
EnumResourceNames ( |
||
FindResource ( |
||
FreeLibrary ( |
||
GetClientRect ( |
||
GetLanguage ( PrimaryLanguage primary, SecondaryLanguage secondary ) : ushort | ||
GetLastInputInfo ( LastInputInfo &info ) : bool | ||
GetResourceNamesCallback ( |
||
GetWindowLong ( |
||
GetWindowLong32 ( |
||
GetWindowLong64 ( |
||
LoadLibraryEx ( string filename, |
||
LoadResource ( |
||
LockResource ( |
||
SetParent ( |
||
SetWindowLong ( |
||
SetWindowLong32 ( |
||
SetWindowLong64 ( |
||
SizeofResource ( |
||
UpdateResource ( |
public static BeginUpdateResource ( string filename ) : |
||
filename | string | |
리턴 |
public static CompleteUpdateResource ( |
||
updateHandle | ||
리턴 | bool |
public static DeleteResource ( |
||
updateHandle | ||
type | ushort | |
name | ushort | |
리턴 | bool |
public static DiscardUpdateResource ( |
||
updateHandle | ||
리턴 | bool |
public static GetFreeIconNames ( IEnumerable |
||
busyNames | IEnumerable |
|
리턴 | IEnumerable |
public static GetLastWin32Exception ( ) : |
||
리턴 |
public static GetResourceNames ( |
||
module | ||
type | uint | |
리턴 | ushort[] |
public static GetStringTable ( IEnumerable |
||
texts | IEnumerable |
|
리턴 | byte[]>.Dictionary |
public static LoadDatafile ( string filename ) : |
||
filename | string | |
리턴 |
public static LoadResourceBytes ( |
||
module | ||
type | ushort | |
name | ushort | |
리턴 | byte[] |
public static SetWindowChild ( |
||
window | ||
리턴 | bool |
public static UpdateResource ( |
||
updateHandle | ||
type | ushort | |
name | ushort | |
data | byte | |
리턴 | bool |