Package.InvokeIsSealed(URL) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if this package is sealed with respect to the specified code source url.
[Android.Runtime.Register("isSealed", "(Ljava/net/URL;)Z", "GetInvokeIsSealed_Ljava_net_URL_Handler")]
public virtual bool InvokeIsSealed (Java.Net.URL? url);
[<Android.Runtime.Register("isSealed", "(Ljava/net/URL;)Z", "GetInvokeIsSealed_Ljava_net_URL_Handler")>]
abstract member InvokeIsSealed : Java.Net.URL -> bool
override this.InvokeIsSealed : Java.Net.URL -> bool
Parameters
- url
- URL
the code source url
Returns
true if this package is sealed with respect to url
- Attributes
Remarks
Returns true if this package is sealed with respect to the specified code source url.
Java documentation for java.lang.Package.isSealed(java.net.URL)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.