monoandroid
namespace Java.Nio.FileNio.Attributes
{
[Register("java/nio/file/attribute/FileOwnerAttributeView", "", "Java.Nio.FileNio.Attributes.IFileOwnerAttributeViewInvoker", ApiSince = 26)]
public interface IFileOwnerAttributeView : IJavaObject, IJavaPeerable, IAttributeView, IFileAttributeView, IDisposable
{
IUserPrincipal? Owner
{
[Register("getOwner", "()Ljava/nio/file/attribute/UserPrincipal;", "GetGetOwnerHandler:Java.Nio.FileNio.Attributes.IFileOwnerAttributeViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 26)]
get;
[Register("setOwner", "(Ljava/nio/file/attribute/UserPrincipal;)V", "GetSetOwner_Ljava_nio_file_attribute_UserPrincipal_Handler:Java.Nio.FileNio.Attributes.IFileOwnerAttributeViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 26)]
set;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |