Exemplo n.º 1
0
 public int virDomainGetSecurityLabel(out _virSecurityLabel seclabel)
 {
     return API.virDomainGetSecurityLabel(_DomainPtr, out seclabel);
 }
Exemplo n.º 2
0
 public int virDomainGetSecurityLabel(out _virSecurityLabel seclabel)
 {
     return(API.virDomainGetSecurityLabel(_DomainPtr, out seclabel));
 }