共用方式為


CodecInfo.IsTrusted 屬性

定義

取得值,這個值表示編解碼器是否在應用程式的進程空間中執行,而不是在個別的應用程式服務中執行。

public:
 property bool IsTrusted { bool get(); };
bool IsTrusted();
public bool IsTrusted { get; }
var boolean = codecInfo.isTrusted;
Public ReadOnly Property IsTrusted As Boolean

屬性值

Boolean

bool

如果編解碼器是在應用程式進程空間中執行,則為 True;如果編解碼器在個別的應用程式服務中執行,則為 false。

適用於