CodecInfo.IsTrusted 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示編解碼器是否在應用程式的進程空間中執行,而不是在個別的應用程式服務中執行。
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。