public class NamedPermissionSet extends PermissionSet
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.NamedPermissionSet
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.Security.Permissions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Security.Permissions
|
static java.lang.String |
className
Qualified class name: System.Security.NamedPermissionSet
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
NamedPermissionSet() |
NamedPermissionSet(NamedPermissionSet permSet) |
NamedPermissionSet(java.lang.Object instance)
Internal constructor.
|
NamedPermissionSet(java.lang.String name) |
NamedPermissionSet(java.lang.String name,
PermissionSet permSet) |
NamedPermissionSet(java.lang.String name,
PermissionState state) |
| Modifier and Type | Method and Description |
|---|---|
static NamedPermissionSet |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into NamedPermissionSet, a cast assert is made to check if types are compatible. |
PermissionSet |
Copy() |
NamedPermissionSet |
Copy(java.lang.String name) |
void |
FromXml(SecurityElement et) |
java.lang.String |
getDescription() |
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() |
void |
setDescription(java.lang.String Description) |
void |
setJCOInstance(JCObject instance) |
void |
setName(java.lang.String Name) |
SecurityElement |
ToXml() |
AddPermission, Assert, ContainsNonCodeAccessPermissions, ConvertPermissionSet, ConvertPermissionSet, CopyTo, Demand, Deny, getCount, getIsReadOnly, getIsSynchronized, GetPermission, getSyncRoot, Intersect, IsEmpty, IsSubsetOf, IsUnrestricted, PermitOnly, RemovePermission, RevertAssert, SetPermission, UnionGetEnumerator, iteratorEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringOnDeserialization, ToIDeserializationCallbackToIEnumerablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public NamedPermissionSet()
throws java.lang.Throwable
java.lang.Throwablepublic NamedPermissionSet(NamedPermissionSet permSet) throws java.lang.Throwable
java.lang.Throwablepublic NamedPermissionSet(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic NamedPermissionSet(java.lang.String name)
throws java.lang.Throwable
java.lang.Throwablepublic NamedPermissionSet(java.lang.String name,
PermissionSet permSet)
throws java.lang.Throwable
java.lang.Throwablepublic NamedPermissionSet(java.lang.String name,
PermissionState state)
throws java.lang.Throwable
java.lang.Throwablepublic static NamedPermissionSet cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into NamedPermissionSet, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedNamedPermissionSet instancejava.lang.Throwable - in case of error during cast operationpublic PermissionSet Copy() throws java.lang.Throwable
Copy in class PermissionSetjava.lang.Throwablepublic NamedPermissionSet Copy(java.lang.String name) throws java.lang.Throwable
java.lang.Throwablepublic void FromXml(SecurityElement et) throws java.lang.Throwable
FromXml in class PermissionSetjava.lang.Throwablepublic java.lang.String getDescription()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDeserializationCallbackgetJCOAssemblyName in class PermissionSetString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDeserializationCallbackgetJCOClassName in class PermissionSetString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDeserializationCallbackgetJCOInstance in class PermissionSetObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDeserializationCallbackgetJCOObjectName in class PermissionSetString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDeserializationCallbackgetJCOType in class PermissionSetJCType representing the CLR Type of the instantiated Classpublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic void setDescription(java.lang.String Description)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class PermissionSetpublic void setName(java.lang.String Name)
throws java.lang.Throwable
java.lang.Throwablepublic SecurityElement ToXml() throws java.lang.Throwable
ToXml in class PermissionSetjava.lang.Throwable