메소드 | 설명 | |
---|---|---|
IsCompatible ( this implementation, Architecture system ) : bool |
Determines whether an implementation architecture (the current instance) can run on a system architecture.
|
|
IsCompatible ( this implementation, Cpu system ) : bool |
Determines whether an implementation CPU is compatible with a system CPU.
|
|
IsCompatible ( this implementation, OS system ) : bool |
Determines whether an implementation OS is compatible with a system OS.
|
public static IsCompatible ( this implementation, Architecture system ) : bool | ||
implementation | this | |
system | Architecture | |
리턴 | bool |
public static IsCompatible ( this implementation, Cpu system ) : bool | ||
implementation | this | |
system | Cpu | |
리턴 | bool |
public static IsCompatible ( this implementation, OS system ) : bool | ||
implementation | this | |
system | OS | |
리턴 | bool |