public class DirectoryAttribute extends CollectionBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.Protocols.DirectoryAttribute
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.DirectoryServices.Protocols
|
static java.lang.String |
className
Qualified class name: System.DirectoryServices.Protocols.DirectoryAttribute
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
DirectoryAttribute() |
DirectoryAttribute(java.lang.Object instance)
Internal constructor.
|
DirectoryAttribute(java.lang.String name,
byte[] value) |
DirectoryAttribute(java.lang.String name,
NetObject... values) |
DirectoryAttribute(java.lang.String name,
java.lang.String value) |
DirectoryAttribute(java.lang.String name,
Uri value) |
| Modifier and Type | Method and Description |
|---|---|
int |
Add(byte[] value) |
int |
Add(JCORefOut dupParam0) |
int |
Add(java.lang.String value) |
int |
Add(Uri value) |
void |
AddRange(NetObject[] values) |
static DirectoryAttribute |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DirectoryAttribute, a cast assert is made to check if types are compatible. |
boolean |
Contains(NetObject value) |
void |
CopyTo(NetObject[] array,
int index) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getName() |
NetObject[] |
GetValues(NetType valuesType) |
int |
IndexOf(NetObject value) |
void |
Insert(int index,
byte[] value) |
void |
Insert(int dupParam0,
JCORefOut dupParam1) |
void |
Insert(int index,
java.lang.String value) |
void |
Insert(int index,
Uri value) |
void |
Remove(NetObject value) |
void |
setJCOInstance(JCObject instance) |
void |
setName(java.lang.String Name) |
Clear, getCapacity, getCount, RemoveAt, setCapacityGetEnumerator, iteratorEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringToIEnumerablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DirectoryAttribute()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionpublic DirectoryAttribute(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DirectoryAttribute(java.lang.String name,
byte[] value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException
public DirectoryAttribute(java.lang.String name,
NetObject... values)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException
public DirectoryAttribute(java.lang.String name,
java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException
public DirectoryAttribute(java.lang.String name,
Uri value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException
public int Add(byte[] value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public int Add(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public int Add(java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public int Add(Uri value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void AddRange(NetObject[] values) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public static DirectoryAttribute cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DirectoryAttribute, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDirectoryAttribute instancejava.lang.Throwable - in case of error during cast operationpublic boolean Contains(NetObject value) throws java.lang.Throwable
Contains in class CollectionBasejava.lang.Throwablepublic void CopyTo(NetObject[] array, int index) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class CollectionBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class CollectionBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class CollectionBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class CollectionBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class CollectionBaseJCType representing the CLR Type of the instantiated Classpublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject[] GetValues(NetType valuesType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public int IndexOf(NetObject value) throws java.lang.Throwable
IndexOf in class CollectionBasejava.lang.Throwablepublic void Insert(int index,
byte[] value)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void Insert(int dupParam0,
JCORefOut dupParam1)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void Insert(int index,
java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void Insert(int index,
Uri value)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void Remove(NetObject value) throws java.lang.Throwable
Remove in class CollectionBasejava.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class CollectionBasepublic void setName(java.lang.String Name)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullException