public class IPermissionImplementation extends NetObject implements IPermission
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.IPermission
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.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.CoreLib
|
static java.lang.String |
className
Qualified class name: System.Security.IPermission
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IPermissionImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IPermission |
Copy() |
void |
Demand() |
void |
FromXml(SecurityElement e) |
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
|
IPermission |
Intersect(IPermission target) |
boolean |
IsSubsetOf(IPermission target) |
static IPermission |
ToIPermission(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IPermission, a cast assert is made to check if types are compatible. |
SecurityElement |
ToXml() |
IPermission |
Union(IPermission target) |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringToISecurityEncodablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IPermissionImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic IPermission Copy() throws java.lang.Throwable
Copy in interface IPermissionjava.lang.Throwablepublic void Demand()
throws java.lang.Throwable
Demand in interface IPermissionjava.lang.Throwablepublic void FromXml(SecurityElement e) throws java.lang.Throwable
FromXml in interface ISecurityEncodablejava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IPermissiongetJCOAssemblyName in interface ISecurityEncodablegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IPermissiongetJCOClassName in interface ISecurityEncodablegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IPermissiongetJCOInstance in interface ISecurityEncodablegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IPermissiongetJCOObjectName in interface ISecurityEncodablegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IPermissiongetJCOType in interface ISecurityEncodablegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic IPermission Intersect(IPermission target) throws java.lang.Throwable
Intersect in interface IPermissionjava.lang.Throwablepublic boolean IsSubsetOf(IPermission target) throws java.lang.Throwable
IsSubsetOf in interface IPermissionjava.lang.Throwablepublic static IPermission ToIPermission(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IPermission, a cast assert is made to check if types are compatible.ToIPermission in interface IPermissionfrom - IJCOBridgeReflected instance to be castedIPermission instancejava.lang.Throwable - in case of error during cast operationpublic SecurityElement ToXml() throws java.lang.Throwable
ToXml in interface ISecurityEncodablejava.lang.Throwablepublic IPermission Union(IPermission target) throws java.lang.Throwable
Union in interface IPermissionjava.lang.Throwable